Skip to content

Commit afb6c25

Browse files
chore: release 18.0.0
1 parent e5b4e7c commit afb6c25

File tree

26 files changed

+40
-32
lines changed

26 files changed

+40
-32
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="18.0.0"></a>
2+
3+
# [18.0.0](https://github.com/ngrx/platform/compare/18.0.0-rc.1...18.0.0) (2024-06-13)
4+
15
<a name="18.0.0-rc.1"></a>
26

37
# [18.0.0-rc.1](https://github.com/ngrx/platform/compare/18.0.0-rc.0...18.0.0-rc.1) (2024-06-12)

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.0-rc.1",
3+
"version": "18.0.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 = '^18.0.0-rc.1';
1+
export const platformVersion = '^18.0.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": "18.0.0-rc.1",
3+
"version": "18.0.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 = '^18.0.0-rc.1';
1+
export const platformVersion = '^18.0.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": "18.0.0-rc.1",
3+
"version": "18.0.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.0-rc.1",
26-
"@ngrx/effects": "18.0.0-rc.1",
27-
"@ngrx/entity": "18.0.0-rc.1",
25+
"@ngrx/store": "18.0.0",
26+
"@ngrx/effects": "18.0.0",
27+
"@ngrx/entity": "18.0.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 = '^18.0.0-rc.1';
1+
export const platformVersion = '^18.0.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": "18.0.0-rc.1",
3+
"version": "18.0.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.0-rc.1",
25+
"@ngrx/store": "18.0.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 = '^18.0.0-rc.1';
1+
export const platformVersion = '^18.0.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": "18.0.0-rc.1",
3+
"version": "18.0.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.0-rc.1",
24+
"@ngrx/store": "18.0.0",
2525
"rxjs": "^6.5.3 || ^7.5.0"
2626
},
2727
"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.0-rc.1';
1+
export const platformVersion = '^18.0.0';

modules/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/eslint-plugin",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0",
44
"description": "NgRx ESLint Plugin",
55
"repository": {
66
"type": "git",

modules/operators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/operators",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0",
44
"description": "Shared RxJS Operators for NgRx libraries",
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.0-rc.1';
1+
export const platformVersion = '^18.0.0';

modules/router-store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/router-store",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.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.0-rc.1",
26+
"@ngrx/store": "18.0.0",
2727
"rxjs": "^6.5.3 || ^7.5.0"
2828
},
2929
"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.0-rc.1';
1+
export const platformVersion = '^18.0.0';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const platformVersion = '^18.0.0-rc.1';
1+
export const platformVersion = '^18.0.0';

modules/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/schematics",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0",
44
"description": "NgRx Schematics for Angular",
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.0-rc.1';
1+
export const platformVersion = '^18.0.0';

modules/store-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/store-devtools",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0",
44
"description": "Developer tools for @ngrx/store",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/ngrx/platform#readme",
2222
"peerDependencies": {
23-
"@ngrx/store": "18.0.0-rc.1",
23+
"@ngrx/store": "18.0.0",
2424
"rxjs": "^6.5.3 || ^7.5.0"
2525
},
2626
"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.0-rc.1';
1+
export const platformVersion = '^18.0.0';

modules/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/store",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0",
44
"description": "RxJS powered Redux for Angular apps",
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.0-rc.1';
1+
export const platformVersion = '^18.0.0';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrx/platform",
3-
"version": "18.0.0-rc.1",
3+
"version": "18.0.0",
44
"description": "monorepo for ngrx development",
55
"scripts": {
66
"ng": "ng",

projects/ngrx.io/content/navigation.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
{
293293
"title": "Lifecycle Hooks",
294294
"url": "guide/signals/signal-store/lifecycle-hooks"
295-
},
295+
},
296296
{
297297
"title": "Custom Store Features",
298298
"url": "guide/signals/signal-store/custom-store-features"
@@ -700,6 +700,10 @@
700700
}
701701
],
702702
"docVersions": [
703+
{
704+
"title": "v17",
705+
"url": "https://v17.ngrx.io"
706+
},
703707
{
704708
"title": "v16",
705709
"url": "https://v16.ngrx.io"

0 commit comments

Comments
 (0)