Skip to content

Commit 75dc9f4

Browse files
committed
release: v17.2.3
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
1 parent 065d918 commit 75dc9f4

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v17.2.3](https://github.com/rero/ng-core/tree/v17.2.3) (2024-07-29)
4+
5+
[Full Changelog](https://github.com/rero/ng-core/compare/v17.2.2...v17.2.3)
6+
7+
**Fixes:**
8+
* editor: fix can remove field when a hide expression exists [\#635](https://github.com/rero/ng-core/pull/635) (by @jma)
9+
* editor: fix wrong validation for the datepicker component [\#634](https://github.com/rero/ng-core/pull/634) (by @jma)
10+
* editor: add URL parameters support [\#632](https://github.com/rero/ng-core/pull/632) (by @jma)
11+
12+
**Other changes:**
13+
* chore(dependencies): fix vulnerabilites [\#629](https://github.com/rero/ng-core/pull/629) (by @PascalRepond)
14+
315
## [v17.2.2](https://github.com/rero/ng-core/tree/v17.2.2) (2024-07-18)
416

517
[Full Changelog](https://github.com/rero/ng-core/compare/v17.2.1...v17.2.2)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rero/ng-core",
3-
"version": "17.2.2",
3+
"version": "17.2.3",
44
"private": true,
55
"scripts": {
66
"ng": "ng",

projects/rero/ng-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rero/ng-core",
3-
"version": "17.2.2",
3+
"version": "17.2.3",
44
"description": "RERO angular core library.",
55
"keywords": [
66
"rero",

0 commit comments

Comments
 (0)