diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c281a3535..b5c6d00ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [14.3.3](https://github.com/ngrx/platform/compare/14.3.2...14.3.3) (2023-01-16) + +### Bug Fixes + +- **component-store:** revert throwError usages with factory for RxJs 6 compatibility ([3d31996](https://github.com/ngrx/platform/commit/3d31996)) +- **data:** revert throwError usages with factory for RxJs 6 compatibility ([a987c61](https://github.com/ngrx/platform/commit/a987c61)) + ## [14.3.2](https://github.com/ngrx/platform/compare/14.3.1...14.3.2) (2022-10-04) @@ -281,14 +290,14 @@ AFTER: BEFORE: ```ts -createSelector +createSelector; ``` AFTER: ```ts // needs to be a tuple 👇 -createSelector +createSelector; ``` - **data:** Now both the `getWithQuery` and `getAll` methods are consistent and do set `loaded` property to true on dispatching their success actions respectively. diff --git a/modules/component-store/package.json b/modules/component-store/package.json index 6021e7680d..338b4790bb 100644 --- a/modules/component-store/package.json +++ b/modules/component-store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/component-store", - "version": "14.3.2", + "version": "14.3.3", "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 a8f1aba471..d817e5af44 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 = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/component/package.json b/modules/component/package.json index 8172b7b051..187f6aec72 100644 --- a/modules/component/package.json +++ b/modules/component/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/component", - "version": "14.3.2", + "version": "14.3.3", "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 a8f1aba471..d817e5af44 100644 --- a/modules/component/schematics-core/utility/libs-version.ts +++ b/modules/component/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/data/package.json b/modules/data/package.json index 965d423595..271add57ac 100644 --- a/modules/data/package.json +++ b/modules/data/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/data", - "version": "14.3.2", + "version": "14.3.3", "description": "API management for NgRx", "repository": { "type": "git", @@ -22,9 +22,9 @@ "peerDependencies": { "@angular/common": "^14.0.0", "@angular/core": "^14.0.0", - "@ngrx/store": "14.3.2", - "@ngrx/effects": "14.3.2", - "@ngrx/entity": "14.3.2", + "@ngrx/store": "14.3.3", + "@ngrx/effects": "14.3.3", + "@ngrx/entity": "14.3.3", "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 a8f1aba471..d817e5af44 100644 --- a/modules/data/schematics-core/utility/libs-version.ts +++ b/modules/data/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/effects/package.json b/modules/effects/package.json index c3bd5f7b13..aea37c987a 100644 --- a/modules/effects/package.json +++ b/modules/effects/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/effects", - "version": "14.3.2", + "version": "14.3.3", "description": "Side effect model for @ngrx/store", "repository": { "type": "git", @@ -22,7 +22,7 @@ "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { "@angular/core": "^14.0.0", - "@ngrx/store": "14.3.2", + "@ngrx/store": "14.3.3", "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 a8f1aba471..d817e5af44 100644 --- a/modules/effects/schematics-core/utility/libs-version.ts +++ b/modules/effects/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/entity/package.json b/modules/entity/package.json index 0427d73aaf..7ca2c71d20 100644 --- a/modules/entity/package.json +++ b/modules/entity/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/entity", - "version": "14.3.2", + "version": "14.3.3", "description": "Common utilities for entity reducers", "repository": { "type": "git", @@ -21,7 +21,7 @@ "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { "@angular/core": "^14.0.0", - "@ngrx/store": "14.3.2", + "@ngrx/store": "14.3.3", "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 a8f1aba471..d817e5af44 100644 --- a/modules/entity/schematics-core/utility/libs-version.ts +++ b/modules/entity/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/eslint-plugin/package.json b/modules/eslint-plugin/package.json index 829eca42bd..3ba0bed13d 100644 --- a/modules/eslint-plugin/package.json +++ b/modules/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/eslint-plugin", - "version": "14.3.2", + "version": "14.3.3", "description": "NgRx ESLint Plugin", "repository": { "type": "git", diff --git a/modules/router-store/package.json b/modules/router-store/package.json index 2bba261d52..7cb39b3819 100644 --- a/modules/router-store/package.json +++ b/modules/router-store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/router-store", - "version": "14.3.2", + "version": "14.3.3", "description": "Bindings to connect @angular/router to @ngrx/store", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@angular/common": "^14.0.0", "@angular/core": "^14.0.0", "@angular/router": "^14.0.0", - "@ngrx/store": "14.3.2", + "@ngrx/store": "14.3.3", "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 a8f1aba471..d817e5af44 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 = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/schematics-core/utility/libs-version.ts b/modules/schematics-core/utility/libs-version.ts index a8f1aba471..d817e5af44 100644 --- a/modules/schematics-core/utility/libs-version.ts +++ b/modules/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/schematics/package.json b/modules/schematics/package.json index 14a04717c7..dcce9856b1 100644 --- a/modules/schematics/package.json +++ b/modules/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/schematics", - "version": "14.3.2", + "version": "14.3.3", "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 a8f1aba471..d817e5af44 100644 --- a/modules/schematics/schematics-core/utility/libs-version.ts +++ b/modules/schematics/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/store-devtools/package.json b/modules/store-devtools/package.json index 465351f782..7c3d0ddc1e 100644 --- a/modules/store-devtools/package.json +++ b/modules/store-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/store-devtools", - "version": "14.3.2", + "version": "14.3.3", "description": "Developer tools for @ngrx/store", "repository": { "type": "git", @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/ngrx/platform#readme", "peerDependencies": { - "@ngrx/store": "14.3.2", + "@ngrx/store": "14.3.3", "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 a8f1aba471..d817e5af44 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 = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/modules/store/package.json b/modules/store/package.json index e66e830dc0..5456089470 100644 --- a/modules/store/package.json +++ b/modules/store/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/store", - "version": "14.3.2", + "version": "14.3.3", "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 a8f1aba471..d817e5af44 100644 --- a/modules/store/schematics-core/utility/libs-version.ts +++ b/modules/store/schematics-core/utility/libs-version.ts @@ -1 +1 @@ -export const platformVersion = '^14.3.2'; +export const platformVersion = '^14.3.3'; diff --git a/package.json b/package.json index fa20d1ba0c..bad00d7cb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx/platform", - "version": "14.3.2", + "version": "14.3.3", "description": "monorepo for ngrx development", "scripts": { "ng": "ng",