Skip to content

Commit

Permalink
chore: update versions (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored May 30, 2024
1 parent d06826e commit 8ebd64e
Show file tree
Hide file tree
Showing 21 changed files with 76 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-taxis-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-meals-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-scissors-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-cheetahs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-avocados-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-islands-shop.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.4.9

### Patch Changes

- 4c9456fc: feat: export useAsyncData for component Await
- b808156b: feat: support open specified route and list all routes
- Updated dependencies [4c9456fc]
- @ice/runtime@1.4.8

## 3.4.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "3.4.9",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@ice/bundles": "0.2.6",
"@ice/route-manifest": "1.2.2",
"@ice/runtime": "^1.4.7",
"@ice/runtime": "^1.4.8",
"@ice/shared-config": "1.2.7",
"@ice/webpack-config": "1.1.14",
"@ice/rspack-config": "1.1.7",
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.0

### Minor Changes

- bccc7db1: fix: use jsx-dev-runtime when development

## 0.2.2

### Patch 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.2.2",
"version": "0.3.0",
"description": "JSX runtime for ice.",
"files": [
"esm",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ice/plugin-i18n

## 5.0.1

### Patch Changes

- Updated dependencies [bccc7db1]
- Updated dependencies [4c9456fc]
- Updated dependencies [b808156b]
- @ice/jsx-runtime@0.3.0
- @ice/runtime@1.4.8
- @ice/app@3.4.9

## 5.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "5.0.0",
"version": "5.0.1",
"description": "I18n plugin for ice.js 3.",
"files": [
"es2017",
Expand Down Expand Up @@ -39,7 +39,7 @@
"plugin"
],
"dependencies": {
"@ice/jsx-runtime": "^0.2.2",
"@ice/jsx-runtime": "^0.3.0",
"@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.4.8",
"@ice/runtime": "^1.4.7"
"@ice/app": "^3.4.9",
"@ice/runtime": "^1.4.8"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/plugin-intl

## 1.0.1

### Patch Changes

- d06826ef: feat: support get locale messages for global

## 1.0.0

- Initial release
6 changes: 3 additions & 3 deletions packages/plugin-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-intl",
"version": "1.0.0",
"version": "1.0.1",
"description": "react intl plugin for ice.js 3.",
"files": [
"esm",
Expand All @@ -27,8 +27,8 @@
"fast-glob": "^3.3.2"
},
"devDependencies": {
"@ice/app": "^3.3.2",
"@ice/runtime": "^1.2.9",
"@ice/app": "^3.4.9",
"@ice/runtime": "^1.4.8",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.0.3

### Patch Changes

- 570205a8: chore: fix the default type of TParams

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-request",
"version": "1.0.2",
"version": "1.0.3",
"description": "Request plugin for ice.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -53,8 +53,8 @@
"axios": "^0.27.2"
},
"devDependencies": {
"@ice/app": "^3.3.2",
"@ice/runtime": "^1.2.9",
"@ice/app": "^3.4.9",
"@ice/runtime": "^1.4.8",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"regenerator-runtime": "^0.13.9"
Expand Down
6 changes: 6 additions & 0 deletions packages/rax-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.12

### Patch Changes

- 60ed0e11: lowercase props compat

## 0.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rax-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rax-compat",
"version": "0.2.11",
"version": "0.2.12",
"description": "Rax compatible mode, running rax project on the react runtime.",
"files": [
"esm",
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.4.8

### Patch Changes

- 4c9456fc: feat: export useAsyncData for component Await
- Updated dependencies [bccc7db1]
- @ice/jsx-runtime@0.3.0

## 1.4.7

### Patch 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.4.7",
"version": "1.4.8",
"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.2.2",
"@ice/jsx-runtime": "^0.3.0",
"@ice/shared": "^1.0.2",
"@remix-run/router": "1.14.2",
"abortcontroller-polyfill": "1.7.5",
Expand Down
15 changes: 8 additions & 7 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 8ebd64e

Please sign in to comment.