Skip to content

Commit 7dfbd8f

Browse files
committed
chore(release): release 2.0.0-rc.2
1 parent c6dd483 commit 7dfbd8f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0-rc.2](https://github.com/NationalBankBelgium/ngx-form-errors/compare/2.0.0-rc.1...2.0.0-rc.2) (2024-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** fix release-publish script by reading `GITHUB_REF` variable instead of custom `GH_ACTIONS_TAG` var ([be92516](https://github.com/NationalBankBelgium/ngx-form-errors/commit/be92516aeb1c73fda1334b65bc682a3b2bd1b0e1))
7+
8+
9+
### Features
10+
11+
* **all:** update `RXJS` from "^6.6.7" to "^7.8.1" ([c1f4587](https://github.com/NationalBankBelgium/ngx-form-errors/commit/c1f45871cf17cc5e7c19c2f63bb30f2f4d8ec081))
12+
* **all:** update to angular@15 ([73e6a2d](https://github.com/NationalBankBelgium/ngx-form-errors/commit/73e6a2dd49c6c97535b2bb3c2dd954f668470ceb))
13+
* **demo:** update `RXJS` from "^6.6.7" to "^7.8.1" for ng13 ([04b6c5e](https://github.com/NationalBankBelgium/ngx-form-errors/commit/04b6c5e5b1b89ed8d444297cdfc2cd362937dca0))
14+
* **demo:** update `RXJS` from "^6.6.7" to "^7.8.1" for ng14 ([d3c11c6](https://github.com/NationalBankBelgium/ngx-form-errors/commit/d3c11c6b48d985c0765131c82f0d1b3083c0f772))
15+
* **demo:** update demo to angular15 ([ebfc966](https://github.com/NationalBankBelgium/ngx-form-errors/commit/ebfc9660fb9a52e760e7c9399a545f4c40aa5692))
16+
17+
18+
119
# [2.0.0-rc.1](https://github.com/NationalBankBelgium/ngx-form-errors/compare/2.0.0-rc.0...2.0.0-rc.1) (2024-09-19)
220

321

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": "@nationalbankbelgium/ngx-form-errors",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"description": "Display validation errors for Angular Reactive forms",
55
"author": "Stark Team <National Bank of Belgium>",
66
"contributors": [

0 commit comments

Comments
 (0)