mirror of https://github.com/alibaba/ice.git
chore: update versions (#6549)
This commit is contained in:
parent
47a7a25d42
commit
c6386d9929
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'@ice/webpack-config': patch
|
||||
'@ice/rspack-config': patch
|
||||
'@ice/shared-config': patch
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: compatible with configureWebpack in speedup mode
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-fusion': patch
|
||||
---
|
||||
|
||||
fix: compatible with win32 when custom icon file
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/runtime': patch
|
||||
---
|
||||
|
||||
fix: compatible with query parsing errors caused by ctx.req.url error in the fc environment
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-fusion': patch
|
||||
---
|
||||
|
||||
chore: add warning when options of plugin is not correct
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
add typesVersions for export fields support
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@ice/shared-config': minor
|
||||
'@ice/runtime': minor
|
||||
---
|
||||
|
||||
fix: modify import source
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: deal with json file when use on-demand compile
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
feat: add type definition of runApp
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: return render root
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-rax-compat': patch
|
||||
---
|
||||
|
||||
fix: user compilation config lose
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/runtime': patch
|
||||
---
|
||||
|
||||
fix: update route config when dataLoader is not defined
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: hasDocument should check jsx
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: get flatten routes which nested level more than 3
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/runtime': patch
|
||||
---
|
||||
|
||||
fix: export createElement from react
|
|
@ -1,5 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## 3.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ca14f6d3: fix: compatible with configureWebpack in speedup mode
|
||||
- 244bb17f: add typesVersions for export fields support
|
||||
- 6f18c3db: fix: deal with json file when use on-demand compile
|
||||
- 1de19371: feat: add type definition of runApp
|
||||
- 7924f2d1: fix: return render root
|
||||
- 93e868d3: fix: hasDocument should check jsx
|
||||
- aa29b37b: fix: get flatten routes which nested level more than 3
|
||||
- Updated dependencies [ca14f6d3]
|
||||
- Updated dependencies [df854102]
|
||||
- Updated dependencies [50efd1ee]
|
||||
- Updated dependencies [4d256e30]
|
||||
- Updated dependencies [50efd1ee]
|
||||
- @ice/webpack-config@1.1.4
|
||||
- @ice/rspack-config@1.0.5
|
||||
- @ice/shared-config@1.1.0
|
||||
- @ice/runtime@1.3.0
|
||||
|
||||
## 3.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/app",
|
||||
"version": "3.3.3",
|
||||
"version": "3.3.4",
|
||||
"description": "provide scripts and configuration used by web framework ice",
|
||||
"type": "module",
|
||||
"main": "./esm/index.js",
|
||||
|
@ -52,10 +52,10 @@
|
|||
"dependencies": {
|
||||
"@ice/bundles": "0.1.16",
|
||||
"@ice/route-manifest": "1.2.2",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"@ice/shared-config": "1.0.4",
|
||||
"@ice/webpack-config": "1.1.3",
|
||||
"@ice/rspack-config": "1.0.4",
|
||||
"@ice/runtime": "^1.3.0",
|
||||
"@ice/shared-config": "1.1.0",
|
||||
"@ice/webpack-config": "1.1.4",
|
||||
"@ice/rspack-config": "1.0.5",
|
||||
"@swc/helpers": "0.5.1",
|
||||
"@types/express": "^4.17.14",
|
||||
"address": "^1.1.2",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f455628: fix: compatible with win32 when custom icon file
|
||||
- 9f455628: chore: add warning when options of plugin is not correct
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-fusion",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "plugin for ICE while use fusion component",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"@ice/style-import": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.3.2"
|
||||
"@ice/app": "^3.3.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
|
|
|
@ -1,5 +1,23 @@
|
|||
# @ice/plugin-i18n
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ca14f6d3]
|
||||
- Updated dependencies [df854102]
|
||||
- Updated dependencies [244bb17f]
|
||||
- Updated dependencies [50efd1ee]
|
||||
- Updated dependencies [6f18c3db]
|
||||
- Updated dependencies [1de19371]
|
||||
- Updated dependencies [7924f2d1]
|
||||
- Updated dependencies [4d256e30]
|
||||
- Updated dependencies [93e868d3]
|
||||
- Updated dependencies [aa29b37b]
|
||||
- Updated dependencies [50efd1ee]
|
||||
- @ice/app@3.3.4
|
||||
- @ice/runtime@1.3.0
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-i18n",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "I18n plugin for ice.js 3.",
|
||||
"files": [
|
||||
"es2017",
|
||||
|
@ -56,8 +56,8 @@
|
|||
"webpack-dev-server": "^4.13.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ice/app": "^3.3.3",
|
||||
"@ice/runtime": "^1.2.9"
|
||||
"@ice/app": "^3.3.4",
|
||||
"@ice/runtime": "^1.3.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 47a7a25d: fix: user compilation config lose
|
||||
|
||||
## 0.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-rax-compat",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "Provide rax compat support for ice.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"stylesheet-loader": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/app": "^3.3.4",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"webpack": "^5.88.0"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# @ice/rspack-config
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ca14f6d3: fix: compatible with configureWebpack in speedup mode
|
||||
- Updated dependencies [ca14f6d3]
|
||||
- Updated dependencies [50efd1ee]
|
||||
- @ice/shared-config@1.1.0
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/rspack-config",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/shared-config": "1.0.4",
|
||||
"@ice/shared-config": "1.1.0",
|
||||
"@ice/bundles": "0.1.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# @ice/runtime
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 50efd1ee: fix: modify import source
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- df854102: fix: compatible with query parsing errors caused by ctx.req.url error in the fc environment
|
||||
- 4d256e30: fix: update route config when dataLoader is not defined
|
||||
- 50efd1ee: fix: export createElement from react
|
||||
|
||||
## 1.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/runtime",
|
||||
"version": "1.2.9",
|
||||
"version": "1.3.0",
|
||||
"description": "Runtime module for ice.js",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# @ice/shared-config
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 50efd1ee: fix: modify import source
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ca14f6d3: fix: compatible with configureWebpack in speedup mode
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/shared-config",
|
||||
"version": "1.0.4",
|
||||
"version": "1.1.0",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ca14f6d3: fix: compatible with configureWebpack in speedup mode
|
||||
- Updated dependencies [ca14f6d3]
|
||||
- Updated dependencies [50efd1ee]
|
||||
- @ice/shared-config@1.1.0
|
||||
|
||||
## 1.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/webpack-config",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"repository": "alibaba/ice",
|
||||
"bugs": "https://github.com/alibaba/ice/issues",
|
||||
"homepage": "https://v3.ice.work",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/shared-config": "1.0.4",
|
||||
"@ice/shared-config": "1.1.0",
|
||||
"@ice/bundles": "0.1.16",
|
||||
"fast-glob": "^3.2.11",
|
||||
"process": "^0.11.10"
|
||||
|
|
|
@ -1097,10 +1097,10 @@ importers:
|
|||
specifiers:
|
||||
'@ice/bundles': 0.1.16
|
||||
'@ice/route-manifest': 1.2.2
|
||||
'@ice/rspack-config': 1.0.4
|
||||
'@ice/runtime': ^1.2.9
|
||||
'@ice/shared-config': 1.0.4
|
||||
'@ice/webpack-config': 1.1.3
|
||||
'@ice/rspack-config': 1.0.5
|
||||
'@ice/runtime': ^1.3.0
|
||||
'@ice/shared-config': 1.1.0
|
||||
'@ice/webpack-config': 1.1.4
|
||||
'@rspack/core': 0.3.0
|
||||
'@rspack/dev-server': 0.3.0
|
||||
'@swc/helpers': 0.5.1
|
||||
|
@ -1314,7 +1314,7 @@ importers:
|
|||
|
||||
packages/plugin-fusion:
|
||||
specifiers:
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/app': ^3.3.4
|
||||
'@ice/style-import': ^1.0.1
|
||||
dependencies:
|
||||
'@ice/style-import': link:../style-import
|
||||
|
@ -1468,7 +1468,7 @@ importers:
|
|||
specifiers:
|
||||
'@babel/core': ^7.0.0
|
||||
'@babel/plugin-proposal-export-default-from': ^7.18.9
|
||||
'@ice/app': ^3.3.2
|
||||
'@ice/app': ^3.3.4
|
||||
'@ice/bundles': ^0.1.16
|
||||
'@types/lodash-es': ^4.17.7
|
||||
babel-plugin-transform-jsx-stylesheet: 1.0.6
|
||||
|
@ -1583,7 +1583,7 @@ importers:
|
|||
packages/rspack-config:
|
||||
specifiers:
|
||||
'@ice/bundles': 0.1.16
|
||||
'@ice/shared-config': 1.0.4
|
||||
'@ice/shared-config': 1.1.0
|
||||
'@rspack/core': ^0.3.0
|
||||
dependencies:
|
||||
'@ice/bundles': link:../bundles
|
||||
|
@ -1672,7 +1672,7 @@ importers:
|
|||
packages/webpack-config:
|
||||
specifiers:
|
||||
'@ice/bundles': 0.1.16
|
||||
'@ice/shared-config': 1.0.4
|
||||
'@ice/shared-config': 1.1.0
|
||||
fast-glob: ^3.2.11
|
||||
process: ^0.11.10
|
||||
webpack: ^5.88.0
|
||||
|
|
Loading…
Reference in New Issue