Skip to content

Commit

Permalink
Updated to v1.2.1 (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Bliss <[email protected]>
  • Loading branch information
ryanbliss and Ryan Bliss committed Oct 11, 2023
1 parent 27c8d4d commit 8d150d3
Show file tree
Hide file tree
Showing 23 changed files with 122 additions and 122 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/live-share-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-canvas",
"version": "1.2.0",
"version": "1.2.1",
"description": "Live Share extension library for collaborative inking.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -14,7 +14,7 @@
"test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test"
},
"devDependencies": {
"@microsoft/live-share": "1.2.0",
"@microsoft/live-share": "1.2.1",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
Expand All @@ -25,7 +25,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@microsoft/live-share": "1.2.0",
"@microsoft/live-share": "1.2.1",
"fluid-framework": "^1.2.3"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/live-share-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-media",
"version": "1.2.0",
"version": "1.2.1",
"description": "Live Share classes that synchronize media playback across clients.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -15,7 +15,7 @@
"test:race": "node ./../live-share/test-for-race-conditions.js"
},
"devDependencies": {
"@microsoft/live-share": "1.2.0",
"@microsoft/live-share": "1.2.1",
"@fluidframework/test-client-utils": "^1.3.6",
"@fluidframework/test-runtime-utils": "^1.3.6",
"@fluidframework/test-utils": "^1.3.6",
Expand All @@ -30,7 +30,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@microsoft/live-share": "1.2.0",
"@microsoft/live-share": "1.2.1",
"fluid-framework": "^1.2.3"
},
"repository": {
Expand Down
Loading

0 comments on commit 8d150d3

Please sign in to comment.