Compare commits

..

No commits in common. "c0b1e51d7d01b3c5412cd89e5efd95f3398d3da0" and "600e0357f5895eab5507d856d44e97e85c9ef7e2" have entirely different histories.

4 changed files with 6 additions and 22 deletions

View File

@ -16,14 +16,6 @@ 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,14 +25,6 @@ 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.1",
"version": "2.13.0",
"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.2",
"@vant/icons": "^3.0.0",
"@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.2":
version "3.0.2"
resolved "https://registry.npmjs.org/@vant/icons/-/icons-3.0.2.tgz#87f2dd74f0071d305b610d29f9442b89d346d05e"
integrity sha512-4OlRVMd0uiDtD9hgSISZW8hB95vU0fFtc41tQchRIyiXkR0tS+DydZOLb8/bQkithrNWhW7Uud38MbKjlJ9lJw==
"@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/markdown-loader@^2.5.0":
version "2.5.0"