diff --git a/samples/react-staffdirectory/README.md b/samples/react-staffdirectory/README.md index 5be2d4b3c..4c8e6385c 100644 --- a/samples/react-staffdirectory/README.md +++ b/samples/react-staffdirectory/README.md @@ -31,7 +31,7 @@ This web part shows the current user's colleagues, and allows the user to search ![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) ![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) ![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) -![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with Microsoft Teams") +![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams") ![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") ## Applies to @@ -45,6 +45,8 @@ Solution|Author(s) --------|--------- react-staffdirectory|Ari Gunawan ([@arigunawan3023](https://twitter.com/arigunawan3023)) react-staffdirectory|João Mendes ([joaojmendes](https://github.com/joaojmendes)) +react-staffdirectory|[Tristian O'brien](https://github.com/tristian2) + ## Version history @@ -53,6 +55,7 @@ Version|Date|Comments -------|----|-------- 1.0.0|February 16, 2021|Initial release 1.0.1|March 28, 2021|Added missing Graph API Permission (User.Read.All) for getting users information +1.0.2|April 14, 2021|Added About Me and Skills ## Disclaimer diff --git a/samples/react-staffdirectory/assets/sample.json b/samples/react-staffdirectory/assets/sample.json index 7e81c3621..b4eeacfc2 100644 --- a/samples/react-staffdirectory/assets/sample.json +++ b/samples/react-staffdirectory/assets/sample.json @@ -9,7 +9,7 @@ "This web part shows the current user\u0027s colleagues, and allows the user to search AD directory, The user can configure the properties to show when expand the user card." ], "created": "2021-03-09", - "modified": "2021-03-28", + "modified": "2021-04-14", "products": [ "SharePoint", "Office" diff --git a/samples/react-staffdirectory/config/package-solution.json b/samples/react-staffdirectory/config/package-solution.json index b29d6c1a4..3fe5023b9 100644 --- a/samples/react-staffdirectory/config/package-solution.json +++ b/samples/react-staffdirectory/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "staff-directory-client-side-solution", "id": "89d7389c-be48-41e9-9f72-5eb9a1099c1f", - "version": "1.0.1.0", + "version": "1.0.2.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, diff --git a/samples/react-staffdirectory/package.json b/samples/react-staffdirectory/package.json index 7161d32bc..7c9ad65ea 100644 --- a/samples/react-staffdirectory/package.json +++ b/samples/react-staffdirectory/package.json @@ -1,6 +1,6 @@ { "name": "staff-directory", - "version": "0.0.1", + "version": "1.0.2", "private": true, "main": "lib/index.js", "engines": {