Skip to content

Commit

Permalink
release: v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jun 19, 2024
1 parent be579fd commit 3fdf092
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
Changes
=======

Version 2.9.0 (released 2024-05-28)

- global: add self-checkout
- patrons: reformat full names
- document: display call number in the backoffice

Version 2.8.4 (released 2024-06-12)

- overridden: hide map if wrong value is stored in shelf field

Version 2.8.3 (released 2024-05-28)

- installation: upgrade invenio-app-ils (v3.0.0rc2)
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.3"
__version__ = "2.9.0"

__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.85
REACT_APP_INVENIO_VERSION=3.0.0rc2
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.8.3
REACT_APP_OVERLAY_VERSION=2.9.0
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.8.3",
"version": "2.9.0",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.88",
Expand Down

0 comments on commit 3fdf092

Please sign in to comment.