Skip to content

Commit

Permalink
chore: update versions (#6873)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored May 7, 2024
1 parent 433e275 commit 61ed9f0
Show file tree
Hide file tree
Showing 22 changed files with 72 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-actors-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-masks-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-crews-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-knives-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-ducks-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-dodos-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-zoos-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-cheetahs-mate.md

This file was deleted.

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

## 3.4.8

### Patch Changes

- 8dada9b6: feat: support generator api to inject code in server entry
- 5c40dc93: fix: do not remove request config of dataLoader compilation in speedup mode
- 11a87dc6: feat: support spilt page chunk in cjs format
- Updated dependencies [e4a32686]
- Updated dependencies [e78c7d22]
- Updated dependencies [e858a522]
- Updated dependencies [a805fa95]
- @ice/shared-config@1.2.7
- @ice/runtime@1.4.7
- @ice/rspack-config@1.1.7
- @ice/webpack-config@1.1.14

## 3.4.7

### 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.4.7",
"version": "3.4.8",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -49,10 +49,10 @@
"dependencies": {
"@ice/bundles": "0.2.6",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.4.5",
"@ice/shared-config": "1.2.6",
"@ice/webpack-config": "1.1.13",
"@ice/rspack-config": "1.1.6",
"@ice/runtime": "^1.4.7",
"@ice/shared-config": "1.2.7",
"@ice/webpack-config": "1.1.14",
"@ice/rspack-config": "1.1.7",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.4.7",
"@ice/runtime": "^1.4.5"
"@ice/app": "^3.4.8",
"@ice/runtime": "^1.4.7"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

### Patch Changes

- e4a32686: fix: support pass options for `compilationConfig`

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rax-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-rax-compat",
"version": "0.3.0",
"version": "0.3.1",
"description": "Provide rax compat support for ice.js",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"stylesheet-loader": "^0.9.1"
},
"devDependencies": {
"@ice/app": "^3.4.2",
"@ice/app": "^3.4.8",
"@types/lodash-es": "^4.17.7",
"webpack": "^5.88.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ice/rspack-config

## 1.1.7

### Patch Changes

- e858a522: fix: support cli option `https` for speedup mode
- Updated dependencies [e4a32686]
- @ice/shared-config@1.2.7

## 1.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.6",
"version": "1.1.7",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"@ice/bundles": "0.2.6",
"@ice/shared-config": "1.2.6"
"@ice/shared-config": "1.2.7"
},
"devDependencies": {
"@rspack/core": "0.5.7"
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/runtime

## 1.4.7

### Patch Changes

- e78c7d22: fix: single route mismatch warning for development

## 1.4.6

- Fix: serverDataLoader is not work when dataLoader is not defined.
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.4.6",
"version": "1.4.7",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/shared-config

## 1.2.7

### Patch Changes

- e4a32686: feat: support options for compilationConfig

## 1.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.6",
"version": "1.2.7",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.14

### Patch Changes

- a805fa95: fix: minify config of swc
- Updated dependencies [e4a32686]
- @ice/shared-config@1.2.7

## 1.1.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.13",
"version": "1.1.14",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand All @@ -15,7 +15,7 @@
"*.d.ts"
],
"dependencies": {
"@ice/shared-config": "1.2.6",
"@ice/shared-config": "1.2.7",
"@ice/bundles": "0.2.6",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
Expand Down
14 changes: 7 additions & 7 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 61ed9f0

Please sign in to comment.