Skip to content

Commit

Permalink
release: v1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jan 20, 2022
1 parent 34762af commit 3a4a7c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cds_ils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
and parsed by ``setup.py``.
"""

__version__ = "1.2.18"
__version__ = "1.2.19"
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REACT_APP_UI_ILS_VERSION=1.0.0-alpha.62
REACT_APP_INVENIO_VERSION=1.0.0a59
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
REACT_APP_OVERLAY_VERSION=1.2.18
REACT_APP_OVERLAY_VERSION=1.2.19
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_PIWIK_ID=undefined
REACT_APP_INVENIO_MATOMO_ID=undefined
8 changes: 4 additions & 4 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "cds-ils",
"version": "1.2.18",
"version": "1.2.19",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.62",
"@rjsf/core": "^2.5.0",
"@rjsf/semantic-ui": "^2.5.0",
"axios": "^0.21.0",
"follow-redirects": "^1.14.7",
"formik": "^2.2.6",
"less": "^3.13.1",
"less-loader": "^5.0.0",
Expand Down

0 comments on commit 3a4a7c4

Please sign in to comment.