Skip to content

Commit 8cc9583

Browse files
author
PureCloud Jenkins
committed
chore(release): 6.3.0
1 parent 7fd19a2 commit 8cc9583

File tree

6 files changed

+21
-17
lines changed

6 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.2.1...v6.3.0) (2025-02-28)
6+
7+
8+
### Features
9+
10+
* **ifc-cli:** add support for proxy configuration via a json file ([13c6080](https://github.com/purecloudlabs/iframe-coordinator/commit/13c6080e92a874c07df9ad5bc36c91a053ecb678))
11+
12+
13+
### Bug Fixes
14+
15+
* removing slash to fix possible issue with query param on host route (i.e. timemachine override) ([4a38968](https://github.com/purecloudlabs/iframe-coordinator/commit/4a38968dfab98381f40f7957bf134afb1700b528))
16+
517
### [6.2.1](https://github.com/purecloudlabs/iframe-coordinator/compare/v6.2.0...v6.2.1) (2025-02-18)
618

719

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.2.1",
3+
"version": "6.3.0",
44
"description": "Demo app for iframe-coordinator project",
55
"repository": {
66
"type": "git",

package-lock.json

Lines changed: 5 additions & 13 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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
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.2.1",
3+
"version": "6.3.0",
44
"description": "Tools for coordinating embedded apps via iframes.",
55
"dependencies": {
66
"decoders": "1.15.0"

0 commit comments

Comments
 (0)