chore: update versions (#6794)

This commit is contained in:
ClarkXia 2024-02-26 10:34:50 +08:00 committed by GitHub
parent 5f11d4d350
commit d4f01b8f6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 84 additions and 46 deletions

View File

@ -1,7 +0,0 @@
---
'@ice/bundles': patch
'@ice/app': patch
'@ice/rspack-config': patch
---
fix: bump rspack version

View File

@ -1,5 +0,0 @@
---
'@ice/runtime': patch
---
feat: new api of `useActive` for keep alive

View File

@ -1,5 +0,0 @@
---
'@ice/plugin-unocss': minor
---
fix: use postcss plugin to transform unocss

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.2.4
### Patch Changes
- 4bce5d79: fix: bump rspack version
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# Changelog # 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 ## 3.4.3
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@ice/app", "name": "@ice/app",
"version": "3.4.3", "version": "3.4.4",
"description": "provide scripts and configuration used by web framework ice", "description": "provide scripts and configuration used by web framework ice",
"type": "module", "type": "module",
"main": "./esm/index.js", "main": "./esm/index.js",
@ -47,12 +47,12 @@
"bugs": "https://github.com/alibaba/ice/issues", "bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work", "homepage": "https://v3.ice.work",
"dependencies": { "dependencies": {
"@ice/bundles": "0.2.3", "@ice/bundles": "0.2.4",
"@ice/route-manifest": "1.2.2", "@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.4.0", "@ice/runtime": "^1.4.2",
"@ice/shared-config": "1.2.3", "@ice/shared-config": "1.2.4",
"@ice/webpack-config": "1.1.10", "@ice/webpack-config": "1.1.11",
"@ice/rspack-config": "1.1.3", "@ice/rspack-config": "1.1.4",
"@swc/helpers": "0.5.1", "@swc/helpers": "0.5.1",
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"address": "^1.1.2", "address": "^1.1.2",

View File

@ -56,8 +56,8 @@
"webpack-dev-server": "4.15.0" "webpack-dev-server": "4.15.0"
}, },
"peerDependencies": { "peerDependencies": {
"@ice/app": "^3.4.3", "@ice/app": "^3.4.4",
"@ice/runtime": "^1.4.0" "@ice/runtime": "^1.4.2"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -1,5 +1,11 @@
# @ice/plugin-unocss # @ice/plugin-unocss
## 1.1.0
### Minor Changes
- e0b2eae1: fix: use postcss plugin to transform unocss
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@ice/plugin-unocss", "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`", "description": "A plugin for enable unocss in your app based on `@ice/app`",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@ -1,5 +1,14 @@
# @ice/rspack-config # @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 ## 1.1.3
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@ice/rspack-config", "name": "@ice/rspack-config",
"version": "1.1.3", "version": "1.1.4",
"repository": "alibaba/ice", "repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues", "bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work", "homepage": "https://v3.ice.work",
@ -15,8 +15,8 @@
"*.d.ts" "*.d.ts"
], ],
"dependencies": { "dependencies": {
"@ice/bundles": "0.2.3", "@ice/bundles": "0.2.4",
"@ice/shared-config": "1.2.3" "@ice/shared-config": "1.2.4"
}, },
"devDependencies": { "devDependencies": {
"@rspack/core": "0.5.4" "@rspack/core": "0.5.4"

View File

@ -1,5 +1,11 @@
# @ice/runtime # @ice/runtime
## 1.4.2
### Patch Changes
- 547601f3: feat: new api of `useActive` for keep alive
## 1.4.1 ## 1.4.1
- fix: compatible with basename is undefined. - fix: compatible with basename is undefined.

View File

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

View File

@ -1,5 +1,12 @@
# @ice/shared-config # @ice/shared-config
## 1.2.4
### Patch Changes
- Updated dependencies [4bce5d79]
- @ice/bundles@0.2.4
## 1.2.3 ## 1.2.3
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## 1.1.11
### Patch Changes
- Updated dependencies [4bce5d79]
- @ice/bundles@0.2.4
- @ice/shared-config@1.2.4
## 1.1.10 ## 1.1.10
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@ice/webpack-config", "name": "@ice/webpack-config",
"version": "1.1.10", "version": "1.1.11",
"repository": "alibaba/ice", "repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues", "bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work", "homepage": "https://v3.ice.work",
@ -15,8 +15,8 @@
"*.d.ts" "*.d.ts"
], ],
"dependencies": { "dependencies": {
"@ice/shared-config": "1.2.3", "@ice/shared-config": "1.2.4",
"@ice/bundles": "0.2.3", "@ice/bundles": "0.2.4",
"fast-glob": "^3.2.11", "fast-glob": "^3.2.11",
"process": "^0.11.10" "process": "^0.11.10"
}, },

View File

@ -1619,22 +1619,22 @@ importers:
packages/ice: packages/ice:
dependencies: dependencies:
'@ice/bundles': '@ice/bundles':
specifier: 0.2.3 specifier: 0.2.4
version: link:../bundles version: link:../bundles
'@ice/route-manifest': '@ice/route-manifest':
specifier: 1.2.2 specifier: 1.2.2
version: link:../route-manifest version: link:../route-manifest
'@ice/rspack-config': '@ice/rspack-config':
specifier: 1.1.3 specifier: 1.1.4
version: link:../rspack-config version: link:../rspack-config
'@ice/runtime': '@ice/runtime':
specifier: ^1.4.0 specifier: ^1.4.2
version: link:../runtime version: link:../runtime
'@ice/shared-config': '@ice/shared-config':
specifier: 1.2.3 specifier: 1.2.4
version: link:../shared-config version: link:../shared-config
'@ice/webpack-config': '@ice/webpack-config':
specifier: 1.1.10 specifier: 1.1.11
version: link:../webpack-config version: link:../webpack-config
'@swc/helpers': '@swc/helpers':
specifier: 0.5.1 specifier: 0.5.1
@ -2304,10 +2304,10 @@ importers:
packages/rspack-config: packages/rspack-config:
dependencies: dependencies:
'@ice/bundles': '@ice/bundles':
specifier: 0.2.3 specifier: 0.2.4
version: link:../bundles version: link:../bundles
'@ice/shared-config': '@ice/shared-config':
specifier: 1.2.3 specifier: 1.2.4
version: link:../shared-config version: link:../shared-config
devDependencies: devDependencies:
'@rspack/core': '@rspack/core':
@ -2378,7 +2378,7 @@ importers:
packages/shared-config: packages/shared-config:
dependencies: dependencies:
'@ice/bundles': '@ice/bundles':
specifier: 0.2.3 specifier: 0.2.4
version: link:../bundles version: link:../bundles
'@rollup/pluginutils': '@rollup/pluginutils':
specifier: ^4.2.0 specifier: ^4.2.0
@ -2421,10 +2421,10 @@ importers:
packages/webpack-config: packages/webpack-config:
dependencies: dependencies:
'@ice/bundles': '@ice/bundles':
specifier: 0.2.3 specifier: 0.2.4
version: link:../bundles version: link:../bundles
'@ice/shared-config': '@ice/shared-config':
specifier: 1.2.3 specifier: 1.2.4
version: link:../shared-config version: link:../shared-config
fast-glob: fast-glob:
specifier: ^3.2.11 specifier: ^3.2.11