mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(cli): changelog 3.11.1
This commit is contained in:
parent
eb83e84a3c
commit
44f4ba89e1
@ -59,7 +59,7 @@
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^3.10.9",
|
||||
"@vant/cli": "^3.11.1",
|
||||
"@vant/area-data": "^1.1.1",
|
||||
"@vue/compiler-sfc": "^3.1.3",
|
||||
"vue": "^3.1.3"
|
||||
|
@ -45,7 +45,7 @@
|
||||
"release-it": {
|
||||
"git": {
|
||||
"tag": false,
|
||||
"commitMessage": "chore: release create-vant-cli-app@${version}"
|
||||
"commitMessage": "release: create-vant-cli-app ${version}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# 更新日志
|
||||
|
||||
## v3.11.1
|
||||
|
||||
`2021-07-08`
|
||||
|
||||
- 支持 commit message 以 `release` 为前缀
|
||||
|
||||
## v3.11.0
|
||||
|
||||
`2021-06-25`
|
||||
|
@ -99,7 +99,7 @@
|
||||
"release-it": {
|
||||
"git": {
|
||||
"tag": false,
|
||||
"commitMessage": "chore: release @vant/cli@${version}"
|
||||
"commitMessage": "release: @vant/cli ${version}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
"release-it": {
|
||||
"git": {
|
||||
"tag": false,
|
||||
"commitMessage": "chore: release @vant/icons ${version}",
|
||||
"commitMessage": "release: @vant/icons ${version}",
|
||||
"addUntrackedFiles": true,
|
||||
"requireCleanWorkingDir": false
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
"release-it": {
|
||||
"git": {
|
||||
"tag": false,
|
||||
"commitMessage": "chore: release @vant/lazyload ${version}"
|
||||
"commitMessage": "release: @vant/lazyload ${version}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,7 +31,7 @@
|
||||
"release-it": {
|
||||
"git": {
|
||||
"tag": false,
|
||||
"commitMessage": "chore: release @vant/popperjs ${version}"
|
||||
"commitMessage": "release: @vant/popperjs ${version}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
"release-it": {
|
||||
"git": {
|
||||
"tag": false,
|
||||
"commitMessage": "chore: release @vant/use@${version}"
|
||||
"commitMessage": "release: @vant/use ${version}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1888,10 +1888,10 @@
|
||||
resolved "https://registry.nlark.com/@vant/area-data/download/@vant/area-data-1.1.1.tgz#b9acf8a804c0d60f721b6900680299422b006b1a"
|
||||
integrity sha1-uaz4qATA1g9yG2kAaAKZQisAaxo=
|
||||
|
||||
"@vant/cli@^3.10.9":
|
||||
version "3.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-3.11.0.tgz#95812fd72f15c844b2a81f974e85901219a599ec"
|
||||
integrity sha512-MERBUKZlJvbQT8JJVKkoxL0z532uXHnT5lfs9puszi9uvxLV042PuTm2eF/CAz5mwV5jEZyTapMTZBpmOfLuUA==
|
||||
"@vant/cli@^3.11.1":
|
||||
version "3.11.1"
|
||||
resolved "https://registry.nlark.com/@vant/cli/download/@vant/cli-3.11.1.tgz?cache=0&sync_timestamp=1625709472627&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-3.11.1.tgz#131977e0df7522ff845fa2c8f6304abfd7d33f73"
|
||||
integrity sha1-Exl34N91Iv+EX6LI9jBKv9fTP3M=
|
||||
dependencies:
|
||||
"@babel/core" "^7.14.5"
|
||||
"@babel/preset-env" "^7.14.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user