Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #6684

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/cold-timers-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-onions-travel.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/three-trains-type.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.0

### Minor Changes

- a68ff48d: feat: support @ice/pack-binding

## 0.1.17

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

## 3.4.0

### Minor Changes

- a68ff48d: feat: support @ice/pack-binding

### Patch Changes

- 7d193fe9: fix: css module hash and HMR
- Updated dependencies [7d193fe9]
- Updated dependencies [7d193fe9]
- Updated dependencies [a68ff48d]
- @ice/[email protected]
- @ice/[email protected]
- @ice/[email protected]
- @ice/[email protected]

## 3.3.9

### 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.3.9",
"version": "3.4.0",
"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.1.17",
"@ice/bundles": "0.2.0",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.3.3",
"@ice/shared-config": "1.1.2",
"@ice/webpack-config": "1.1.6",
"@ice/rspack-config": "1.0.7",
"@ice/shared-config": "1.2.0",
"@ice/webpack-config": "1.1.7",
"@ice/rspack-config": "1.1.0",
"@swc/helpers": "0.5.1",
"@types/express": "^4.17.14",
"address": "^1.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/miniapp-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ice/miniapp-loader

## 1.1.2

### Patch Changes

- Updated dependencies [a68ff48d]
- @ice/[email protected]

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/miniapp-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-loader",
"version": "1.1.1",
"version": "1.1.2",
"description": "webpack loader for miniapps.",
"main": "./lib/page.js",
"files": [
Expand All @@ -18,7 +18,7 @@
},
"sideEffects": false,
"dependencies": {
"@ice/bundles": "^0.1.16"
"@ice/bundles": "^0.2.0"
},
"devDependencies": {
"webpack": "^5.88.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ice/plugin-i18n

## 4.0.0

### Patch Changes

- Updated dependencies [7d193fe9]
- Updated dependencies [a68ff48d]
- @ice/[email protected]

## 3.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-i18n",
"version": "3.0.0",
"version": "4.0.0",
"description": "I18n plugin for ice.js 3.",
"files": [
"es2017",
Expand Down Expand Up @@ -56,7 +56,7 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.3.9",
"@ice/app": "^3.4.0",
"@ice/runtime": "^1.3.3"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-miniapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.3

### Patch Changes

- Updated dependencies [a68ff48d]
- @ice/[email protected]
- @ice/[email protected]

## 1.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-miniapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-miniapp",
"version": "1.1.2",
"version": "1.1.3",
"description": "ice.js plugin for miniapp.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -33,8 +33,8 @@
"build": "tsc"
},
"dependencies": {
"@ice/bundles": "^0.1.16",
"@ice/miniapp-loader": "^1.1.1",
"@ice/bundles": "^0.2.0",
"@ice/miniapp-loader": "^1.1.2",
"@ice/miniapp-react-dom": "^1.0.2",
"@ice/miniapp-runtime": "^1.1.2",
"@ice/shared": "^1.0.2",
Expand All @@ -47,7 +47,7 @@
"sax": "^1.2.4"
},
"devDependencies": {
"@ice/app": "^3.3.2",
"@ice/app": "^3.4.0",
"@ice/runtime": "^1.2.9",
"webpack": "^5.88.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.10

### Patch Changes

- Updated dependencies [a68ff48d]
- @ice/[email protected]

## 0.2.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-rax-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-rax-compat",
"version": "0.2.9",
"version": "0.2.10",
"description": "Provide rax compat support for ice.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.18.9",
"@ice/bundles": "^0.1.16",
"@ice/bundles": "^0.2.0",
"babel-plugin-transform-jsx-stylesheet": "1.0.6",
"consola": "^2.15.3",
"css": "^2.2.1",
Expand All @@ -30,7 +30,7 @@
"stylesheet-loader": "^0.9.1"
},
"devDependencies": {
"@ice/app": "^3.3.5",
"@ice/app": "^3.4.0",
"@types/lodash-es": "^4.17.7",
"webpack": "^5.88.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @ice/rspack-config

## 1.1.0

### Minor Changes

- a68ff48d: feat: support @ice/pack-binding

### Patch Changes

- 7d193fe9: fix: css module hash and HMR
- Updated dependencies [7d193fe9]
- Updated dependencies [a68ff48d]
- @ice/[email protected]
- @ice/[email protected]

## 1.0.7

### 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.0.7",
"version": "1.1.0",
"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.1.17",
"@ice/shared-config": "1.1.2"
"@ice/bundles": "0.2.0",
"@ice/shared-config": "1.2.0"
},
"devDependencies": {
"@rspack/core": "0.4.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ice/shared-config

## 1.2.0

### Minor Changes

- a68ff48d: feat: support @ice/pack-binding

### Patch Changes

- 7d193fe9: fix: optimize utils
- Updated dependencies [a68ff48d]
- @ice/[email protected]

## 1.1.2

### 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.1.2",
"version": "1.2.0",
"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.1.17",
"@ice/bundles": "0.2.0",
"@rollup/pluginutils": "^4.2.0",
"browserslist": "^4.22.1",
"consola": "^2.15.3",
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.7

### Patch Changes

- 7d193fe9: fix: optimize utils
- Updated dependencies [7d193fe9]
- Updated dependencies [a68ff48d]
- @ice/[email protected]
- @ice/[email protected]

## 1.1.6

### 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.6",
"version": "1.1.7",
"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.1.2",
"@ice/bundles": "0.1.17",
"@ice/shared-config": "1.2.0",
"@ice/bundles": "0.2.0",
"fast-glob": "^3.2.11",
"process": "^0.11.10"
},
Expand Down
Loading