Skip to content

Commit

Permalink
Bump v18 to stable (#727)
Browse files Browse the repository at this point in the history
Bump version of workspace 18 to the stable release
  • Loading branch information
johnman authored May 29, 2024
1 parent 4bac81e commit 2a3e2eb
Show file tree
Hide file tree
Showing 72 changed files with 1,126 additions and 889 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The OpenFin Workspace is a full-featured work environment designed to improve th

## What version does this branch cover?

This branch covers version **v18.0.0** of OpenFin Workspace (there are versioned branches for other releases). [Click here to visit the release notes.](https://developer.openfin.co/versions/?product=Runtime#/?product=Workspace&sub-product=Workspace&version=18.0.9)
This branch covers version **v18.0.0** of OpenFin Workspace (there are versioned branches for other releases). [Click here to visit the release notes.](https://developer.openfin.co/versions/?product=Runtime#/?product=Workspace&sub-product=Workspace&version=18.0.10)

## Before you get started

Expand Down
18 changes: 9 additions & 9 deletions how-to/automation-testing/register-with-home-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "OpenFin Workspace Starter Automation Tests",
"scripts": {
"build": "echo Nothing to build",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json --testFailCount 1 --workspace 18.0.9",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --workspace 18.0.9",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --reporter ./jasmine.reporter.json --testFailCount 1 --workspace 18.0.9",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 18.0.9",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jest --reporter ./jest.reporter.json --testFailCount 1 --workspace 18.0.9",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 18.0.9",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --offline --storageFolder=./offline-storage --workspace 18.0.9",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 18.0.9",
"test-local-mocha-selenium": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 18.0.9"
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json --testFailCount 1 --workspace 18.0.10",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --workspace 18.0.10",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --reporter ./jasmine.reporter.json --testFailCount 1 --workspace 18.0.10",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 18.0.10",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jest --reporter ./jest.reporter.json --testFailCount 1 --workspace 18.0.10",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 18.0.10",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --offline --storageFolder=./offline-storage --workspace 18.0.10",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 18.0.10",
"test-local-mocha-selenium": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 18.0.10"
},
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
Expand Down
18 changes: 9 additions & 9 deletions how-to/automation-testing/register-with-home-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "OpenFin Workspace Starter Automation Tests",
"scripts": {
"build": "echo Nothing to build",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --workspace 18.0.9 --testFailCount 1",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --workspace 18.0.9 --testFailCount 1",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 18.0.9 --testFailCount 1",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 18.0.9 --testFailCount 1",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 18.0.9 --testFailCount 1",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 18.0.9 --testFailCount 1",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --offline --storageFolder=./offline-storage --workspace 18.0.9 --testFailCount 1",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 18.0.9 --testFailCount 1",
"test-local-mocha-selenium": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 18.0.9 --testFailCount 1"
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --workspace 18.0.10 --testFailCount 1",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --workspace 18.0.10 --testFailCount 1",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 18.0.10 --testFailCount 1",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 18.0.10 --testFailCount 1",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 18.0.10 --testFailCount 1",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 18.0.10 --testFailCount 1",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --offline --storageFolder=./offline-storage --workspace 18.0.10 --testFailCount 1",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 18.0.10 --testFailCount 1",
"test-local-mocha-selenium": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 18.0.10 --testFailCount 1"
},
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
Expand Down
14 changes: 7 additions & 7 deletions how-to/automation-testing/register-with-store-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "OpenFin Workspace Starter Automation Tests",
"scripts": {
"build": "echo Nothing to build",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --workspace 18.0.9",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --workspace 18.0.9",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 18.0.9",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 18.0.9",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 18.0.9",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 18.0.9",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --offline --storageFolder=./offline-storage --workspace 18.0.9"
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --workspace 18.0.10",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --workspace 18.0.10",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 18.0.10",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 18.0.10",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v18.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 18.0.10",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 18.0.10",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --offline --storageFolder=./offline-storage --workspace 18.0.10"
},
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
Expand Down
2 changes: 1 addition & 1 deletion how-to/automation-testing/selenium/scripts/dos.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const DOS = {
securedAPIDefaultPermission: 'allow',
systemApps: {
workspace: {
version: '18.0.9'
version: '18.0.10'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion how-to/automation-testing/wdio/scripts/dos.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const DOS = {
securedAPIDefaultPermission: 'allow',
systemApps: {
workspace: {
version: '18.0.9'
version: '18.0.10'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions how-to/customize-home-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
],
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9",
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10",
"chart.js": "^4.4.2",
"csstype": "^3.1.3",
"luxon": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion how-to/customize-home-templates/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-server-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9",
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10",
"cookie-parser": "^1.4.6"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-bloomberg-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@openfin/bloomberg": "^2.0.0",
"@openfin/core": "36.80.11",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/node-adapter": "36.80.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/excel": "^1.5.0",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-excel/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-ms365-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@microsoft/microsoft-graph-types": "^2.40.0",
"@openfin/microsoft365": "1.0.1",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365-basic/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-ms365-low-code-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-ms365-low-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-ms365/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@finos/fdc3": "^2.0.3",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@openfin/microsoft365": "1.0.1",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9",
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10",
"csstype": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-openid-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/openid-connect": "^1.0.0",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9",
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10",
"fast-xml-parser": "4.3.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-rss/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-salesforce-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/salesforce": "2.3.0",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"dependencies": {
"@openfin/salesforce": "2.3.0",
"@openfin/salesforce-lwc": "1.1.1",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-servicenow-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/servicenow": "^1.0.1",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-servicenow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/servicenow": "^1.0.1",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9",
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10",
"csstype": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-servicenow/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-snap-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/snap-sdk": "0.3.0",
"@openfin/workspace": "18.0.9",
"@openfin/workspace-platform": "18.0.9"
"@openfin/workspace": "18.0.10",
"@openfin/workspace-platform": "18.0.10"
},
"devDependencies": {
"@openfin/core": "36.80.11",
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap-basic/public/common/dos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"desktopSettings": {
"systemApps": {
"workspace": {
"version": "18.0.9",
"version": "18.0.10",
"customConfig": {
"hotkeys": {
"toggleHomeVisibility": "CommandOrControl+Space"
Expand Down
Loading

0 comments on commit 2a3e2eb

Please sign in to comment.