Skip to content

Commit dcf6aa7

Browse files
committed
release: v19.0.1
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
1 parent 257fbb2 commit dcf6aa7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [v19.0.1](https://github.com/rero/ng-core/tree/v19.0.1) (2025-05-06)
4+
5+
[Full Changelog](https://github.com/rero/ng-core/compare/v19.0.0...v19.0.1)
6+
7+
**Fixes:**
8+
* chore: fix ng-core submodules configuration [\#695](https://github.com/rero/ng-core/pull/695) (by @jma)
9+
* chore: adjust track expression [\#694](https://github.com/rero/ng-core/pull/694) (by @Garfield-fr)
10+
11+
**Other changes:**
12+
* chore: update dependencies [\#696](https://github.com/rero/ng-core/pull/696) (by @Garfield-fr)
13+
314
## [v19.0.0](https://github.com/rero/ng-core/tree/v19.0.0) (2025-04-24)
415

516
[Full Changelog](https://github.com/rero/ng-core/compare/v17.3.0...v19.0.0)

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": "19.0.0",
3+
"version": "19.0.1",
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": "19.0.0",
3+
"version": "19.0.1",
44
"description": "RERO angular core library.",
55
"keywords": [
66
"rero",

0 commit comments

Comments
 (0)