Skip to content

Commit

Permalink
release: v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 authored and kpsherva committed Jun 7, 2024
1 parent f53ddc1 commit f9ab820
Show file tree
Hide file tree
Showing 4 changed files with 1,341 additions and 1,320 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@
Changes
=======

Version 2.8.3 (released 2024-05-28)

- installation: upgrade invenio-app-ils (v3.0.0rc2)
- installation: upgrade react-invenio-app-ils (v1.0.0-alpha.85)
- document: CERN Maps integration improvements
- setup: Pin flask-mail==0.9.1
- importer: providers: Update ignored fields
- tests: importer: Test cases for different types and provider priorities
- importer: Create new audiobook for document with existing e-book
- importer: ignore inspire hep oai links as identifiers
- assets: fix eslinter
- overridden: backoffice: Add Identifiers to ItemMetadata
- overridden: frontsite: DocumentDetails: Integrate MapCERN
- importer: Add video importing feature and tests
- tests: importer: Add test for importing audiobook for existing document
- importer: Add ability to import audiobooks

Version 2.8.2 (released 2024-05-13)

- eitems: add new provider (manual creation only)
Expand Down
2 changes: 1 addition & 1 deletion cds_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""CDS-ILS."""

__version__ = "2.8.2"
__version__ = "2.8.3"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ REACT_APP_UI_ILS_VERSION=1.0.0-alpha.85
REACT_APP_INVENIO_VERSION=3.0.0rc2
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=2.8.2
REACT_APP_OVERLAY_VERSION=2.8.3
REACT_APP_ENV_NAME=dev
REACT_APP_INVENIO_MATOMO_ID=undefined
Loading

0 comments on commit f9ab820

Please sign in to comment.