chore: update versions (#7077)
Publish canary / Check Changeset exists (push) Has been cancelled Details
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
Version / Version (16) (push) Has been cancelled Details
Publish canary / Publish Canary (18) (push) Has been cancelled Details

This commit is contained in:
ClarkXia 2025-06-24 10:10:55 +08:00 committed by GitHub
parent 795c1986f3
commit ebf15cd8c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
23 changed files with 76 additions and 48 deletions

View File

@ -1,8 +0,0 @@
---
'@ice/jsx-runtime': patch
'@ice/plugin-i18n': patch
'rax-compat': patch
'@ice/app': patch
---
chore: update @swc/helpers to 0.5.17

View File

@ -1,7 +0,0 @@
---
'@ice/app': patch
---
fix: compat esbuild config
- use AST to get file exports instead of using import()
- respect compileDependencies in webpack mode

View File

@ -1,5 +0,0 @@
---
'@ice/rspack-config': patch
---
feat: add support for custom loaders in rspack configuration

View File

@ -1,5 +0,0 @@
---
'@ice/plugin-miniapp': patch
---
fix: miniapp using absolute path to match route manifest

View File

@ -1,5 +0,0 @@
---
'@ice/miniapp-runtime': patch
---
fix: enter same page twice then exit should not throw error

View File

@ -1,5 +0,0 @@
---
'@ice/app': patch
---
fix: missing jsx-plus transform when server bundler is webpack

View File

@ -1,5 +1,17 @@
# Changelog
## 3.6.2
### Patch Changes
- 41951673: chore: update @swc/helpers to 0.5.17
- 795c1986: fix: compat esbuild config
- use AST to get file exports instead of using import()
- respect compileDependencies in webpack mode
- 59414ba4: fix: missing jsx-plus transform when server bundler is webpack
- Updated dependencies [182929ca]
- @ice/rspack-config@1.2.4
## 3.6.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.6.1",
"version": "3.6.2",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",

View File

@ -1,5 +1,11 @@
# @ice/jsx-runtime
## 0.3.2
### Patch Changes
- 41951673: chore: update @swc/helpers to 0.5.17
## 0.3.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/jsx-runtime",
"version": "0.3.1",
"version": "0.3.2",
"description": "JSX runtime for ice.",
"files": [
"esm",

View File

@ -1,5 +1,12 @@
# @ice/miniapp-react-dom
## 1.1.3
### Patch Changes
- Updated dependencies [d27ad76c]
- @ice/miniapp-runtime@1.2.3
## 1.1.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-react-dom",
"version": "1.1.2",
"version": "1.1.3",
"description": "like react-dom, but for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",

View File

@ -1,5 +1,11 @@
# Changelog
## 1.2.3
### Patch Changes
- d27ad76c: fix: enter same page twice then exit should not throw error
## 1.2.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-runtime",
"version": "1.2.2",
"version": "1.2.3",
"description": "ice runtime for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",

View File

@ -1,5 +1,16 @@
# @ice/plugin-i18n
## 5.0.2
### Patch Changes
- 41951673: chore: update @swc/helpers to 0.5.17
- Updated dependencies [41951673]
- Updated dependencies [795c1986]
- Updated dependencies [59414ba4]
- @ice/jsx-runtime@0.3.2
- @ice/app@3.6.2
## 5.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-i18n",
"version": "5.0.1",
"version": "5.0.2",
"description": "I18n plugin for ice.js 3.",
"files": [
"es2017",
@ -39,7 +39,7 @@
"plugin"
],
"dependencies": {
"@ice/jsx-runtime": "^0.3.1",
"@ice/jsx-runtime": "^0.3.2",
"@swc/helpers": "^0.5.17",
"accept-language-parser": "^1.5.0",
"universal-cookie": "^4.0.4",
@ -56,7 +56,7 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.6.1",
"@ice/app": "^3.6.2",
"@ice/runtime": "^1.5.2"
},
"publishConfig": {

View File

@ -1,5 +1,14 @@
# Changelog
## 1.2.4
### Patch Changes
- 3670eadc: fix: miniapp using absolute path to match route manifest
- Updated dependencies [d27ad76c]
- @ice/miniapp-runtime@1.2.3
- @ice/miniapp-react-dom@1.1.3
## 1.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-miniapp",
"version": "1.2.3",
"version": "1.2.4",
"description": "ice.js plugin for miniapp.",
"license": "MIT",
"type": "module",
@ -50,7 +50,7 @@
"sax": "^1.2.4"
},
"devDependencies": {
"@ice/app": "^3.6.1",
"@ice/app": "^3.6.2",
"@ice/runtime": "^1.5.2",
"webpack": "^5.88.0"
},

View File

@ -1,5 +1,11 @@
# Changelog
## 0.4.1
### Patch Changes
- 41951673: chore: update @swc/helpers to 0.5.17
## 0.4.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "rax-compat",
"version": "0.4.0",
"version": "0.4.1",
"description": "Rax compatible mode, running rax project on the react runtime.",
"files": [
"esm",

View File

@ -1,5 +1,11 @@
# @ice/rspack-config
## 1.2.4
### Patch Changes
- 182929ca: feat: add support for custom loaders in rspack configuration
## 1.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/rspack-config",
"version": "1.2.3",
"version": "1.2.4",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",

View File

@ -1990,7 +1990,7 @@ importers:
packages/plugin-i18n:
dependencies:
'@ice/jsx-runtime':
specifier: ^0.3.1
specifier: ^0.3.2
version: link:../jsx-runtime
'@swc/helpers':
specifier: ^0.5.17
@ -2157,7 +2157,7 @@ importers:
version: 1.2.4
devDependencies:
'@ice/app':
specifier: ^3.6.1
specifier: ^3.6.2
version: link:../ice
'@ice/runtime':
specifier: ^1.5.2