Skip to content

Commit

Permalink
release: v4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Bot committed Aug 10, 2023
1 parent 6993db8 commit b861a83
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 55 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES

- update to angular 16
- upgrade to angular 15 and ngrx 15

### Features

- add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)
- add persist-state package ([c0ed7dc](https://github.com/Michsior14/ngrx-addons/commit/c0ed7dccb4f1a548e17724bc8afb7214227507d6))
- add sync state lib ([#9](https://github.com/Michsior14/ngrx-addons/issues/9)) ([9e27911](https://github.com/Michsior14/ngrx-addons/commit/9e279110f4c54c1464da5ad0883912803692044b))
- allow skipping configs in `forRoot` calls ([#185](https://github.com/Michsior14/ngrx-addons/issues/185)) ([dbc606c](https://github.com/Michsior14/ngrx-addons/commit/dbc606c34df1dbb28ac0bd126a8ad6c1e85bc02c))
- **persist-state:** add possibility to adjust number of state skip ([f4aea6e](https://github.com/Michsior14/ngrx-addons/commit/f4aea6ed65cc20355a0cb2adcf4601f41600977a))
- **persist-state:** support migrations ([34731d9](https://github.com/Michsior14/ngrx-addons/commit/34731d9620564aabfa22ac58a32522d4b9b8aa4f))
- update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))
- upgrade to angular 15 and ngrx 15 ([1227351](https://github.com/Michsior14/ngrx-addons/commit/1227351f3e71b0ae712e379f5544b604a4ec5a31))

### Bug Fixes

- forFeatures registered only once ([#192](https://github.com/Michsior14/ngrx-addons/issues/192)) ([21bcd0c](https://github.com/Michsior14/ngrx-addons/commit/21bcd0c630de2f2087eadf3f2877ce3be153273d)), closes [#191](https://github.com/Michsior14/ngrx-addons/issues/191)
- forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))
- lock common lib to specific version ([95d8c61](https://github.com/Michsior14/ngrx-addons/commit/95d8c612c8eb6eb1ea830c13b84f214069e40338))
- **persist-state:** add missing rxjs peer dependency ([3318475](https://github.com/Michsior14/ngrx-addons/commit/3318475f72bcaa1a6c715cad3f4f20047fdcf887))
- **persist-state:** expose createStore ([6160f81](https://github.com/Michsior14/ngrx-addons/commit/6160f8133a3531ed6113ad554b08cd6a3bfbe49f))
- provide default type in feature modules ([#179](https://github.com/Michsior14/ngrx-addons/issues/179)) ([3c35ff7](https://github.com/Michsior14/ngrx-addons/commit/3c35ff7f25fe2ee4b3a94b48482b31c66895b954)), closes [#178](https://github.com/Michsior14/ngrx-addons/issues/178)
- remove migrations file ([26fda30](https://github.com/Michsior14/ngrx-addons/commit/26fda30fcfd6b0724606a15cc57995a1f87710f3))
- wait to access storage until ready for strategies ([#184](https://github.com/Michsior14/ngrx-addons/issues/184)) ([cdbee08](https://github.com/Michsior14/ngrx-addons/commit/cdbee08b615848b96f3c6effd848608282074d67))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.4",
"version": "4.0.0",
"npmClient": "yarn",
"packages": ["libs/*"],
"command": {
Expand Down
36 changes: 27 additions & 9 deletions libs/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES

- update to angular 16
- upgrade to angular 15 and ngrx 15

### Features

- add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)
- add sync state lib ([#9](https://github.com/Michsior14/ngrx-addons/issues/9)) ([9e27911](https://github.com/Michsior14/ngrx-addons/commit/9e279110f4c54c1464da5ad0883912803692044b))
- update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))
- upgrade to angular 15 and ngrx 15 ([1227351](https://github.com/Michsior14/ngrx-addons/commit/1227351f3e71b0ae712e379f5544b604a4ec5a31))

### Bug Fixes

- forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))

# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
Expand All @@ -6,37 +29,32 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

### [3.1.1](https://github.com/Michsior14/ngrx-addons/compare/common-3.1.0...common-3.1.1) (2023-05-15)


### Bug Fixes

* forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))
- forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))

## [3.1.0](https://github.com/Michsior14/ngrx-addons/compare/common-3.0.0...common-3.1.0) (2023-05-13)


### Features

* add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)
- add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)

## [3.0.0](https://github.com/Michsior14/ngrx-addons/compare/common-3.0.0-beta.0...common-3.0.0) (2023-05-09)

## [3.0.0-beta.0](https://github.com/Michsior14/ngrx-addons/compare/common-2.0.3-beta.0...common-3.0.0-beta.0) (2023-05-08)

### [2.0.3-beta.0](https://github.com/Michsior14/ngrx-addons/compare/common-2.0.2...common-2.0.3-beta.0) (2023-05-08)


### ⚠ BREAKING CHANGES

* update to angular 16
- update to angular 16

### Features

* update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))
- update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))

## [2.0.2](https://github.com/Michsior14/ngrx-addons/compare/common-2.0.1...common-2.0.2) (2023-02-08)



## [2.0.1](https://github.com/Michsior14/ngrx-addons/compare/common-2.0.0...common-2.0.1) (2022-11-30)

- No changes, bump only for release process
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": "3.1.2",
"version": "4.0.0",
"description": "Common utilities for @ngrx-addons",
"publishConfig": {
"access": "public"
Expand Down
67 changes: 47 additions & 20 deletions libs/persist-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.0 (2023-08-10)

### ⚠ BREAKING CHANGES

- update to angular 16
- upgrade to angular 15 and ngrx 15

### Features

- add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)
- add persist-state package ([c0ed7dc](https://github.com/Michsior14/ngrx-addons/commit/c0ed7dccb4f1a548e17724bc8afb7214227507d6))
- add sync state lib ([#9](https://github.com/Michsior14/ngrx-addons/issues/9)) ([9e27911](https://github.com/Michsior14/ngrx-addons/commit/9e279110f4c54c1464da5ad0883912803692044b))
- allow skipping configs in `forRoot` calls ([#185](https://github.com/Michsior14/ngrx-addons/issues/185)) ([dbc606c](https://github.com/Michsior14/ngrx-addons/commit/dbc606c34df1dbb28ac0bd126a8ad6c1e85bc02c))
- **persist-state:** add possibility to adjust number of state skip ([f4aea6e](https://github.com/Michsior14/ngrx-addons/commit/f4aea6ed65cc20355a0cb2adcf4601f41600977a))
- **persist-state:** support migrations ([34731d9](https://github.com/Michsior14/ngrx-addons/commit/34731d9620564aabfa22ac58a32522d4b9b8aa4f))
- update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))
- upgrade to angular 15 and ngrx 15 ([1227351](https://github.com/Michsior14/ngrx-addons/commit/1227351f3e71b0ae712e379f5544b604a4ec5a31))

### Bug Fixes

- forFeatures registered only once ([#192](https://github.com/Michsior14/ngrx-addons/issues/192)) ([21bcd0c](https://github.com/Michsior14/ngrx-addons/commit/21bcd0c630de2f2087eadf3f2877ce3be153273d)), closes [#191](https://github.com/Michsior14/ngrx-addons/issues/191)
- forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))
- lock common lib to specific version ([95d8c61](https://github.com/Michsior14/ngrx-addons/commit/95d8c612c8eb6eb1ea830c13b84f214069e40338))
- **persist-state:** add missing rxjs peer dependency ([3318475](https://github.com/Michsior14/ngrx-addons/commit/3318475f72bcaa1a6c715cad3f4f20047fdcf887))
- **persist-state:** expose createStore ([6160f81](https://github.com/Michsior14/ngrx-addons/commit/6160f8133a3531ed6113ad554b08cd6a3bfbe49f))
- provide default type in feature modules ([#179](https://github.com/Michsior14/ngrx-addons/issues/179)) ([3c35ff7](https://github.com/Michsior14/ngrx-addons/commit/3c35ff7f25fe2ee4b3a94b48482b31c66895b954)), closes [#178](https://github.com/Michsior14/ngrx-addons/issues/178)
- wait to access storage until ready for strategies ([#184](https://github.com/Michsior14/ngrx-addons/issues/184)) ([cdbee08](https://github.com/Michsior14/ngrx-addons/commit/cdbee08b615848b96f3c6effd848608282074d67))

# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
Expand All @@ -6,81 +39,75 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

### Dependency Updates

* `common` updated to version `3.1.2`
### [3.2.3](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.2.2...persist-state-3.2.3) (2023-05-16)
- `common` updated to version `3.1.2`

### [3.2.3](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.2.2...persist-state-3.2.3) (2023-05-16)

### Bug Fixes

* forFeatures registered only once ([#192](https://github.com/Michsior14/ngrx-addons/issues/192)) ([21bcd0c](https://github.com/Michsior14/ngrx-addons/commit/21bcd0c630de2f2087eadf3f2877ce3be153273d)), closes [#191](https://github.com/Michsior14/ngrx-addons/issues/191)
- forFeatures registered only once ([#192](https://github.com/Michsior14/ngrx-addons/issues/192)) ([21bcd0c](https://github.com/Michsior14/ngrx-addons/commit/21bcd0c630de2f2087eadf3f2877ce3be153273d)), closes [#191](https://github.com/Michsior14/ngrx-addons/issues/191)

### [3.2.2](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.2.1...persist-state-3.2.2) (2023-05-15)


### Bug Fixes

* lock common lib to specific version ([95d8c61](https://github.com/Michsior14/ngrx-addons/commit/95d8c612c8eb6eb1ea830c13b84f214069e40338))
- lock common lib to specific version ([95d8c61](https://github.com/Michsior14/ngrx-addons/commit/95d8c612c8eb6eb1ea830c13b84f214069e40338))

### [3.2.1](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.2.0...persist-state-3.2.1) (2023-05-15)

### Dependency Updates

* `common` updated to version `3.1.1`
- `common` updated to version `3.1.1`

### Bug Fixes

* forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))
- forRoot source typings ([#189](https://github.com/Michsior14/ngrx-addons/issues/189)) ([46fc84b](https://github.com/Michsior14/ngrx-addons/commit/46fc84b6a984724795382d9bbd57a5eccde9fef8))

## [3.2.0](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.1.0...persist-state-3.2.0) (2023-05-13)


### Features

* allow skipping configs in `forRoot` calls ([#185](https://github.com/Michsior14/ngrx-addons/issues/185)) ([dbc606c](https://github.com/Michsior14/ngrx-addons/commit/dbc606c34df1dbb28ac0bd126a8ad6c1e85bc02c))

- allow skipping configs in `forRoot` calls ([#185](https://github.com/Michsior14/ngrx-addons/issues/185)) ([dbc606c](https://github.com/Michsior14/ngrx-addons/commit/dbc606c34df1dbb28ac0bd126a8ad6c1e85bc02c))

### Bug Fixes

* wait to access storage until ready for strategies ([#184](https://github.com/Michsior14/ngrx-addons/issues/184)) ([cdbee08](https://github.com/Michsior14/ngrx-addons/commit/cdbee08b615848b96f3c6effd848608282074d67))
- wait to access storage until ready for strategies ([#184](https://github.com/Michsior14/ngrx-addons/issues/184)) ([cdbee08](https://github.com/Michsior14/ngrx-addons/commit/cdbee08b615848b96f3c6effd848608282074d67))

## [3.1.0](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.0.1...persist-state-3.1.0) (2023-05-13)

### Dependency Updates

* `common` updated to version `3.1.0`
- `common` updated to version `3.1.0`

### Features

* add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)
- add initialization strategies ([#183](https://github.com/Michsior14/ngrx-addons/issues/183)) ([3585f44](https://github.com/Michsior14/ngrx-addons/commit/3585f44add4a5c95ae0c737bd8cb90728dbece79)), closes [#182](https://github.com/Michsior14/ngrx-addons/issues/182)

### [3.0.1](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.0.0...persist-state-3.0.1) (2023-05-11)


### Bug Fixes

* provide default type in feature modules ([#179](https://github.com/Michsior14/ngrx-addons/issues/179)) ([3c35ff7](https://github.com/Michsior14/ngrx-addons/commit/3c35ff7f25fe2ee4b3a94b48482b31c66895b954)), closes [#178](https://github.com/Michsior14/ngrx-addons/issues/178)
- provide default type in feature modules ([#179](https://github.com/Michsior14/ngrx-addons/issues/179)) ([3c35ff7](https://github.com/Michsior14/ngrx-addons/commit/3c35ff7f25fe2ee4b3a94b48482b31c66895b954)), closes [#178](https://github.com/Michsior14/ngrx-addons/issues/178)

## [3.0.0](https://github.com/Michsior14/ngrx-addons/compare/persist-state-3.0.0-beta.0...persist-state-3.0.0) (2023-05-09)

## [3.0.0-beta.0](https://github.com/Michsior14/ngrx-addons/compare/persist-state-2.0.3-beta.0...persist-state-3.0.0-beta.0) (2023-05-08)

### [2.0.3-beta.0](https://github.com/Michsior14/ngrx-addons/compare/persist-state-2.0.2...persist-state-2.0.3-beta.0) (2023-05-08)


### ⚠ BREAKING CHANGES

* update to angular 16
- update to angular 16

### Features

* update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))
- update to angular 16 ([dd051b1](https://github.com/Michsior14/ngrx-addons/commit/dd051b108f79ea3cbf1c15ee241cc9992effb5b3))

## [2.0.2](https://github.com/Michsior14/ngrx-addons/compare/persist-state-2.0.1...persist-state-2.0.2) (2023-02-08)

### Dependency Updates

* `common` updated to version `2.0.2`

- `common` updated to version `2.0.2`

## [2.0.1](https://github.com/Michsior14/ngrx-addons/compare/persist-state-2.0.0...persist-state-2.0.1) (2022-11-30)

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": "3.2.4",
"version": "4.0.0",
"description": "Persist state in storage for ngrx, based on @ngneat/elf-persist-state",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -36,7 +36,7 @@
"rxjs": ">=7.0.0"
},
"dependencies": {
"@ngrx-addons/common": "3.1.2",
"@ngrx-addons/common": "^4.0.0",
"tslib": "^2.3.0"
}
}
Loading

0 comments on commit b861a83

Please sign in to comment.