Fixed readme and package version
This commit is contained in:
parent
7ae0ee59c5
commit
2be019f4c8
|
@ -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)
|
![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)
|
![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)
|
![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")
|
![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
|
## Applies to
|
||||||
|
@ -45,6 +45,8 @@ Solution|Author(s)
|
||||||
--------|---------
|
--------|---------
|
||||||
react-staffdirectory|Ari Gunawan ([@arigunawan3023](https://twitter.com/arigunawan3023))
|
react-staffdirectory|Ari Gunawan ([@arigunawan3023](https://twitter.com/arigunawan3023))
|
||||||
react-staffdirectory|João Mendes ([joaojmendes](https://github.com/joaojmendes))
|
react-staffdirectory|João Mendes ([joaojmendes](https://github.com/joaojmendes))
|
||||||
|
react-staffdirectory|[Tristian O'brien](https://github.com/tristian2)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
@ -53,6 +55,7 @@ Version|Date|Comments
|
||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0.0|February 16, 2021|Initial release
|
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.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
|
## Disclaimer
|
||||||
|
|
||||||
|
|
|
@ -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."
|
"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",
|
"created": "2021-03-09",
|
||||||
"modified": "2021-03-28",
|
"modified": "2021-04-14",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint",
|
"SharePoint",
|
||||||
"Office"
|
"Office"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "staff-directory-client-side-solution",
|
"name": "staff-directory-client-side-solution",
|
||||||
"id": "89d7389c-be48-41e9-9f72-5eb9a1099c1f",
|
"id": "89d7389c-be48-41e9-9f72-5eb9a1099c1f",
|
||||||
"version": "1.0.1.0",
|
"version": "1.0.2.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"skipFeatureDeployment": true,
|
"skipFeatureDeployment": true,
|
||||||
"isDomainIsolated": false,
|
"isDomainIsolated": false,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "staff-directory",
|
"name": "staff-directory",
|
||||||
"version": "0.0.1",
|
"version": "1.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue