Skip to content

Commit 6660ccd

Browse files
author
PureCloud Jenkins
committed
chore(release): 6.3.5
1 parent 79185cd commit 6660ccd

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [6.3.5](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.3.4...v6.3.5) (2025-08-13)
6+
57
### [6.3.4](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.3.3...v6.3.4) (2025-08-07)
68

79

apps/ifc-example-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifc-example-client",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "Demo app for iframe-coordinator project",
55
"repository": {
66
"type": "git",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-coordinator-monorepo",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"workspaces": [
55
"./packages/iframe-coordinator",
66
"./packages/iframe-coordinator-cli",

packages/iframe-coordinator-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-coordinator-cli",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "CLI for local iframe-coordinator development",
55
"dependencies": {
66
"cheerio": "1.0.0-rc.12",

packages/iframe-coordinator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-coordinator",
3-
"version": "6.3.4",
3+
"version": "6.3.5",
44
"description": "Tools for coordinating embedded apps via iframes.",
55
"dependencies": {
66
"decoders": "1.15.0"

0 commit comments

Comments
 (0)