We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f326a commit 7eb99f9Copy full SHA for 7eb99f9
4 files changed
lerna.json
@@ -16,5 +16,5 @@
16
"**/*.md",
17
"**/__test__/**"
18
],
19
- "version": "3.6.7"
+ "version": "3.7.0"
20
}
packages/vantui-cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@antmjs/vantui-cli",
3
- "version": "3.6.7",
+ "version": "3.7.0",
4
"type": "module",
5
"main": "dest/cli.js",
6
"bin": {
packages/vantui-demo/package.json
"name": "vantui-demo",
"private": true,
"description": "Taro应用模版",
"templateInfo": {
packages/vantui/package.json
"name": "@antmjs/vantui",
"main": "lib/index.js",
"module": "es/index.esm.js",
"style": "lib/index.css",
0 commit comments