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",