From e8d53aff45ed1ef7cedfaebf86d5c351b4a1c7a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:28:52 +0000 Subject: [PATCH] chore: release packages --- .changeset/add-ready-handshake.md | 5 ----- packages/framecast/CHANGELOG.md | 6 ++++++ packages/framecast/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/add-ready-handshake.md diff --git a/.changeset/add-ready-handshake.md b/.changeset/add-ready-handshake.md deleted file mode 100644 index a19bdd2..0000000 --- a/.changeset/add-ready-handshake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ciolabs/framecast': minor ---- - -Add `signalReady()` and `waitForReady()` methods for built-in iframe ready handshake support. This removes the need for consumers to build their own ready handshake pattern when using srcdoc iframes. diff --git a/packages/framecast/CHANGELOG.md b/packages/framecast/CHANGELOG.md index 2cb60b8..6bd47b6 100644 --- a/packages/framecast/CHANGELOG.md +++ b/packages/framecast/CHANGELOG.md @@ -1,5 +1,11 @@ # @ciolabs/framecast +## 0.1.0 + +### Minor Changes + +- [#44](https://github.com/customerio/ciolabs/pull/44) [`9d76ad4`](https://github.com/customerio/ciolabs/commit/9d76ad47693e75b1ae9de8a1934e45a4cfa022fd) Thanks [@avigoldman](https://github.com/avigoldman)! - Add `signalReady()` and `waitForReady()` methods for built-in iframe ready handshake support. This removes the need for consumers to build their own ready handshake pattern when using srcdoc iframes. + ## 0.0.1 ### Patch Changes diff --git a/packages/framecast/package.json b/packages/framecast/package.json index aae09ea..dac5354 100644 --- a/packages/framecast/package.json +++ b/packages/framecast/package.json @@ -1,6 +1,6 @@ { "name": "@ciolabs/framecast", - "version": "0.0.1", + "version": "0.1.0", "description": "TypeScript cross-frame communication library.", "author": "Customer.io ", "license": "Apache-2.0 WITH Commons-Clause",