Skip to content

Commit a6a0c22

Browse files
committed
chore(release): 4.0.3
1 parent 9f7c2b5 commit a6a0c22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.0.3](https://github.com/ngneat/reactive-forms/compare/v4.0.2...v4.0.3) (2022-01-04)
6+
7+
8+
### Bug Fixes
9+
10+
* markAllDirty(FormGroup) not marking children ([5dcab34](https://github.com/ngneat/reactive-forms/commit/5dcab341b8d232e2b837125f435f2f9c48f17682)), closes [#135](https://github.com/ngneat/reactive-forms/issues/135)
11+
512
### [4.0.2](https://github.com/ngneat/reactive-forms/compare/v4.0.1...v4.0.2) (2021-12-02)
613

714

libs/reactive-forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngneat/reactive-forms",
33
"description": "(Angular Reactive) Forms with Benefits",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"keywords": [
66
"angular",
77
"angular 2",

0 commit comments

Comments
 (0)