Skip to content

Commit 1236809

Browse files
committed
release: v1.2.20
1 parent 1bbbea4 commit 1236809

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Changes
88
=======
99

10+
Version 1.2.20 (released 2022-02-01)
11+
1012
- fix wrong search guide link
1113
- update react-invenio-app-ils and react-searchkit to latest
1214

cds_ils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
and parsed by ``setup.py``.
1212
"""
1313

14-
__version__ = "1.2.19"
14+
__version__ = "1.2.20"

ui/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REACT_APP_UI_ILS_VERSION=1.0.0-alpha.63
22
REACT_APP_INVENIO_VERSION=1.0.0a59
33
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
44
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
5-
REACT_APP_OVERLAY_VERSION=1.2.19
5+
REACT_APP_OVERLAY_VERSION=1.2.20
66
REACT_APP_ENV_NAME=dev
77
REACT_APP_INVENIO_PIWIK_ID=undefined
88
REACT_APP_INVENIO_MATOMO_ID=undefined

ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cds-ils",
3-
"version": "1.2.19",
3+
"version": "1.2.20",
44
"dependencies": {
55
"@babel/runtime": "^7.9.2",
66
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.63",

0 commit comments

Comments
 (0)