mirror of https://github.com/alibaba/ice.git
chore: version
This commit is contained in:
parent
4569200caf
commit
22d1b49c9c
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-externals': patch
|
||||
'@ice/runtime': patch
|
||||
---
|
||||
|
||||
fix: support externals field in assets-manifest
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/runtime
|
||||
|
||||
## 1.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4569200ca: fix: support externals field in assets-manifest
|
||||
|
||||
## 1.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue