Compare commits

...

4 Commits

Author SHA1 Message Date
chenjiahan
c0b1e51d7d docs: changelog 2023-10-10 21:10:23 +08:00
chenjiahan
f554188dd9 chore: release 2.13.1 2023-10-10 21:09:18 +08:00
chenjiahan
93860e390c chore: bump @vant/icons@3.0.2 2023-10-10 21:08:46 +08:00
JeremyFan
c0df12fce6
feat: vant icons 3.0.1 (#12355)
Co-authored-by: fanjiazhao <fanjiazhao@youzan.com>
2023-10-10 21:07:18 +08:00
4 changed files with 22 additions and 6 deletions

View File

@ -16,6 +16,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.13.1](https://github.com/vant-ui/vant/compare/v2.13.0...v2.13.1)
`2023-10-10`
**Feature**
- bump @vant/icons v3.0.2 [#12355](https://github.com/vant-ui/vant/issues/12355)
### [v2.13.0](https://github.com/vant-ui/vant/compare/v2.12.54...v2.13.0)
`2023-09-17`

View File

@ -25,6 +25,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.13.1](https://github.com/vant-ui/vant/compare/v2.13.0...v2.13.1)
`2023-10-10`
**Feature**
- 升级 @vant/icons v3.0.2 [#12355](https://github.com/vant-ui/vant/issues/12355)
### [v2.13.0](https://github.com/vant-ui/vant/compare/v2.12.54...v2.13.0)
`2023-09-17`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.13.0",
"version": "2.13.1",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
@ -57,7 +57,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.x",
"@vant/icons": "^3.0.0",
"@vant/icons": "^3.0.2",
"@vant/popperjs": "^1.1.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"vue-lazyload": "1.2.3"

View File

@ -1767,10 +1767,10 @@
eslint-plugin-import "^2.20.2"
eslint-plugin-vue "^6.2.2"
"@vant/icons@^3.0.0":
version "3.0.0"
resolved "https://registry.npmmirror.com/@vant/icons/-/icons-3.0.0.tgz#685bf941ccb7d9ddfa07dd4457188168be5311c4"
integrity sha512-g0sNQGwq3xajpri698ql/MjeMZ0Bwptjf7WO+s5fZEPq4smesmwC8Jda1OetidBjI0cQ5c7cYqoNGlkQA81TMw==
"@vant/icons@^3.0.2":
version "3.0.2"
resolved "https://registry.npmjs.org/@vant/icons/-/icons-3.0.2.tgz#87f2dd74f0071d305b610d29f9442b89d346d05e"
integrity sha512-4OlRVMd0uiDtD9hgSISZW8hB95vU0fFtc41tQchRIyiXkR0tS+DydZOLb8/bQkithrNWhW7Uud38MbKjlJ9lJw==
"@vant/markdown-loader@^2.5.0":
version "2.5.0"