Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>alpha.13</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-chart-and-grid/js-chart/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-chart-and-grid/js-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-pricing-and-chat/js-chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-pricing-and-chat/js-pricing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-trade-simulator/js-order-book/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/fdc3-trade-simulator/js-trader-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
32 changes: 16 additions & 16 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 prototypes/default-simple-js-app/defaultApp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/fdc3/js/composeui-fdc3/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/messaging/js/composeui-messaging-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/shell/js/composeui-node-launcher/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading