Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AntmJS/vantui into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Jun 4, 2023
2 parents fb7bced + d5b5fd3 commit f131e27
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
Expand Up @@ -16,5 +16,5 @@
"**/*.md",
"**/__test__/**"
],
"version": "3.0.0"
"version": "3.0.1"
}
2 changes: 1 addition & 1 deletion packages/vantui-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui-cli",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"main": "dest/cli.js",
"bin": {
Expand Down
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": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"author": "",
"dependencies": {
"@antmjs/mini-fix": "^2.3.3",
"@antmjs/vantui": "3.0.0",
"@antmjs/vantui": "3.0.1",
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.5.7",
"@tarojs/helper": "3.5.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/vantui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antmjs/vantui",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@antmjs/iconfont": "^2.3.3",
"@antmjs/vantui-cli": "3.0.0",
"@antmjs/vantui-cli": "3.0.1",
"@tarojs/components": "3.5.7",
"@tarojs/taro": "3.5.7",
"@types/lodash.flow": "^3.5.6",
Expand Down

0 comments on commit f131e27

Please sign in to comment.