Skip to content

Commit

Permalink
chore: update versions (#6305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Jun 7, 2023
1 parent ed4ed7e commit 234245e
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-dogs-clap.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spicy-mice-provide.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.11

### Patch Changes

- ed4ed7ee: fix: auto polyfill for abortcontroller

## 0.1.10

### 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.10",
"version": "0.1.11",
"license": "MIT",
"author": "ICE",
"description": "Basic dependencies for ice.",
Expand Down
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.2.5

### Patch Changes

- af0a6d7a: fix: bump react-router version to fix https://github.com/remix-run/react-router/issues/10469
- ed4ed7ee: fix: auto polyfill for abortcontroller
- Updated dependencies [af0a6d7a]
- Updated dependencies [ed4ed7ee]
- @ice/runtime@1.2.3
- @ice/webpack-config@1.0.17
- @ice/bundles@0.1.11

## 3.2.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "3.2.5",
"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.10",
"@ice/bundles": "0.1.11",
"@ice/route-manifest": "1.2.0",
"@ice/runtime": "^1.2.2",
"@ice/webpack-config": "1.0.16",
"@ice/runtime": "^1.2.3",
"@ice/webpack-config": "1.0.17",
"@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 @@ -55,8 +55,8 @@
"webpack-dev-server": "^4.13.2"
},
"peerDependencies": {
"@ice/app": "^3.2.4",
"@ice/runtime": "^1.2.2"
"@ice/app": "^3.2.5",
"@ice/runtime": "^1.2.3"
},
"publishConfig": {
"access": "public"
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.2.3

### Patch Changes

- af0a6d7a: fix: bump react-router version to fix https://github.com/remix-run/react-router/issues/10469
- ed4ed7ee: fix: auto polyfill for abortcontroller

## 1.2.2

### 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.2.2",
"version": "1.2.3",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
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.0.17

### Patch Changes

- ed4ed7ee: fix: auto polyfill for abortcontroller
- Updated dependencies [ed4ed7ee]
- @ice/bundles@0.1.11

## 1.0.16

### 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.16",
"version": "1.0.17",
"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.10",
"@ice/bundles": "0.1.11",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.19.3",
"consola": "^2.15.3",
Expand Down
8 changes: 4 additions & 4 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 234245e

Please sign in to comment.