@veltra/icons 1.0.6 → 1.0.8

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.
@@ -515,9 +515,10 @@ $ bun ./scripts/build-vue-icons.ts
515
515
  ℹ dist/vue/normal/sun.vue.d.ts  0.44 kB │ gzip: 0.26 kB
516
516
  ℹ 505 files, total: 481.62 kB
517
517
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
518
- - unplugin-vue (58%)
519
- - rolldown-plugin-dts:generate (21%)
518
+ - unplugin-vue (51%)
519
+ - rolldown-plugin-dts:generate (22%)
520
+ - rolldown-plugin-dts:resolver (15%)
520
521
  See https://rolldown.rs/options/checks#plugintimings for more details.
521
522
 
522
- ✔ Build complete in 6479ms
523
+ ✔ Build complete in 7330ms
523
524
  icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @veltra/icons
2
2
 
3
+ ## 1.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - f758a81: 修复样式问题
8
+
9
+ ## 1.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - a91e7a8: 新增面包屑组件
14
+
3
15
  ## 1.0.6
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltra/icons",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {