Skip to content

Commit 48e3d8b

Browse files
authored
chore: update versions (#6482)
1 parent 1ccd3a6 commit 48e3d8b

15 files changed

+82
-36
lines changed

.changeset/happy-avocados-eat.md

-6
This file was deleted.

.changeset/late-trains-relate.md

-5
This file was deleted.

packages/bundles/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- 1dbcfa51: fix: bump @swc/core, webpack, swc plugins, core-js version
8+
39
## 0.1.13
410

511
### Patch Changes

packages/bundles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/bundles",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"license": "MIT",
55
"author": "ICE",
66
"description": "Basic dependencies for ice.",

packages/ice/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- f5d155b5: feat: support build by rust tools
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f5d155b5]
12+
- Updated dependencies [1dbcfa51]
13+
- @ice/webpack-config@1.1.0
14+
- @ice/bundles@0.1.14
15+
- @ice/rspack-config@1.0.1
16+
- @ice/shared-config@1.0.1
17+
318
## 3.2.10
419

520
### Patch Changes

packages/ice/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/app",
3-
"version": "3.2.10",
3+
"version": "3.3.0",
44
"description": "provide scripts and configuration used by web framework ice",
55
"type": "module",
66
"main": "./esm/index.js",
@@ -37,12 +37,12 @@
3737
"bugs": "https://github.com/alibaba/ice/issues",
3838
"homepage": "https://v3.ice.work",
3939
"dependencies": {
40-
"@ice/bundles": "0.1.13",
40+
"@ice/bundles": "0.1.14",
4141
"@ice/route-manifest": "1.2.1",
4242
"@ice/runtime": "^1.2.7",
43-
"@ice/shared-config": "1.0.0",
44-
"@ice/webpack-config": "1.0.20",
45-
"@ice/rspack-config": "1.0.0",
43+
"@ice/shared-config": "1.0.1",
44+
"@ice/webpack-config": "1.1.0",
45+
"@ice/rspack-config": "1.0.1",
4646
"@swc/helpers": "0.5.1",
4747
"@types/express": "^4.17.14",
4848
"address": "^1.1.2",

packages/plugin-i18n/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ice/plugin-i18n
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f5d155b5]
8+
- @ice/app@3.3.0
9+
310
## 1.0.0
411

512
### Major Changes

packages/plugin-i18n/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/plugin-i18n",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "I18n plugin for ice.js 3.",
55
"files": [
66
"es2017",
@@ -55,7 +55,7 @@
5555
"webpack-dev-server": "^4.13.2"
5656
},
5757
"peerDependencies": {
58-
"@ice/app": "^3.2.10",
58+
"@ice/app": "^3.3.0",
5959
"@ice/runtime": "^1.2.7"
6060
},
6161
"publishConfig": {

packages/rspack-config/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @ice/rspack-config
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1dbcfa51]
8+
- @ice/bundles@0.1.14
9+
- @ice/shared-config@1.0.1

packages/rspack-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/rspack-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": "alibaba/ice",
55
"bugs": "https://github.com/alibaba/ice/issues",
66
"homepage": "https://v3.ice.work",
@@ -15,8 +15,8 @@
1515
"*.d.ts"
1616
],
1717
"dependencies": {
18-
"@ice/shared-config": "1.0.0",
19-
"@ice/bundles": "0.1.13"
18+
"@ice/shared-config": "1.0.1",
19+
"@ice/bundles": "0.1.14"
2020
},
2121
"devDependencies": {
2222
"@rspack/core": "^0.2.12"

packages/shared-config/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @ice/shared-config
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1dbcfa51]
8+
- @ice/bundles@0.1.14

packages/shared-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/shared-config",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": "alibaba/ice",
55
"bugs": "https://github.com/alibaba/ice/issues",
66
"homepage": "https://v3.ice.work",
@@ -17,7 +17,7 @@
1717
"*.d.ts"
1818
],
1919
"dependencies": {
20-
"@ice/bundles": "0.1.13",
20+
"@ice/bundles": "0.1.14",
2121
"@rollup/pluginutils": "^4.2.0",
2222
"browserslist": "^4.19.3",
2323
"consola": "^2.15.3",

packages/webpack-config/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- f5d155b5: feat: support build by rust tools
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1dbcfa51]
12+
- @ice/bundles@0.1.14
13+
- @ice/shared-config@1.0.1
14+
315
## 1.0.20
416

517
### Patch Changes

packages/webpack-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/webpack-config",
3-
"version": "1.0.20",
3+
"version": "1.1.0",
44
"repository": "alibaba/ice",
55
"bugs": "https://github.com/alibaba/ice/issues",
66
"homepage": "https://v3.ice.work",
@@ -15,8 +15,8 @@
1515
"*.d.ts"
1616
],
1717
"dependencies": {
18-
"@ice/shared-config": "1.0.0",
19-
"@ice/bundles": "0.1.13",
18+
"@ice/shared-config": "1.0.1",
19+
"@ice/bundles": "0.1.14",
2020
"fast-glob": "^3.2.11",
2121
"process": "^0.11.10"
2222
},

pnpm-lock.yaml

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)