Skip to content

Commit 23cf7c4

Browse files
chore: release 18.1.0
1 parent ca1b274 commit 23cf7c4

File tree

26 files changed

+49
-32
lines changed

26 files changed

+49
-32
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="18.1.0"></a>
2+
3+
# [18.1.0](https://github.com/ngrx/platform/compare/18.0.2...18.1.0) (2024-10-08)
4+
5+
### Bug Fixes
6+
7+
- **component-store:** remove [@ngrx](https://github.com/ngrx)/operators from dependencies ([#4532](https://github.com/ngrx/platform/issues/4532)) ([3b4b9c4](https://github.com/ngrx/platform/commit/3b4b9c4))
8+
- **effects:** remove [@ngrx](https://github.com/ngrx)/operators from dependencies ([#4531](https://github.com/ngrx/platform/issues/4531)) ([4fb78f1](https://github.com/ngrx/platform/commit/4fb78f1))
9+
- **signals:** remove usage of SIGNAL from [@angular](https://github.com/angular)/core/primitives/signals package ([#4530](https://github.com/ngrx/platform/issues/4530)) ([cae429a](https://github.com/ngrx/platform/commit/cae429a))
10+
- **signals:** use `Injector` of `rxMethod` instance caller if available ([#4529](https://github.com/ngrx/platform/issues/4529)) ([ffc1d87](https://github.com/ngrx/platform/commit/ffc1d87)), closes [#4528](https://github.com/ngrx/platform/issues/4528)
11+
- **store-devtools:** add [@angular](https://github.com/angular)/core as peer dependency ([#4478](https://github.com/ngrx/platform/issues/4478)) ([62cceeb](https://github.com/ngrx/platform/commit/62cceeb)), closes [#4479](https://github.com/ngrx/platform/issues/4479)
12+
13+
### Features
14+
15+
- **eslint-plugin:** add preferProtectedState rule ([#4488](https://github.com/ngrx/platform/issues/4488)) ([32c772d](https://github.com/ngrx/platform/commit/32c772d)), closes [#4474](https://github.com/ngrx/platform/issues/4474)
16+
- **signals:** add deepComputed function ([#4539](https://github.com/ngrx/platform/issues/4539)) ([269bd32](https://github.com/ngrx/platform/commit/269bd32))
17+
118
<a name="18.0.2"></a>
219

320
## [18.0.2](https://github.com/ngrx/platform/compare/18.0.1...18.0.2) (2024-07-31)

modules/component-store/package.json

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

modules/component/package.json

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

modules/data/package.json

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

modules/effects/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/effects",
3-
"version": "18.0.2",
3+
"version": "18.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": "^18.0.0",
25-
"@ngrx/store": "18.0.2",
25+
"@ngrx/store": "18.1.0",
2626
"rxjs": "^6.5.3 || ^7.5.0"
2727
},
2828
"schematics": "./schematics/collection.json",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/entity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/entity",
3-
"version": "18.0.2",
3+
"version": "18.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": "^18.0.0",
24-
"@ngrx/store": "18.0.2",
24+
"@ngrx/store": "18.1.0",
2525
"rxjs": "^6.5.3 || ^7.5.0"
2626
},
2727
"schematics": "./schematics/collection.json",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/eslint-plugin",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "NgRx ESLint Plugin",
55
"repository": {
66
"type": "git",

modules/operators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/operators",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "Shared RxJS Operators for NgRx libraries",
55
"repository": {
66
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/router-store/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/router-store",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "Bindings to connect @angular/router to @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"@angular/common": "^18.0.0",
2424
"@angular/core": "^18.0.0",
2525
"@angular/router": "^18.0.0",
26-
"@ngrx/store": "18.0.2",
26+
"@ngrx/store": "18.1.0",
2727
"rxjs": "^6.5.3 || ^7.5.0"
2828
},
2929
"schematics": "./schematics/collection.json",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/schematics",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "NgRx Schematics for Angular",
55
"repository": {
66
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/signals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/signals",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "Reactive Store and Set of Utilities for Angular Signals",
55
"repository": {
66
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/store-devtools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/store-devtools",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "Developer tools for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
2323
"@angular/core": "^18.0.0",
24-
"@ngrx/store": "18.0.2",
24+
"@ngrx/store": "18.1.0",
2525
"rxjs": "^6.5.3 || ^7.5.0"
2626
},
2727
"schematics": "./schematics/collection.json",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

modules/store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/store",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "RxJS powered Redux for Angular apps",
55
"repository": {
66
"type": "git",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.2';
1+
export const platformVersion = '^18.1.0';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/platform",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "monorepo for ngrx development",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)