chore: update versions (#6300)

This commit is contained in:
ClarkXia 2023-06-16 10:07:54 +08:00 committed by GitHub
parent 9d50f5fcdc
commit 45fbf7d5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 116 additions and 119 deletions

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
fix: loadRouteModule error when only has one router

View File

@ -1,6 +0,0 @@
---
'@ice/runtime': patch
---
fix: should downgrade to csr when server data loader error
fix: fallback should be optional

View File

@ -1,5 +0,0 @@
---
'@ice/plugin-pha': major
---
feat: the target of PHA worker should be appWorker.

View File

@ -1,5 +0,0 @@
---
'@ice/bundles': patch
---
chore: bump webpack version(5.86.0)

View File

@ -1,6 +0,0 @@
---
'@ice/miniapp-runtime': patch
'@ice/plugin-miniapp': patch
---
fix: add export of streaming api

View File

@ -1,5 +0,0 @@
---
'@ice/app': patch
---
chore: add return for default dataLoaderFetcher

View File

@ -1,7 +0,0 @@
---
'@ice/runtime': patch
'@ice/app': patch
---
feat: support usePageAssets
feat: export useAppContext

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
fix: replace history methods by router navigate for backwards compatibility

View File

@ -1,5 +0,0 @@
---
'@ice/webpack-config': patch
---
fix: optimize deprecation warning of webpack

View File

@ -1,5 +0,0 @@
---
'@ice/app': patch
---
fix: refactor error handling

View File

@ -1,5 +0,0 @@
---
'@ice/webpack-config': patch
---
fix: refactor error handling

View File

@ -1,5 +0,0 @@
---
'@ice/bundles': patch
---
fix: bump webpack(5.84.1) and webpack-dev-server(4.15.0)

View File

@ -1,5 +0,0 @@
---
'@ice/webpack-config': patch
---
fix: ignore hydration error in dev server overly

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
feat: support weex sourcemap when start

View File

@ -1,5 +0,0 @@
---
'@ice/app': patch
---
fix: modified task alias not be used

View File

@ -1,5 +0,0 @@
---
'@ice/app': patch
---
fix: support source map for stack traces in node

View File

@ -1,6 +0,0 @@
---
'@ice/runtime': patch
'@ice/app': patch
---
fix: optimize single router

View File

@ -1,5 +1,12 @@
# Changelog
## 0.1.12
### Patch Changes
- f95bbc2e: chore: bump webpack version(5.86.0)
- c70c7737: fix: bump webpack(5.84.1) and webpack-dev-server(4.15.0)
## 0.1.11
### Patch Changes

View File

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

View File

@ -1,5 +1,31 @@
# Changelog
## 3.2.6
### Patch Changes
- 94dac52e: chore: add return for default dataLoaderFetcher
- 474e1935: feat: support usePageAssets
feat: export useAppContext
- c70c7737: fix: refactor error handling
- abdd49de: fix: modified task alias not be used
- b10d9cb8: fix: support source map for stack traces in node
- c4f625a2: fix: optimize single router
- Updated dependencies [f839c67d]
- Updated dependencies [137d6b1c]
- Updated dependencies [f95bbc2e]
- Updated dependencies [474e1935]
- Updated dependencies [c68c5da3]
- Updated dependencies [f95bbc2e]
- Updated dependencies [c70c7737]
- Updated dependencies [c70c7737]
- Updated dependencies [1171475d]
- Updated dependencies [9eec33ad]
- Updated dependencies [c4f625a2]
- @ice/runtime@1.2.4
- @ice/bundles@0.1.12
- @ice/webpack-config@1.0.18
## 3.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.2.5",
"version": "3.2.6",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
@ -36,10 +36,10 @@
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
"dependencies": {
"@ice/bundles": "0.1.11",
"@ice/bundles": "0.1.12",
"@ice/route-manifest": "1.2.0",
"@ice/runtime": "^1.2.3",
"@ice/webpack-config": "1.0.17",
"@ice/runtime": "^1.2.4",
"@ice/webpack-config": "1.0.18",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",

View File

@ -1,5 +1,18 @@
# Changelog
## 1.1.1
### Patch Changes
- 098cb37c: fix: add export of streaming api
- Updated dependencies [f839c67d]
- Updated dependencies [137d6b1c]
- Updated dependencies [474e1935]
- Updated dependencies [c68c5da3]
- Updated dependencies [9eec33ad]
- Updated dependencies [c4f625a2]
- @ice/runtime@1.2.4
## 1.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-runtime",
"version": "1.1.0",
"version": "1.1.1",
"description": "ice runtime for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",
@ -26,7 +26,7 @@
"sideEffects": false,
"dependencies": {
"@ice/shared": "^1.0.1",
"@ice/runtime": "^1.2.0",
"@ice/runtime": "^1.2.4",
"miniapp-history": "^0.1.7"
},
"devDependencies": {

View File

@ -55,8 +55,8 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.2.5",
"@ice/runtime": "^1.2.3"
"@ice/app": "^3.2.6",
"@ice/runtime": "^1.2.4"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,16 @@
# Changelog
## 1.1.1
### Patch Changes
- 098cb37c: fix: add export of streaming api
- Updated dependencies [f95bbc2e]
- Updated dependencies [098cb37c]
- Updated dependencies [c70c7737]
- @ice/bundles@0.1.12
- @ice/miniapp-runtime@1.1.1
## 1.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-miniapp",
"version": "1.1.0",
"version": "1.1.1",
"description": "ice.js plugin for miniapp.",
"license": "MIT",
"type": "module",
@ -33,10 +33,10 @@
"build": "tsc"
},
"dependencies": {
"@ice/bundles": "^0.1.10",
"@ice/bundles": "^0.1.12",
"@ice/miniapp-loader": "^1.1.0",
"@ice/miniapp-react-dom": "^1.0.1",
"@ice/miniapp-runtime": "^1.1.0",
"@ice/miniapp-runtime": "^1.1.1",
"@ice/shared": "^1.0.1",
"acorn-walk": "^8.2.0",
"chalk": "^4.0.0",
@ -47,8 +47,8 @@
"sax": "^1.2.4"
},
"devDependencies": {
"@ice/app": "^3.2.0",
"@ice/runtime": "^1.2.0",
"@ice/app": "^3.2.6",
"@ice/runtime": "^1.2.4",
"webpack": "^5.86.0"
},
"repository": {

View File

@ -1,5 +1,11 @@
# Changelog
## 3.0.0
### Major Changes
- 583c29b3: feat: the target of PHA worker should be appWorker.
## 2.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-pha",
"version": "2.0.3",
"version": "3.0.0",
"description": "ice.js plugin for PHA.",
"license": "MIT",
"type": "module",
@ -25,7 +25,7 @@
"htmlparser2": "^8.0.1"
},
"devDependencies": {
"@ice/app": "^3.2.0",
"@ice/app": "^3.2.6",
"build-scripts": "^2.1.1-0",
"esbuild": "^0.17.16",
"webpack": "^5.86.0",

View File

@ -1,5 +1,18 @@
# @ice/runtime
## 1.2.4
### Patch Changes
- f839c67d: fix: loadRouteModule error when only has one router
- 137d6b1c: fix: should downgrade to csr when server data loader error
fix: fallback should be optional
- 474e1935: feat: support usePageAssets
feat: export useAppContext
- c68c5da3: fix: replace history methods by router navigate for backwards compatibility
- 9eec33ad: feat: support weex sourcemap when start
- c4f625a2: fix: optimize single router
## 1.2.3
### Patch Changes

View File

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

View File

@ -1,5 +1,16 @@
# Changelog
## 1.0.18
### Patch Changes
- f95bbc2e: fix: optimize deprecation warning of webpack
- c70c7737: fix: refactor error handling
- 1171475d: fix: ignore hydration error in dev server overly
- Updated dependencies [f95bbc2e]
- Updated dependencies [c70c7737]
- @ice/bundles@0.1.12
## 1.0.17
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@ice/webpack-config",
"version": "1.0.17",
"version": "1.0.18",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
@ -16,7 +16,7 @@
"*.d.ts"
],
"dependencies": {
"@ice/bundles": "0.1.11",
"@ice/bundles": "0.1.12",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.19.3",
"consola": "^2.15.3",

View File

@ -1055,10 +1055,10 @@ importers:
packages/ice:
specifiers:
'@ice/bundles': 0.1.11
'@ice/bundles': 0.1.12
'@ice/route-manifest': 1.2.0
'@ice/runtime': ^1.2.3
'@ice/webpack-config': 1.0.17
'@ice/runtime': ^1.2.4
'@ice/webpack-config': 1.0.18
'@swc/helpers': 0.5.1
'@types/babel__generator': ^7.6.4
'@types/babel__traverse': ^7.17.1
@ -1198,7 +1198,7 @@ importers:
packages/miniapp-runtime:
specifiers:
'@ice/runtime': ^1.2.0
'@ice/runtime': ^1.2.4
'@ice/shared': ^1.0.1
'@types/react': ^18.0.0
history: ^5.3.0
@ -1333,12 +1333,12 @@ importers:
packages/plugin-miniapp:
specifiers:
'@ice/app': ^3.2.0
'@ice/bundles': ^0.1.10
'@ice/app': ^3.2.6
'@ice/bundles': ^0.1.12
'@ice/miniapp-loader': ^1.1.0
'@ice/miniapp-react-dom': ^1.0.1
'@ice/miniapp-runtime': ^1.1.0
'@ice/runtime': ^1.2.0
'@ice/miniapp-runtime': ^1.1.1
'@ice/runtime': ^1.2.4
'@ice/shared': ^1.0.1
acorn-walk: ^8.2.0
chalk: ^4.0.0
@ -1374,7 +1374,7 @@ importers:
packages/plugin-pha:
specifiers:
'@ice/app': ^3.2.0
'@ice/app': ^3.2.6
'@remix-run/router': ^1.6.1
build-scripts: ^2.1.1-0
chalk: ^4.0.0
@ -1558,7 +1558,7 @@ importers:
packages/webpack-config:
specifiers:
'@ice/bundles': 0.1.11
'@ice/bundles': 0.1.12
'@rollup/pluginutils': ^4.2.0
browserslist: ^4.19.3
consola: ^2.15.3