Skip to content

Commit

Permalink
chore: update versions (#6618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Nov 9, 2023
1 parent 52eb7a4 commit 1b7ba15
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-pillows-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-coins-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-onions-relate.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silent-monkeys-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-coats-cover.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.17

### Patch Changes

- d4aaa580: fix: support custom transform plugins in speedup mode

## 0.1.16

### 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.16",
"version": "0.1.17",
"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.6

### Patch Changes

- 4a7340af: fix: check let support by browserslist
- d4aaa580: fix: support custom transform plugins in speedup mode
- b28118d3: move require hijack to createService
- Updated dependencies [e678188e]
- Updated dependencies [52eb7a40]
- Updated dependencies [d4aaa580]
- @ice/rspack-config@1.0.6
- @ice/webpack-config@1.1.5
- @ice/shared-config@1.1.1
- @ice/bundles@0.1.17

## 3.3.5

### 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.3.5",
"version": "3.3.6",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -50,12 +50,12 @@
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
"dependencies": {
"@ice/bundles": "0.1.16",
"@ice/bundles": "0.1.17",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.3.0",
"@ice/shared-config": "1.1.0",
"@ice/webpack-config": "1.1.4",
"@ice/rspack-config": "1.0.5",
"@ice/shared-config": "1.1.1",
"@ice/webpack-config": "1.1.5",
"@ice/rspack-config": "1.0.6",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.3.5",
"@ice/app": "^3.3.6",
"@ice/runtime": "^1.3.2"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ice/rspack-config

## 1.0.6

### Patch Changes

- e678188e: fix: assets rule for rspack
- d4aaa580: fix: support custom transform plugins in speedup mode
- Updated dependencies [d4aaa580]
- @ice/shared-config@1.1.1
- @ice/bundles@0.1.17

## 1.0.5

### Patch Changes
Expand Down
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.5",
"version": "1.0.6",
"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.1.0",
"@ice/bundles": "0.1.16"
"@ice/shared-config": "1.1.1",
"@ice/bundles": "0.1.17"
},
"devDependencies": {
"@rspack/core": "^0.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ice/shared-config

## 1.1.1

### Patch Changes

- d4aaa580: fix: support custom transform plugins in speedup mode
- Updated dependencies [d4aaa580]
- @ice/bundles@0.1.17

## 1.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "1.1.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.16",
"@ice/bundles": "0.1.17",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.19.3",
"consola": "^2.15.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.1.5

### Patch Changes

- 52eb7a40: fix: do not minify assets in public by default
- Updated dependencies [d4aaa580]
- @ice/shared-config@1.1.1
- @ice/bundles@0.1.17

## 1.1.4

### 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.1.4",
"version": "1.1.5",
"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.1.0",
"@ice/bundles": "0.1.16",
"@ice/shared-config": "1.1.1",
"@ice/bundles": "0.1.17",
"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 1b7ba15

Please sign in to comment.