diff --git a/CHANGELOG.md b/CHANGELOG.md index fec1bfea..3c915ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v17.2.3](https://github.com/rero/ng-core/tree/v17.2.3) (2024-07-29) + +[Full Changelog](https://github.com/rero/ng-core/compare/v17.2.2...v17.2.3) + +**Fixes:** +* editor: fix can remove field when a hide expression exists [\#635](https://github.com/rero/ng-core/pull/635) (by @jma) +* editor: fix wrong validation for the datepicker component [\#634](https://github.com/rero/ng-core/pull/634) (by @jma) +* editor: add URL parameters support [\#632](https://github.com/rero/ng-core/pull/632) (by @jma) + +**Other changes:** +* chore(dependencies): fix vulnerabilites [\#629](https://github.com/rero/ng-core/pull/629) (by @PascalRepond) + ## [v17.2.2](https://github.com/rero/ng-core/tree/v17.2.2) (2024-07-18) [Full Changelog](https://github.com/rero/ng-core/compare/v17.2.1...v17.2.2) diff --git a/package-lock.json b/package-lock.json index b6e81fb8..b44d308e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rero/ng-core", - "version": "17.2.2", + "version": "17.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rero/ng-core", - "version": "17.2.2", + "version": "17.2.3", "dependencies": { "@angular/animations": "^17.1.0", "@angular/cdk": "^17.1.0", diff --git a/package.json b/package.json index 54d97d68..da0c6184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rero/ng-core", - "version": "17.2.2", + "version": "17.2.3", "private": true, "scripts": { "ng": "ng", diff --git a/projects/rero/ng-core/package.json b/projects/rero/ng-core/package.json index 3f1e6ae5..334fcbdb 100644 --- a/projects/rero/ng-core/package.json +++ b/projects/rero/ng-core/package.json @@ -1,6 +1,6 @@ { "name": "@rero/ng-core", - "version": "17.2.2", + "version": "17.2.3", "description": "RERO angular core library.", "keywords": [ "rero",