docs(changelog): @vant/cli 7.0.0 (#12791)

This commit is contained in:
neverland 2024-04-14 21:00:27 +08:00 committed by GitHub
parent 1d00f7ab7e
commit 59577b18d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
# 更新日志
## Unreleased
## v7.0.0
`2024-04-14`
请注意,由于 Vant 仓库自身 workflow 的变化Vant CLI v7 包含了较大的 breaking changes。
如果你在使用 Vant CLI v6可以基于 v6 版本 fork 进行使用。你可以在 [vant_cli_v6](https://github.com/youzan/vant/tree/vant_cli_v6) 分支上找到 v6 代码。
- 站点的构建工具切换为 [Rsbuild](https://github.com/web-infra-dev/rsbuild)
- 移除 vant-cli test 命令
- 移除 vant-cli release 命令
- 移除 vant-cli changelog 命令

View File

@ -13,7 +13,7 @@
"scripts": {
"dev": "tsc --watch",
"build": "rimraf ./lib && tsc",
"release": "vant-cli release",
"release": "rm -rf ./site/node_modules && vant-cli release",
"prepare": "pnpm build"
},
"files": [