mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: bump @vant/icons@1.3.0
This commit is contained in:
parent
56d3903d20
commit
94e096b1be
@ -51,7 +51,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.x",
|
||||
"@vant/icons": "1.2.5",
|
||||
"@vant/icons": "1.3.0",
|
||||
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
||||
"vue-lazyload": "1.2.3"
|
||||
},
|
||||
|
@ -1,5 +1,10 @@
|
||||
## Changelog
|
||||
|
||||
## 1.3.0
|
||||
|
||||
- add share-o icon
|
||||
- fix calendar-o typo
|
||||
|
||||
## 1.2.5
|
||||
|
||||
- add back-top icon
|
||||
|
@ -34,6 +34,7 @@ function isImage(name?: string): boolean {
|
||||
const LEGACY_MAP: Record<string, string> = {
|
||||
medel: 'medal',
|
||||
'medel-o': 'medal-o',
|
||||
'calender-o': 'calendar-o',
|
||||
};
|
||||
|
||||
function correctName(name?: string) {
|
||||
|
@ -2056,10 +2056,10 @@
|
||||
eslint-plugin-import "^2.20.2"
|
||||
eslint-plugin-vue "^6.2.2"
|
||||
|
||||
"@vant/icons@1.2.5":
|
||||
version "1.2.5"
|
||||
resolved "https://registry.npmjs.org/@vant/icons/-/icons-1.2.5.tgz#f3db43c4b300300829e3c4e909beaa33d1cbe786"
|
||||
integrity sha512-PNVSAaAzL3LtWK16qDCtMMfM2A5v+Ie9YTMVHF4QmumpuWxjyk0iUppJ+YRD0MjwR/CTx2OWkIB57+IAqbHnlg==
|
||||
"@vant/icons@1.3.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.npm.taobao.org/@vant/icons/download/@vant/icons-1.3.0.tgz#94f4c93122fd7331e0e00df55804779aead8c9c2"
|
||||
integrity sha1-lPTJMSL9czHg4A31WAR3murYycI=
|
||||
|
||||
"@vant/markdown-loader@^2.3.0":
|
||||
version "2.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user