Skip to content

Commit

Permalink
chore: update versions (#6482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Aug 22, 2023
1 parent 1ccd3a6 commit 48e3d8b
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/happy-avocados-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-trains-relate.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/bundles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.14

### Patch Changes

- 1dbcfa51: fix: bump @swc/core, webpack, swc plugins, core-js version

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/bundles",
"version": "0.1.13",
"version": "0.1.14",
"license": "MIT",
"author": "ICE",
"description": "Basic dependencies for ice.",
Expand Down
15 changes: 15 additions & 0 deletions packages/ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.3.0

### Minor Changes

- f5d155b5: feat: support build by rust tools

### Patch Changes

- Updated dependencies [f5d155b5]
- Updated dependencies [1dbcfa51]
- @ice/webpack-config@1.1.0
- @ice/bundles@0.1.14
- @ice/rspack-config@1.0.1
- @ice/shared-config@1.0.1

## 3.2.10

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.2.10",
"version": "3.3.0",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
"dependencies": {
"@ice/bundles": "0.1.13",
"@ice/bundles": "0.1.14",
"@ice/route-manifest": "1.2.1",
"@ice/runtime": "^1.2.7",
"@ice/shared-config": "1.0.0",
"@ice/webpack-config": "1.0.20",
"@ice/rspack-config": "1.0.0",
"@ice/shared-config": "1.0.1",
"@ice/webpack-config": "1.1.0",
"@ice/rspack-config": "1.0.1",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ice/plugin-i18n

## 2.0.0

### Patch Changes

- Updated dependencies [f5d155b5]
- @ice/app@3.3.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-i18n",
"version": "1.0.0",
"version": "2.0.0",
"description": "I18n plugin for ice.js 3.",
"files": [
"es2017",
Expand Down Expand Up @@ -55,7 +55,7 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.2.10",
"@ice/app": "^3.3.0",
"@ice/runtime": "^1.2.7"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @ice/rspack-config

## 1.0.1

### Patch Changes

- Updated dependencies [1dbcfa51]
- @ice/bundles@0.1.14
- @ice/shared-config@1.0.1
6 changes: 3 additions & 3 deletions packages/rspack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/rspack-config",
"version": "1.0.0",
"version": "1.0.1",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand All @@ -15,8 +15,8 @@
"*.d.ts"
],
"dependencies": {
"@ice/shared-config": "1.0.0",
"@ice/bundles": "0.1.13"
"@ice/shared-config": "1.0.1",
"@ice/bundles": "0.1.14"
},
"devDependencies": {
"@rspack/core": "^0.2.12"
Expand Down
8 changes: 8 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @ice/shared-config

## 1.0.1

### Patch Changes

- Updated dependencies [1dbcfa51]
- @ice/bundles@0.1.14
4 changes: 2 additions & 2 deletions packages/shared-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/shared-config",
"version": "1.0.0",
"version": "1.0.1",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand All @@ -17,7 +17,7 @@
"*.d.ts"
],
"dependencies": {
"@ice/bundles": "0.1.13",
"@ice/bundles": "0.1.14",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.19.3",
"consola": "^2.15.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.1.0

### Minor Changes

- f5d155b5: feat: support build by rust tools

### Patch Changes

- Updated dependencies [1dbcfa51]
- @ice/bundles@0.1.14
- @ice/shared-config@1.0.1

## 1.0.20

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/webpack-config",
"version": "1.0.20",
"version": "1.1.0",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand All @@ -15,8 +15,8 @@
"*.d.ts"
],
"dependencies": {
"@ice/shared-config": "1.0.0",
"@ice/bundles": "0.1.13",
"@ice/shared-config": "1.0.1",
"@ice/bundles": "0.1.14",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
},
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48e3d8b

Please sign in to comment.