docs(cli): changelog 3.6.1

This commit is contained in:
chenjiahan 2021-03-08 17:22:17 +08:00
parent 40a76ddcf0
commit 6122a0c2df
3 changed files with 11 additions and 5 deletions

View File

@ -65,7 +65,7 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@vant/cli": "^3.6.0",
"@vant/cli": "^3.6.1",
"@vue/compiler-sfc": "^3.0.6",
"prettier": "2.1.0",
"vue": "^3.0.6"

View File

@ -1,5 +1,11 @@
# 更新日志
## v3.6.1
`2021-03-08`
- 修复样式入口文件 import 后缀错误的问题
## v3.6.0
`2021-03-04`

View File

@ -1867,10 +1867,10 @@
"@typescript-eslint/types" "4.6.0"
eslint-visitor-keys "^2.0.0"
"@vant/cli@^3.6.0":
version "3.6.0"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.6.0.tgz#9438bafdfe000663b915cadc3d3368564a26b862"
integrity sha1-lDi6/f4ABmO5FcrcPTNoVkomuGI=
"@vant/cli@^3.6.1":
version "3.6.1"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.6.1.tgz?cache=0&sync_timestamp=1615195273741&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-3.6.1.tgz#24db1afa7f7de302976ebdb3098d73d9a20d5d72"
integrity sha1-JNsa+n994wKXbr2zCY1z2aINXXI=
dependencies:
"@babel/core" "^7.12.10"
"@babel/plugin-transform-object-assign" "^7.12.1"