Skip to content

Commit

Permalink
chore(version): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 7, 2020
1 parent c7799ad commit 57d3366
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 14 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": "3.0.1"
"version": "3.0.2"
}
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": "3.0.1",
"version": "3.0.2",
"bugs": {
"url": "https://github.com/unadlib/usm/issues"
},
Expand All @@ -20,9 +20,9 @@
"author": "unadlib",
"license": "MIT",
"dependencies": {
"usm": "^3.0.1",
"usm-mobx": "^3.0.1",
"usm-redux": "^3.0.1",
"usm-vuex": "^3.0.1"
"usm": "^3.0.2",
"usm-mobx": "^3.0.2",
"usm-redux": "^3.0.2",
"usm-vuex": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/usm-mobx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Or npm:
npm install --save usm-mobx
```

Read more: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
For more details, see: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
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": "3.0.1",
"version": "3.0.2",
"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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Or npm:
npm install --save usm-redux
```

Read more: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
For more details, see: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
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": "3.0.1",
"version": "3.0.2",
"description": "Universal state model for Redux",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
5 changes: 4 additions & 1 deletion packages/usm-vuex/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# usm-vuex

![Node CI](https://github.com/unadlib/usm/workflows/Node%20CI/badge.svg)
[![npm](https://img.shields.io/npm/v/usm-vuex.svg)](https://www.npmjs.com/package/usm-vuex)

Using `usm-vuex` to develop a modular application system. **`usm-vuex` can help you make more concise and intuitive OOP when using some state library**, it can directly support Vuex.

## Installation
Expand All @@ -16,4 +19,4 @@ Or npm:
npm install --save usm-vuex
```

Read more: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
For more details, see: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
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": "3.0.1",
"version": "3.0.2",
"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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Or npm:
npm install --save usm
```

Read more: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
For more details, see: [https://github.com/unadlib/usm](https://github.com/unadlib/usm)
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": "3.0.1",
"version": "3.0.2",
"description": "Universal state model",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down

0 comments on commit 57d3366

Please sign in to comment.