Skip to content

Commit eb77c2f

Browse files
committed
chore(repo): release ngrx-slice 6.2.1
1 parent fcb9d52 commit eb77c2f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

packages/ngrx-slice/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2+
3+
### [6.2.1](https://github.com/nartc/nartc-workspace/compare/ngrx-slice-v6.2.0...ngrx-slice-v6.2.1) (2022-05-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **slice:** use any instead of unknown ([63e0977](https://github.com/nartc/nartc-workspace/commit/63e09779e1d87fb39305f0c32117ad3c575058b6))
9+
10+
11+
### Documentations
12+
13+
* use readonly ([fcb9d52](https://github.com/nartc/nartc-workspace/commit/fcb9d5258c8e3288cebcf883a4105445c79c56df))
14+
115
## [6.2.0](https://github.com/nartc/nartc-workspace/compare/ngrx-slice-v6.1.0...ngrx-slice-v6.2.0) (2022-02-23)
216

317
### Features
@@ -291,5 +305,4 @@ noopReducer<CounterState, { multiplier: number }>();
291305
### Refactor
292306

293307
* remove NonOptional
294-
type ([9a9b191](https://github.com/nartc/ngrx-slice/commit/9a9b191cd575a22a49d2cdaf3c531e65b44edbae))
295-
308+
type ([9a9b191](https://github.com/nartc/ngrx-slice/commit/9a9b191cd575a22a49d2cdaf3c531e65b44edbae))

packages/ngrx-slice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngrx-slice",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"license": "MIT",
55
"description": "createSlice plugin for NgRX",
66
"keywords": [

0 commit comments

Comments
 (0)