Skip to content

Commit 915fef5

Browse files
JakobMiesnerkpsherva
authored andcommitted
release: v6.1.0
1 parent 9cfc275 commit 915fef5

File tree

4 files changed

+580
-723
lines changed

4 files changed

+580
-723
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
Changes
88
=======
99

10+
Version 6.1.0 (released 2026-02-13)
11+
- update ui dependencies
12+
1013
Version 6.0.0 (released 2026-02-04)
1114
- breaking change: global: upgrade invenio-app-ils
1215

cds_ils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
"""CDS-ILS."""
99

10-
__version__ = "6.0.0"
10+
__version__ = "6.1.0"
1111

1212
__all__ = ("__version__",)

ui/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
REACT_APP_UI_ILS_VERSION=2.0.2
1+
REACT_APP_UI_ILS_VERSION=2.1.0
22
REACT_APP_INVENIO_VERSION=7.1.1
33
REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000
44
REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api
5-
REACT_APP_OVERLAY_VERSION=6.0.0
5+
REACT_APP_OVERLAY_VERSION=6.1.0
66
REACT_APP_ENV_NAME=dev
77
REACT_APP_INVENIO_MATOMO_ID=undefined

0 commit comments

Comments
 (0)