Skip to content

Commit

Permalink
chore(release): public 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Mar 2, 2024
1 parent d64a4ec commit 8d004ca
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 14 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 0.1.0 (2024-03-02)


### 🚀 Features

- prototype of with-redux ([22157c9](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/22157c9))
- devtools integration, demo app ([4b219b4](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/4b219b4))
- add dataservice feature ([c6334de](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/c6334de))
- add storage sync ([ef46f75](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/ef46f75))
- update to nx 18 ([111a389](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/111a389))
- **redux:** add private/public feature ([284da58](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/284da58))
- **redux:** type-safe mvp ([aee6def](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/aee6def))
- **redux:** introduce `withRedux` extension ([c5fa930](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/c5fa930))

### 🩹 Fixes

- linting ([3528c2e](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/3528c2e))
- **devtools:** ssr mode ([0fa5e67](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/0fa5e67))
- **redux:** fix `never` type in reducer ([164585b](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/164585b))

### ❤️ Thank You

- Basti Hoffmann
- Anders Finserås Graneng
- Manfred Steyer
- mikezks @mikezks
- Rainer Hahnekamp
2 changes: 1 addition & 1 deletion libs/ngrx-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/ngrx-toolkit",
"version": "0.0.7",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand Down
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
],
"sharedGlobals": []
},
"release": {
"projects": ["ngrx-toolkit"]
},
"generators": {
"@nx/angular:application": {
"style": "css",
Expand Down
141 changes: 128 additions & 13 deletions package-lock.json

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

0 comments on commit 8d004ca

Please sign in to comment.