Skip to content

Commit

Permalink
release: v5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Bot committed Nov 21, 2023
1 parent 664fb4c commit c6f8e1d
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "5.0.0",
"npmClient": "yarn",
"packages": ["libs/*"],
"command": {
Expand Down
10 changes: 10 additions & 0 deletions libs/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/common/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions libs/persist-state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/persist-state/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
}
10 changes: 10 additions & 0 deletions libs/sync-state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/sync-state/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
}

0 comments on commit c6f8e1d

Please sign in to comment.