Skip to content

Commit

Permalink
chore: update versions (#6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Mar 31, 2023
1 parent deda06d commit 48c40ea
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-lies-change.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.8

### Patch Changes

- deda06de: fix: revert @swc/core version because of https://github.com/swc-project/swc/issues/7174

## 0.1.7

### 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.7",
"version": "0.1.8",
"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.1.6

### Patch Changes

- Updated dependencies [deda06de]
- @ice/bundles@0.1.8
- @ice/webpack-config@1.0.12

## 3.1.5

### 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.1.5",
"version": "3.1.6",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"@babel/parser": "7.18.10",
"@babel/traverse": "7.18.10",
"@babel/types": "7.18.10",
"@ice/bundles": "0.1.7",
"@ice/bundles": "0.1.8",
"@ice/route-manifest": "1.1.1",
"@ice/runtime": "^1.1.5",
"@ice/webpack-config": "1.0.11",
"@ice/webpack-config": "1.0.12",
"@swc/helpers": "0.4.14",
"@types/express": "^4.17.14",
"address": "^1.1.2",
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.12

### Patch Changes

- Updated dependencies [deda06de]
- @ice/bundles@0.1.8

## 1.0.11

### 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.11",
"version": "1.0.12",
"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.7",
"@ice/bundles": "0.1.8",
"@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 48c40ea

Please sign in to comment.