Skip to content

Commit 3565e34

Browse files
authored
Release 1.4.0 and 1.4.0-preview.0 (#759)
1 parent e8f971d commit 3565e34

File tree

23 files changed

+122
-122
lines changed

23 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-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": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Live Share extension library for collaborative inking.",
55
"author": "Microsoft",
66
"license": "SEE LICENSE IN LICENSE",
@@ -14,7 +14,7 @@
1414
"test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test"
1515
},
1616
"devDependencies": {
17-
"@microsoft/live-share": "1.3.1",
17+
"@microsoft/live-share": "1.4.0",
1818
"@types/assert": "^1.5.6",
1919
"@types/mocha": "^10.0.1",
2020
"@types/node": "^20.2.3",
@@ -25,7 +25,7 @@
2525
"typescript": "^5.0.4"
2626
},
2727
"peerDependencies": {
28-
"@microsoft/live-share": "1.3.1",
28+
"@microsoft/live-share": "1.4.0",
2929
"fluid-framework": "^1.2.3"
3030
},
3131
"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": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Live Share classes that synchronize media playback across clients.",
55
"author": "Microsoft",
66
"license": "SEE LICENSE IN LICENSE",
@@ -15,7 +15,7 @@
1515
"test:race": "node ./../live-share/test-for-race-conditions.js"
1616
},
1717
"devDependencies": {
18-
"@microsoft/live-share": "1.3.1",
18+
"@microsoft/live-share": "1.4.0",
1919
"@fluidframework/test-client-utils": "^1.3.6",
2020
"@fluidframework/test-runtime-utils": "^1.3.6",
2121
"@fluidframework/test-utils": "^1.3.6",
@@ -30,7 +30,7 @@
3030
"typescript": "^5.0.4"
3131
},
3232
"peerDependencies": {
33-
"@microsoft/live-share": "1.3.1",
33+
"@microsoft/live-share": "1.4.0",
3434
"fluid-framework": "^1.2.3"
3535
},
3636
"repository": {

0 commit comments

Comments
 (0)