Skip to content

Commit

Permalink
release: v1.0.0-alpha.85
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 authored and kpsherva committed May 28, 2024
1 parent 60a5eff commit 4055039
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REACT_APP_UI_ILS_VERSION=$npm_package_version
REACT_APP_INVENIO_VERSION=3.0.0rc1
REACT_APP_INVENIO_VERSION=1.0.0a85
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=
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

Version 1.0.0-alpha.85 (released 2024-05-28)

- EItem: Make E-Book default value in editor
- backoffice: Display subtitles in Documents, ILLs and Purchase Orders
- DocumentCard: Display subtitles
- frontsite: DocumentSubjects: Don't render if subjects list is empty

Version 1.0.0-alpha.84 (released 2024-05-13)

- document details: add overridable ID to action panel
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inveniosoftware/react-invenio-app-ils",
"version": "1.0.0-alpha.84",
"version": "1.0.0-alpha.85",
"description": "Single Page App built with React for InvenioILS",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down

0 comments on commit 4055039

Please sign in to comment.