From 8821c953164658dfb79d31f47280983d829955ad Mon Sep 17 00:00:00 2001 From: Robert Zoldi-Szabo <13298643+ZKRobi@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:23:39 +0200 Subject: [PATCH] Removed alpha tag from the version --- Directory.Build.props | 1 - .../fdc3-chart-and-grid/js-chart/package.json | 2 +- .../js-datagrid/package.json | 2 +- .../js-chat/package.json | 2 +- .../js-pricing/package.json | 2 +- .../js-order-book/package.json | 2 +- .../js-trader-app/package.json | 2 +- .../js-chart/package.json | 2 +- .../js-datagrid/package.json | 2 +- package-lock.json | 32 +++++++++---------- .../defaultApp/package.json | 2 +- src/fdc3/js/composeui-fdc3/package.json | 2 +- .../package.json | 2 +- .../composeui-messaging-client/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../js/composeui-node-launcher/package.json | 2 +- 17 files changed, 31 insertions(+), 32 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index bdfe14163..33d9151c6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,7 +18,6 @@ false 0.1.0 - alpha.13 diff --git a/examples/fdc3-chart-and-grid/js-chart/package.json b/examples/fdc3-chart-and-grid/js-chart/package.json index d3ce948b5..a0d8157b7 100644 --- a/examples/fdc3-chart-and-grid/js-chart/package.json +++ b/examples/fdc3-chart-and-grid/js-chart/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-chart", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "description": "Example Web Application", "main": "chart.js", diff --git a/examples/fdc3-chart-and-grid/js-datagrid/package.json b/examples/fdc3-chart-and-grid/js-datagrid/package.json index 37fdf5d36..6ecba4309 100644 --- a/examples/fdc3-chart-and-grid/js-datagrid/package.json +++ b/examples/fdc3-chart-and-grid/js-datagrid/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-grid", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "scripts": { "ng": "ng", diff --git a/examples/fdc3-pricing-and-chat/js-chat/package.json b/examples/fdc3-pricing-and-chat/js-chat/package.json index 8a87af3bc..240bc8afd 100644 --- a/examples/fdc3-pricing-and-chat/js-chat/package.json +++ b/examples/fdc3-pricing-and-chat/js-chat/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-chat", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "description": "Example Web Application", "main": "chat.js", diff --git a/examples/fdc3-pricing-and-chat/js-pricing/package.json b/examples/fdc3-pricing-and-chat/js-pricing/package.json index 938807fd3..624a69226 100644 --- a/examples/fdc3-pricing-and-chat/js-pricing/package.json +++ b/examples/fdc3-pricing-and-chat/js-pricing/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-pricing", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "description": "Example Web Application", "main": "pricing.js", diff --git a/examples/fdc3-trade-simulator/js-order-book/package.json b/examples/fdc3-trade-simulator/js-order-book/package.json index 7056772eb..828098bfb 100644 --- a/examples/fdc3-trade-simulator/js-order-book/package.json +++ b/examples/fdc3-trade-simulator/js-order-book/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-order-book", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/examples/fdc3-trade-simulator/js-trader-app/package.json b/examples/fdc3-trade-simulator/js-trader-app/package.json index 0a2071628..9e90c3776 100644 --- a/examples/fdc3-trade-simulator/js-trader-app/package.json +++ b/examples/fdc3-trade-simulator/js-trader-app/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-trader-app", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/examples/js-chart-and-grid-messagerouter/js-chart/package.json b/examples/js-chart-and-grid-messagerouter/js-chart/package.json index e39d53a77..cdf525b1a 100644 --- a/examples/js-chart-and-grid-messagerouter/js-chart/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-chart/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-chart-messagerouter", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "description": "Example Web Application", "main": "chart.js", diff --git a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json index 095d4e9de..4b0d4c8f1 100644 --- a/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json +++ b/examples/js-chart-and-grid-messagerouter/js-datagrid/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-grid-messagerouter", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "scripts": { "ng": "ng", diff --git a/package-lock.json b/package-lock.json index df0f84051..cec48054a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ }, "examples/fdc3-chart-and-grid/js-chart": { "name": "@morgan-stanley/composeui-example-chart", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@finos/fdc3": "^2.0.3", "bootstrap": "5.3.8", @@ -44,11 +44,11 @@ }, "examples/fdc3-chart-and-grid/js-datagrid": { "name": "@morgan-stanley/composeui-example-grid", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@angular/animations": "21.1.5", "@angular/cdk": "21.1.5", - "@angular/common": "^20.3.25", + "@angular/common": "20.3.25", "@angular/compiler": "21.1.5", "@angular/core": "21.1.5", "@angular/flex-layout": "^15.0.0-beta.42", @@ -101,7 +101,7 @@ }, "examples/fdc3-pricing-and-chat/js-chat": { "name": "@morgan-stanley/composeui-example-chat", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@finos/fdc3": "~2.0.3", "bootstrap": "5.3.8", @@ -125,7 +125,7 @@ }, "examples/fdc3-pricing-and-chat/js-pricing": { "name": "@morgan-stanley/composeui-example-pricing", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@finos/fdc3": "~2.0.3", "bootstrap": "^5.3.8", @@ -149,7 +149,7 @@ }, "examples/fdc3-trade-simulator/js-order-book": { "name": "@morgan-stanley/composeui-example-order-book", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@angular/animations": "21.1.5", "@angular/common": "^20.3.25", @@ -203,7 +203,7 @@ }, "examples/fdc3-trade-simulator/js-trader-app": { "name": "@morgan-stanley/composeui-example-trader-app", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@angular/animations": "21.1.5", "@angular/cdk": "^21.1.5", @@ -252,7 +252,7 @@ }, "examples/js-chart-and-grid-messagerouter/js-chart": { "name": "@morgan-stanley/composeui-example-chart-messagerouter", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@morgan-stanley/composeui-messaging-client": "*", "bootstrap": "5.3.8", @@ -276,11 +276,11 @@ }, "examples/js-chart-and-grid-messagerouter/js-datagrid": { "name": "@morgan-stanley/composeui-example-grid-messagerouter", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@angular/animations": "21.1.5", "@angular/cdk": "21.1.5", - "@angular/common": "^20.3.25", + "@angular/common": "20.3.25", "@angular/compiler": "21.1.5", "@angular/core": "21.1.5", "@angular/flex-layout": "^15.0.0-beta.42", @@ -29271,7 +29271,7 @@ }, "src/fdc3/js/composeui-fdc3": { "name": "@morgan-stanley/composeui-fdc3", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "@finos/fdc3": "~2.0.3", @@ -29299,7 +29299,7 @@ }, "src/messaging/js/composeui-messaging-abstractions": { "name": "@morgan-stanley/composeui-messaging-abstractions", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "rxjs": "7.8.2" @@ -29317,7 +29317,7 @@ }, "src/messaging/js/composeui-messaging-client": { "name": "@morgan-stanley/composeui-messaging-client", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "rxjs": "7.8.2" @@ -29355,7 +29355,7 @@ }, "src/messaging/js/composeui-messaging-message-router": { "name": "@morgan-stanley/composeui-messaging-message-router", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { "@morgan-stanley/composeui-messaging-abstractions": "*", @@ -29376,7 +29376,7 @@ }, "src/shell/js/composeui-node-launcher": { "name": "@morgan-stanley/composeui-node-launcher", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -29399,7 +29399,7 @@ }, "src/shell/js/composeui-node-launcher-example": { "name": "@morgan-stanley/composeui-node-launcher-example", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@morgan-stanley/composeui-node-launcher": "*" } diff --git a/prototypes/default-simple-js-app/defaultApp/package.json b/prototypes/default-simple-js-app/defaultApp/package.json index 13300b5d9..cef4ace4d 100644 --- a/prototypes/default-simple-js-app/defaultApp/package.json +++ b/prototypes/default-simple-js-app/defaultApp/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-example-default", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "description": "ComposeUI Default App", "main": "app.js", diff --git a/src/fdc3/js/composeui-fdc3/package.json b/src/fdc3/js/composeui-fdc3/package.json index 416299f21..245b50251 100644 --- a/src/fdc3/js/composeui-fdc3/package.json +++ b/src/fdc3/js/composeui-fdc3/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-fdc3", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": false, "description": "FDC3 DesktopAgent implementation for Compose UI", "type": "module", diff --git a/src/messaging/js/composeui-messaging-abstractions/package.json b/src/messaging/js/composeui-messaging-abstractions/package.json index 27a737d1e..54b6e7a82 100644 --- a/src/messaging/js/composeui-messaging-abstractions/package.json +++ b/src/messaging/js/composeui-messaging-abstractions/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-messaging-abstractions", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "description": "TypeScript abstractions library for ComposeUI's messaging", "private": false, "author": "Morgan Stanley", diff --git a/src/messaging/js/composeui-messaging-client/package.json b/src/messaging/js/composeui-messaging-client/package.json index 7693a2460..b00a086ad 100644 --- a/src/messaging/js/composeui-messaging-client/package.json +++ b/src/messaging/js/composeui-messaging-client/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-messaging-client", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": false, "description": "JavaScript client for ComposeUI's Message Router", "type": "module", diff --git a/src/messaging/js/composeui-messaging-message-router/package.json b/src/messaging/js/composeui-messaging-message-router/package.json index fe6387c0c..64ea15030 100644 --- a/src/messaging/js/composeui-messaging-message-router/package.json +++ b/src/messaging/js/composeui-messaging-message-router/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-messaging-message-router", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "description": "TypeScript messaging implementation for ComposeUI. It uses the MessageRouter client library.", "private": false, "author": "Morgan Stanley", diff --git a/src/shell/js/composeui-node-launcher-example/package.json b/src/shell/js/composeui-node-launcher-example/package.json index 4c1a91a71..d8532eaf3 100644 --- a/src/shell/js/composeui-node-launcher-example/package.json +++ b/src/shell/js/composeui-node-launcher-example/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-node-launcher-example", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": true, "description": "Example usage of @morgan-stanley/composeui-node-launcher-example", "main": "example.js", diff --git a/src/shell/js/composeui-node-launcher/package.json b/src/shell/js/composeui-node-launcher/package.json index 279016c24..336d26530 100644 --- a/src/shell/js/composeui-node-launcher/package.json +++ b/src/shell/js/composeui-node-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-node-launcher", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "private": false, "description": "Package to launch ComposeUI from Node.js", "main": "output/index.js",