Skip to content

Commit d6519b9

Browse files
chore: release packages
1 parent aabf68d commit d6519b9

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/queue-messages.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/framecast/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ciolabs/framecast
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#46](https://github.com/customerio/ciolabs/pull/46) [`aabf68d`](https://github.com/customerio/ciolabs/commit/aabf68d967423cb831da63ffd3f3dccf13622ac5) Thanks [@avigoldman](https://github.com/avigoldman)! - Add `queueMessages` option to `waitForReady()` and public `clearQueue()` method. When `queueMessages: true`, `broadcast()` calls are automatically queued until the handshake completes, then flushed. On timeout, queued messages are discarded.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/framecast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ciolabs/framecast",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "TypeScript cross-frame communication library.",
55
"author": "Customer.io <win@customer.io>",
66
"license": "Apache-2.0 WITH Commons-Clause",

0 commit comments

Comments
 (0)