Skip to content

Commit 174eb09

Browse files
chore(release): publish 19.0.0
1 parent a7e2828 commit 174eb09

File tree

2 files changed

+33
-22
lines changed

2 files changed

+33
-22
lines changed

CHANGELOG.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
1-
## 18.1.0 (2024-10-15)
1+
# 19.0.0 (2025-01-08)
2+
3+
### 🚀 Features
4+
5+
- withDevTools disabled in prod, and tree-shaking docs ([4c2baa9](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/4c2baa9))
6+
- withDevTools disabled in prod, and tree-shaking docs - docs utility function update ([ada5f26](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/ada5f26))
7+
- Add support for clear undo redo stack. ([#106](https://github.com/rainerhahnekamp/ngrx-toolkit/pull/106))
8+
- upgrade to NgRx 19 ([f257624](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/f257624))
9+
- **devtools:** add `withMapper` feature ([97c0031](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/97c0031))
10+
- **signals:** add `withReset()` feature to SignalStore ([90a64b3](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/90a64b3))
11+
12+
### ❤️ Thank You
213

14+
- Lukáš Šefčík @LukasSefcik
15+
- marcindz88
16+
- Michal Štrajt @mikeshtro
17+
- Rainer Hahnekamp @rainerhahnekamp
18+
19+
## 18.1.0 (2024-10-15)
320

421
### 🚀 Features
522

623
- upgrade to NgRx 18.1 ([30073b9](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/30073b9))
724

8-
### ❤️ Thank You
25+
### ❤️ Thank You
926

1027
- Rainer Hahnekamp
1128

1229
## 18.0.3 (2024-08-18)
1330

14-
1531
### 🚀 Features
1632

1733
- update to NgRx Signals 18 Release ([3d61dd2](https://github.com/angular-architects/ngrx-toolkit/commit/3d61dd2))
@@ -22,14 +38,13 @@
2238

2339
- switch to yarn because of failing ci ([bd8cb25](https://github.com/angular-architects/ngrx-toolkit/commit/bd8cb25))
2440

25-
### ❤️ Thank You
41+
### ❤️ Thank You
2642

2743
- marcindz88
2844
- Rainer Hahnekamp @rainerhahnekamp
2945

3046
# 18.0.0 (2024-07-30)
3147

32-
3348
### 🚀 Features
3449

3550
- update to NgRx Signals 18 Release ([3d61dd2](https://github.com/angular-architects/ngrx-toolkit/commit/3d61dd2))
@@ -38,13 +53,12 @@
3853

3954
- switch to yarn because of failing ci ([bd8cb25](https://github.com/angular-architects/ngrx-toolkit/commit/bd8cb25))
4055

41-
### ❤️ Thank You
56+
### ❤️ Thank You
4257

4358
- Rainer Hahnekamp @rainerhahnekamp
4459

4560
## 18.0.0-rc.2.0 (2024-07-10)
4661

47-
4862
### 🚀 Features
4963

5064
- update to ngrx 18 and refactorings ([80ccc52](https://github.com/angular-architects/ngrx-toolkit/commit/80ccc52))
@@ -56,7 +70,7 @@
5670
- **undo-redo:** prevent duplicated entries on undo stack ([e360ee6](https://github.com/angular-architects/ngrx-toolkit/commit/e360ee6))
5771
- **undo-redo:** prevent duplicated entries on undo stack ([b4f68af](https://github.com/angular-architects/ngrx-toolkit/commit/b4f68af))
5872

59-
### ❤️ Thank You
73+
### ❤️ Thank You
6074

6175
- Manfred Steyer
6276
- michael-small @michael-small
@@ -65,40 +79,36 @@
6579

6680
## 0.4.0 (2024-06-07)
6781

68-
6982
### 🚀 Features
7083

7184
- Add local pagination feature ([#56](https://github.com/angular-architects/ngrx-toolkit/pull/56))
7285

73-
### ❤️ Thank You
86+
### ❤️ Thank You
7487

7588
- Murat Sari
7689

7790
## 0.3.1 (2024-05-27)
7891

79-
8092
### 🩹 Fixes
8193

8294
- lazy load routes to get under the build budget ([729c84d](https://github.com/angular-architects/ngrx-toolkit/commit/729c84d))
8395

84-
### ❤️ Thank You
96+
### ❤️ Thank You
8597

8698
- Rainer Hahnekamp @rainerhahnekamp
8799

88100
## 0.3.0 (2024-04-20)
89101

90-
91102
### 🚀 Features
92103

93104
- **devtools:** rename `patchState` to `updateState` ([4343720](https://github.com/angular-architects/ngrx-toolkit/commit/4343720))
94105

95-
### ❤️ Thank You
106+
### ❤️ Thank You
96107

97108
- Rainer Hahnekamp @rainerhahnekamp
98109

99110
## 0.2.0 (2024-04-20)
100111

101-
102112
### 🚀 Features
103113

104114
- add MIT licence ([1c5ef89](https://github.com/angular-architects/ngrx-toolkit/commit/1c5ef89))
@@ -109,26 +119,24 @@
109119
- **redux:** multiple effects can subscribe to the same action ([12d0077](https://github.com/angular-architects/ngrx-toolkit/commit/12d0077))
110120
- **redux:** remove parameter from `noPayload` action functions ([0e83882](https://github.com/angular-architects/ngrx-toolkit/commit/0e83882))
111121

112-
### ❤️ Thank You
122+
### ❤️ Thank You
113123

114124
- Rainer Hahnekamp @rainerhahnekamp
115125

116126
## 0.1.1 (2024-04-20)
117127

118-
119128
### 🩹 Fixes
120129

121130
- nx release with correct publish directory ([9c0f94f](https://github.com/angular-architects/ngrx-toolkit/commit/9c0f94f))
122131
- **redux:** multiple effects can subscribe to the same action ([12d0077](https://github.com/angular-architects/ngrx-toolkit/commit/12d0077))
123132
- **redux:** remove parameter from `noPayload` action functions ([0e83882](https://github.com/angular-architects/ngrx-toolkit/commit/0e83882))
124133

125-
### ❤️ Thank You
134+
### ❤️ Thank You
126135

127136
- Rainer Hahnekamp @rainerhahnekamp
128137

129138
## 0.1.0 (2024-03-02)
130139

131-
132140
### 🚀 Features
133141

134142
- prototype of with-redux ([22157c9](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/22157c9))
@@ -146,7 +154,7 @@
146154
- **devtools:** ssr mode ([0fa5e67](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/0fa5e67))
147155
- **redux:** fix `never` type in reducer ([164585b](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/164585b))
148156

149-
### ❤️ Thank You
157+
### ❤️ Thank You
150158

151159
- Basti Hoffmann @bohoffi
152160
- Anders Finserås Graneng @andersfgraneng

libs/ngrx-toolkit/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "@angular-architects/ngrx-toolkit",
3-
"version": "18.1.1",
3+
"version": "19.0.0",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",
77
"url": "https://github.com/angular-architects/ngrx-toolkit"
88
},
99
"peerDependencies": {
10+
"@angular/core": "^19.0.0",
11+
"@angular/common": "^19.0.0",
1012
"@ngrx/signals": "^19.0.0",
11-
"@ngrx/store": "^19.0.0"
13+
"@ngrx/store": "^19.0.0",
14+
"rxjs": "^7.0.0"
1215
},
1316
"peerDependenciesMeta": {
1417
"@ngrx/store": {

0 commit comments

Comments
 (0)