From d4ad74fbdf58d3626a02ae11ea2892e957b5c062 Mon Sep 17 00:00:00 2001 From: Milan Holemans Date: Thu, 7 Apr 2022 23:59:20 +0200 Subject: [PATCH] Fixed typos + updated readme --- samples/react-birthdays/README.md | 16 ++++++++-------- .../react-birthdays/config/package-solution.json | 8 ++++---- samples/react-birthdays/package-lock.json | 2 +- samples/react-birthdays/package.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/samples/react-birthdays/README.md b/samples/react-birthdays/README.md index 825d63996..83c708017 100644 --- a/samples/react-birthdays/README.md +++ b/samples/react-birthdays/README.md @@ -17,8 +17,8 @@ But you can synchronize the Birthdays list with other applications HR Systems, o ## Compatibility -![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg) -![Node.js v14 | v12 | v10](https://img.shields.io/badge/Node.js-v14%20%7C%20v12%20%7C%20v10-green.svg) +![SPFx 1.14.0](https://img.shields.io/badge/SPFx-1.14.0-green.svg) +![Node.js v14 | v12](https://img.shields.io/badge/Node.js-v14%20|%20v12-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") ![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") @@ -36,11 +36,11 @@ Existing list in tenant root site, with the Title "Birthdays" and columns: Column Internal Name|Type|Required| comments --------------------|----|--------|---------- -JobTitle| Text| no| -Birthday| DateTime | true| -userAADGUID| Text| no | required if used Azure Function to get Birthdays from AAD -Title| Text| true -email| Text| true +JobTitle | Text| no +Birthday | DateTime | true +userAADGUID | Text | no | required if used Azure Function to get Birthdays from AAD +Title | Text | true +email | Text | true > **IMPORTANT:** Create index on column "Birthday". @@ -58,7 +58,7 @@ Version|Date|Comments 1.0.0|November 6, 2018|Initial release 1.1.0|July 23, 2019 | new version 2.0.0|June 16, 2021 | Upgraded to SPFx 1.12.1 -3.0.0|April 6, 2022 | Upgraded to SPFx 1.14.0 +3.0.0|April 7, 2022 | Upgraded to SPFx 1.14.0 ## Minimal Path to Awesome diff --git a/samples/react-birthdays/config/package-solution.json b/samples/react-birthdays/config/package-solution.json index f3b392a3c..8901be58c 100644 --- a/samples/react-birthdays/config/package-solution.json +++ b/samples/react-birthdays/config/package-solution.json @@ -16,10 +16,10 @@ }, "metadata": { "shortDescription": { - "default": "birthdays-anniversay" + "default": "birthdays-anniversary" }, "longDescription": { - "default": "birthdays-anniversay" + "default": "birthdays-anniversary" }, "screenshotPaths": [], "videoUrl": "", @@ -27,8 +27,8 @@ }, "features": [ { - "title": "birthdays-anniversay Feature", - "description": "The feature that activates elements of the birthdays-anniversay solution.", + "title": "birthdays-anniversary Feature", + "description": "The feature that activates elements of the birthdays-anniversary solution.", "id": "22eb0871-ae82-49b1-8d14-9dd9e1ec4d30", "version": "3.0.0.0" } diff --git a/samples/react-birthdays/package-lock.json b/samples/react-birthdays/package-lock.json index a1b85385b..19d3af99a 100644 --- a/samples/react-birthdays/package-lock.json +++ b/samples/react-birthdays/package-lock.json @@ -1,5 +1,5 @@ { - "name": "birthdays-anniversay", + "name": "birthdays-anniversary", "version": "2.0.0", "lockfileVersion": 1, "requires": true, diff --git a/samples/react-birthdays/package.json b/samples/react-birthdays/package.json index 8d83405e3..4727d37c9 100644 --- a/samples/react-birthdays/package.json +++ b/samples/react-birthdays/package.json @@ -1,5 +1,5 @@ { - "name": "birthdays-anniversay", + "name": "birthdays-anniversary", "version": "2.0.0", "private": true, "main": "lib/index.js",