Skip to content

Commit

Permalink
chore(version): update version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 23, 2024
1 parent da8921e commit 9e8a930
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.3"
"version": "4.8.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"devEngines": {
"node": "14.x || 15.x || 16.x || 17.x || 18.x"
"node": "18.x || 20.x || 22.x"
},
"description": "A concise & flexible state model for Redux/MobX/Vuex, etc.",
"scripts": {
Expand Down
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.3",
"version": "4.8.0",
"bugs": {
"url": "https://github.com/unadlib/usm/issues"
},
Expand All @@ -20,9 +20,9 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"usm": "^4.7.3",
"usm-mobx": "^4.7.3",
"usm-redux": "^4.7.3",
"usm-vuex": "^4.7.3"
"usm": "^4.8.0",
"usm-mobx": "^4.8.0",
"usm-redux": "^4.8.0",
"usm-vuex": "^4.8.0"
}
}
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.3",
"version": "4.8.0",
"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.3",
"version": "4.8.0",
"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.3",
"version": "4.8.0",
"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.3",
"version": "4.8.0",
"description": "Universal state model",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down

0 comments on commit 9e8a930

Please sign in to comment.