Skip to content

Commit

Permalink
chore: update versions (#7016)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Nov 25, 2024
1 parent cce46e9 commit f0c2dde
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-ants-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-jobs-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-dots-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-news-move.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.5.1

### Patch Changes

- Updated dependencies [4130611d]
- Updated dependencies [2e274966]
- @ice/rspack-config@1.2.1
- @ice/runtime@1.5.1

## 3.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/app",
"version": "3.5.0",
"version": "3.5.1",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/jsx-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/jsx-runtime

## 0.3.1

### Patch Changes

- 2e274966: fix: export createElement for backward compatibility

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/jsx-runtime",
"version": "0.3.0",
"version": "0.3.1",
"description": "JSX runtime for ice.",
"files": [
"esm",
Expand Down
6 changes: 6 additions & 0 deletions packages/miniapp-react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/miniapp-react-dom

## 1.1.1

### Patch Changes

- @ice/miniapp-runtime@1.2.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/miniapp-react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-react-dom",
"version": "1.1.0",
"version": "1.1.1",
"description": "like react-dom, but for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/miniapp-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.2.1

### Patch Changes

- Updated dependencies [2e274966]
- @ice/runtime@1.5.1

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/miniapp-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/miniapp-runtime",
"version": "1.2.0",
"version": "1.2.1",
"description": "ice runtime for miniapps.",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"plugin"
],
"dependencies": {
"@ice/jsx-runtime": "^0.3.0",
"@ice/jsx-runtime": "^0.3.1",
"@swc/helpers": "^0.5.1",
"accept-language-parser": "^1.5.0",
"universal-cookie": "^4.0.4",
Expand All @@ -56,8 +56,8 @@
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"@ice/app": "^3.5.0",
"@ice/runtime": "^1.5.0"
"@ice/app": "^3.5.1",
"@ice/runtime": "^1.5.1"
},
"publishConfig": {
"access": "public"
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.2.1

### Patch Changes

- cce46e9b: fix: should check skeleton file existed before read
- @ice/miniapp-runtime@1.2.1
- @ice/miniapp-react-dom@1.1.1

## 1.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.2.0",
"version": "1.2.1",
"description": "ice.js plugin for miniapp.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -50,8 +50,8 @@
"sax": "^1.2.4"
},
"devDependencies": {
"@ice/app": "^3.5.0",
"@ice/runtime": "^1.5.0",
"@ice/app": "^3.5.1",
"@ice/runtime": "^1.5.1",
"webpack": "^5.88.0"
},
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rspack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/rspack-config

## 1.2.1

### Patch Changes

- 4130611d: fix: update splitChunk config

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "1.2.1",
"repository": "alibaba/ice",
"bugs": "https://github.com/alibaba/ice/issues",
"homepage": "https://v3.ice.work",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ice/runtime

## 1.5.1

### Patch Changes

- 2e274966: feat: support hook of onBeforeHydrate
- Updated dependencies [2e274966]
- @ice/jsx-runtime@0.3.1

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.5.0",
"version": "1.5.1",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"./esm/polyfills/abortcontroller.js"
],
"dependencies": {
"@ice/jsx-runtime": "^0.3.0",
"@ice/jsx-runtime": "^0.3.1",
"@ice/shared": "^1.1.0",
"@remix-run/router": "1.14.2",
"abortcontroller-polyfill": "1.7.5",
Expand Down
20 changes: 10 additions & 10 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 f0c2dde

Please sign in to comment.