Skip to content

Commit

Permalink
chore(release): publish 0.2.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisanshao authored Oct 11, 2021
1 parent 10ea3c6 commit 482ab39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"**/*.md",
"**/__test__/**"
],
"version": "0.1.1"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions packages/vantui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vantui-demo",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"dependencies": {
"@antmjs/mini-fix": "^1.12.0",
"@antmjs/vantui": "0.1.1",
"@antmjs/vantui": "0.2.0",
"@babel/runtime-corejs3": "^7.14.7",
"@tarojs/components": "3.3.7",
"@tarojs/react": "3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vantui-doc",
"private": true,
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"scripts": {
"dev": "npx vant-cli dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui",
"version": "0.1.1",
"version": "0.2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "types/index.d.ts",
Expand Down

0 comments on commit 482ab39

Please sign in to comment.