File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 18.0.3 (2024-08-18)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - update to NgRx Signals 18 Release ([ 3d61dd2] ( https://github.com/angular-architects/ngrx-toolkit/commit/3d61dd2 ) )
7
+ - add undo-redo skip and keys options, docs and unit tests ([ e9d9634] ( https://github.com/angular-architects/ngrx-toolkit/commit/e9d9634 ) )
8
+ - add secondary entry point for redux connector ([ 48f9d95] ( https://github.com/angular-architects/ngrx-toolkit/commit/48f9d95 ) )
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - switch to yarn because of failing ci ([ bd8cb25] ( https://github.com/angular-architects/ngrx-toolkit/commit/bd8cb25 ) )
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - marcindz88
17
+ - Rainer Hahnekamp @rainerhahnekamp
18
+
1
19
# 18.0.0 (2024-07-30)
2
20
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-architects/ngrx-toolkit" ,
3
- "version" : " 18.0.2 " ,
3
+ "version" : " 18.0.3 " ,
4
4
"license" : " MIT" ,
5
5
"repository" : {
6
6
"type" : " GitHub" ,
15
15
"optional" : true
16
16
}
17
17
},
18
-
19
18
"dependencies" : {
20
19
"tslib" : " ^2.3.0"
21
20
},
Original file line number Diff line number Diff line change 16
16
"baseUrl" : " ." ,
17
17
"paths" : {
18
18
"@angular-architects/ngrx-toolkit" : [" libs/ngrx-toolkit/src/index.ts" ],
19
- "@angular-architects/ngrx-toolkit/redux-connector" : [" libs/ngrx-toolkit/redux-connector" ]
19
+ "@angular-architects/ngrx-toolkit/redux-connector" : [
20
+ " libs/ngrx-toolkit/redux-connector"
21
+ ]
20
22
}
21
23
},
22
24
"exclude" : [" node_modules" , " tmp" ]
You can’t perform that action at this time.
0 commit comments