Skip to content

Commit eda4138

Browse files
chore(release): publish 19.1.0
1 parent b638698 commit eda4138

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 19.1.0 (2025-02-12)
2+
3+
### 🚀 Features
4+
5+
- add `withImmutableState` ([8203d33](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/8203d33))
6+
- add `withFeatureFactory()` ([aead6f8](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/aead6f8))
7+
- add `withConditional()` ([bef1528](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/bef1528))
8+
9+
### 🩹 Fixes
10+
11+
- improve tree shaking for with-pagination ([ad09e31](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/ad09e31))
12+
- **devtools:** fix existing name error in SSR ([b638698](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/b638698))
13+
- **redux:** don't override methods of innerStore ([#132](https://github.com/rainerhahnekamp/ngrx-toolkit/pull/132))
14+
15+
### ❤️ Thank You
16+
17+
- Murat Sari
18+
- Rainer Hahnekamp @rainerhahnekamp
19+
120
## 19.0.2 (2025-01-14)
221

322
### 🚀 Features

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": "19.0.2",
3+
"version": "19.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",

0 commit comments

Comments
 (0)