Skip to content

Commit

Permalink
release: v17.2.3
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Jul 30, 2024
1 parent 065d918 commit 75dc9f4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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/ng-core",
"version": "17.2.2",
"version": "17.2.3",
"private": true,
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/rero/ng-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/ng-core",
"version": "17.2.2",
"version": "17.2.3",
"description": "RERO angular core library.",
"keywords": [
"rero",
Expand Down

0 comments on commit 75dc9f4

Please sign in to comment.