mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore: release @vant/icons 1.2.1
This commit is contained in:
parent
2f77acfc6c
commit
9bf77aa896
@ -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
|
||||
|
@ -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 %>";
|
||||
}
|
||||
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user