Skip to content

Commit

Permalink
release: v1.2.55
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Oct 19, 2023
1 parent b24d71b commit f7f3626
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
Changes
=======

Version 1.2.55 (released 2023-10-19)

- gloabl: fix SNV link

Version 1.2.54 (released 2023-10-19)

- gloabl: add SNV message for standards
Expand Down
2 changes: 1 addition & 1 deletion cds_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""CDS-ILS."""

__version__ = "1.2.54"
__version__ = "1.2.55"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ REACT_APP_UI_ILS_VERSION=1.0.0-alpha.77
REACT_APP_INVENIO_VERSION=1.0.0rc3
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.54
REACT_APP_OVERLAY_VERSION=1.2.55
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
2 changes: 1 addition & 1 deletion ui/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-ils",
"version": "1.2.54",
"version": "1.2.55",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.77",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test": "craco test",
"eject": "craco eject",
"https_start": "HTTPS=true craco start",
"lint": "eslint src/ --ext .js --max-warnings=0",
"lint": "eslint src/ --ext .js --max-warnings=0 --fix",
"format": "prettier --write \"src/**/*.js\""
},
"browserslist": {
Expand Down

0 comments on commit f7f3626

Please sign in to comment.