Skip to content

Commit 8eb2643

Browse files
committed
release: v1.2.22
1 parent 1087089 commit 8eb2643

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGES.rst

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

10+
Version 1.2.22 (released 2022-02-23)
11+
12+
- Pin itsdangerous
13+
- Increase max authors able to be edited in the document editor
14+
- Fixing `et al.` display across the system
15+
16+
1017
Version 1.2.20 (released 2022-02-01)
1118

1219
- fix wrong search guide link
@@ -74,6 +81,3 @@ Version 1.2.10 (released 2021-11-16)
7481
- Backend raises exception when wrong provider is chosen
7582
- Statistics segment does not appear in 2 rows with large numbers anymore
7683
- Overdue loans can now also be bulk extended
77-
78-
79-

cds_ils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
and parsed by ``setup.py``.
1212
"""
1313

14-
__version__ = "1.2.21"
14+
__version__ = "1.2.22"

ui/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.63
2-
REACT_APP_INVENIO_VERSION=1.0.0a59
1+
REACT_APP_UI_ILS_VERSION=1.0.0-alpha.65
2+
REACT_APP_INVENIO_VERSION=1.0.0a61
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=1.2.21
5+
REACT_APP_OVERLAY_VERSION=1.2.22
66
REACT_APP_ENV_NAME=dev
77
REACT_APP_INVENIO_PIWIK_ID=undefined
88
REACT_APP_INVENIO_MATOMO_ID=undefined

ui/src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const config = {
140140
},
141141
},
142142
authors: {
143-
maxEditable: 20,
143+
maxEditable: 30,
144144
},
145145
},
146146
ILL_BORROWING_REQUESTS: {

0 commit comments

Comments
 (0)