From bee8f3a39f2fc10397b3e2723b5b3fa5aa9c96f8 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Thu, 16 Mar 2023 13:08:48 -0500 Subject: [PATCH] chore: release 15.4.0 (#3801) --- CHANGELOG.md | 14 ++++++++++++++ modules/component-store/package.json | 2 +- .../schematics-core/utility/libs-version.ts | 2 +- modules/component/package.json | 2 +- .../schematics-core/utility/libs-version.ts | 2 +- modules/data/package.json | 8 ++++---- .../data/schematics-core/utility/libs-version.ts | 2 +- modules/effects/package.json | 4 ++-- .../schematics-core/utility/libs-version.ts | 2 +- modules/entity/package.json | 4 ++-- .../entity/schematics-core/utility/libs-version.ts | 2 +- modules/eslint-plugin/package.json | 2 +- modules/router-store/package.json | 4 ++-- .../schematics-core/utility/libs-version.ts | 2 +- modules/schematics-core/utility/libs-version.ts | 2 +- modules/schematics/package.json | 2 +- .../schematics-core/utility/libs-version.ts | 2 +- modules/store-devtools/package.json | 4 ++-- .../schematics-core/utility/libs-version.ts | 2 +- modules/store/package.json | 2 +- .../store/schematics-core/utility/libs-version.ts | 2 +- package.json | 2 +- 22 files changed, 42 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8361cea0..5b920450ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + + +# [15.4.0](https://github.com/ngrx/platform/compare/15.3.0...15.4.0) (2023-03-16) + +### Bug Fixes + +- **data:** correctly handle HttpOptions when provided ([#3795](https://github.com/ngrx/platform/issues/3795)) ([cbdf524](https://github.com/ngrx/platform/commit/cbdf524)), closes [#3794](https://github.com/ngrx/platform/issues/3794) +- **eslint-plugin:** ignore select name within createFeature ([#3788](https://github.com/ngrx/platform/issues/3788)) ([b58f9a3](https://github.com/ngrx/platform/commit/b58f9a3)), closes [#3786](https://github.com/ngrx/platform/issues/3786) + +### Features + +- **store:** rename getMockStore to createMockStore ([#3789](https://github.com/ngrx/platform/issues/3789)) ([6d615b3](https://github.com/ngrx/platform/commit/6d615b3)), closes [#3781](https://github.com/ngrx/platform/issues/3781) +- **store:** use createFeature in feature schematics ([#3776](https://github.com/ngrx/platform/issues/3776)) ([9b3647f](https://github.com/ngrx/platform/commit/9b3647f)), closes [#3741](https://github.com/ngrx/platform/issues/3741) + # [15.3.0](https://github.com/ngrx/platform/compare/15.2.1...15.3.0) (2023-02-13) diff --git a/modules/component-store/package.json b/modules/component-store/package.json index 52543388d4..5c80e4f390 100644 --- a/modules/component-store/package.json +++ b/modules/component-store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/component-store", - "version": "15.3.0", + "version": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/component/package.json b/modules/component/package.json index cea4d2ef5d..1f24ee5229 100644 --- a/modules/component/package.json +++ b/modules/component/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/component", - "version": "15.3.0", + "version": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/data/package.json b/modules/data/package.json index 71d5fb93e9..65d91171b8 100644 --- a/modules/data/package.json +++ b/modules/data/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/data", - "version": "15.3.0", + "version": "15.4.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.3.0", - "@ngrx/effects": "15.3.0", - "@ngrx/entity": "15.3.0", + "@ngrx/store": "15.4.0", + "@ngrx/effects": "15.4.0", + "@ngrx/entity": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/effects/package.json b/modules/effects/package.json index faa4fad1bc..a378f474d1 100644 --- a/modules/effects/package.json +++ b/modules/effects/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/effects", - "version": "15.3.0", + "version": "15.4.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.3.0", + "@ngrx/store": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/entity/package.json b/modules/entity/package.json index 473f28c6a1..667310ffa5 100644 --- a/modules/entity/package.json +++ b/modules/entity/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/entity", - "version": "15.3.0", + "version": "15.4.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.3.0", + "@ngrx/store": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/eslint-plugin/package.json b/modules/eslint-plugin/package.json index c86ed95602..1a929021f1 100644 --- a/modules/eslint-plugin/package.json +++ b/modules/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/eslint-plugin", - "version": "15.3.0", + "version": "15.4.0", "description": "NgRx ESLint Plugin", "repository": { "type": "git", diff --git a/modules/router-store/package.json b/modules/router-store/package.json index 06a9f9bc37..bb073fc995 100644 --- a/modules/router-store/package.json +++ b/modules/router-store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/router-store", - "version": "15.3.0", + "version": "15.4.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.3.0", + "@ngrx/store": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/schematics-core/utility/libs-version.ts b/modules/schematics-core/utility/libs-version.ts index e73a1e7eda..7ed3efa6c2 100644 --- a/modules/schematics-core/utility/libs-version.ts +++ b/modules/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^15.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/schematics/package.json b/modules/schematics/package.json index 4854dc4c39..12d89f59a6 100644 --- a/modules/schematics/package.json +++ b/modules/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/schematics", - "version": "15.3.0", + "version": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/store-devtools/package.json b/modules/store-devtools/package.json index e996cbae53..5a4c4aff60 100644 --- a/modules/store-devtools/package.json +++ b/modules/store-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/store-devtools", - "version": "15.3.0", + "version": "15.4.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.3.0", + "@ngrx/store": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/modules/store/package.json b/modules/store/package.json index 2a2152905d..e27d39502f 100644 --- a/modules/store/package.json +++ b/modules/store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/store", - "version": "15.3.0", + "version": "15.4.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 e73a1e7eda..7ed3efa6c2 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.3.0'; +export const platformVersion = '^15.4.0'; diff --git a/package.json b/package.json index 5fc1895705..7d9bab7f55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/platform", - "version": "15.3.0", + "version": "15.4.0", "description": "monorepo for ngrx development", "scripts": { "ng": "ng",