diff --git a/CHANGELOG.md b/CHANGELOG.md index 43aa93d8f..794a60b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index fe7bb561d..06a2dde6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rero/rero-ils-ui", - "version": "17.1.1", + "version": "17.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rero/rero-ils-ui", - "version": "17.1.1", + "version": "17.2.0", "license": "AGPL-3.0-only", "dependencies": { "@angular/animations": "^17.1.0", diff --git a/package.json b/package.json index cc10f282f..745094025 100644 --- a/package.json +++ b/package.json @@ -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",