Skip to content

Commit 07c7aa9

Browse files
committed
Update versions for Workspace v19.2
1 parent eb85f6e commit 07c7aa9

18 files changed

+124
-124
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ There are older branches which match the container/workspace release with the ve
2121

2222
This branch covers the following versions:
2323

24-
* OpenFin Workspace 19.1.0
24+
* OpenFin Workspace 19.2.0
2525
* Angular 18
2626
* React 18.2.0

frameworks/angular/container/package-lock.json

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

frameworks/angular/container/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-container-starter",
3-
"version": "19.1.0",
3+
"version": "19.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -21,8 +21,8 @@
2121
"@angular/platform-browser-dynamic": "^18.2.3",
2222
"@angular/router": "^18.2.3",
2323
"@finos/fdc3": "2.0.3",
24-
"@openfin/core": "38.83.79",
25-
"@openfin/workspace": "19.1.23",
24+
"@openfin/core": "38.83.80",
25+
"@openfin/workspace": "19.2.12",
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.14.3"
@@ -31,7 +31,7 @@
3131
"@angular-devkit/build-angular": "^18.2.3",
3232
"@angular/cli": "^18.2.3",
3333
"@angular/compiler-cli": "^18.2.3",
34-
"@openfin/node-adapter": "38.83.79",
34+
"@openfin/node-adapter": "38.83.80",
3535
"@types/jasmine": "~5.1.4",
3636
"angular-eslint": "18.3.1",
3737
"eslint": "^9.9.1",

frameworks/angular/container/public/manifest.fin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runtime": {
33
"arguments": "--v=1 --inspect",
4-
"version": "38.126.83.79"
4+
"version": "38.126.83.80"
55
},
66
"platform": {
77
"uuid": "angular-container-starter",

frameworks/angular/creating-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class AppComponent {
102102
{
103103
"runtime": {
104104
"arguments": "--v=1 --inspect",
105-
"version": "38.126.83.79"
105+
"version": "38.126.83.80"
106106
},
107107
"platform": {
108108
"uuid": "angular-container-starter",

frameworks/angular/creating-workspace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class AppComponent {
112112
"licenseKey": "openfin-demo-license-key",
113113
"runtime": {
114114
"arguments": "--v=1 --inspect",
115-
"version": "38.126.83.79"
115+
"version": "38.126.83.80"
116116
},
117117
"platform": {
118118
"uuid": "angular-workspace-starter",

frameworks/angular/workspace/package-lock.json

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

frameworks/angular/workspace/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-workspace-starter",
3-
"version": "19.1.0",
3+
"version": "19.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -21,9 +21,9 @@
2121
"@angular/platform-browser-dynamic": "^18.2.3",
2222
"@angular/router": "^18.2.3",
2323
"@finos/fdc3": "2.0.3",
24-
"@openfin/core": "38.83.79",
25-
"@openfin/workspace": "19.1.23",
26-
"@openfin/workspace-platform": "19.1.23",
24+
"@openfin/core": "38.83.80",
25+
"@openfin/workspace": "19.2.12",
26+
"@openfin/workspace-platform": "19.2.12",
2727
"rxjs": "~7.8.1",
2828
"tslib": "^2.3.0",
2929
"zone.js": "~0.14.3"
@@ -32,7 +32,7 @@
3232
"@angular-devkit/build-angular": "^18.2.3",
3333
"@angular/cli": "^18.2.3",
3434
"@angular/compiler-cli": "^18.2.3",
35-
"@openfin/node-adapter": "38.83.79",
35+
"@openfin/node-adapter": "38.83.80",
3636
"@types/jasmine": "~5.1.4",
3737
"angular-eslint": "18.3.1",
3838
"eslint": "^9.9.1",

frameworks/angular/workspace/public/manifest.fin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"licenseKey": "openfin-demo-license-key",
33
"runtime": {
44
"arguments": "--v=1 --inspect",
5-
"version": "38.126.83.79"
5+
"version": "38.126.83.80"
66
},
77
"platform": {
88
"uuid": "angular-workspace-starter",

0 commit comments

Comments
 (0)