docs(cli): changelog@2.2.4

This commit is contained in:
陈嘉涵 2020-02-14 14:58:21 +08:00
parent b80cd1e016
commit f99147f2c7
3 changed files with 11 additions and 5 deletions

View File

@ -63,7 +63,7 @@
"vue": ">= 2.5.22" "vue": ">= 2.5.22"
}, },
"devDependencies": { "devDependencies": {
"@vant/cli": "^2.2.3", "@vant/cli": "^2.2.4",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": "^2.6.11"
}, },

View File

@ -1,5 +1,11 @@
# 更新日志 # 更新日志
### [v2.2.4]
`2020-02-14`
- 修复在 windows 上构建出的样式入口文件路径错误的问题 ([#5655](https://github.com/youzan/vant/pull/5655)
### [v2.2.3] ### [v2.2.3]
`2020-02-13` `2020-02-13`

View File

@ -1634,10 +1634,10 @@
semver "^6.3.0" semver "^6.3.0"
tsutils "^3.17.1" tsutils "^3.17.1"
"@vant/cli@^2.2.3": "@vant/cli@^2.2.4":
version "2.2.3" version "2.2.4"
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-2.2.3.tgz#cd49f96c886a4ec9d8485f1ff15fb930ea05d21a" resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-2.2.4.tgz#8d1cb3ed8392d75e636bf69435f72d96ab153ec7"
integrity sha512-aSNzqQ5ef500S6oOYoV5OKD1/XUFQnqEFDUHX6f6dY1ncFB4g0QnCxy7w75ZkteOhAy4uuQDZBZSY4dj2PHNNw== integrity sha512-DvDroozU0PDk+knfZTd2Q8MqFJV+xLi488JT6bxH3kEByCBd3ZaZnOltnyVzWKpL8jWhogVDgRTNkUZkfi9w8A==
dependencies: dependencies:
"@babel/core" "^7.8.4" "@babel/core" "^7.8.4"
"@babel/plugin-syntax-jsx" "^7.8.3" "@babel/plugin-syntax-jsx" "^7.8.3"