From ad6adf5d48da6d2f469cf18e22dcf90437113d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=BCbeyde=20Civelek?= Date: Wed, 22 Apr 2026 11:21:18 +0200 Subject: [PATCH] release: v6.3.0 --- CHANGES.rst | 7 +++++++ cds_ils/__init__.py | 2 +- ui/.env | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 01367c712..3b081cb75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,13 @@ Changes ======= +Version 6.3.0 (released 2026-04-22) +- fix(ui): update about page +- change(setup): bump invenio-app-ils +- ci: ui: update tests pipeline to use new node version +- ui: bump react-overridable and react-searchkit versions +- ui: update all dependencies + Version 6.2.0 (released 2026-02-26) - global: update dependencies diff --git a/cds_ils/__init__.py b/cds_ils/__init__.py index b34b0b64c..36171db2f 100644 --- a/cds_ils/__init__.py +++ b/cds_ils/__init__.py @@ -7,6 +7,6 @@ """CDS-ILS.""" -__version__ = "6.2.0" +__version__ = "6.3.0" __all__ = ("__version__",) diff --git a/ui/.env b/ui/.env index 168ee67e1..078154e79 100644 --- a/ui/.env +++ b/ui/.env @@ -1,7 +1,7 @@ -REACT_APP_UI_ILS_VERSION=2.2.0 -REACT_APP_INVENIO_VERSION=7.2.0 +REACT_APP_UI_ILS_VERSION=3.0.0 +REACT_APP_INVENIO_VERSION=7.3.0 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=6.2.0 +REACT_APP_OVERLAY_VERSION=6.3.0 REACT_APP_ENV_NAME=dev REACT_APP_INVENIO_MATOMO_ID=undefined