Skip to content

Commit 3d7a7a2

Browse files
committed
chore(release): 3.1.2
1 parent a106a3e commit 3d7a7a2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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+
### [3.1.2](https://github.com/ngneat/reactive-forms/compare/v3.1.1...v3.1.2) (2021-10-25)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 fix type of status$ property ([a106a3e](https://github.com/ngneat/reactive-forms/commit/a106a3e79569b085c101155ec3c946b8c2276fdf)), closes [#113](https://github.com/ngneat/reactive-forms/issues/113)
11+
512
## [3.1.0](https://github.com/ngneat/reactive-forms/compare/v3.0.0...v3.1.0) (2021-10-21)
613

714

libs/reactive-forms/package.json

Lines changed: 2 additions & 2 deletions
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": "3.1.1",
4+
"version": "3.1.2",
55
"keywords": [
66
"angular",
77
"angular 2",
@@ -32,4 +32,4 @@
3232
"type": "git",
3333
"url": "https://github.com/ngneat/reactive-forms"
3434
}
35-
}
35+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ng": "nx",
88
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
99
"start": "nx serve",
10+
"build:lib": "nx build reactive-forms",
1011
"build:all": "nx run-many --target=build --all",
1112
"test:all": "nx run-many --target=test --exclude=playground --all",
1213
"lint:all": "nx run-many --target=lint --all --exclude=playground",

0 commit comments

Comments
 (0)