Skip to content

Commit

Permalink
release: v7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent 189225d commit 427cbac
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 7.0.0 (2024-06-14)


### 🚀 Features

- ⚠️ update to ngrx 18 ([#542](https://github.com/Michsior14/ngrx-addons/pull/542))
- add standalone api ([#543](https://github.com/Michsior14/ngrx-addons/pull/543))

#### ⚠️ Breaking Changes

- ⚠️ update to ngrx 18 ([#542](https://github.com/Michsior14/ngrx-addons/pull/542))

### ❤️ Thank You

- Michał Mrozek @Michsior14

# 6.0.0 (2024-05-29)

### 🚀 Features
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 @@
# 7.0.0 (2024-06-14)


### 🚀 Features

- ⚠️ update to ngrx 18

- add standalone api


#### ⚠️ Breaking Changes

- ⚠️ update to ngrx 18

### ❤️ Thank You

- Michał Mrozek

# 6.0.0 (2024-05-29)

### 🚀 Features
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": "6.0.0",
"version": "7.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 @@
# 7.0.0 (2024-06-14)


### 🚀 Features

- ⚠️ update to ngrx 18

- add standalone api


#### ⚠️ Breaking Changes

- ⚠️ update to ngrx 18

### ❤️ Thank You

- Michał Mrozek

# 6.0.0 (2024-05-29)

### 🚀 Features
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": "6.0.0",
"version": "7.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": "^6.0.0",
"@ngrx-addons/common": "^7.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 @@
# 7.0.0 (2024-06-14)


### 🚀 Features

- ⚠️ update to ngrx 18

- add standalone api


#### ⚠️ Breaking Changes

- ⚠️ update to ngrx 18

### ❤️ Thank You

- Michał Mrozek

# 6.0.0 (2024-05-29)

### 🚀 Features
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": "6.0.0",
"version": "7.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": "^6.0.0",
"@ngrx-addons/common": "^7.0.0",
"tslib": "^2.3.0"
}
}

0 comments on commit 427cbac

Please sign in to comment.