Skip to content

Commit 5d91d7a

Browse files
authored
chore(deps): bump @ngrx/signals from v19.0.0 to v19.0.1
BREAKING CHANGE: Stopped supporting versions of @ngrx/signals that are older than v19.0.1 Release-As: 0.6.0
1 parent 236cacc commit 5d91d7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/ngx-signal-store-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-signal-store-query/core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Signal Store feature that bridges with Angular Query",
55
"keywords": [
66
"Angular",
@@ -27,7 +27,7 @@
2727
"peerDependencies": {
2828
"@angular/common": "^19.0.0 || >=20.0.0 || next",
2929
"@angular/core": "^19.0.0 || >=20.0.0 || next",
30-
"@ngrx/signals": "^19.0.0 || >=20.0.0 || next",
31-
"@tanstack/angular-query-experimental": "^5.61.0"
30+
"@ngrx/signals": "^19.0.1 || >=20.0.0 || next",
31+
"@tanstack/angular-query-experimental": "^5.66.9"
3232
}
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-signal-store-query/source",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"build": "ng build ngx-signal-store-query --configuration=production",

0 commit comments

Comments
 (0)