chore: bump @vant/icons@1.3.0

This commit is contained in:
chenjiahan 2020-09-03 14:38:15 +08:00
parent 56d3903d20
commit 94e096b1be
4 changed files with 11 additions and 5 deletions

View File

@ -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"
},

View File

@ -1,5 +1,10 @@
## Changelog
## 1.3.0
- add share-o icon
- fix calendar-o typo
## 1.2.5
- add back-top icon

View File

@ -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) {

View File

@ -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"