diff --git a/CHANGELOG.md b/CHANGELOG.md index 401df4e7..c87ad9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/Michsior14/ngrx-addons/compare/v4.0.1...v5.0.0) (2023-11-21) + +### ⚠ BREAKING CHANGES + +- update to angular 17 and ngrx 17 (#355) + +### Features + +- update to angular 17 and ngrx 17 ([#355](https://github.com/Michsior14/ngrx-addons/issues/355)) ([9e0e1bf](https://github.com/Michsior14/ngrx-addons/commit/9e0e1bfefb13cd9673e513f5140788b6d8548141)) + ## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 5251fb93..b2617f65 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.0.1", + "version": "5.0.0", "npmClient": "yarn", "packages": ["libs/*"], "command": { diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index b9f49318..fe4ee9c3 100644 --- a/libs/common/CHANGELOG.md +++ b/libs/common/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/Michsior14/ngrx-addons/compare/v4.0.1...v5.0.0) (2023-11-21) + +### ⚠ BREAKING CHANGES + +- update to angular 17 and ngrx 17 (#355) + +### Features + +- update to angular 17 and ngrx 17 ([#355](https://github.com/Michsior14/ngrx-addons/issues/355)) ([9e0e1bf](https://github.com/Michsior14/ngrx-addons/commit/9e0e1bfefb13cd9673e513f5140788b6d8548141)) + ## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31) **Note:** Version bump only for package @ngrx-addons/common diff --git a/libs/common/package.json b/libs/common/package.json index 5ae60bf1..28d302c5 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx-addons/common", - "version": "4.0.1", + "version": "5.0.0", "description": "Common utilities for @ngrx-addons", "publishConfig": { "access": "public" diff --git a/libs/persist-state/CHANGELOG.md b/libs/persist-state/CHANGELOG.md index 4b207fb4..f68f0738 100644 --- a/libs/persist-state/CHANGELOG.md +++ b/libs/persist-state/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/Michsior14/ngrx-addons/compare/v4.0.1...v5.0.0) (2023-11-21) + +### ⚠ BREAKING CHANGES + +- update to angular 17 and ngrx 17 (#355) + +### Features + +- update to angular 17 and ngrx 17 ([#355](https://github.com/Michsior14/ngrx-addons/issues/355)) ([9e0e1bf](https://github.com/Michsior14/ngrx-addons/commit/9e0e1bfefb13cd9673e513f5140788b6d8548141)) + ## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31) ### Bug Fixes diff --git a/libs/persist-state/package.json b/libs/persist-state/package.json index d53d9dfa..ba8cc0a0 100644 --- a/libs/persist-state/package.json +++ b/libs/persist-state/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx-addons/persist-state", - "version": "4.0.1", + "version": "5.0.0", "description": "Persist state in storage for ngrx, based on @ngneat/elf-persist-state", "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "rxjs": ">=7.0.0" }, "dependencies": { - "@ngrx-addons/common": "^4.0.1", + "@ngrx-addons/common": "^5.0.0", "tslib": "^2.3.0" } } diff --git a/libs/sync-state/CHANGELOG.md b/libs/sync-state/CHANGELOG.md index d6b0aa2c..051b3dd3 100644 --- a/libs/sync-state/CHANGELOG.md +++ b/libs/sync-state/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0](https://github.com/Michsior14/ngrx-addons/compare/v4.0.1...v5.0.0) (2023-11-21) + +### ⚠ BREAKING CHANGES + +- update to angular 17 and ngrx 17 (#355) + +### Features + +- update to angular 17 and ngrx 17 ([#355](https://github.com/Michsior14/ngrx-addons/issues/355)) ([9e0e1bf](https://github.com/Michsior14/ngrx-addons/commit/9e0e1bfefb13cd9673e513f5140788b6d8548141)) + ## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31) ### Bug Fixes diff --git a/libs/sync-state/package.json b/libs/sync-state/package.json index dce1d333..b93d400b 100644 --- a/libs/sync-state/package.json +++ b/libs/sync-state/package.json @@ -1,6 +1,6 @@ { "name": "@ngrx-addons/sync-state", - "version": "4.0.1", + "version": "5.0.0", "description": "Sync state between tabs for ngrx, based on elf-sync-state", "publishConfig": { "access": "public" @@ -32,7 +32,7 @@ "rxjs": ">=7.0.0" }, "dependencies": { - "@ngrx-addons/common": "^4.0.1", + "@ngrx-addons/common": "^5.0.0", "tslib": "^2.3.0" } }