Skip to content

Commit 5041acb

Browse files
committed
chore: Bump release version to 0.1.0-alpha.7
1 parent ce7d66a commit 5041acb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PropertyGroup>
1919
<IsPackable>false</IsPackable>
2020
<VersionPrefix>0.1.0</VersionPrefix>
21-
<VersionSuffix>alpha.6</VersionSuffix>
21+
<VersionSuffix>alpha.7</VersionSuffix>
2222
</PropertyGroup>
2323

2424
<PropertyGroup>

src/fdc3/js/composeui-fdc3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/composeui-fdc3",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
44
"private": false,
55
"description": "FDC3 DesktopAgent implementation for Compose UI",
66
"type": "module",

src/messaging/js/composeui-messaging-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/composeui-messaging-client",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
44
"private": false,
55
"description": "JavaScript client for ComposeUI's Message Router",
66
"type": "module",

src/shell/js/composeui-node-launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/composeui-node-launcher",
3-
"version": "0.1.0-alpha.6",
3+
"version": "0.1.0-alpha.7",
44
"private": false,
55
"description": "Package to launch ComposeUI from Node.js",
66
"main": "output/index.js",

0 commit comments

Comments
 (0)