chore: update versions
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

This commit is contained in:
ClarkXia 2025-04-14 12:10:31 +00:00
parent 182929cac0
commit 9de0141091
7 changed files with 17 additions and 13 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/app': patch
---
fix: missing jsx-plus transform when server bundler is webpack

View File

@ -1,5 +1,13 @@
# Changelog # 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 ## 3.6.1
### Patch Changes ### Patch Changes

View File

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

View File

@ -56,7 +56,7 @@
"webpack-dev-server": "4.15.0" "webpack-dev-server": "4.15.0"
}, },
"peerDependencies": { "peerDependencies": {
"@ice/app": "^3.6.1", "@ice/app": "^3.6.2",
"@ice/runtime": "^1.5.2" "@ice/runtime": "^1.5.2"
}, },
"publishConfig": { "publishConfig": {

View File

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

View File

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