diff --git a/CHANGELOG.md b/CHANGELOG.md index 71120c0..b4c7109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.1.1](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.1.0...v6.1.1) (2025-01-14) + ## [6.1.0](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.0.1...v6.1.0) (2024-12-02) diff --git a/apps/ifc-example-client/package.json b/apps/ifc-example-client/package.json index f740c96..fca23a6 100644 --- a/apps/ifc-example-client/package.json +++ b/apps/ifc-example-client/package.json @@ -1,6 +1,6 @@ { "name": "ifc-example-client", - "version": "6.1.0", + "version": "6.1.1", "description": "Demo app for iframe-coordinator project", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 8151a33..2644ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iframe-coordinator-monorepo", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iframe-coordinator-monorepo", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "workspaces": [ "./packages/iframe-coordinator", @@ -27,7 +27,7 @@ } }, "apps/ifc-example-client": { - "version": "6.1.0", + "version": "6.1.1", "dependencies": { "@babel/polyfill": "^7.12.1", "custom-event-polyfill": "^1.0.7", @@ -11665,7 +11665,7 @@ } }, "packages/iframe-coordinator": { - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "decoders": "1.15.0" @@ -11689,7 +11689,7 @@ } }, "packages/iframe-coordinator-cli": { - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "cheerio": "1.0.0-rc.12", diff --git a/package.json b/package.json index fbaff2f..db24cc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iframe-coordinator-monorepo", - "version": "6.1.0", + "version": "6.1.1", "workspaces": [ "./packages/iframe-coordinator", "./packages/iframe-coordinator-cli", diff --git a/packages/iframe-coordinator-cli/package.json b/packages/iframe-coordinator-cli/package.json index 30d426a..0b734d4 100644 --- a/packages/iframe-coordinator-cli/package.json +++ b/packages/iframe-coordinator-cli/package.json @@ -1,6 +1,6 @@ { "name": "iframe-coordinator-cli", - "version": "6.1.0", + "version": "6.1.1", "description": "CLI for local iframe-coordinator development", "dependencies": { "cheerio": "1.0.0-rc.12", diff --git a/packages/iframe-coordinator/package.json b/packages/iframe-coordinator/package.json index e8b4006..999b91a 100644 --- a/packages/iframe-coordinator/package.json +++ b/packages/iframe-coordinator/package.json @@ -1,6 +1,6 @@ { "name": "iframe-coordinator", - "version": "6.1.0", + "version": "6.1.1", "description": "Tools for coordinating embedded apps via iframes.", "dependencies": { "decoders": "1.15.0"