Skip to content

Commit

Permalink
release: v4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Bot committed Oct 31, 2023
1 parent 2a29a73 commit 79a0335
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31)

### Bug Fixes

- make sure streams are always completed ([180a99b](https://github.com/Michsior14/ngrx-addons/commit/180a99bc9418c0d1d7994ad31028e2ebfd637f4f))

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES
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.0",
"version": "4.0.1",
"npmClient": "yarn",
"packages": ["libs/*"],
"command": {
Expand Down
4 changes: 4 additions & 0 deletions libs/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES
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.0",
"version": "4.0.1",
"description": "Common utilities for @ngrx-addons",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions libs/persist-state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31)

### Bug Fixes

- make sure streams are always completed ([180a99b](https://github.com/Michsior14/ngrx-addons/commit/180a99bc9418c0d1d7994ad31028e2ebfd637f4f))

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES
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.0",
"version": "4.0.1",
"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.0",
"@ngrx-addons/common": "^4.0.1",
"tslib": "^2.3.0"
}
}
6 changes: 6 additions & 0 deletions libs/sync-state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/Michsior14/ngrx-addons/compare/v4.0.0...v4.0.1) (2023-10-31)

### Bug Fixes

- make sure streams are always completed ([180a99b](https://github.com/Michsior14/ngrx-addons/commit/180a99bc9418c0d1d7994ad31028e2ebfd637f4f))

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES
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.0",
"version": "4.0.1",
"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.0",
"@ngrx-addons/common": "^4.0.1",
"tslib": "^2.3.0"
}
}

0 comments on commit 79a0335

Please sign in to comment.