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

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jun 6, 2021
1 parent 2e41e4a commit 668f826
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## 1.0.0 (2021-06-06)


### Features

* add README and bump version ([c27820b](https://github.com/nartc/ngrx-slice/commit/c27820b4dd736c9e30221eaeea5672e12502e54b))
* poc createSlice ([bbf50a6](https://github.com/nartc/ngrx-slice/commit/bbf50a6434fea207b5c3d6ac9f29192862a00875))


### Bug Fixes

* bump version ([684b01c](https://github.com/nartc/ngrx-slice/commit/684b01c0e7b2bda88f4b1165ce0b02db8129dfde))
* change AppState from unknown to any. ngrx uses object as store type ([8d79352](https://github.com/nartc/ngrx-slice/commit/8d79352cd7097d3f1b9a8334f7d7893b6ab093a1))
* change AppState from unknown to any. ngrx uses object as store type ([f5bd2ea](https://github.com/nartc/ngrx-slice/commit/f5bd2ead8fade1b78f2948e2af125e84f6a537f4))
* change PayloadAction from unknown to any ([366c988](https://github.com/nartc/ngrx-slice/commit/366c98804265a06cee6cee08ebce383a1de265ed))
* change PayloadAction from unknown to any ([958691f](https://github.com/nartc/ngrx-slice/commit/958691f08f1623865c17a0954b7b9ec04719ae9a))
* fix payloadAction typings ([9a46fe3](https://github.com/nartc/ngrx-slice/commit/9a46fe3f2568860369d00791802280b4a1e1c6e8))
* fix typedNoopReducer type ([a234342](https://github.com/nartc/ngrx-slice/commit/a23434251f7a4788a7db9f9dd2b10dce6602822f))
* fix typings around payload action ([a876d32](https://github.com/nartc/ngrx-slice/commit/a876d3255fa0c674e19d3af02fced24738c0e5d8))


### Documentations

* add LICENSE ([eee5f6b](https://github.com/nartc/ngrx-slice/commit/eee5f6b907503075ae6ba418313f5f74d722f69b))
* readme ([bff72d5](https://github.com/nartc/ngrx-slice/commit/bff72d5db99d304709100fd2fc48c8743cb711e2))


### Refactor

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

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.0.0",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
9 changes: 7 additions & 2 deletions projects/ngrx-slice/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "ngrx-slice",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": ["ngrx", "redux toolkit", "create slice", "typescript"],
"keywords": [
"ngrx",
"redux toolkit",
"create slice",
"typescript"
],
"author": {
"name": "Chau Tran",
"url": "https://nartc.me"
Expand Down

0 comments on commit 668f826

Please sign in to comment.