Skip to content

Commit

Permalink
release: v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed May 6, 2024
1 parent f257ddb commit 2b317ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Changes
=======

Version 2.8.1 (released 2024-05-06)

- importer: fix report display (missing records)
- importer: change e-book import open access label

Version 2.8.0 (released 2024-04-25)

- installation: upgrade invenio-app-ils
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__ = "2.8.0"
__version__ = "2.8.1"

__all__ = ("__version__",)
4 changes: 2 additions & 2 deletions ui/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.83
REACT_APP_INVENIO_VERSION=2.0.0rc8
REACT_APP_INVENIO_VERSION=2.0.0rc9
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=2.7.0
REACT_APP_OVERLAY_VERSION=2.8.1
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.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-ils",
"version": "2.7.0",
"version": "2.8.1",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.83",
Expand Down

0 comments on commit 2b317ec

Please sign in to comment.