diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4b81e53c..b97a619b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# [15.0.0](https://github.com/ngrx/platform/compare/15.0.0-rc.0...15.0.0) (2022-11-29) + +### Features + +- **store-devtools:** add redux dev tool trace support ([#3517](https://github.com/ngrx/platform/issues/3517)) ([#3665](https://github.com/ngrx/platform/issues/3665)) ([187802a](https://github.com/ngrx/platform/commit/187802a)), closes [#1868](https://github.com/ngrx/platform/issues/1868) + # [15.0.0-rc.0](https://github.com/ngrx/platform/compare/15.0.0-beta.1...15.0.0-rc.0) (2022-11-23) diff --git a/modules/component-store/package.json b/modules/component-store/package.json index b8c58d0c1e..4e335ba901 100644 --- a/modules/component-store/package.json +++ b/modules/component-store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/component-store", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "Reactive store for component state", "repository": { "type": "git", diff --git a/modules/component-store/schematics-core/utility/libs-version.ts b/modules/component-store/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/component-store/schematics-core/utility/libs-version.ts +++ b/modules/component-store/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/component/package.json b/modules/component/package.json index 770ac0029d..f575f05f22 100644 --- a/modules/component/package.json +++ b/modules/component/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/component", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "Reactive Extensions for Angular Components", "repository": { "type": "git", diff --git a/modules/component/schematics-core/utility/libs-version.ts b/modules/component/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/component/schematics-core/utility/libs-version.ts +++ b/modules/component/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/data/package.json b/modules/data/package.json index 326889f214..1988c50b79 100644 --- a/modules/data/package.json +++ b/modules/data/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/data", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "API management for NgRx", "repository": { "type": "git", @@ -22,9 +22,9 @@ "peerDependencies": { "@angular/common": "^15.0.0", "@angular/core": "^15.0.0", - "@ngrx/store": "15.0.0-rc.0", - "@ngrx/effects": "15.0.0-rc.0", - "@ngrx/entity": "15.0.0-rc.0", + "@ngrx/store": "15.0.0", + "@ngrx/effects": "15.0.0", + "@ngrx/entity": "15.0.0", "rxjs": "^6.5.3 || ^7.5.0" }, "schematics": "./schematics/collection.json", diff --git a/modules/data/schematics-core/utility/libs-version.ts b/modules/data/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/data/schematics-core/utility/libs-version.ts +++ b/modules/data/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/effects/package.json b/modules/effects/package.json index cdf3e9431f..29a9266b87 100644 --- a/modules/effects/package.json +++ b/modules/effects/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/effects", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "Side effect model for @ngrx/store", "repository": { "type": "git", @@ -22,7 +22,7 @@ "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { "@angular/core": "^15.0.0", - "@ngrx/store": "15.0.0-rc.0", + "@ngrx/store": "15.0.0", "rxjs": "^6.5.3 || ^7.5.0" }, "schematics": "./schematics/collection.json", diff --git a/modules/effects/schematics-core/utility/libs-version.ts b/modules/effects/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/effects/schematics-core/utility/libs-version.ts +++ b/modules/effects/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/entity/package.json b/modules/entity/package.json index 4652bca400..eec8a7972a 100644 --- a/modules/entity/package.json +++ b/modules/entity/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/entity", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "Common utilities for entity reducers", "repository": { "type": "git", @@ -21,7 +21,7 @@ "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { "@angular/core": "^15.0.0", - "@ngrx/store": "15.0.0-rc.0", + "@ngrx/store": "15.0.0", "rxjs": "^6.5.3 || ^7.5.0" }, "schematics": "./schematics/collection.json", diff --git a/modules/entity/schematics-core/utility/libs-version.ts b/modules/entity/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/entity/schematics-core/utility/libs-version.ts +++ b/modules/entity/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/eslint-plugin/package.json b/modules/eslint-plugin/package.json index ace42e385a..e80d2d89d7 100644 --- a/modules/eslint-plugin/package.json +++ b/modules/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/eslint-plugin", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "NgRx ESLint Plugin", "repository": { "type": "git", diff --git a/modules/router-store/package.json b/modules/router-store/package.json index 951a8b35e1..fe3146f44f 100644 --- a/modules/router-store/package.json +++ b/modules/router-store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/router-store", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "Bindings to connect @angular/router to @ngrx/store", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@angular/common": "^15.0.0", "@angular/core": "^15.0.0", "@angular/router": "^15.0.0", - "@ngrx/store": "15.0.0-rc.0", + "@ngrx/store": "15.0.0", "rxjs": "^6.5.3 || ^7.5.0" }, "schematics": "./schematics/collection.json", diff --git a/modules/router-store/schematics-core/utility/libs-version.ts b/modules/router-store/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/router-store/schematics-core/utility/libs-version.ts +++ b/modules/router-store/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/schematics-core/utility/libs-version.ts b/modules/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/schematics-core/utility/libs-version.ts +++ b/modules/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/schematics/package.json b/modules/schematics/package.json index 65c0d3b5a8..ab0fd5a207 100644 --- a/modules/schematics/package.json +++ b/modules/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/schematics", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "NgRx Schematics for Angular", "repository": { "type": "git", diff --git a/modules/schematics/schematics-core/utility/libs-version.ts b/modules/schematics/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/schematics/schematics-core/utility/libs-version.ts +++ b/modules/schematics/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/store-devtools/package.json b/modules/store-devtools/package.json index 460ebabb67..a22a54b4a2 100644 --- a/modules/store-devtools/package.json +++ b/modules/store-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/store-devtools", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "Developer tools for @ngrx/store", "repository": { "type": "git", @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { - "@ngrx/store": "15.0.0-rc.0", + "@ngrx/store": "15.0.0", "rxjs": "^6.5.3 || ^7.5.0" }, "schematics": "./schematics/collection.json", diff --git a/modules/store-devtools/schematics-core/utility/libs-version.ts b/modules/store-devtools/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/store-devtools/schematics-core/utility/libs-version.ts +++ b/modules/store-devtools/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/modules/store/package.json b/modules/store/package.json index c20298cfdc..dc4b12bdfb 100644 --- a/modules/store/package.json +++ b/modules/store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/store", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "RxJS powered Redux for Angular apps", "repository": { "type": "git", diff --git a/modules/store/schematics-core/utility/libs-version.ts b/modules/store/schematics-core/utility/libs-version.ts index 891c4b47ee..66abaf9d99 100644 --- a/modules/store/schematics-core/utility/libs-version.ts +++ b/modules/store/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.0.0-rc.0'; +export const platformVersion = '^15.0.0'; diff --git a/package.json b/package.json index d874d6276e..8ae40e13ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/platform", - "version": "15.0.0-rc.0", + "version": "15.0.0", "description": "monorepo for ngrx development", "scripts": { "ng": "ng", diff --git a/projects/ngrx.io/content/navigation.json b/projects/ngrx.io/content/navigation.json index 09c8c00d68..c61d3a4299 100644 --- a/projects/ngrx.io/content/navigation.json +++ b/projects/ngrx.io/content/navigation.json @@ -642,6 +642,10 @@ } ], "docVersions": [ + { + "title": "v14", + "url": "https://v14.ngrx.io" + }, { "title": "v13", "url": "https://v13.ngrx.io"