Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Dec 16, 2019
1 parent c797bdc commit ad8efb8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "react example",
"private": true,
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
"start": "umi dev"
},
"dependencies": {
"@alitajs/gesture-password-react": "^1.0.2",
"@alitajs/gesture-password-react": "^1.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vue",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
Expand Down
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.2",
"version": "1.0.3",
"packages": ["packages/*", "examples/*"],
"changelog": {
"repo": "walrus",
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.2",
"version": "1.0.3",
"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.2"
"@alitajs/gesture-password": "^1.0.3"
},
"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.2",
"version": "1.0.3",
"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.2"
"@alitajs/gesture-password": "^1.0.3"
},
"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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"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.2"
"@alitajs/gesture-password-vue": "^1.0.3"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.2.0",
Expand Down

1 comment on commit ad8efb8

@vercel
Copy link

@vercel vercel bot commented on ad8efb8 Dec 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.