Compare commits

...

10 Commits

Author SHA1 Message Date
ClarkXia e50cf46419
Update package.json
CI / build (16.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (16.x, windows-latest) (push) Has been cancelled Details
CI / build (18.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (18.x, windows-latest) (push) Has been cancelled Details
2025-07-08 19:09:56 +08:00
ClarkXia 763a1e6602
Update CHANGELOG.md 2025-07-08 19:09:41 +08:00
ClarkXia 3d762f58b9
Update package.json 2025-07-08 19:09:18 +08:00
ClarkXia a257d585af
Update CHANGELOG.md 2025-07-08 19:09:01 +08:00
ClarkXia 096fa4ee7c
Update package.json 2025-07-08 19:07:32 +08:00
ClarkXia 29f0a171ca
Update package.json 2025-07-08 19:07:02 +08:00
ClarkXia d9a2e91f5c
Update package.json 2025-07-08 19:06:22 +08:00
ClarkXia f177d1b22e
Update package.json 2025-07-08 19:05:42 +08:00
ClarkXia 49c7c19974
Update CHANGELOG.md 2025-07-08 19:05:29 +08:00
ClarkXia e82fa0f7b9 chore: update versions 2025-07-08 11:04:30 +00:00
9 changed files with 29 additions and 16 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
- 4569200c: 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",
@ -21,7 +21,7 @@
},
"devDependencies": {
"@ice/app": "^3.3.2",
"@ice/runtime": "^1.2.9",
"@ice/runtime": "^1.5.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"webpack": "^5.88.0"

View File

@ -57,7 +57,7 @@
},
"peerDependencies": {
"@ice/app": "^3.6.3",
"@ice/runtime": "^1.5.3"
"@ice/runtime": "^1.5.4"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,12 @@
# Changelog
## 1.2.6
### Patch Changes
- @ice/miniapp-runtime@1.2.5
- @ice/miniapp-react-dom@1.1.5
## 1.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-miniapp",
"version": "1.2.5",
"version": "1.2.6",
"description": "ice.js plugin for miniapp.",
"license": "MIT",
"type": "module",
@ -51,7 +51,7 @@
},
"devDependencies": {
"@ice/app": "^3.6.3",
"@ice/runtime": "^1.5.3",
"@ice/runtime": "^1.5.4",
"webpack": "^5.88.0"
},
"repository": {

View File

@ -1,5 +1,11 @@
# @ice/runtime
## 1.5.4
### Patch Changes
- 4569200c: 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",

View File

@ -1962,10 +1962,10 @@ importers:
packages/plugin-externals:
devDependencies:
'@ice/app':
specifier: ^3.3.2
specifier: ^3.6.4
version: link:../ice
'@ice/runtime':
specifier: ^1.2.9
specifier: ^1.5.4
version: link:../runtime
'@types/react':
specifier: ^18.0.0
@ -2157,10 +2157,10 @@ importers:
version: 1.2.4
devDependencies:
'@ice/app':
specifier: ^3.6.3
specifier: ^3.6.4
version: link:../ice
'@ice/runtime':
specifier: ^1.5.3
specifier: ^1.5.4
version: link:../runtime
webpack:
specifier: ^5.88.0