Skip to content

Commit 6a57441

Browse files
authored
2.0.0-internal.9 release (#805)
1 parent c3e537f commit 6a57441

File tree

24 files changed

+122
-122
lines changed

24 files changed

+122
-122
lines changed

package-lock.json

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

packages/live-share-acs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/live-share-acs",
3-
"version": "2.0.0-internal.8",
3+
"version": "2.0.0-internal.9",
44
"description": "Live Share integration package for Azure Communication Services.",
55
"author": "Microsoft",
66
"license": "SEE LICENSE IN LICENSE",
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"devDependencies": {
32-
"@microsoft/live-share": "2.0.0-internal.8",
32+
"@microsoft/live-share": "2.0.0-internal.9",
3333
"@azure/communication-calling": "^1.27.3",
3434
"@types/assert": "^1.5.6",
3535
"@types/mocha": "^10.0.1",
@@ -40,7 +40,7 @@
4040
"typescript": "~5.5.3"
4141
},
4242
"peerDependencies": {
43-
"@microsoft/live-share": "2.0.0-internal.8",
43+
"@microsoft/live-share": "2.0.0-internal.9",
4444
"@azure/communication-calling": "^1.14.0"
4545
},
4646
"repository": {

packages/live-share-canvas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/live-share-canvas",
3-
"version": "2.0.0-internal.8",
3+
"version": "2.0.0-internal.9",
44
"description": "Live Share extension library for collaborative inking.",
55
"author": "Microsoft",
66
"license": "SEE LICENSE IN LICENSE",
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"devDependencies": {
33-
"@microsoft/live-share": "2.0.0-internal.8",
33+
"@microsoft/live-share": "2.0.0-internal.9",
3434
"@types/assert": "^1.5.6",
3535
"@types/mocha": "^10.0.1",
3636
"@types/node": "^20.2.3",
@@ -41,7 +41,7 @@
4141
"typescript": "~5.5.3"
4242
},
4343
"peerDependencies": {
44-
"@microsoft/live-share": "2.0.0-internal.8",
44+
"@microsoft/live-share": "2.0.0-internal.9",
4545
"fluid-framework": "^2.0.0"
4646
},
4747
"repository": {

packages/live-share-media/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/live-share-media",
3-
"version": "2.0.0-internal.8",
3+
"version": "2.0.0-internal.9",
44
"description": "Live Share classes that synchronize media playback across clients.",
55
"author": "Microsoft",
66
"license": "SEE LICENSE IN LICENSE",
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"devDependencies": {
34-
"@microsoft/live-share": "2.0.0-internal.8",
34+
"@microsoft/live-share": "2.0.0-internal.9",
3535
"@fluidframework/mocha-test-setup": "^2.0.0-rc.1.0.9",
3636
"@fluidframework/test-runtime-utils": "^2.0.0",
3737
"@fluidframework/test-utils": "^2.0.0",
@@ -46,7 +46,7 @@
4646
"typescript": "~5.5.3"
4747
},
4848
"peerDependencies": {
49-
"@microsoft/live-share": "2.0.0-internal.8",
49+
"@microsoft/live-share": "2.0.0-internal.9",
5050
"fluid-framework": "^2.0.0"
5151
},
5252
"repository": {

0 commit comments

Comments
 (0)