Skip to content

Commit 592f53a

Browse files
chore(release): publish 18.0.3
1 parent 48f9d95 commit 592f53a

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
# 18.0.0 (2024-07-30)
220

321

libs/ngrx-toolkit/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ngrx-toolkit",
3-
"version": "18.0.2",
3+
"version": "18.0.3",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",
@@ -15,7 +15,6 @@
1515
"optional": true
1616
}
1717
},
18-
1918
"dependencies": {
2019
"tslib": "^2.3.0"
2120
},

tsconfig.base.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"baseUrl": ".",
1717
"paths": {
1818
"@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+
]
2022
}
2123
},
2224
"exclude": ["node_modules", "tmp"]

0 commit comments

Comments
 (0)