Skip to content

Commit

Permalink
Release v1.0.1 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbliss authored Jun 1, 2023
1 parent 3cd5803 commit 731df66
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 100 deletions.
98 changes: 49 additions & 49 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.0.0",
"version": "1.0.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.0.0",
"@microsoft/live-share": "1.0.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.0.0",
"@microsoft/live-share": "1.0.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.0.0",
"version": "1.0.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.0.0",
"@microsoft/live-share": "1.0.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.0.0",
"@microsoft/live-share": "1.0.1",
"fluid-framework": "^1.2.3"
},
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions packages/live-share-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-react",
"version": "1.0.0-preview.24",
"version": "1.0.1-preview.1",
"description": "Build collaborative React apps using Microsoft's Fluid & Live Share frameworks with ease.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -12,17 +12,17 @@
"typecheck": "tsc"
},
"dependencies": {
"@microsoft/live-share-turbo": "1.0.0-preview.24",
"@microsoft/live-share-turbo": "1.0.1-preview.1",
"url": "^0.11.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@fluidframework/azure-client": "^1.1.1",
"@fluidframework/test-client-utils": "^1.3.6",
"@microsoft/live-share": "1.0.0",
"@microsoft/live-share-canvas": "1.0.0",
"@microsoft/live-share-media": "1.0.0",
"@microsoft/live-share": "1.0.1",
"@microsoft/live-share-canvas": "1.0.1",
"@microsoft/live-share-media": "1.0.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/uuid": "^9.0.1",
Expand All @@ -32,9 +32,9 @@
},
"peerDependencies": {
"@fluidframework/azure-client": "^1.0.0",
"@microsoft/live-share": "1.0.0",
"@microsoft/live-share-canvas": "1.0.0",
"@microsoft/live-share-media": "1.0.0",
"@microsoft/live-share": "1.0.1",
"@microsoft/live-share-canvas": "1.0.1",
"@microsoft/live-share-media": "1.0.1",
"fluid-framework": "^1.2.3",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
Expand Down
6 changes: 3 additions & 3 deletions packages/live-share-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/live-share-turbo",
"version": "1.0.0-preview.24",
"version": "1.0.1-preview.1",
"description": "Alternative & lightweight way to build collaborative apps using Microsoft's Fluid Framework & Live Share.",
"author": "Microsoft",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -25,7 +25,7 @@
"@fluidframework/test-runtime-utils": "^1.3.6",
"@fluidframework/test-utils": "^1.3.6",
"@fluidframework/test-version-utils": "^1.3.6",
"@microsoft/live-share": "1.0.0",
"@microsoft/live-share": "1.0.1",
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.3",
Expand All @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@fluidframework/azure-client": "^1.0.0",
"@microsoft/live-share": "1.0.0",
"@microsoft/live-share": "1.0.1",
"fluid-framework": "^1.2.3"
},
"repository": {
Expand Down
Loading

0 comments on commit 731df66

Please sign in to comment.