Skip to content

Commit ffba9f0

Browse files
author
PureCloud Jenkins
committed
chore(release): 6.2.0
1 parent 6a1e7a2 commit ffba9f0

File tree

6 files changed

+16
-17
lines changed

6 files changed

+16
-17
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.0](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.1.1...v6.2.0) (2025-01-28)
6+
7+
8+
### Features
9+
10+
* **ifc-cli:** enable static file hosting in ifc-cli server ([1d32fd3](https://github.com/purecloudlabs/iframe-coordinator/commit/1d32fd3c8dbb8935b5bc2361b69ebb31aafe0708))
11+
512
### [6.1.1](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.1.0...v6.1.1) (2025-01-14)
613

714
## [6.1.0](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.0.1...v6.1.0) (2024-12-02)

apps/ifc-example-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifc-example-client",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "Demo app for iframe-coordinator project",
55
"repository": {
66
"type": "git",

package-lock.json

+5-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iframe-coordinator-monorepo",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"workspaces": [
55
"./packages/iframe-coordinator",
66
"./packages/iframe-coordinator-cli",

packages/iframe-coordinator-cli/package.json

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

packages/iframe-coordinator/package.json

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

0 commit comments

Comments
 (0)