Skip to content

Commit

Permalink
chore(version): update version to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Apr 19, 2024
1 parent a834e23 commit 9b9fce3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "4.7.0"
"version": "4.7.1"
}
10 changes: 5 additions & 5 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test",
"private": true,
"version": "4.7.0",
"version": "4.7.1",
"bugs": {
"url": "https://github.com/unadlib/usm/issues"
},
Expand All @@ -20,9 +20,9 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"usm": "^4.7.0",
"usm-mobx": "^4.7.0",
"usm-redux": "^4.7.0",
"usm-vuex": "^4.7.0"
"usm": "^4.7.1",
"usm-mobx": "^4.7.1",
"usm-redux": "^4.7.1",
"usm-vuex": "^4.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/usm-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usm-mobx",
"version": "4.7.0",
"version": "4.7.1",
"description": "Universal state model for MobX",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/usm-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usm-redux",
"version": "4.7.0",
"version": "4.7.1",
"description": "Universal state model for Redux",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/usm-vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usm-vuex",
"version": "4.7.0",
"version": "4.7.1",
"description": "Universal state model for Vuex",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/usm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usm",
"version": "4.7.0",
"version": "4.7.1",
"description": "Universal state model",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down

0 comments on commit 9b9fce3

Please sign in to comment.