Skip to content

Commit

Permalink
chore: update versions (#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Jun 2, 2023
1 parent b21ab5c commit a55bc97
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-roses-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-bags-hug.md

This file was deleted.

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

## 3.2.4

### Patch Changes

- Updated dependencies [b21ab5cd]
- @ice/webpack-config@1.0.16

## 3.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "3.2.4",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@ice/bundles": "0.1.10",
"@ice/route-manifest": "1.2.0",
"@ice/runtime": "^1.2.2",
"@ice/webpack-config": "1.0.15",
"@ice/webpack-config": "1.0.16",
"@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 @@ -55,7 +55,7 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.2.3",
"@ice/app": "^3.2.4",
"@ice/runtime": "^1.2.2"
},
"publishConfig": {
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.2.4

### Patch Changes

- 4a8dcc02: fix: rax compat style

## 0.2.3

### 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.3",
"version": "0.2.4",
"description": "Rax compatible mode, running rax project on the react runtime.",
"files": [
"esm",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.16

### Patch Changes

- b21ab5cd: fix: compile @remix-run/router when minify is swc

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.15",
"version": "1.0.16",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand Down
23 changes: 2 additions & 21 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 a55bc97

Please sign in to comment.