Skip to content

Commit

Permalink
🔖 chore(release): publish v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Nov 21, 2023
1 parent 891a448 commit e70c8e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0",
"version": "1.1.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.1.0",
"version": "1.1.1",
"description": "GesturePassword react component",
"author": "Alita Team",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"react": "*"
},
"dependencies": {
"@alitajs/gesture-password": "1.1.0"
"@alitajs/gesture-password": "1.1.1"
},
"devDependencies": {
"@types/react": "*",
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.1.0",
"version": "1.1.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.1.0"
"@alitajs/gesture-password": "1.1.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.1.0",
"version": "1.1.1",
"description": "Gesture password(手势密码)",
"author": "Alita Team",
"license": "MIT",
Expand Down

0 comments on commit e70c8e6

Please sign in to comment.