Skip to content

Commit

Permalink
chore(version): update version to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Mar 16, 2024
1 parent 6908709 commit 2c79cc5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.5.1"
"version": "4.6.0"
}
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.5.1",
"version": "4.6.0",
"bugs": {
"url": "https://github.com/unadlib/usm/issues"
},
Expand All @@ -20,9 +20,9 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"usm": "^4.5.1",
"usm-mobx": "^4.5.1",
"usm-redux": "^4.5.1",
"usm-vuex": "^4.5.1"
"usm": "^4.6.0",
"usm-mobx": "^4.6.0",
"usm-redux": "^4.6.0",
"usm-vuex": "^4.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/usm-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usm-mobx",
"version": "4.5.1",
"version": "4.6.0",
"description": "Universal state model for MobX",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -29,6 +29,6 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"mobx": "^6.3.3"
"mobx": "^6.12.0"
}
}
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.5.1",
"version": "4.6.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.5.1",
"version": "4.6.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.5.1",
"version": "4.6.0",
"description": "Universal state model",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5108,10 +5108,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

mobx@^6.3.3:
version "6.8.0"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.8.0.tgz#59051755fdb5c8a9f3f2e0a9b6abaf86bab7f843"
integrity sha512-+o/DrHa4zykFMSKfS8Z+CPSEg5LW9tSNGTuN8o6MF1GKxlfkSHSeJn5UtgxvPkGgaouplnrLXCF+duAsmm6FHQ==
mobx@^6.12.0:
version "6.12.0"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.12.0.tgz#72b2685ca5af031aaa49e77a4d76ed67fcbf9135"
integrity sha512-Mn6CN6meXEnMa0a5u6a5+RKrqRedHBhZGd15AWLk9O6uFY4KYHzImdt8JI8WODo1bjTSRnwXhJox+FCUZhCKCQ==

modify-values@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 2c79cc5

Please sign in to comment.