Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacra committed Jul 25, 2024
1 parent c6994aa commit 0c77e02
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# example

## 0.0.1

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.0",
"version": "0.0.1",
"description": "example",
"main": "dist/example.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/iframe-rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# iframe-ipc

## 2.3.0

### Minor Changes

- 增加 `onlytransform` 选项

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iframe-ipc",
"version": "2.2.0",
"version": "2.3.0",
"description": "iframe-ipc",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/iframe-rpcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# iframe-ipcs

## 1.1.1

### Patch Changes

- Updated dependencies
- [email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-rpcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iframe-ipcs",
"version": "1.1.0",
"version": "1.1.1",
"description": "iframe-ipcs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0c77e02

Please sign in to comment.