Skip to content

Commit

Permalink
fix(build): bumped version
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
daragh-king-genesys committed Dec 19, 2023
1 parent c9f8131 commit 16acf6f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
}

tools {
nodejs 'NodeJS 16.x'
nodejs 'NodeJS 18.14.2'
}

stages {
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": "5.5.3",
"version": "5.5.4",
"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": "5.5.3",
"version": "5.5.4",
"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": "5.5.3",
"version": "5.5.4",
"description": "CLI for local iframe-coordinator development",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
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": "5.5.3",
"version": "5.5.4",
"description": "Tools for coordinating embedded apps via iframes.",
"dependencies": {
"decoders": "1.15.0"
Expand Down

0 comments on commit 16acf6f

Please sign in to comment.