Skip to content

Commit 3c39a0e

Browse files
committed
Merge branch 'main' of github.com:purecloudlabs/iframe-coordinator into feature/COMUI-1386
2 parents 32b707f + 0fd5c05 commit 3c39a0e

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
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.1.1](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.1.0...v6.1.1) (2025-01-14)
6+
57
## [6.1.0](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.0.1...v6.1.0) (2024-12-02)
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.1.0",
3+
"version": "6.1.1",
44
"description": "Demo app for iframe-coordinator project",
55
"repository": {
66
"type": "git",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-coordinator-monorepo",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"workspaces": [
55
"./packages/iframe-coordinator",
66
"./packages/iframe-coordinator-cli",
@@ -11,7 +11,7 @@
1111
"start-client-example": "npm run start --workspace=ifc-example-client",
1212
"test": "npm test --workspaces --if-present",
1313
"commit": "git-cz",
14-
"lint": "commitlint -f 321fe10d3ca4a45b91a3693d76412bb0aa796e32",
14+
"lint": "commitlint --from c6ce5b2c3ad19bf49b8fb340dda4cb526cb39708",
1515
"prettier": "prettier '**/*' --write --ignore-unknown --log-level silent",
1616
"sync-versions": "./scripts/sync-versions.mjs",
1717
"release": "standard-version",

packages/iframe-coordinator-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-coordinator-cli",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "CLI for local iframe-coordinator development",
55
"dependencies": {
66
"cheerio": "1.0.0-rc.12",
@@ -10,7 +10,7 @@
1010
"express": "^4.21.1",
1111
"find-root": "^1.1.0",
1212
"http-proxy-middleware": "^3.0.3",
13-
"iframe-coordinator": "6.0.0",
13+
"iframe-coordinator": "6.1.0",
1414
"vue": "^2.7.16",
1515
"vue-class-component": "^7.2.6",
1616
"vue-notification": "^1.3.20",

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.1.0",
3+
"version": "6.1.1",
44
"description": "Tools for coordinating embedded apps via iframes.",
55
"dependencies": {
66
"decoders": "1.15.0"

0 commit comments

Comments
 (0)