Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed May 13, 2024
1 parent 4c9456f commit f710192
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-meals-listen.md

This file was deleted.

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

This file was deleted.

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.4.9

### Patch Changes

- 4c9456fc: feat: export useAsyncData for component Await
- 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
10 changes: 10 additions & 0 deletions packages/plugin-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ice/plugin-i18n

## 5.0.1

### Patch Changes

- Updated dependencies [bccc7db1]
- Updated dependencies [4c9456fc]
- @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
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
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 f710192

Please sign in to comment.