From 7ff1e02a27eaf872300e28a08d8ca71faff25286 Mon Sep 17 00:00:00 2001 From: Ryan Bliss Date: Tue, 23 May 2023 16:05:50 -0700 Subject: [PATCH] Release v1.0.0 (#609) --- README.md | 11 +-- package-lock.json | 98 +++++++++---------- packages/live-share-canvas/README.md | 11 +-- packages/live-share-canvas/package.json | 6 +- packages/live-share-media/README.md | 11 +-- packages/live-share-media/package.json | 6 +- packages/live-share-react/README.md | 9 +- packages/live-share-react/package.json | 16 +-- packages/live-share-turbo/README.md | 9 +- packages/live-share-turbo/package.json | 6 +- packages/live-share/README.md | 11 +-- packages/live-share/package.json | 2 +- .../javascript/01.dice-roller/package.json | 2 +- .../javascript/02.react-video/package.json | 4 +- .../03.live-canvas-demo/package.json | 4 +- .../04.live-share-react/package.json | 8 +- .../05.dice-roller-turbo/package.json | 4 +- .../21.react-media-template/package.json | 6 +- .../22.react-agile-poker/package.json | 2 +- .../23.react-live-canvas/package.json | 4 +- .../typescript/01.dice-roller/package.json | 2 +- .../03.live-canvas-demo/package.json | 4 +- .../04.live-share-react/package.json | 8 +- .../05.dice-roller-turbo/package.json | 4 +- .../21.react-media-template/package.json | 6 +- .../31.live-canvas-tests/package.json | 4 +- 26 files changed, 114 insertions(+), 144 deletions(-) diff --git a/README.md b/README.md index e321c2f7..7981f5d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Live Share SDK -The Live Share SDK is in preview. You will need to be part of the [Developer Preview Program](https://docs.microsoft.com/microsoftteams/platform/resources/dev-preview/developer-preview-intro) for Microsoft Teams to use this feature. - -The Live Share SDK builds on the [Fluid Framework](https://fluidframework.com/) to enable the creation of collaborative experiences for Microsoft Teams and Microsoft 365. This preview version focuses on building collaborative meeting applications for Microsoft Teams using Fluid. The SDK provides a `LiveShareClient` class for connecting to a special Fluid Container associated with each meeting. A collection of Live Share specific Distributed Data Structure (DDS) classes are also provided to simplify building applications for common meeting scenarios like shared media playback. +The Live Share SDK builds on the [Fluid Framework](https://fluidframework.com/) to enable the creation of collaborative experiences for Microsoft Teams and Microsoft 365. This package focuses on building collaborative meeting applications for Microsoft Teams using Fluid. The SDK provides a `LiveShareClient` class for connecting to a special Fluid Container associated with each meeting. A collection of Live Share specific Distributed Data Structure (DDS) classes are also provided to simplify building applications for common meeting scenarios like shared media playback. To get started, we recommend first familiarizing yourself with the [Fluid Framework](https://fluidframework.com/docs/) and [Live Share overview](https://aka.ms/teamsliveshare). You can then follow our [Quick Start Guide](https://learn.microsoft.com/microsoftteams/platform/apps-in-teams-meetings/teams-live-share-quick-start) to build your first Teams Meeting App that uses Live Share. @@ -16,12 +14,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.23 | ^2.11.0 | ^1.2.3 | 1.0.0-preview.23 (optional) | ^1.0.0 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.10 | ^2.10.1 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | +| ^1.0.0 | ^2.11.0 | ^1.2.3 | ^1.0.0 | ^1.0.0 | ^2.5.0 | ^2.5.0 | ### Dev Dependencies diff --git a/package-lock.json b/package-lock.json index 658543d4..11848cca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12658,7 +12658,7 @@ }, "packages/live-share": { "name": "@microsoft/live-share", - "version": "1.0.0-preview.23", + "version": "1.0.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "uuid": "^9.0.0" @@ -12686,10 +12686,10 @@ }, "packages/live-share-canvas": { "name": "@microsoft/live-share-canvas", - "version": "1.0.0-preview.23", + "version": "1.0.0", "license": "SEE LICENSE IN LICENSE", "devDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^20.2.3", @@ -12700,16 +12700,16 @@ "typescript": "^5.0.4" }, "peerDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "fluid-framework": "^1.2.3" } }, "packages/live-share-media": { "name": "@microsoft/live-share-media", - "version": "1.0.0-preview.23", + "version": "1.0.0", "license": "SEE LICENSE IN LICENSE", "devDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^20.2.3", @@ -12720,16 +12720,16 @@ "typescript": "^5.0.4" }, "peerDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "fluid-framework": "^1.2.3" } }, "packages/live-share-react": { "name": "@microsoft/live-share-react", - "version": "1.0.0-preview.23", + "version": "1.0.0-preview.24", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@microsoft/live-share-turbo": "1.0.0-preview.23", + "@microsoft/live-share-turbo": "1.0.0-preview.24", "url": "^0.11.0", "uuid": "^9.0.0" }, @@ -12737,9 +12737,9 @@ "@babel/core": "^7.21.8", "@fluidframework/azure-client": "^1.1.1", "@fluidframework/test-client-utils": "^1.3.6", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/uuid": "^9.0.1", @@ -12749,9 +12749,9 @@ }, "peerDependencies": { "@fluidframework/azure-client": "^1.0.0", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "fluid-framework": "^1.2.3", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" @@ -12759,7 +12759,7 @@ }, "packages/live-share-turbo": { "name": "@microsoft/live-share-turbo", - "version": "1.0.0-preview.23", + "version": "1.0.0-preview.24", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/register-collection": "^1.3.6" @@ -12770,7 +12770,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-preview.23", + "@microsoft/live-share": "1.0.0", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^20.2.3", @@ -12786,7 +12786,7 @@ }, "peerDependencies": { "@fluidframework/azure-client": "^1.0.0", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "fluid-framework": "^1.2.3" } }, @@ -12796,7 +12796,7 @@ "license": "Microsoft", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, @@ -12818,8 +12818,8 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@microsoft/teams-js": "^2.11.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", @@ -12870,8 +12870,8 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, @@ -12893,10 +12893,10 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", - "@microsoft/live-share-react": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", + "@microsoft/live-share-react": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", @@ -12932,8 +12932,8 @@ "license": "Microsoft", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-turbo": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-turbo": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, @@ -12955,9 +12955,9 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", @@ -12996,7 +12996,7 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "prop-types": "^15.8.1", @@ -13029,8 +13029,8 @@ "license": "MIT", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "react": "^18.2.0", @@ -13062,7 +13062,7 @@ "license": "Microsoft", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, @@ -13081,8 +13081,8 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, @@ -13104,10 +13104,10 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", - "@microsoft/live-share-react": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", + "@microsoft/live-share-react": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", @@ -13143,8 +13143,8 @@ "license": "Microsoft", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-turbo": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-turbo": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, @@ -13166,9 +13166,9 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", @@ -13209,8 +13209,8 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "fluid-framework": "^1.3.6" }, "devDependencies": { diff --git a/packages/live-share-canvas/README.md b/packages/live-share-canvas/README.md index c44e9c5b..e77cda0d 100644 --- a/packages/live-share-canvas/README.md +++ b/packages/live-share-canvas/README.md @@ -103,12 +103,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.23 | ^2.11.0 | ^1.2.3 | 1.0.0-preview.23 (optional) | ^1.0.0 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.10 | ^2.10.1 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | +| ^1.0.0 | ^2.11.0 | ^1.2.3 | ^1.0.0 | ^1.0.0 | ^2.5.0 | ^2.5.0 | ## Contributing @@ -119,11 +114,11 @@ There are several ways you can [contribute](../../CONTRIBUTING.md) to this proje - Engage with other Live Share developers on [StackOverflow](https://stackoverflow.com/questions/tagged/live-share). - [Contribute bug fixes](../../CONTRIBUTING.md). -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact opencode@microsoft.com with any additional questions or comments. +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact with any additional questions or comments. ## Reporting Security Issues -Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/default). +Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at . You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/default). Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/packages/live-share-canvas/package.json b/packages/live-share-canvas/package.json index 67c0c8f9..b4ad7893 100644 --- a/packages/live-share-canvas/package.json +++ b/packages/live-share-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-canvas", - "version": "1.0.0-preview.23", + "version": "1.0.0", "description": "Live Share extension library for collaborative inking.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -14,7 +14,7 @@ "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test" }, "devDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^20.2.3", @@ -25,7 +25,7 @@ "typescript": "^5.0.4" }, "peerDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "fluid-framework": "^1.2.3" }, "repository": { diff --git a/packages/live-share-media/README.md b/packages/live-share-media/README.md index 4b43d2d5..4c8ed2dd 100644 --- a/packages/live-share-media/README.md +++ b/packages/live-share-media/README.md @@ -113,12 +113,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.23 | ^2.11.0 | ^1.2.3 | 1.0.0-preview.23 (optional) | ^1.0.0 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.10 | ^2.10.1 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | +| ^1.0.0 | ^2.11.0 | ^1.2.3 | ^1.0.0 | ^1.0.0 | ^2.5.0 | ^2.5.0 | ## Contributing @@ -129,11 +124,11 @@ There are several ways you can [contribute](../../CONTRIBUTING.md) to this proje - Engage with other Live Share developers on [StackOverflow](https://stackoverflow.com/questions/tagged/live-share). - [Contribute bug fixes](../../CONTRIBUTING.md). -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact opencode@microsoft.com with any additional questions or comments. +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact with any additional questions or comments. ## Reporting Security Issues -Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/default). +Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at . You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/default). Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/packages/live-share-media/package.json b/packages/live-share-media/package.json index 8e5236dd..b919d4c7 100644 --- a/packages/live-share-media/package.json +++ b/packages/live-share-media/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-media", - "version": "1.0.0-preview.23", + "version": "1.0.0", "description": "Live Share classes that synchronize media playback across clients.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -14,7 +14,7 @@ "test:coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test" }, "devDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^20.2.3", @@ -25,7 +25,7 @@ "typescript": "^5.0.4" }, "peerDependencies": { - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "fluid-framework": "^1.2.3" }, "repository": { diff --git a/packages/live-share-react/README.md b/packages/live-share-react/README.md index e420f966..0207aba0 100644 --- a/packages/live-share-react/README.md +++ b/packages/live-share-react/README.md @@ -1,5 +1,7 @@ # Live Share React +**DISCLAIMER:** This package is in preview and experimental. We are not yet committed to maintaining this package and may make breaking changes at any time. Read this package's [license](./LICENSE) for more information. + Live Share React is designed to make building collaborative apps in React simple and intuitive, all using familiar patterns from functional React. Here is a simple example of how to get started: @@ -584,12 +586,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.23 | ^2.11.0 | ^1.2.3 | 1.0.0-preview.23 (optional) | ^1.0.0 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.10 | ^2.10.1 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | +| ^1.0.0 | ^2.11.0 | ^1.2.3 | ^1.0.0 | ^1.0.0 | ^2.5.0 | ^2.5.0 | ## Contributing diff --git a/packages/live-share-react/package.json b/packages/live-share-react/package.json index 492c4a41..9b713fb8 100644 --- a/packages/live-share-react/package.json +++ b/packages/live-share-react/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-react", - "version": "1.0.0-preview.23", + "version": "1.0.0-preview.24", "description": "Build collaborative React apps using Microsoft's Fluid & Live Share frameworks with ease.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -12,7 +12,7 @@ "typecheck": "tsc" }, "dependencies": { - "@microsoft/live-share-turbo": "1.0.0-preview.23", + "@microsoft/live-share-turbo": "1.0.0-preview.24", "url": "^0.11.0", "uuid": "^9.0.0" }, @@ -20,9 +20,9 @@ "@babel/core": "^7.21.8", "@fluidframework/azure-client": "^1.1.1", "@fluidframework/test-client-utils": "^1.3.6", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/uuid": "^9.0.1", @@ -32,9 +32,9 @@ }, "peerDependencies": { "@fluidframework/azure-client": "^1.0.0", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "fluid-framework": "^1.2.3", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" diff --git a/packages/live-share-turbo/README.md b/packages/live-share-turbo/README.md index a062bdc7..757eab67 100644 --- a/packages/live-share-turbo/README.md +++ b/packages/live-share-turbo/README.md @@ -1,6 +1,6 @@ # Microsoft Live Share Turbo -**DISCLAIMER:** This package is in preview and experimental. We are not yet committed to maintaining this package and may make breaking changes at any time. We may decide to move some or all of these features into the main `live-share` package at a future date. +**DISCLAIMER:** This package is in preview and experimental. We are not yet committed to maintaining this package and may make breaking changes at any time. We may decide to move some or all of these features into the main `live-share` package at a future date. Read this package's [license](./LICENSE) for more information. Easily create collaborative apps, powered by [Fluid Framework](https://fluidframework.com/). This package is an experimental, alternative approach to building Fluid & Live Share applications that attempts to make it simpler to use dynamic distributed-data structures. One of the main benefits of Fluid is the efficient, hierarchal, and ultra-fast remote synchronized application state. Vanilla Fluid is highly customizable, allowing you to nest references to DDS objects within other ones. This is powerful but can be cumbersome to work with. By taking a more opinionated stance, Live Share Turbo makes it easy to leverage dynamic objects more easily than ever before. @@ -269,12 +269,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.23 | ^2.11.0 | ^1.2.3 | 1.0.0-preview.23 (optional) | ^1.0.0 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.10 | ^2.10.1 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | +| ^1.0.0 | ^2.11.0 | ^1.2.3 | ^1.0.0 | ^1.0.0 | ^2.5.0 | ^2.5.0 | ## Contributing diff --git a/packages/live-share-turbo/package.json b/packages/live-share-turbo/package.json index 73862930..54d77ac9 100644 --- a/packages/live-share-turbo/package.json +++ b/packages/live-share-turbo/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share-turbo", - "version": "1.0.0-preview.23", + "version": "1.0.0-preview.24", "description": "Alternative & lightweight way to build collaborative apps using Microsoft's Fluid Framework & Live Share.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", @@ -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-preview.23", + "@microsoft/live-share": "1.0.0", "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@types/node": "^20.2.3", @@ -41,7 +41,7 @@ }, "peerDependencies": { "@fluidframework/azure-client": "^1.0.0", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "fluid-framework": "^1.2.3" }, "repository": { diff --git a/packages/live-share/README.md b/packages/live-share/README.md index 876a05d7..0cb44c8f 100644 --- a/packages/live-share/README.md +++ b/packages/live-share/README.md @@ -75,12 +75,7 @@ The Live Share SDK contains dependencies for [@microsoft/teams-js](https://www.n | @microsoft/live-share | @microsoft/teams-js | fluid-framework | @microsoft/live-share-\* | @fluidframework/azure-client | @microsoft/TeamsFx | @microsoft/TeamsFx-react | | --------------------- | -------------------- | --------------- | -------------------------- | ---------------------------- | ------------------------------- | ------------------------------- | -| 1.0.0-preview.23 | ^2.11.0 | ^1.2.3 | 1.0.0-preview.23 (optional) | ^1.0.0 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.10 | ^2.10.1 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.8 | ^2.5.0 | ~1.2.3 | 1.0.0-preview.10 (optional) | ~1.0.2 (optional) | ^2.5.0 (optional) | ^2.5.0 (optional) | -| 1.0.0-preview.3 | 2.0.0-experimental.1 | ~1.2.3 | 1.0.0-preview.3 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.5.1 | 2.0.0-experimental.1 | ~1.2.3 | ~0.5.1 (optional) | ~1.0.2 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | -| ~0.3.1 | 2.0.0-experimental.0 | ~0.59.0 | ~0.3.1 (optional) | ~0.59.0 (optional) | 2.0.0-experimental.0 (optional) | 2.0.0-experimental.0 (optional) | +| ^1.0.0 | ^2.11.0 | ^1.2.3 | ^1.0.0 | ^1.0.0 | ^2.5.0 | ^2.5.0 | ## Contributing @@ -91,11 +86,11 @@ There are several ways you can [contribute](../../CONTRIBUTING.md) to this proje - Engage with other Live Share developers on [StackOverflow](https://stackoverflow.com/questions/tagged/live-share). - [Contribute bug fixes](../../CONTRIBUTING.md). -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact opencode@microsoft.com with any additional questions or comments. +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact with any additional questions or comments. ## Reporting Security Issues -Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/default). +Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at . You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the [MSRC PGP](https://technet.microsoft.com/security/dn606155) key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/default). Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/packages/live-share/package.json b/packages/live-share/package.json index a98457ed..4ed4c1ed 100644 --- a/packages/live-share/package.json +++ b/packages/live-share/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/live-share", - "version": "1.0.0-preview.23", + "version": "1.0.0", "description": "Building collaborative experiences for Microsoft Teams and M365 using Fluid.", "author": "Microsoft", "license": "SEE LICENSE IN LICENSE", diff --git a/samples/javascript/01.dice-roller/package.json b/samples/javascript/01.dice-roller/package.json index 17e48111..7dc69df1 100644 --- a/samples/javascript/01.dice-roller/package.json +++ b/samples/javascript/01.dice-roller/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, diff --git a/samples/javascript/02.react-video/package.json b/samples/javascript/02.react-video/package.json index 7a779128..8c008739 100644 --- a/samples/javascript/02.react-video/package.json +++ b/samples/javascript/02.react-video/package.json @@ -11,8 +11,8 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@microsoft/teams-js": "^2.11.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/samples/javascript/03.live-canvas-demo/package.json b/samples/javascript/03.live-canvas-demo/package.json index d2b7916c..82894273 100644 --- a/samples/javascript/03.live-canvas-demo/package.json +++ b/samples/javascript/03.live-canvas-demo/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, diff --git a/samples/javascript/04.live-share-react/package.json b/samples/javascript/04.live-share-react/package.json index 7ece8622..c46c54ba 100644 --- a/samples/javascript/04.live-share-react/package.json +++ b/samples/javascript/04.live-share-react/package.json @@ -9,10 +9,10 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-react": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-media": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-react": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", diff --git a/samples/javascript/05.dice-roller-turbo/package.json b/samples/javascript/05.dice-roller-turbo/package.json index 9f30b9b5..bc1ec3da 100644 --- a/samples/javascript/05.dice-roller-turbo/package.json +++ b/samples/javascript/05.dice-roller-turbo/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-turbo": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-turbo": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, diff --git a/samples/javascript/21.react-media-template/package.json b/samples/javascript/21.react-media-template/package.json index 92228a1c..40b4bb11 100644 --- a/samples/javascript/21.react-media-template/package.json +++ b/samples/javascript/21.react-media-template/package.json @@ -9,9 +9,9 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", diff --git a/samples/javascript/22.react-agile-poker/package.json b/samples/javascript/22.react-agile-poker/package.json index 703d505a..852583a5 100644 --- a/samples/javascript/22.react-agile-poker/package.json +++ b/samples/javascript/22.react-agile-poker/package.json @@ -9,7 +9,7 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "prop-types": "^15.8.1", diff --git a/samples/javascript/23.react-live-canvas/package.json b/samples/javascript/23.react-live-canvas/package.json index 152803f1..e5d0a343 100644 --- a/samples/javascript/23.react-live-canvas/package.json +++ b/samples/javascript/23.react-live-canvas/package.json @@ -5,8 +5,8 @@ "author": "Microsoft", "license": "MIT", "dependencies": { - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "@microsoft/teams-js": "^2.11.0", "@fluidframework/azure-client": "^1.1.1", "fluid-framework": "^1.3.6", diff --git a/samples/typescript/01.dice-roller/package.json b/samples/typescript/01.dice-roller/package.json index 369adfea..f192a410 100644 --- a/samples/typescript/01.dice-roller/package.json +++ b/samples/typescript/01.dice-roller/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, diff --git a/samples/typescript/03.live-canvas-demo/package.json b/samples/typescript/03.live-canvas-demo/package.json index 0f6ad05c..b43e7e6f 100644 --- a/samples/typescript/03.live-canvas-demo/package.json +++ b/samples/typescript/03.live-canvas-demo/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, diff --git a/samples/typescript/04.live-share-react/package.json b/samples/typescript/04.live-share-react/package.json index 82de1117..ceaea169 100644 --- a/samples/typescript/04.live-share-react/package.json +++ b/samples/typescript/04.live-share-react/package.json @@ -9,10 +9,10 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-react": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-media": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-react": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", diff --git a/samples/typescript/05.dice-roller-turbo/package.json b/samples/typescript/05.dice-roller-turbo/package.json index da984357..b276bdd5 100644 --- a/samples/typescript/05.dice-roller-turbo/package.json +++ b/samples/typescript/05.dice-roller-turbo/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-turbo": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-turbo": "1.0.0-preview.24", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6" }, diff --git a/samples/typescript/21.react-media-template/package.json b/samples/typescript/21.react-media-template/package.json index 0e6910e9..8fb34c7f 100644 --- a/samples/typescript/21.react-media-template/package.json +++ b/samples/typescript/21.react-media-template/package.json @@ -9,9 +9,9 @@ "@fluentui/react-icons": "^2.0.202", "@fluentui/react-theme": "^9.1.5", "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", - "@microsoft/live-share-media": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", + "@microsoft/live-share-media": "1.0.0", "@microsoft/teams-js": "^2.11.0", "fluid-framework": "^1.3.6", "lodash": "^4.17.21", diff --git a/samples/typescript/31.live-canvas-tests/package.json b/samples/typescript/31.live-canvas-tests/package.json index 6b6b5ba1..46c36328 100644 --- a/samples/typescript/31.live-canvas-tests/package.json +++ b/samples/typescript/31.live-canvas-tests/package.json @@ -16,8 +16,8 @@ }, "dependencies": { "@fluidframework/azure-client": "^1.1.1", - "@microsoft/live-share": "1.0.0-preview.23", - "@microsoft/live-share-canvas": "1.0.0-preview.23", + "@microsoft/live-share": "1.0.0", + "@microsoft/live-share-canvas": "1.0.0", "fluid-framework": "^1.3.6" }, "devDependencies": {