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
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionSuffix>alpha.6</VersionSuffix>
<VersionSuffix>alpha.7</VersionSuffix>
</PropertyGroup>

<PropertyGroup>
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.6",
"version": "0.1.0-alpha.7",
"private": false,
"description": "FDC3 DesktopAgent implementation for Compose UI",
"type": "module",
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.6",
"version": "0.1.0-alpha.7",
"private": false,
"description": "JavaScript client for ComposeUI's Message Router",
"type": "module",
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.6",
"version": "0.1.0-alpha.7",
"private": false,
"description": "Package to launch ComposeUI from Node.js",
"main": "output/index.js",
Expand Down
Loading