Skip to content

Commit

Permalink
chore(release): publish 18.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Aug 18, 2024
1 parent 48f9d95 commit 592f53a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 18.0.3 (2024-08-18)


### 🚀 Features

- update to NgRx Signals 18 Release ([3d61dd2](https://github.com/angular-architects/ngrx-toolkit/commit/3d61dd2))
- add undo-redo skip and keys options, docs and unit tests ([e9d9634](https://github.com/angular-architects/ngrx-toolkit/commit/e9d9634))
- add secondary entry point for redux connector ([48f9d95](https://github.com/angular-architects/ngrx-toolkit/commit/48f9d95))

### 🩹 Fixes

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

### ❤️ Thank You

- marcindz88
- Rainer Hahnekamp @rainerhahnekamp

# 18.0.0 (2024-07-30)


Expand Down
3 changes: 1 addition & 2 deletions libs/ngrx-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/ngrx-toolkit",
"version": "18.0.2",
"version": "18.0.3",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand All @@ -15,7 +15,6 @@
"optional": true
}
},

"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"baseUrl": ".",
"paths": {
"@angular-architects/ngrx-toolkit": ["libs/ngrx-toolkit/src/index.ts"],
"@angular-architects/ngrx-toolkit/redux-connector": ["libs/ngrx-toolkit/redux-connector"]
"@angular-architects/ngrx-toolkit/redux-connector": [
"libs/ngrx-toolkit/redux-connector"
]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down

0 comments on commit 592f53a

Please sign in to comment.