Skip to content

Commit d8fe43d

Browse files
committed
release: v2.0.0
1 parent bb86052 commit d8fe43d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REACT_APP_UI_ILS_VERSION=$npm_package_version
2-
REACT_APP_INVENIO_VERSION=1.3.0
2+
REACT_APP_INVENIO_VERSION=2.0.0
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
55
REACT_APP_OVERLAY_VERSION=

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

3-
Version 1.3.0 (released 2024-06-04)
3+
Version 2.0.0 (released 2025-08-12)
4+
5+
- global: adapt API calls to latest versions (invenio-banners)
6+
- administration: remove access to invenio-admin endpoints (phase out package)
7+
- frontside: added config to display selected item identifiers
8+
- backoffice: added NOT-SPECIFIED delivery method
9+
10+
Version 1.3.0 (released 2025-06-04)
411

512
- closures: disabled closed dates in Backoffice LoanUpdateDates calendar
613
- backoffice: fix relations table only showing items on the first page

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inveniosoftware/react-invenio-app-ils",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Single Page App built with React for InvenioILS",
55
"main": "dist/cjs/index.js",
66
"browser": "dist/cjs/index.js",

0 commit comments

Comments
 (0)