chore: update versions
CI / build (16.x, ubuntu-latest) (push) Waiting to run Details
CI / build (16.x, windows-latest) (push) Waiting to run Details
CI / build (18.x, ubuntu-latest) (push) Waiting to run Details
CI / build (18.x, windows-latest) (push) Waiting to run Details

This commit is contained in:
ClarkXia 2025-06-05 09:42:23 +00:00
parent 0d0e5ab039
commit ff45f7474b
16 changed files with 44 additions and 28 deletions

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,13 @@
# Changelog
## 3.6.2
### Patch Changes
- 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,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

@ -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 @@
# @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

@ -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