@veltra/icons 1.0.1 → 1.0.2

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.
@@ -514,10 +514,7 @@ $ bun ./scripts/build-vue-icons.ts
514
514
  ℹ dist/vue/normal/pin.vue.d.ts  0.44 kB │ gzip: 0.26 kB
515
515
  ℹ dist/vue/normal/sun.vue.d.ts  0.44 kB │ gzip: 0.26 kB
516
516
  ℹ 505 files, total: 492.27 kB
517
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
518
- - unplugin-vue (60%)
519
- - rolldown-plugin-dts:generate (21%)
520
- See https://rolldown.rs/options/checks#plugintimings for more details.
517
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
521
518
 
522
- ✔ Build complete in 6062ms
519
+ ✔ Build complete in 6232ms
523
520
  icons 构建完成(tsdown unbundle + dts.vue);具名导出入口: index + normal + colorful
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # @veltra/icons
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 修复发布流程,确保发布到 npm 的内部包依赖不会保留 `workspace:*`,而是展开为对应版本号。
8
+
3
9
  ## 1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltra/icons",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {