Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Aug 9, 2023
1 parent 2e22ce4 commit 224f820
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-crabs-decide.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.13

### Patch Changes

- 2e22ce4e: fix: hmr failed when export pageConfg or dataLoader in page routes

## 0.1.12

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

## 3.2.10

### Patch Changes

- Updated dependencies [2e22ce4e]
- @ice/bundles@0.1.13
- @ice/webpack-config@1.0.20

## 3.2.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "3.2.10",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
"dependencies": {
"@ice/bundles": "0.1.12",
"@ice/bundles": "0.1.13",
"@ice/route-manifest": "1.2.0",
"@ice/runtime": "^1.2.7",
"@ice/webpack-config": "1.0.19",
"@ice/webpack-config": "1.0.20",
"@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.9",
"@ice/app": "^3.2.10",
"@ice/runtime": "^1.2.7"
},
"publishConfig": {
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.0.20

### Patch Changes

- Updated dependencies [2e22ce4e]
- @ice/bundles@0.1.13

## 1.0.19

### 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.0.19",
"version": "1.0.20",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand All @@ -16,7 +16,7 @@
"*.d.ts"
],
"dependencies": {
"@ice/bundles": "0.1.12",
"@ice/bundles": "0.1.13",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.19.3",
"consola": "^2.15.3",
Expand Down
6 changes: 3 additions & 3 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 224f820

Please sign in to comment.