Skip to content

Commit 7138a43

Browse files
chore: release 21.1.0
1 parent 1e2c4bf commit 7138a43

File tree

26 files changed

+49
-32
lines changed

26 files changed

+49
-32
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="21.1.0"></a>
2+
3+
# [21.1.0](https://github.com/ngrx/platform/compare/21.0.1...21.1.0) (2026-03-24)
4+
5+
### Bug Fixes
6+
7+
- **component:** fix "Illegal invocation" error ([#5110](https://github.com/ngrx/platform/issues/5110)) ([2b26360](https://github.com/ngrx/platform/commit/2b26360)), closes [#5108](https://github.com/ngrx/platform/issues/5108)
8+
- **eslint-plugin:** Support factory by with-state-no-arrays-at-root-level ([#5115](https://github.com/ngrx/platform/issues/5115)) ([653efa5](https://github.com/ngrx/platform/commit/653efa5)), closes [#5104](https://github.com/ngrx/platform/issues/5104)
9+
- **signals:** deprecate calling rxMethod/signalMethod outside injection context ([#5079](https://github.com/ngrx/platform/issues/5079)) ([0ea338f](https://github.com/ngrx/platform/commit/0ea338f))
10+
11+
### Features
12+
13+
- **docs:** add theme toggle ([#5092](https://github.com/ngrx/platform/issues/5092)) ([5d88f2c](https://github.com/ngrx/platform/commit/5d88f2c)), closes [#5065](https://github.com/ngrx/platform/issues/5065)
14+
- **entity:** export EntitySelectors and MemoizedEntitySelectors types ([2906540](https://github.com/ngrx/platform/commit/2906540))
15+
- **eslint-plugin:** add ESLint v10 compatibility ([#5103](https://github.com/ngrx/platform/issues/5103)) ([853cbc5](https://github.com/ngrx/platform/commit/853cbc5)), closes [#5102](https://github.com/ngrx/platform/issues/5102)
16+
- **store:** export SelectSignalOptions type ([97a6843](https://github.com/ngrx/platform/commit/97a6843))
17+
118
<a name="21.0.1"></a>
219

320
## [21.0.1](https://github.com/ngrx/platform/compare/21.0.0...21.0.1) (2025-12-22)

modules/component-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component-store",
3-
"version": "21.0.1",
3+
"version": "21.1.0",
44
"description": "Reactive store for component state",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^21.0.1';
1+
export const platformVersion = '^21.1.0';

modules/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/component",
3-
"version": "21.0.1",
3+
"version": "21.1.0",
44
"description": "Reactive Extensions for Angular Components",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^21.0.1';
1+
export const platformVersion = '^21.1.0';

modules/data/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/data",
3-
"version": "21.0.1",
3+
"version": "21.1.0",
44
"description": "API management for NgRx",
55
"repository": {
66
"type": "git",
@@ -22,9 +22,9 @@
2222
"peerDependencies": {
2323
"@angular/common": "^21.0.0",
2424
"@angular/core": "^21.0.0",
25-
"@ngrx/store": "21.0.1",
26-
"@ngrx/effects": "21.0.1",
27-
"@ngrx/entity": "21.0.1",
25+
"@ngrx/store": "21.1.0",
26+
"@ngrx/effects": "21.1.0",
27+
"@ngrx/entity": "21.1.0",
2828
"rxjs": "^6.5.3 || ^7.5.0"
2929
},
3030
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^21.0.1';
1+
export const platformVersion = '^21.1.0';

modules/effects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/effects",
3-
"version": "21.0.1",
3+
"version": "21.1.0",
44
"description": "Side effect model for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/ngrx/platform#readme",
2323
"peerDependencies": {
2424
"@angular/core": "^21.0.0",
25-
"@ngrx/store": "21.0.1",
25+
"@ngrx/store": "21.1.0",
2626
"rxjs": "^6.5.3 || ^7.5.0"
2727
},
2828
"schematics": "./schematics/collection.json",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^21.0.1';
1+
export const platformVersion = '^21.1.0';

modules/entity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/entity",
3-
"version": "21.0.1",
3+
"version": "21.1.0",
44
"description": "Common utilities for entity reducers",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
2323
"@angular/core": "^21.0.0",
24-
"@ngrx/store": "21.0.1",
24+
"@ngrx/store": "21.1.0",
2525
"rxjs": "^6.5.3 || ^7.5.0"
2626
},
2727
"schematics": "./schematics/collection.json",

0 commit comments

Comments
 (0)