Skip to content

Commit

Permalink
release: v1.24.1
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Dec 5, 2024
1 parent 0a99a6d commit acc3dd9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [v1.24.1](https://github.com/rero/rero-ils/tree/v1.24.1) (2024-12-05)

[Full Changelog](https://github.com/rero/rero-ils/compare/v1.24.0...v1.24.1)

**Enhancements:**
* OAuth: return patron_pid in the scopes [\#3778](https://github.com/rero/rero-ils/issues/3778) (by @rerowep)
* Topics and places profesionnal detailed view: display authorized access point [\#3770](https://github.com/rero/rero-ils/issues/3770) (by @rerowep)
* Clarify login view [\#3789](https://github.com/rero/rero-ils/issues/3789) (by @PascalRepond)
* Periodically delete orphan harvested documents [\#3776](https://github.com/rero/rero-ils/issues/3776) (by @PascalRepond)
* Add user info to sentry errors [\#2734](https://github.com/rero/rero-ils/issues/2734) (by @rerowep)

**Fixes:**
* Pro entity detailed view: RERO data missing [\#3763](https://github.com/rero/rero-ils/issues/3763) (by @Garfield-fr, @rerowep)
* Acquisition receipt: Document without an identifier is not displayed correctly unless selected [\#3732](https://github.com/rero/rero-ils/issues/3732) (by @rerowep)
* Error when displaying a loan if the item has been deleted [\#3710](https://github.com/rero/rero-ils/issues/3710) (by @rerowep)
* Server error with incorrect viewcode [\#3711](https://github.com/rero/rero-ils/issues/3711) (by @rerowep)
* fix(inventory list): serialization error message [\#3783](https://github.com/rero/rero-ils/pull/3783) (by @PascalRepond)
* fix ebooks dojson language [\#3779](https://github.com/rero/rero-ils/pull/3779) (by @rerowep)

**Other changes:**
* chore: update dependencies [\#3792](https://github.com/rero/rero-ils/pull/3792) (by @rerowep)
* chore: update dependencies [\#3788](https://github.com/rero/rero-ils/pull/3788) (by @rerowep)
* chore: update dependencies [\#3782](https://github.com/rero/rero-ils/pull/3782) (by @PascalRepond)
* general: fix cached timeout [\#3775](https://github.com/rero/rero-ils/pull/3775) (by @rerowep)

## [v1.24.0](https://github.com/rero/rero-ils/tree/v1.24.0) (2024-11-07)

[Full Changelog](https://github.com/rero/rero-ils/compare/v1.23.1...v1.24.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rero-ils"
version = "1.24.0"
version = "1.24.1"
description = "Invenio digital library framework."
authors = ["RERO <[email protected]>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion rero_ils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.24.0"
__version__ = "1.24.1"
2 changes: 1 addition & 1 deletion scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ then
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
else
npm install --no-save --only=prod --no-fund --no-audit @rero/[email protected].0 --prefix "${static_folder}"
npm install --no-save --only=prod --no-fund --no-audit @rero/[email protected].1 --prefix "${static_folder}"
fi

# build the web assets
Expand Down

0 comments on commit acc3dd9

Please sign in to comment.