chore: update versions (#6993)

This commit is contained in:
ClarkXia 2024-10-08 15:40:08 +08:00 committed by GitHub
parent b89c1a2b55
commit 3854f80814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 84 additions and 54 deletions

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
feat: support onShellReady options

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
revert: revert suspence event

View File

@ -1,6 +0,0 @@
---
'@ice/webpack-config': patch
'@ice/shared-config': patch
---
fix: mark browserslist config to cache key

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
fix: avoid infinite setOutlets loop when config keepAlivePaths

View File

@ -1,5 +0,0 @@
---
'@ice/bundles': patch
---
fix: support more platforms

View File

@ -1,5 +1,11 @@
# Changelog
## 0.2.7
### Patch Changes
- 0b4e0ccd: fix: support more platforms
## 0.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/bundles",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"author": "ICE",
"description": "Basic dependencies for ice.",

View File

@ -1,5 +1,20 @@
# Changelog
## 3.4.12
### Patch Changes
- Updated dependencies [a4755e43]
- Updated dependencies [f50fe55d]
- Updated dependencies [b0eb09d5]
- Updated dependencies [31706030]
- Updated dependencies [0b4e0ccd]
- @ice/runtime@1.4.13
- @ice/webpack-config@1.1.16
- @ice/shared-config@1.2.9
- @ice/bundles@0.2.7
- @ice/rspack-config@1.1.10
## 3.4.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.4.11",
"version": "3.4.12",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
@ -47,12 +47,12 @@
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
"dependencies": {
"@ice/bundles": "0.2.6",
"@ice/bundles": "0.2.7",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.4.10",
"@ice/shared-config": "1.2.8",
"@ice/webpack-config": "1.1.15",
"@ice/rspack-config": "1.1.9",
"@ice/runtime": "^1.4.13",
"@ice/shared-config": "1.2.9",
"@ice/webpack-config": "1.1.16",
"@ice/rspack-config": "1.1.10",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",

View File

@ -56,8 +56,8 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.4.11",
"@ice/runtime": "^1.4.12"
"@ice/app": "^3.4.12",
"@ice/runtime": "^1.4.13"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,14 @@
# @ice/rspack-config
## 1.1.10
### Patch Changes
- Updated dependencies [b0eb09d5]
- Updated dependencies [0b4e0ccd]
- @ice/shared-config@1.2.9
- @ice/bundles@0.2.7
## 1.1.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/rspack-config",
"version": "1.1.9",
"version": "1.1.10",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
@ -15,8 +15,8 @@
"*.d.ts"
],
"dependencies": {
"@ice/bundles": "0.2.6",
"@ice/shared-config": "1.2.8"
"@ice/bundles": "0.2.7",
"@ice/shared-config": "1.2.9"
},
"devDependencies": {
"@rspack/core": "0.5.7"

View File

@ -1,5 +1,13 @@
# @ice/runtime
## 1.4.13
### Patch Changes
- a4755e43: feat: support onShellReady options
- f50fe55d: revert: revert suspence event
- 31706030: fix: avoid infinite setOutlets loop when config keepAlivePaths
## 1.4.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.4.12",
"version": "1.4.13",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",

View File

@ -1,5 +1,13 @@
# @ice/shared-config
## 1.2.9
### Patch Changes
- b0eb09d5: fix: mark browserslist config to cache key
- Updated dependencies [0b4e0ccd]
- @ice/bundles@0.2.7
## 1.2.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/shared-config",
"version": "1.2.8",
"version": "1.2.9",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
@ -17,7 +17,7 @@
"*.d.ts"
],
"dependencies": {
"@ice/bundles": "0.2.6",
"@ice/bundles": "0.2.7",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.22.1",
"consola": "^2.15.3",

View File

@ -1,5 +1,15 @@
# Changelog
## 1.1.16
### Patch Changes
- b0eb09d5: fix: mark browserslist config to cache key
- Updated dependencies [b0eb09d5]
- Updated dependencies [0b4e0ccd]
- @ice/shared-config@1.2.9
- @ice/bundles@0.2.7
## 1.1.15
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/webpack-config",
"version": "1.1.15",
"version": "1.1.16",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
@ -15,8 +15,8 @@
"*.d.ts"
],
"dependencies": {
"@ice/shared-config": "1.2.8",
"@ice/bundles": "0.2.6",
"@ice/shared-config": "1.2.9",
"@ice/bundles": "0.2.7",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
},

View File

@ -1654,22 +1654,22 @@ importers:
packages/ice:
dependencies:
'@ice/bundles':
specifier: 0.2.6
specifier: 0.2.7
version: link:../bundles
'@ice/route-manifest':
specifier: 1.2.2
version: link:../route-manifest
'@ice/rspack-config':
specifier: 1.1.9
specifier: 1.1.10
version: link:../rspack-config
'@ice/runtime':
specifier: ^1.4.10
specifier: ^1.4.13
version: link:../runtime
'@ice/shared-config':
specifier: 1.2.8
specifier: 1.2.9
version: link:../shared-config
'@ice/webpack-config':
specifier: 1.1.15
specifier: 1.1.16
version: link:../webpack-config
'@swc/helpers':
specifier: 0.5.1
@ -2379,10 +2379,10 @@ importers:
packages/rspack-config:
dependencies:
'@ice/bundles':
specifier: 0.2.6
specifier: 0.2.7
version: link:../bundles
'@ice/shared-config':
specifier: 1.2.8
specifier: 1.2.9
version: link:../shared-config
devDependencies:
'@rspack/core':
@ -2441,7 +2441,7 @@ importers:
packages/shared-config:
dependencies:
'@ice/bundles':
specifier: 0.2.6
specifier: 0.2.7
version: link:../bundles
'@rollup/pluginutils':
specifier: ^4.2.0
@ -2484,10 +2484,10 @@ importers:
packages/webpack-config:
dependencies:
'@ice/bundles':
specifier: 0.2.6
specifier: 0.2.7
version: link:../bundles
'@ice/shared-config':
specifier: 1.2.8
specifier: 1.2.9
version: link:../shared-config
fast-glob:
specifier: ^3.2.11