Skip to content

Commit

Permalink
chore: update versions (#6820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Mar 7, 2024
1 parent c404b15 commit 7ae6af3
Show file tree
Hide file tree
Showing 20 changed files with 94 additions and 54 deletions.
6 changes: 0 additions & 6 deletions .changeset/gentle-trainers-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-socks-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-birds-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-monkeys-scream.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.5

### Patch Changes

- c404b151: fix: align the transform order and content with webpack mode

## 0.2.4

### 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.2.4",
"version": "0.2.5",
"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.4.5

### Patch Changes

- b279c880: fix: app config compile error of env exports
- Updated dependencies [c404b151]
- Updated dependencies [21257778]
- @ice/shared-config@1.2.5
- @ice/bundles@0.2.5
- @ice/webpack-config@1.1.12
- @ice/rspack-config@1.1.5

## 3.4.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.4",
"version": "3.4.5",
"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.4",
"@ice/bundles": "0.2.5",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.4.2",
"@ice/shared-config": "1.2.4",
"@ice/webpack-config": "1.1.11",
"@ice/rspack-config": "1.1.4",
"@ice/shared-config": "1.2.5",
"@ice/webpack-config": "1.1.12",
"@ice/rspack-config": "1.1.5",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-fusion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0

### Minor Changes

- 79c32a77: feat: optimize function theme injection

### Patch Changes

- Updated dependencies [79c32a77]
- @ice/style-import@1.1.0

## 1.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-fusion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-fusion",
"version": "1.0.5",
"version": "1.1.0",
"description": "plugin for ICE while use fusion component",
"license": "MIT",
"type": "module",
Expand All @@ -11,10 +11,10 @@
"!esm/**/*.map"
],
"dependencies": {
"@ice/style-import": "^1.0.1"
"@ice/style-import": "^1.1.0"
},
"devDependencies": {
"@ice/app": "^3.3.4"
"@ice/app": "^3.4.5"
},
"repository": {
"type": "http",
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 @@ -56,7 +56,7 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.4.4",
"@ice/app": "^3.4.5",
"@ice/runtime": "^1.4.2"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ice/rspack-config

## 1.1.5

### Patch Changes

- 21257778: fix: imporve dev sourcemap
- Updated dependencies [c404b151]
- Updated dependencies [21257778]
- @ice/shared-config@1.2.5
- @ice/bundles@0.2.5

## 1.1.4

### Patch 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.4",
"version": "1.1.5",
"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.4",
"@ice/shared-config": "1.2.4"
"@ice/bundles": "0.2.5",
"@ice/shared-config": "1.2.5"
},
"devDependencies": {
"@rspack/core": "0.5.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ice/shared-config

## 1.2.5

### Patch Changes

- c404b151: fix: align the transform order and content with webpack mode
- 21257778: fix: imporve dev sourcemap
- Updated dependencies [c404b151]
- @ice/bundles@0.2.5

## 1.2.4

### Patch 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.4",
"version": "1.2.5",
"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.4",
"@ice/bundles": "0.2.5",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.22.1",
"consola": "^2.15.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/style-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- 79c32a77: feat: optimize function theme injection

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/style-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/style-import",
"version": "1.0.1",
"version": "1.1.0",
"description": "automatic import style by transform code",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.1.12

### Patch Changes

- 21257778: fix: imporve dev sourcemap
- Updated dependencies [c404b151]
- Updated dependencies [21257778]
- @ice/shared-config@1.2.5
- @ice/bundles@0.2.5

## 1.1.11

### 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.11",
"version": "1.1.12",
"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.4",
"@ice/bundles": "0.2.4",
"@ice/shared-config": "1.2.5",
"@ice/bundles": "0.2.5",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
},
Expand Down
22 changes: 11 additions & 11 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 7ae6af3

Please sign in to comment.