Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Oct 8, 2024
1 parent 3170603 commit 2736965
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-forks-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-jars-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cars-punch.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"@ice/app": "^3.4.11",
"@ice/runtime": "^1.4.12"
"@ice/runtime": "^1.4.13"
},
"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.13

### Patch Changes

- a4755e43: feat: support onShellReady options
- f50fe55d: revert: revert suspence event
- 31706030: fix: avoid infinite setOutlets loop when config keepAlivePaths

## 1.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.4.12",
"version": "1.4.13",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down

0 comments on commit 2736965

Please sign in to comment.