Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
chore: release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Dec 19, 2021
1 parent 9c46e4b commit ee46119
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [6.0.0](https://github.com/nartc/ngrx-slice/compare/5.0.0...6.0.0) (2021-12-19)


### ⚠ BREAKING CHANGES

* Angular 13

### Features

* upgrade Angular 13 ([308414d](https://github.com/nartc/ngrx-slice/commit/308414dc2fbace6dafd740bb599ccc2cc6b5bdc1))


### Bug Fixes

* adjust slice and entity to ngrx13 ([4295601](https://github.com/nartc/ngrx-slice/commit/42956011e2218b2bf2c8a3289a9400479a926e41))


### Documentations

* update peer dependencies ([9c46e4b](https://github.com/nartc/ngrx-slice/commit/9c46e4b193c28232cb7f8334262afd73468f863c))

## [5.0.0](https://github.com/nartc/ngrx-slice/compare/4.0.0...5.0.0) (2021-10-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-slice",
"version": "5.0.0",
"version": "6.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx-slice/entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-slice/entity",
"version": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"description": "createSlice Entity plugin for NgRX"
}
2 changes: 1 addition & 1 deletion projects/ngrx-slice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-slice",
"version": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": [
Expand Down

0 comments on commit ee46119

Please sign in to comment.