chore: version

This commit is contained in:
ClarkXia 2025-07-08 19:15:34 +08:00
parent 4569200caf
commit 22d1b49c9c
5 changed files with 14 additions and 8 deletions

View File

@ -1,6 +0,0 @@
---
'@ice/plugin-externals': patch
'@ice/runtime': patch
---
fix: support externals field in assets-manifest

View File

@ -1,5 +1,11 @@
# @ice/plugin-externals
## 1.0.1
### Patch Changes
- 4569200ca: fix: support externals field in assets-manifest
## 1.0.0
- Initial release

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-externals",
"version": "1.0.0",
"version": "1.0.1",
"description": "plugin to make externals much easier in ice.js",
"files": [
"esm",

View File

@ -1,5 +1,11 @@
# @ice/runtime
## 1.5.4
### Patch Changes
- 4569200ca: fix: support externals field in assets-manifest
## 1.5.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.5.3",
"version": "1.5.4",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",