Skip to content

Commit acc3dd9

Browse files
committed
release: v1.24.1
Co-Authored-by: Pascal Repond <[email protected]>
1 parent 0a99a6d commit acc3dd9

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [v1.24.1](https://github.com/rero/rero-ils/tree/v1.24.1) (2024-12-05)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.24.0...v1.24.1)
6+
7+
**Enhancements:**
8+
* OAuth: return patron_pid in the scopes [\#3778](https://github.com/rero/rero-ils/issues/3778) (by @rerowep)
9+
* Topics and places profesionnal detailed view: display authorized access point [\#3770](https://github.com/rero/rero-ils/issues/3770) (by @rerowep)
10+
* Clarify login view [\#3789](https://github.com/rero/rero-ils/issues/3789) (by @PascalRepond)
11+
* Periodically delete orphan harvested documents [\#3776](https://github.com/rero/rero-ils/issues/3776) (by @PascalRepond)
12+
* Add user info to sentry errors [\#2734](https://github.com/rero/rero-ils/issues/2734) (by @rerowep)
13+
14+
**Fixes:**
15+
* Pro entity detailed view: RERO data missing [\#3763](https://github.com/rero/rero-ils/issues/3763) (by @Garfield-fr, @rerowep)
16+
* Acquisition receipt: Document without an identifier is not displayed correctly unless selected [\#3732](https://github.com/rero/rero-ils/issues/3732) (by @rerowep)
17+
* Error when displaying a loan if the item has been deleted [\#3710](https://github.com/rero/rero-ils/issues/3710) (by @rerowep)
18+
* Server error with incorrect viewcode [\#3711](https://github.com/rero/rero-ils/issues/3711) (by @rerowep)
19+
* fix(inventory list): serialization error message [\#3783](https://github.com/rero/rero-ils/pull/3783) (by @PascalRepond)
20+
* fix ebooks dojson language [\#3779](https://github.com/rero/rero-ils/pull/3779) (by @rerowep)
21+
22+
**Other changes:**
23+
* chore: update dependencies [\#3792](https://github.com/rero/rero-ils/pull/3792) (by @rerowep)
24+
* chore: update dependencies [\#3788](https://github.com/rero/rero-ils/pull/3788) (by @rerowep)
25+
* chore: update dependencies [\#3782](https://github.com/rero/rero-ils/pull/3782) (by @PascalRepond)
26+
* general: fix cached timeout [\#3775](https://github.com/rero/rero-ils/pull/3775) (by @rerowep)
27+
328
## [v1.24.0](https://github.com/rero/rero-ils/tree/v1.24.0) (2024-11-07)
429

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.24.0"
3+
version = "1.24.1"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_ils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "1.24.0"
26+
__version__ = "1.24.1"

scripts/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ then
151151
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
152152
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
153153
else
154-
npm install --no-save --only=prod --no-fund --no-audit @rero/[email protected].0 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/[email protected].1 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)