Skip to content

Commit e41ecbb

Browse files
committed
chore: release v21.0.0
1 parent d8d1b0b commit e41ecbb

File tree

13 files changed

+1638
-1445
lines changed

13 files changed

+1638
-1445
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ $ npm install @ngxs/store@dev
66

77
### To become next patch version
88

9+
...
10+
11+
### 21.0.0 2025-11-08
12+
913
- Feature(store): Expose `AbortSignal` on the state context [#2244](https://github.com/ngxs/store/pull/2244)
1014
- Fix(store): Guard against running state functions after injector is destroyed [#2366](https://github.com/ngxs/store/pull/2366) [#2377](https://github.com/ngxs/store/pull/2377)
1115
- Fix(store): `createPickSelector` should not throw on unregistered states [#2378](https://github.com/ngxs/store/pull/2378)

integrations/hello-world-ng20/yarn.lock

Lines changed: 1621 additions & 1432 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngxs",
3-
"version": "20.1.0",
3+
"version": "21.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/ngxs/store.git"

packages/devtools-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sideEffects": false,
66
"peerDependencies": {
77
"@ngxs/store": "^0.0.0",
8-
"@angular/core": ">=20.0.0 <21.0.0",
8+
"@angular/core": ">=21.0.0 <22.0.0",
99
"rxjs": ">=7.0.0"
1010
}
1111
}

packages/form-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"sideEffects": false,
66
"peerDependencies": {
77
"@ngxs/store": "^0.0.0",
8-
"@angular/core": ">=20.0.0 <21.0.0",
9-
"@angular/forms": ">=20.0.0 <21.0.0",
8+
"@angular/core": ">=21.0.0 <22.0.0",
9+
"@angular/forms": ">=21.0.0 <22.0.0",
1010
"rxjs": ">=7.0.0"
1111
}
1212
}

packages/hmr-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"license": "MIT",
55
"sideEffects": true,
66
"peerDependencies": {
7-
"@angular/core": ">=20.0.0 <21.0.0"
7+
"@angular/core": ">=21.0.0 <22.0.0"
88
}
99
}

packages/logger-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sideEffects": false,
66
"peerDependencies": {
77
"@ngxs/store": "^0.0.0",
8-
"@angular/core": ">=20.0.0 <21.0.0",
8+
"@angular/core": ">=21.0.0 <22.0.0",
99
"rxjs": ">=7.0.0"
1010
}
1111
}

packages/router-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"sideEffects": false,
66
"peerDependencies": {
77
"@ngxs/store": "^0.0.0",
8-
"@angular/core": ">=20.0.0 <21.0.0",
9-
"@angular/router": ">=20.0.0 <21.0.0",
8+
"@angular/core": ">=21.0.0 <22.0.0",
9+
"@angular/router": ">=21.0.0 <22.0.0",
1010
"rxjs": ">=7.0.0"
1111
}
1212
}

packages/storage-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sideEffects": false,
66
"peerDependencies": {
77
"@ngxs/store": "^0.0.0",
8-
"@angular/core": ">=20.0.0 <21.0.0",
8+
"@angular/core": ">=21.0.0 <22.0.0",
99
"rxjs": ">=7.0.0",
1010
"ts-morph": "21.0.1"
1111
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"@ngxs/store": "20.1.0"
2+
"@ngxs/store": "21.0.0"
33
}

0 commit comments

Comments
 (0)