Skip to content

Commit

Permalink
release: v8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent ae78009 commit dc67a62
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 8.0.0 (2024-12-17)

### 🚀 Features

- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))

### ⚠️ Breaking Changes

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ❤️ Thank You

- Michał Mrozek

# 7.0.0 (2024-06-14)


Expand Down
18 changes: 18 additions & 0 deletions libs/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 8.0.0 (2024-12-17)

### 🚀 Features

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ⚠️ Breaking Changes

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ❤️ Thank You

- Michał Mrozek

# 7.0.0 (2024-06-14)


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": "7.0.0",
"version": "8.0.0",
"description": "Common utilities for @ngrx-addons",
"publishConfig": {
"access": "public"
Expand Down
18 changes: 18 additions & 0 deletions libs/persist-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 8.0.0 (2024-12-17)

### 🚀 Features

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ⚠️ Breaking Changes

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ❤️ Thank You

- Michał Mrozek

# 7.0.0 (2024-06-14)


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": "7.0.0",
"version": "8.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": "^7.0.0",
"@ngrx-addons/common": "^8.0.0",
"tslib": "^2.3.0"
}
}
18 changes: 18 additions & 0 deletions libs/sync-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 8.0.0 (2024-12-17)

### 🚀 Features

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ⚠️ Breaking Changes

- ⚠️ update ngrx to v19.0.0 ([#733](https://github.com/Michsior14/ngrx-addons/pull/733))
- ⚠️ support ngrx 19 ([8658ea3](https://github.com/Michsior14/ngrx-addons/commit/8658ea3))
- ⚠️ update to angular 19 ([c27dcb1](https://github.com/Michsior14/ngrx-addons/commit/c27dcb1))

### ❤️ Thank You

- Michał Mrozek

# 7.0.0 (2024-06-14)


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": "7.0.0",
"version": "8.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": "^7.0.0",
"@ngrx-addons/common": "^8.0.0",
"tslib": "^2.3.0"
}
}

0 comments on commit dc67a62

Please sign in to comment.