Skip to content

Commit

Permalink
build: release 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Feb 1, 2023
1 parent d9bf41f commit b114223
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [14.2.0](https://github.com/worktile/store/compare/v14.1.1...v14.2.0) (2023-02-01)


### Features

* add update to Store instead of setState, mark setState as deprecated ([#101](https://github.com/worktile/store/issues/101)) ([d9bf41f](https://github.com/worktile/store/commit/d9bf41f9583e3c9ef92577984b750540cbc78156))
* use json prase and json stringfy to deep clone an initialState, to avoid object reference ([be6efe2](https://github.com/worktile/store/commit/be6efe24de85f22fd9162ed44ac2727e84be03f0))



## [14.1.1](https://github.com/worktile/store/compare/v14.1.0...v14.1.1) (2023-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "14.1.1",
"version": "14.2.0",
"scripts": {
"ng": "ng",
"start": "npm run start:docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/store",
"version": "14.1.1",
"version": "14.2.0",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
Expand Down

0 comments on commit b114223

Please sign in to comment.