From 28920d5164b164b579b6cf3203620d6977c6ba65 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Fri, 29 Dec 2023 14:03:43 -0500 Subject: [PATCH] Added nvmrc and updated sample.json --- samples/react-calendar/.nvmrc | 2 +- samples/react-calendar/README.md | 2 +- samples/react-calendar/assets/sample.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/react-calendar/.nvmrc b/samples/react-calendar/.nvmrc index 4a9c19cb5..4ec320b21 100644 --- a/samples/react-calendar/.nvmrc +++ b/samples/react-calendar/.nvmrc @@ -1 +1 @@ -v14.21.3 +v14.17.6 diff --git a/samples/react-calendar/README.md b/samples/react-calendar/README.md index 8c3df4860..e04b9cd8d 100644 --- a/samples/react-calendar/README.md +++ b/samples/react-calendar/README.md @@ -104,7 +104,7 @@ Version|Date|Comments 1.0.5|October 21, 2020|Added Year view 1.0.6|December 3, 2020|Fixed all-day events (#1623) 1.0.7|December 4, 2020|Fixed styling Year view + Dutch localization -1.0.8|December 24, 2020|Fixed timezone difference (#1646) +1.0.8|December 24, 2020|Fixed time zone difference (#1646) 1.0.9|March 16, 2021|Fixed issue deleting events (#1773) 1.0.10|March 27, 2021|Updated prompt message when deleting single v/s multi-event. 1.0.11|May 10, 2021|Optimized page refresh using local storage diff --git a/samples/react-calendar/assets/sample.json b/samples/react-calendar/assets/sample.json index dac2c8f18..09b375d8d 100644 --- a/samples/react-calendar/assets/sample.json +++ b/samples/react-calendar/assets/sample.json @@ -9,7 +9,7 @@ "This Web Part allows you to manage events in a calendar. Uses a list of existing calendars on any website. The location and name of the list and the dates of the events to be displayed are defined in the properties of the web part." ], "creationDateTime": "2020-12-04", - "updateDateTime": "2023-10-05", + "updateDateTime": "2023-12-29", "products": [ "SharePoint" ],