Skip to content

Commit

Permalink
chore: update versions (#6690)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Jan 4, 2024
1 parent 420fec8 commit b446396
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-cows-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-lamps-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-cycles-marry.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.2.1

### Patch Changes

- 420fec85: fix: update binding version for packing error, resolve error when disable code splitting

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"license": "MIT",
"author": "ICE",
"description": "Basic dependencies for ice.",
Expand Down
14 changes: 14 additions & 0 deletions packages/ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.4.1

### Patch Changes

- ebc8ae08: fix: add assets plugin to deal with thrid-party dependencies import assets direactly
- 420fec85: fix: update binding version for packing error, resolve error when disable code splitting
- Updated dependencies [23811c82]
- Updated dependencies [420fec85]
- @ice/runtime@1.3.4
- @ice/rspack-config@1.1.1
- @ice/bundles@0.2.1
- @ice/shared-config@1.2.1
- @ice/webpack-config@1.1.8

## 3.4.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "3.4.1",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -47,12 +47,12 @@
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
"dependencies": {
"@ice/bundles": "0.2.0",
"@ice/bundles": "0.2.1",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.3.3",
"@ice/shared-config": "1.2.0",
"@ice/webpack-config": "1.1.7",
"@ice/rspack-config": "1.1.0",
"@ice/runtime": "^1.3.4",
"@ice/shared-config": "1.2.1",
"@ice/webpack-config": "1.1.8",
"@ice/rspack-config": "1.1.1",
"@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.0",
"@ice/runtime": "^1.3.3"
"@ice/app": "^3.4.1",
"@ice/runtime": "^1.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ice/rspack-config

## 1.1.1

### Patch Changes

- 420fec85: fix: update binding version for packing error, resolve error when disable code splitting
- Updated dependencies [420fec85]
- @ice/bundles@0.2.1
- @ice/shared-config@1.2.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.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/bundles": "0.2.0",
"@ice/shared-config": "1.2.0"
"@ice/bundles": "0.2.1",
"@ice/shared-config": "1.2.1"
},
"devDependencies": {
"@rspack/core": "0.4.5"
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.3.4

### Patch Changes

- 23811c82: fix: `unstable_OffScreen` to `unstable_Activity`. For https://github.com/facebook/react/pull/27640

## 1.3.3

### Patch Changes
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.3.3",
"version": "1.3.4",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ice/shared-config

## 1.2.1

### Patch Changes

- Updated dependencies [420fec85]
- @ice/bundles@0.2.1

## 1.2.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.2.0",
"version": "1.2.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.2.0",
"@ice/bundles": "0.2.1",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.22.1",
"consola": "^2.15.3",
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.8

### Patch Changes

- Updated dependencies [420fec85]
- @ice/bundles@0.2.1
- @ice/shared-config@1.2.1

## 1.1.7

### 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.7",
"version": "1.1.8",
"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.2.0",
"@ice/bundles": "0.2.0",
"@ice/shared-config": "1.2.1",
"@ice/bundles": "0.2.1",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
},
Expand Down
20 changes: 10 additions & 10 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 b446396

Please sign in to comment.