Skip to content

Commit

Permalink
bump 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Apr 6, 2023
1 parent 3f43379 commit f17e927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.2.3 (2023-4-6)
---------

- [修复] 修改 state 的值,可能引起 connect 到同级其他 state 的组件数据错误更新。该 bug 为 2.2.2 引入



2.2.2 (2023-4-5)
---------

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "san-store",
"version": "2.2.2",
"version": "2.2.3",
"description": "Application State Management for San",
"scripts": {
"build": "rm -rf dist && rollup --config && uglifyjs dist/san-store.source.js -mco dist/san-store.js && uglifyjs dist/san-store-use.source.js -mco dist/san-store-use.js && cp types/*.d.ts dist",
"pretest": "npm run build && webpack --config test/webpack.config.js",
"test-server": "npm run build && webpack-dev-server --config test/webpack.config.js",
"test-server": "export NODE_OPTIONS=--openssl-legacy-provider && npm run build && webpack-dev-server --config test/webpack.config.js",
"test": "npm run build && karma start test/karma.config.js",
"lint": "eslint --ignore-path .eslintignore ./"
},
Expand Down

0 comments on commit f17e927

Please sign in to comment.