ksw-vue-icon 2.0.28 → 2.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -93,3 +93,11 @@ yarn lint
93
93
  | size | 图标的大小,宽高相同 | number | string | '1em' |
94
94
  | spin | 给图标加旋转效果 | boolean | false |
95
95
  | color | 图标的颜色,默认为当前颜色 | string | string[]| 'currentColor' |
96
+
97
+
98
+ ## 项目更新指令
99
+
100
+ 使用 `upv` 命令, `commit信息` 自定义, 示例如下:
101
+ ```
102
+ npm run upv commit信息
103
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksw-vue-icon",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
4
4
  "license": "ISC",
5
5
  "description": "Vue Icon",
6
6
  "type": "module",