Skip to content

Commit bb492be

Browse files
committed
8.0.0
1 parent 9fa1252 commit bb492be

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
<a name="8.0.0"></a>
4+
### 8.0.0
5+
6+
#### Breaking Changes
7+
8+
* adjust types for compatibility with TypeScript >=4.8 ([00885ae](https://github.com/MrWolfZ/ngrx-forms/commit/00885ae))
9+
310
<a name="7.0.0"></a>
411
### 7.0.0
512

example-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ngrx/store": "14.3.2",
2828
"@ngrx/store-devtools": "14.3.2",
2929
"core-js": "3.26.0",
30-
"ngrx-forms": "file:../ngrx-forms-7.0.0.tgz",
30+
"ngrx-forms": "file:../ngrx-forms-8.0.0.tgz",
3131
"prismjs": "1.29.0",
3232
"rxjs": "7.5.7",
3333
"tslib": "2.4.0",
@@ -53,4 +53,4 @@
5353
"tslint": "~6.1.0",
5454
"typescript": "^4.8.4"
5555
}
56-
}
56+
}

ngrx-forms-7.0.0.tgz

-306 KB
Binary file not shown.

ngrx-forms-8.0.0.tgz

311 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "ngrx-forms",
4-
"version": "7.0.0",
4+
"version": "8.0.0",
55
"description": "Proper integration of forms in Angular 4 applications using ngrx",
66
"module": "ngrx/forms.es5.js",
77
"es2015": "ngrx/forms.js",
@@ -82,4 +82,4 @@
8282
"typescript": "4.2.3",
8383
"zone.js": "0.11.4"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)