chore: release @vant/icons 1.2.1

This commit is contained in:
陈嘉涵 2020-01-19 14:30:36 +08:00
parent 2f77acfc6c
commit 9bf77aa896
5 changed files with 1312 additions and 105 deletions

View File

@ -1,5 +1,13 @@
## Changelog
## 1.2.1
- update share icon
## 1.2.0
- fix medal、medal-o typo
## 1.1.14
- add down、wap-home-o icon

View File

@ -22,7 +22,7 @@
}
}
<% _.each(glyphs, function(glyph) { %>.van-icon-<%= glyph.fileName %>:before {
<% _.each(glyphs, function(glyph) { %>.van-icon-<%= glyph.fileName %>::before {
content: "\<%= glyph.codePoint %>";
}

View File

@ -1,6 +1,6 @@
{
"name": "@vant/icons",
"version": "1.2.0",
"version": "1.2.1",
"description": "vant icons",
"main": "./src/config.js",
"files": [
@ -23,6 +23,7 @@
"gulp-iconfont": "^10.0.3",
"gulp-iconfont-css": "^3.0.0",
"md5-file": "^4.0.0",
"release-it": "^12.4.3",
"shelljs": "^0.8.3",
"svgo": "1.2.2"
},

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff