Skip to content

Commit

Permalink
docs(changelog): @vant/cli 7.0.0 (#12791)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Apr 14, 2024
1 parent 1d00f7a commit 59577b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/vant-cli/changelog.md
Original file line number Diff line number Diff line change
@@ -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 命令
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 59577b1

Please sign in to comment.