mirror of https://github.com/alibaba/ice.git
chore: update versions (#6794)
This commit is contained in:
parent
5f11d4d350
commit
d4f01b8f6a
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@ice/bundles': patch
|
||||
'@ice/app': patch
|
||||
'@ice/rspack-config': patch
|
||||
---
|
||||
|
||||
fix: bump rspack version
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/runtime': patch
|
||||
---
|
||||
|
||||
feat: new api of `useActive` for keep alive
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@ice/plugin-unocss': minor
|
||||
---
|
||||
|
||||
fix: use postcss plugin to transform unocss
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4bce5d79: fix: bump rspack version
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/bundles",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"license": "MIT",
|
||||
"author": "ICE",
|
||||
"description": "Basic dependencies for ice.",
|
||||
|
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 3.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4bce5d79: fix: bump rspack version
|
||||
- Updated dependencies [4bce5d79]
|
||||
- Updated dependencies [547601f3]
|
||||
- @ice/bundles@0.2.4
|
||||
- @ice/rspack-config@1.1.4
|
||||
- @ice/runtime@1.4.2
|
||||
- @ice/shared-config@1.2.4
|
||||
- @ice/webpack-config@1.1.11
|
||||
|
||||
## 3.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/app",
|
||||
"version": "3.4.3",
|
||||
"version": "3.4.4",
|
||||
"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.3",
|
||||
"@ice/bundles": "0.2.4",
|
||||
"@ice/route-manifest": "1.2.2",
|
||||
"@ice/runtime": "^1.4.0",
|
||||
"@ice/shared-config": "1.2.3",
|
||||
"@ice/webpack-config": "1.1.10",
|
||||
"@ice/rspack-config": "1.1.3",
|
||||
"@ice/runtime": "^1.4.2",
|
||||
"@ice/shared-config": "1.2.4",
|
||||
"@ice/webpack-config": "1.1.11",
|
||||
"@ice/rspack-config": "1.1.4",
|
||||
"@swc/helpers": "0.5.1",
|
||||
"@types/express": "^4.17.14",
|
||||
"address": "^1.1.2",
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
"webpack-dev-server": "4.15.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ice/app": "^3.4.3",
|
||||
"@ice/runtime": "^1.4.0"
|
||||
"@ice/app": "^3.4.4",
|
||||
"@ice/runtime": "^1.4.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/plugin-unocss
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e0b2eae1: fix: use postcss plugin to transform unocss
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-unocss",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "A plugin for enable unocss in your app based on `@ice/app`",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# @ice/rspack-config
|
||||
|
||||
## 1.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4bce5d79: fix: bump rspack version
|
||||
- Updated dependencies [4bce5d79]
|
||||
- @ice/bundles@0.2.4
|
||||
- @ice/shared-config@1.2.4
|
||||
|
||||
## 1.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/rspack-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,8 +15,8 @@
|
|||
"*.d.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ice/bundles": "0.2.3",
|
||||
"@ice/shared-config": "1.2.3"
|
||||
"@ice/bundles": "0.2.4",
|
||||
"@ice/shared-config": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rspack/core": "0.5.4"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @ice/runtime
|
||||
|
||||
## 1.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 547601f3: feat: new api of `useActive` for keep alive
|
||||
|
||||
## 1.4.1
|
||||
|
||||
- fix: compatible with basename is undefined.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/runtime",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"description": "Runtime module for ice.js",
|
||||
"type": "module",
|
||||
"types": "./esm/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @ice/shared-config
|
||||
|
||||
## 1.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bce5d79]
|
||||
- @ice/bundles@0.2.4
|
||||
|
||||
## 1.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/shared-config",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"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.3",
|
||||
"@ice/bundles": "0.2.4",
|
||||
"@rollup/pluginutils": "^4.2.0",
|
||||
"browserslist": "^4.22.1",
|
||||
"consola": "^2.15.3",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 1.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [4bce5d79]
|
||||
- @ice/bundles@0.2.4
|
||||
- @ice/shared-config@1.2.4
|
||||
|
||||
## 1.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/webpack-config",
|
||||
"version": "1.1.10",
|
||||
"version": "1.1.11",
|
||||
"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.3",
|
||||
"@ice/bundles": "0.2.3",
|
||||
"@ice/shared-config": "1.2.4",
|
||||
"@ice/bundles": "0.2.4",
|
||||
"fast-glob": "^3.2.11",
|
||||
"process": "^0.11.10"
|
||||
},
|
||||
|
|
|
@ -1619,22 +1619,22 @@ importers:
|
|||
packages/ice:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.2.3
|
||||
specifier: 0.2.4
|
||||
version: link:../bundles
|
||||
'@ice/route-manifest':
|
||||
specifier: 1.2.2
|
||||
version: link:../route-manifest
|
||||
'@ice/rspack-config':
|
||||
specifier: 1.1.3
|
||||
specifier: 1.1.4
|
||||
version: link:../rspack-config
|
||||
'@ice/runtime':
|
||||
specifier: ^1.4.0
|
||||
specifier: ^1.4.2
|
||||
version: link:../runtime
|
||||
'@ice/shared-config':
|
||||
specifier: 1.2.3
|
||||
specifier: 1.2.4
|
||||
version: link:../shared-config
|
||||
'@ice/webpack-config':
|
||||
specifier: 1.1.10
|
||||
specifier: 1.1.11
|
||||
version: link:../webpack-config
|
||||
'@swc/helpers':
|
||||
specifier: 0.5.1
|
||||
|
@ -2304,10 +2304,10 @@ importers:
|
|||
packages/rspack-config:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.2.3
|
||||
specifier: 0.2.4
|
||||
version: link:../bundles
|
||||
'@ice/shared-config':
|
||||
specifier: 1.2.3
|
||||
specifier: 1.2.4
|
||||
version: link:../shared-config
|
||||
devDependencies:
|
||||
'@rspack/core':
|
||||
|
@ -2378,7 +2378,7 @@ importers:
|
|||
packages/shared-config:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.2.3
|
||||
specifier: 0.2.4
|
||||
version: link:../bundles
|
||||
'@rollup/pluginutils':
|
||||
specifier: ^4.2.0
|
||||
|
@ -2421,10 +2421,10 @@ importers:
|
|||
packages/webpack-config:
|
||||
dependencies:
|
||||
'@ice/bundles':
|
||||
specifier: 0.2.3
|
||||
specifier: 0.2.4
|
||||
version: link:../bundles
|
||||
'@ice/shared-config':
|
||||
specifier: 1.2.3
|
||||
specifier: 1.2.4
|
||||
version: link:../shared-config
|
||||
fast-glob:
|
||||
specifier: ^3.2.11
|
||||
|
|
Loading…
Reference in New Issue