Skip to content

Commit 1c89370

Browse files
committed
v22.3.24
1 parent 078903a commit 1c89370

File tree

18 files changed

+153
-152
lines changed

18 files changed

+153
-152
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.2.0
25-
* Angular 18
26-
* React 18.2.0
24+
* OpenFin Workspace 22
25+
* Angular 19
26+
* React 18

frameworks/angular/container/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/angular/container/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@angular/platform-browser-dynamic": "^19.0.0",
2222
"@angular/router": "^19.0.0",
2323
"@finos/fdc3": "2.0.3",
24-
"@openfin/core": "42.100.107",
25-
"@openfin/workspace": "22.3.18",
24+
"@openfin/core": "42.102.4",
25+
"@openfin/workspace": "22.3.24",
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.15.0"
@@ -31,7 +31,7 @@
3131
"@angular-devkit/build-angular": "^19.0.1",
3232
"@angular/cli": "^19.0.1",
3333
"@angular/compiler-cli": "^19.0.0",
34-
"@openfin/node-adapter": "42.100.107",
34+
"@openfin/node-adapter": "42.102.4",
3535
"@types/jasmine": "~5.1.4",
3636
"angular-eslint": "18.3.1",
3737
"eslint": "^9.9.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runtime": {
33
"arguments": "--v=1 --inspect",
4-
"version": "42.138.100.107"
4+
"version": "42.138.102.4"
55
},
66
"platform": {
77
"uuid": "angular-container-starter",

frameworks/angular/creating-container.md

Lines changed: 1 addition & 1 deletion
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": "42.138.100.107"
105+
"version": "42.138.102.4"
106106
},
107107
"platform": {
108108
"uuid": "angular-container-starter",

frameworks/angular/creating-workspace.md

Lines changed: 1 addition & 1 deletion
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": "42.138.100.107"
115+
"version": "42.138.102.4"
116116
},
117117
"platform": {
118118
"uuid": "angular-workspace-starter",

0 commit comments

Comments
 (0)