Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades pack1 #859

Merged
merged 2 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
Changes
=======

Version 2.5.0 (released 2024-03-04)

- installation: upgrade invenio-app-ils, react-invenio-app-ils
- ui: add custom, CERN specific names to form fields
- frontsite: update opening hours page
- config: set loan request to start in 2 days

Version 2.4.0 (released 2024-02-27)

- installation: invenio-app-ils upgrade (fix facets boolean)
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.4.0"
__version__ = "2.5.0"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion requirements.pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ invenio-access==2.0.0
invenio-accounts==3.5.2
invenio-admin==1.4.0
invenio-app==1.3.4
invenio-app-ils==2.0.0rc6
invenio-app-ils==2.0.0rc7
invenio-assets==3.0.2
invenio-banners==1.0.0a1
invenio-base==1.2.16
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip_safe = False
install_requires =
fuzzywuzzy>=0.18.0
python-ldap>=3.4.0,<3.5.0
invenio-app-ils[lorem,opensearch2,postgresql]==2.0.0rc6
invenio-app-ils[lorem,opensearch2,postgresql]==2.0.0rc7
sentry-sdk>=0.10.2
# migrator deps
cds-dojson==0.9.0
Expand Down
6 changes: 3 additions & 3 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.79
REACT_APP_INVENIO_VERSION=2.0.0rc6
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.80
REACT_APP_INVENIO_VERSION=2.0.0rc7
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.4.0
REACT_APP_OVERLAY_VERSION=2.5.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.4.0",
"version": "2.5.0",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.80",
Expand Down
Loading