From c03825a32d1ed2e5d74eae00de4f6dc37b897d87 Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Mon, 4 Mar 2024 18:59:14 +0100 Subject: [PATCH 1/2] installation: upgrade invenio-app-ils --- requirements.pinned.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.pinned.txt b/requirements.pinned.txt index 4343fadf1..4cd258e3f 100644 --- a/requirements.pinned.txt +++ b/requirements.pinned.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 4179b4cb3..a69db15cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 From dbc418545a8e81a9782ed8f5b69fd6e940a4ed25 Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Mon, 4 Mar 2024 19:01:22 +0100 Subject: [PATCH 2/2] release: v2.5.0 --- CHANGES.rst | 7 +++++++ cds_ils/__init__.py | 2 +- ui/.env | 6 +++--- ui/package-lock.json | 2 +- ui/package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6061dd796..2a71bf1fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/cds_ils/__init__.py b/cds_ils/__init__.py index d9e11a50c..f6b06da5a 100644 --- a/cds_ils/__init__.py +++ b/cds_ils/__init__.py @@ -7,6 +7,6 @@ """CDS-ILS.""" -__version__ = "2.4.0" +__version__ = "2.5.0" __all__ = ("__version__",) diff --git a/ui/.env b/ui/.env index 5306465e3..02317c354 100644 --- a/ui/.env +++ b/ui/.env @@ -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 diff --git a/ui/package-lock.json b/ui/package-lock.json index 8e3c8d628..51206c45d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "cds-ils", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/ui/package.json b/ui/package.json index 552e76721..b660db13a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",