Skip to content

Commit

Permalink
chore: update versions (#6906)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Jun 26, 2024
1 parent 80bf9e2 commit 2616c68
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 42 deletions.
7 changes: 0 additions & 7 deletions .changeset/green-files-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-shirts-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cherries-fail.md

This file was deleted.

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

## 3.4.10

### Patch Changes

- 15c8200f: feat: support build additional server entry for fallback
- Updated dependencies [15c8200f]
- Updated dependencies [d073ee5a]
- @ice/shared-config@1.2.8
- @ice/runtime@1.4.10
- @ice/rspack-config@1.1.8
- @ice/webpack-config@1.1.15

## 3.4.9

### 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.9",
"version": "3.4.10",
"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.8",
"@ice/shared-config": "1.2.7",
"@ice/webpack-config": "1.1.14",
"@ice/rspack-config": "1.1.7",
"@ice/runtime": "^1.4.10",
"@ice/shared-config": "1.2.8",
"@ice/webpack-config": "1.1.15",
"@ice/rspack-config": "1.1.8",
"@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.9",
"@ice/runtime": "^1.4.8"
"@ice/app": "^3.4.10",
"@ice/runtime": "^1.4.10"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.2

### Patch Changes

- Updated dependencies [9926faae]
- rax-compat@0.3.0

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "0.3.2",
"description": "Provide rax compat support for ice.js",
"license": "MIT",
"type": "module",
Expand All @@ -25,12 +25,12 @@
"consola": "^2.15.3",
"css": "^2.2.1",
"lodash-es": "^4.17.21",
"rax-compat": "^0.2.10",
"rax-compat": "^0.3.0",
"style-unit": "^3.0.5",
"stylesheet-loader": "^0.9.1"
},
"devDependencies": {
"@ice/app": "^3.4.8",
"@ice/app": "^3.4.10",
"@types/lodash-es": "^4.17.7",
"webpack": "^5.88.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0

### Minor Changes

- 9926faae: feat: export es2021 output

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rax-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rax-compat",
"version": "0.2.12",
"version": "0.3.0",
"description": "Rax compatible mode, running rax project on the react runtime.",
"files": [
"esm",
Expand Down
7 changes: 7 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ice/rspack-config

## 1.1.8

### Patch Changes

- Updated dependencies [15c8200f]
- @ice/shared-config@1.2.8

## 1.1.7

### 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.7",
"version": "1.1.8",
"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.7"
"@ice/shared-config": "1.2.8"
},
"devDependencies": {
"@rspack/core": "0.5.7"
Expand Down
7 changes: 7 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ice/runtime

## 1.4.10

### Patch Changes

- 15c8200f: feat: support build additional server entry for fallback
- d073ee5a: fix: support cdn url in assets manifest

## 1.4.9

Fix: add export of useAsyncValue in single route mode
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.9",
"version": "1.4.10",
"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.8

### Patch Changes

- 15c8200f: feat: support build additional server entry for fallback

## 1.2.7

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

## 1.1.15

### Patch Changes

- Updated dependencies [15c8200f]
- @ice/shared-config@1.2.8

## 1.1.14

### 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.14",
"version": "1.1.15",
"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.7",
"@ice/shared-config": "1.2.8",
"@ice/bundles": "0.2.6",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
Expand Down
16 changes: 8 additions & 8 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 2616c68

Please sign in to comment.