Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Nov 24, 2019
1 parent 3118a80 commit fa4a889
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0",
"version": "1.0.1",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/gesture-password-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alitajs/gesture-password-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "GesturePassword react component",
"author": "Alita Team",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"react": "^16.8.5"
},
"dependencies": {
"@alitajs/gesture-password": "^1.0.0"
"@alitajs/gesture-password": "^1.0.1"
},
"devDependencies": {
"@types/react": "^16.9.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/gesture-password-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alitajs/gesture-password-vue",
"version": "1.0.0",
"version": "1.0.1",
"description": "GesturePassword vue component",
"author": "Alita Team",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"build": "node ../../node_modules/@walrus/pansy/dist/cli.js"
},
"dependencies": {
"@alitajs/gesture-password": "^1.0.0"
"@alitajs/gesture-password": "^1.0.1"
},
"devDependencies": {
"rollup-plugin-vue": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gesture-password/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alitajs/gesture-password",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gesture password(手势密码)",
"author": "Alita Team",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gesture-password-docs",
"version": "1.0.0",
"version": "1.0.1",
"description": "gesture password docs",
"main": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build:web": "vuepress build docs"
},
"dependencies": {
"@alitajs/gesture-password-vue": "^1.0.0"
"@alitajs/gesture-password-vue": "^1.0.1"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.2.0",
Expand Down

0 comments on commit fa4a889

Please sign in to comment.