Skip to content

Commit

Permalink
chore: update versions (#6602)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Oct 23, 2023
1 parent 899c474 commit f488037
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-maps-do.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.3.5",
"@ice/runtime": "^1.3.1"
"@ice/runtime": "^1.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ice/runtime

## 1.3.2

### Patch Changes

- 899c4740: feat: support options when call document dataLoader

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down

0 comments on commit f488037

Please sign in to comment.