Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v17.2.0 #1210

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v17.2.0](https://github.com/rero/rero-ils-ui/tree/v17.2.0) (2024-10-25)

[Full Changelog](https://github.com/rero/rero-ils-ui/compare/v17.1.1...v17.2.0)

**New features:**
* migrations: create the migration module [\#1208](https://github.com/rero/rero-ils-ui/pull/1208) (by @jma)
* feat(circulation): enhance enumeration and chronology display [\#1194](https://github.com/rero/rero-ils-ui/pull/1194) (by @PascalRepond)

**Enhancements:**
* refactor(entity): add identifiedBy on all ressources [\#1196](https://github.com/rero/rero-ils-ui/pull/1196) (by @Garfield-fr)

**Fixes:**
* fix(entities): add fields in pro detailed view [\#1195](https://github.com/rero/rero-ils-ui/pull/1195) (by @PascalRepond)
* fix(thumbnail): display by isbn if no link [\#1205](https://github.com/rero/rero-ils-ui/pull/1205) (by @Garfield-fr)

## [v17.1.1](https://github.com/rero/rero-ils-ui/tree/v17.1.1) (2024-08-26)

[Full Changelog](https://github.com/rero/rero-ils-ui/compare/v17.1.0...v17.1.1)
Expand Down
4 changes: 2 additions & 2 deletions 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": "@rero/rero-ils-ui",
"version": "17.1.1",
"version": "17.2.0",
"license": "AGPL-3.0-only",
"author": {
"name": "RERO",
Expand Down
Loading