Skip to content

Commit 8d004ca

Browse files
chore(release): public 0.1.0
1 parent d64a4ec commit 8d004ca

File tree

4 files changed

+159
-14
lines changed

4 files changed

+159
-14
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 0.1.0 (2024-03-02)
2+
3+
4+
### 🚀 Features
5+
6+
- prototype of with-redux ([22157c9](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/22157c9))
7+
- devtools integration, demo app ([4b219b4](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/4b219b4))
8+
- add dataservice feature ([c6334de](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/c6334de))
9+
- add storage sync ([ef46f75](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/ef46f75))
10+
- update to nx 18 ([111a389](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/111a389))
11+
- **redux:** add private/public feature ([284da58](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/284da58))
12+
- **redux:** type-safe mvp ([aee6def](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/aee6def))
13+
- **redux:** introduce `withRedux` extension ([c5fa930](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/c5fa930))
14+
15+
### 🩹 Fixes
16+
17+
- linting ([3528c2e](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/3528c2e))
18+
- **devtools:** ssr mode ([0fa5e67](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/0fa5e67))
19+
- **redux:** fix `never` type in reducer ([164585b](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/164585b))
20+
21+
### ❤️ Thank You
22+
23+
- Basti Hoffmann
24+
- Anders Finserås Graneng
25+
- Manfred Steyer
26+
- mikezks @mikezks
27+
- Rainer Hahnekamp

libs/ngrx-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ngrx-toolkit",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",

nx.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
],
4848
"sharedGlobals": []
4949
},
50+
"release": {
51+
"projects": ["ngrx-toolkit"]
52+
},
5053
"generators": {
5154
"@nx/angular:application": {
5255
"style": "css",

package-lock.json

+128-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)