Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWolfZ committed Oct 27, 2022
1 parent 9fa1252 commit bb492be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## ngrx-forms Changelog

<a name="8.0.0"></a>
### 8.0.0

#### Breaking Changes

* adjust types for compatibility with TypeScript >=4.8 ([00885ae](https://github.com/MrWolfZ/ngrx-forms/commit/00885ae))

<a name="7.0.0"></a>
### 7.0.0

Expand Down
4 changes: 2 additions & 2 deletions example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@ngrx/store": "14.3.2",
"@ngrx/store-devtools": "14.3.2",
"core-js": "3.26.0",
"ngrx-forms": "file:../ngrx-forms-7.0.0.tgz",
"ngrx-forms": "file:../ngrx-forms-8.0.0.tgz",
"prismjs": "1.29.0",
"rxjs": "7.5.7",
"tslib": "2.4.0",
Expand All @@ -53,4 +53,4 @@
"tslint": "~6.1.0",
"typescript": "^4.8.4"
}
}
}
Binary file removed ngrx-forms-7.0.0.tgz
Binary file not shown.
Binary file added ngrx-forms-8.0.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngrx-forms",
"version": "7.0.0",
"version": "8.0.0",
"description": "Proper integration of forms in Angular 4 applications using ngrx",
"module": "ngrx/forms.es5.js",
"es2015": "ngrx/forms.js",
Expand Down Expand Up @@ -82,4 +82,4 @@
"typescript": "4.2.3",
"zone.js": "0.11.4"
}
}
}

0 comments on commit bb492be

Please sign in to comment.