Skip to content

Commit 34cf6b5

Browse files
committed
release: v1.23.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent a6dc976 commit 34cf6b5

File tree

5 files changed

+41
-9
lines changed

5 files changed

+41
-9
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [v1.23.0](https://github.com/rero/rero-ils/tree/v1.23.0) (2024-08-12)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.22.1...v1.23.0)
6+
7+
**New features:**
8+
* feat(circulation): automatic loan renewal [\#3691](https://github.com/rero/rero-ils/pull/3691) (by @PascalRepond)
9+
10+
**Enhancements:**
11+
* Ebooks: Import `document_type` from Cantook/eBibliomedia [\#3692](https://github.com/rero/rero-ils/issues/3692) (by @rerowep)
12+
* fix(circulation policies): improve data consistency [\#3729](https://github.com/rero/rero-ils/pull/3729) (by @PascalRepond)
13+
14+
**Fixes:**
15+
* fix(editor): seriesStatement becoming invalid if deleted and re-added [\#3731](https://github.com/rero/rero-ils/issues/3731) (by @jma & @PascalRepond)
16+
* loan tasks: ignore auto extend non extendable item [\#3728](https://github.com/rero/rero-ils/issues/3728) (by @jma & @PascalRepond)
17+
* fix: favicon [\#3724](https://github.com/rero/rero-ils/issues/3724) (by @Garfield-fr)
18+
* fix: font-src console error [\#3723](https://github.com/rero/rero-ils/pull/3723) (by @PascalRepond)
19+
* Order line editor: cannot add a note [\#3709](https://github.com/rero/rero-ils/issues/3709) (by @jma & @PascalRepond)
20+
* Error with role subfield when adding a contribution [\#3705](https://github.com/rero/rero-ils/issues/3705) (by @jma)
21+
* Document editor: impossible to select one role if the field was unselected [\#3712](https://github.com/rero/rero-ils/issues/3712) (by @jma)
22+
* SIP2: fix messages translations [\#3423](https://github.com/rero/rero-ils/issues/3423) (by @lauren-d)
23+
* Entities are not correctly reindexed following document [\#3672](https://github.com/rero/rero-ils/issues/3672) (by @rerowep)
24+
* Patron transaction events with a `owning_location` that has been deleted create errors in the fees views [\#3702](https://github.com/rero/rero-ils/issues/3702) (by @rerowep)
25+
* sip2: fix patron language [\#3707](https://github.com/rero/rero-ils/pull/3707) (by @jma)
26+
* SRU: fix fiction in 008 [\#3700](https://github.com/rero/rero-ils/pull/3700) (by @rerowep)
27+
28+
**Other changes:**
29+
* chore(deprecation): update compose commands to v2 [\#3730](https://github.com/rero/rero-ils/pull/3730) (by @PascalRepond)
30+
* chore: fix safety tests [\#3726](https://github.com/rero/rero-ils/pull/3726) (by @PascalRepond)
31+
* ebooks: fix harvest max results [\#3719](https://github.com/rero/rero-ils/pull/3719) (by @rerowep)
32+
* fix(tests): pin setuptools version [\#3720](https://github.com/rero/rero-ils/pull/3720) (by @PascalRepond)
33+
* dependencies: fix vulnerabilities [\#3715](https://github.com/rero/rero-ils/pull/3715) and [\#3673](https://github.com/rero/rero-ils/pull/3673) (by @rerowep)
34+
335
## [v1.22.1](https://github.com/rero/rero-ils/tree/v1.22.1) (2024-06-06)
436

537
**Fixes:**

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.22.1"
3+
version = "1.23.0"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"
@@ -51,7 +51,7 @@ invenio-rest = ">=1.3.0,<2.0.0"
5151
invenio-theme = ">3.0.0,<4.0.0"
5252
# Invenio auth bundle
5353
invenio-access = ">=2.0.0,<3.0.0"
54-
invenio-accounts = "<5.1.0"
54+
invenio-accounts = ">=5.0.0, !=5.1.0, <6.0.0"
5555
invenio-oauth2server = ">=2.3.0,<3.0.0"
5656
invenio-oauthclient = ">=4.0.0,<5.0.0"
5757
# Invenio metadata bundle

rero_ils/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# RERO ILS
4-
# Copyright (C) 2019-2022 RERO
4+
# Copyright (C) 2019-2024 RERO+
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU Affero General Public License as published by
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "1.22.1"
26+
__version__ = "1.23.0"

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/rero-ils-ui@17.0.1 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@17.1.0 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)