Skip to content

Commit cb3f6de

Browse files
chore: release 18.0.2
1 parent 521ce7b commit cb3f6de

File tree

27 files changed

+124
-139
lines changed

27 files changed

+124
-139
lines changed

CHANGELOG.md

Lines changed: 91 additions & 106 deletions
Large diffs are not rendered by default.

build/publish-latest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function publishLatestToNpm() {
1717
'schematics',
1818
'eslint-plugin',
1919
'data',
20-
// 'signals',
20+
'signals',
2121
'operators',
2222
];
2323

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": "18.0.1",
3+
"version": "18.0.2",
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 = '^18.0.1';
1+
export const platformVersion = '^18.0.2';

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": "18.0.1",
3+
"version": "18.0.2",
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 = '^18.0.1';
1+
export const platformVersion = '^18.0.2';

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": "18.0.1",
3+
"version": "18.0.2",
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.1",
26-
"@ngrx/effects": "18.0.1",
27-
"@ngrx/entity": "18.0.1",
25+
"@ngrx/store": "18.0.2",
26+
"@ngrx/effects": "18.0.2",
27+
"@ngrx/entity": "18.0.2",
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 = '^18.0.1';
1+
export const platformVersion = '^18.0.2';

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": "18.0.1",
3+
"version": "18.0.2",
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.1",
25+
"@ngrx/store": "18.0.2",
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 = '^18.0.1';
1+
export const platformVersion = '^18.0.2';

0 commit comments

Comments
 (0)