Skip to content

Commit dd9bd66

Browse files
committed
release: version 1.14.3
Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
1 parent ca14819 commit dd9bd66

4 files changed

Lines changed: 34 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [v1.4.3](https://github.com/rero/ng-core/tree/v1.4.3) (2022-02-03)
4+
5+
[Full Changelog](https://github.com/rero/ng-core/compare/v1.14.2...v1.4.3)
6+
7+
**Merged pull requests:**
8+
9+
- formly: add extension to translate multiple options label [\#472](https://github.com/rero/ng-core/pull/472) ([Garfield-fr](https://github.com/Garfield-fr))
10+
- dependencies: update formly to version 5.10.27 [\#466](https://github.com/rero/ng-core/pull/466) ([Garfield-fr](https://github.com/Garfield-fr))
11+
12+
## [v1.14.2](https://github.com/rero/ng-core/tree/v1.14.2) (2021-10-27)
13+
14+
[Full Changelog](https://github.com/rero/ng-core/compare/v1.14.1...v1.14.2)
15+
16+
**Fixed bugs:**
17+
18+
- validator: fix unique validator [\#460](https://github.com/rero/ng-core/pull/460) ([Garfield-fr](https://github.com/Garfield-fr))
19+
20+
**Merged pull requests:**
21+
22+
- release: version 1.14.2 [\#463](https://github.com/rero/ng-core/pull/463) ([jma](https://github.com/jma))
23+
- translations: translate v1.14.2 [\#457](https://github.com/rero/ng-core/pull/457) ([iGormilhit](https://github.com/iGormilhit))
24+
- validator: escape double quotes in value [\#455](https://github.com/rero/ng-core/pull/455) ([Garfield-fr](https://github.com/Garfield-fr))
25+
26+
## [v1.14.1](https://github.com/rero/ng-core/tree/v1.14.1) (2021-10-13)
27+
28+
[Full Changelog](https://github.com/rero/ng-core/compare/v1.14.0...v1.14.1)
29+
30+
**Merged pull requests:**
31+
32+
- release: version 1.14.1 [\#454](https://github.com/rero/ng-core/pull/454) ([jma](https://github.com/jma))
33+
334
## [v1.14.0](https://github.com/rero/ng-core/tree/v1.14.0) (2021-10-12)
435

536
[Full Changelog](https://github.com/rero/ng-core/compare/v1.13.5...v1.14.0)
@@ -26,8 +57,6 @@
2657

2758
- editor: speed up the editor [\#446](https://github.com/rero/ng-core/pull/446) ([jma](https://github.com/jma))
2859

29-
# Changelog
30-
3160
## [v1.13.3](https://github.com/rero/ng-core/tree/v1.13.3) (2021-08-20)
3261

3362
[Full Changelog](https://github.com/rero/ng-core/compare/v1.13.2...v1.13.3)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.14.2",
3+
"version": "1.14.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": "1.14.2",
3+
"version": "1.14.3",
44
"description": "RERO angular core library.",
55
"keywords": [
66
"rero",

0 commit comments

Comments
 (0)