mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-10 00:11:06 +08:00
Compare commits
4 Commits
600e0357f5
...
c0b1e51d7d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0b1e51d7d | ||
|
|
f554188dd9 | ||
|
|
93860e390c | ||
|
|
c0df12fce6 |
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user