mirror of https://github.com/alibaba/ice.git
chore: update versions
This commit is contained in:
parent
182929cac0
commit
9de0141091
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@ice/rspack-config': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: add support for custom loaders in rspack configuration
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@ice/app': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: missing jsx-plus transform when server bundler is webpack
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue