Skip to content

Commit

Permalink
chore(release): 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Jan 14, 2025
1 parent 7b1b3cf commit 0fd5c05
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/ifc-example-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iframe-coordinator-monorepo",
"version": "6.1.0",
"version": "6.1.1",
"workspaces": [
"./packages/iframe-coordinator",
"./packages/iframe-coordinator-cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-coordinator-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-coordinator/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0fd5c05

Please sign in to comment.