mirror of https://github.com/alibaba/ice.git
chore: update versions (#6684)
This commit is contained in:
parent
6a33613a66
commit
c7048603c7
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@ice/rspack-config': patch
|
||||
'@ice/app': patch
|
||||
---
|
||||
|
||||
fix: css module hash and HMR
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@ice/webpack-config': patch
|
||||
'@ice/shared-config': patch
|
||||
---
|
||||
|
||||
fix: optimize utils
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'@ice/rspack-config': minor
|
||||
'@ice/shared-config': minor
|
||||
'@ice/bundles': minor
|
||||
'@ice/app': minor
|
||||
---
|
||||
|
||||
feat: support @ice/pack-binding
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a68ff48d: feat: support @ice/pack-binding
|
||||
|
||||
## 0.1.17
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/bundles",
|
||||
"version": "0.1.17",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"author": "ICE",
|
||||
"description": "Basic dependencies for ice.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## 3.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a68ff48d: feat: support @ice/pack-binding
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d193fe9: fix: css module hash and HMR
|
||||
- Updated dependencies [7d193fe9]
|
||||
- Updated dependencies [7d193fe9]
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/rspack-config@1.1.0
|
||||
- @ice/webpack-config@1.1.7
|
||||
- @ice/shared-config@1.2.0
|
||||
- @ice/bundles@0.2.0
|
||||
|
||||
## 3.3.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/app",
|
||||
"version": "3.3.9",
|
||||
"version": "3.4.0",
|
||||
"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.1.17",
|
||||
"@ice/bundles": "0.2.0",
|
||||
"@ice/route-manifest": "1.2.2",
|
||||
"@ice/runtime": "^1.3.3",
|
||||
"@ice/shared-config": "1.1.2",
|
||||
"@ice/webpack-config": "1.1.6",
|
||||
"@ice/rspack-config": "1.0.7",
|
||||
"@ice/shared-config": "1.2.0",
|
||||
"@ice/webpack-config": "1.1.7",
|
||||
"@ice/rspack-config": "1.1.0",
|
||||
"@swc/helpers": "0.5.1",
|
||||
"@types/express": "^4.17.14",
|
||||
"address": "^1.1.2",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @ice/miniapp-loader
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/bundles@0.2.0
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/miniapp-loader",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "webpack loader for miniapps.",
|
||||
"main": "./lib/page.js",
|
||||
"files": [
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@ice/bundles": "^0.1.16"
|
||||
"@ice/bundles": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^5.88.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @ice/plugin-i18n
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7d193fe9]
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/app@3.4.0
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-i18n",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "I18n plugin for ice.js 3.",
|
||||
"files": [
|
||||
"es2017",
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
"webpack-dev-server": "4.15.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ice/app": "^3.3.9",
|
||||
"@ice/app": "^3.4.0",
|
||||
"@ice/runtime": "^1.3.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/bundles@0.2.0
|
||||
- @ice/miniapp-loader@1.1.2
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-miniapp",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "ice.js plugin for miniapp.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ice/bundles": "^0.1.16",
|
||||
"@ice/miniapp-loader": "^1.1.1",
|
||||
"@ice/bundles": "^0.2.0",
|
||||
"@ice/miniapp-loader": "^1.1.2",
|
||||
"@ice/miniapp-react-dom": "^1.0.2",
|
||||
"@ice/miniapp-runtime": "^1.1.2",
|
||||
"@ice/shared": "^1.0.2",
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
"sax": "^1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.3.2",
|
||||
"@ice/app": "^3.4.0",
|
||||
"@ice/runtime": "^1.2.9",
|
||||
"webpack": "^5.88.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/bundles@0.2.0
|
||||
|
||||
## 0.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-rax-compat",
|
||||
"version": "0.2.9",
|
||||
"version": "0.2.10",
|
||||
"description": "Provide rax compat support for ice.js",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"dependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.18.9",
|
||||
"@ice/bundles": "^0.1.16",
|
||||
"@ice/bundles": "^0.2.0",
|
||||
"babel-plugin-transform-jsx-stylesheet": "1.0.6",
|
||||
"consola": "^2.15.3",
|
||||
"css": "^2.2.1",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
"stylesheet-loader": "^0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ice/app": "^3.3.5",
|
||||
"@ice/app": "^3.4.0",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"webpack": "^5.88.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @ice/rspack-config
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a68ff48d: feat: support @ice/pack-binding
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d193fe9: fix: css module hash and HMR
|
||||
- Updated dependencies [7d193fe9]
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/shared-config@1.2.0
|
||||
- @ice/bundles@0.2.0
|
||||
|
||||
## 1.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/rspack-config",
|
||||
"version": "1.0.7",
|
||||
"version": "1.1.0",
|
||||
"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.1.17",
|
||||
"@ice/shared-config": "1.1.2"
|
||||
"@ice/bundles": "0.2.0",
|
||||
"@ice/shared-config": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rspack/core": "0.4.3"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# @ice/shared-config
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a68ff48d: feat: support @ice/pack-binding
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d193fe9: fix: optimize utils
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/bundles@0.2.0
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/shared-config",
|
||||
"version": "1.1.2",
|
||||
"version": "1.2.0",
|
||||
"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.1.17",
|
||||
"@ice/bundles": "0.2.0",
|
||||
"@rollup/pluginutils": "^4.2.0",
|
||||
"browserslist": "^4.22.1",
|
||||
"consola": "^2.15.3",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d193fe9: fix: optimize utils
|
||||
- Updated dependencies [7d193fe9]
|
||||
- Updated dependencies [a68ff48d]
|
||||
- @ice/shared-config@1.2.0
|
||||
- @ice/bundles@0.2.0
|
||||
|
||||
## 1.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/webpack-config",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"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.1.2",
|
||||
"@ice/bundles": "0.1.17",
|
||||
"@ice/shared-config": "1.2.0",
|
||||
"@ice/bundles": "0.2.0",
|
||||
"fast-glob": "^3.2.11",
|
||||
"process": "^0.11.10"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1594,22 +1594,22 @@ importers:
|
|||
packages/ice:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.1.17
|
||||
specifier: 0.2.0
|
||||
version: link:../bundles
|
||||
'@ice/route-manifest':
|
||||
specifier: 1.2.2
|
||||
version: link:../route-manifest
|
||||
'@ice/rspack-config':
|
||||
specifier: 1.0.7
|
||||
specifier: 1.1.0
|
||||
version: link:../rspack-config
|
||||
'@ice/runtime':
|
||||
specifier: ^1.3.3
|
||||
version: link:../runtime
|
||||
'@ice/shared-config':
|
||||
specifier: 1.1.2
|
||||
specifier: 1.2.0
|
||||
version: link:../shared-config
|
||||
'@ice/webpack-config':
|
||||
specifier: 1.1.6
|
||||
specifier: 1.1.7
|
||||
version: link:../webpack-config
|
||||
'@swc/helpers':
|
||||
specifier: 0.5.1
|
||||
|
|
@ -1781,7 +1781,7 @@ importers:
|
|||
packages/miniapp-loader:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: ^0.1.16
|
||||
specifier: ^0.2.0
|
||||
version: link:../bundles
|
||||
devDependencies:
|
||||
webpack:
|
||||
|
|
@ -2011,10 +2011,10 @@ importers:
|
|||
packages/plugin-miniapp:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: ^0.1.16
|
||||
specifier: ^0.2.0
|
||||
version: link:../bundles
|
||||
'@ice/miniapp-loader':
|
||||
specifier: ^1.1.1
|
||||
specifier: ^1.1.2
|
||||
version: link:../miniapp-loader
|
||||
'@ice/miniapp-react-dom':
|
||||
specifier: ^1.0.2
|
||||
|
|
@ -2048,7 +2048,7 @@ importers:
|
|||
version: 1.2.4
|
||||
devDependencies:
|
||||
'@ice/app':
|
||||
specifier: ^3.3.2
|
||||
specifier: ^3.4.0
|
||||
version: link:../ice
|
||||
'@ice/runtime':
|
||||
specifier: ^1.2.9
|
||||
|
|
@ -2109,7 +2109,7 @@ importers:
|
|||
specifier: ^7.18.9
|
||||
version: 7.18.10(@babel/core@7.21.0)
|
||||
'@ice/bundles':
|
||||
specifier: ^0.1.16
|
||||
specifier: ^0.2.0
|
||||
version: link:../bundles
|
||||
babel-plugin-transform-jsx-stylesheet:
|
||||
specifier: 1.0.6
|
||||
|
|
@ -2134,7 +2134,7 @@ importers:
|
|||
version: 0.9.1
|
||||
devDependencies:
|
||||
'@ice/app':
|
||||
specifier: ^3.3.5
|
||||
specifier: ^3.4.0
|
||||
version: link:../ice
|
||||
'@types/lodash-es':
|
||||
specifier: ^4.17.7
|
||||
|
|
@ -2288,10 +2288,10 @@ importers:
|
|||
packages/rspack-config:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.1.17
|
||||
specifier: 0.2.0
|
||||
version: link:../bundles
|
||||
'@ice/shared-config':
|
||||
specifier: 1.1.2
|
||||
specifier: 1.2.0
|
||||
version: link:../shared-config
|
||||
devDependencies:
|
||||
'@rspack/core':
|
||||
|
|
@ -2362,7 +2362,7 @@ importers:
|
|||
packages/shared-config:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.1.17
|
||||
specifier: 0.2.0
|
||||
version: link:../bundles
|
||||
'@rollup/pluginutils':
|
||||
specifier: ^4.2.0
|
||||
|
|
@ -2405,10 +2405,10 @@ importers:
|
|||
packages/webpack-config:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.1.17
|
||||
specifier: 0.2.0
|
||||
version: link:../bundles
|
||||
'@ice/shared-config':
|
||||
specifier: 1.1.2
|
||||
specifier: 1.2.0
|
||||
version: link:../shared-config
|
||||
fast-glob:
|
||||
specifier: ^3.2.11
|
||||
|
|
|
|||
Loading…
Reference in New Issue