docs(@vant/cli): changelog 2.11.7 (#10644)

This commit is contained in:
neverland 2022-05-28 14:53:23 +08:00 committed by GitHub
parent 63995ead1c
commit 00b9efa22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 5 deletions

View File

@ -66,7 +66,7 @@
"vue": ">= 2.6.0"
},
"devDependencies": {
"@vant/cli": "^2.11.5",
"@vant/cli": "^2.11.7",
"prettier": "2.1.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"

View File

@ -1,5 +1,12 @@
# 更新日志
## v2.11.7
`2022-05-28`
- 替换 `cdn.jsdelivr.net` 域名为 `fastly.jsdelivr.net`,修复无法访问的问题
- 未使用 `searchConfig` 时,不加载 docsearch 相关文件
## v2.11.6
`2022-04-28`

View File

@ -1684,10 +1684,10 @@
semver "^6.3.0"
tsutils "^3.17.1"
"@vant/cli@^2.11.5":
version "2.11.5"
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.5.tgz#87d5b2354c45335eef8e4cb5ba3ea1a0624bd44d"
integrity sha512-de+RQCepCbBngrubJceyn3Jg3uEThcwwCLvHR8KLZ/8ADtVNsa7ELDNEhJQ2QlucWX6Tfy8C5E/3lQ/fkdS/Hw==
"@vant/cli@^2.11.7":
version "2.11.7"
resolved "https://registry.npmjs.org/@vant/cli/-/cli-2.11.7.tgz#24742903b0ccbaaddaef5fd9fdad04f749103910"
integrity sha512-x9tgHaYfz1Pbi80C3vvgmobpLgHA3V5934/7Xqpz7gmrjSK0z+Qojx/eOioi9xS9pS655j1nbw5pPzz5+5Y/Xw==
dependencies:
"@babel/core" "^7.10.1"
"@babel/plugin-syntax-jsx" "^7.10.1"