diff --git a/samples/react-calendar/README.md b/samples/react-calendar/README.md index 0c556e8c5..9f4100367 100644 --- a/samples/react-calendar/README.md +++ b/samples/react-calendar/README.md @@ -138,6 +138,7 @@ Version|Date|Comments 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 +1.0.12|June 21, 2021|Fixes overlap with Year-view and the comment section by adding a vertical scrollbar. ## Minimal Path to Awesome diff --git a/samples/react-calendar/assets/sample.json b/samples/react-calendar/assets/sample.json index 96e90ab38..bdc487b40 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": "2021-03-27", + "updateDateTime": "2021-06-21", "products": [ "SharePoint", "Office" diff --git a/samples/react-calendar/config/package-solution.json b/samples/react-calendar/config/package-solution.json index ec3961178..c64027906 100644 --- a/samples/react-calendar/config/package-solution.json +++ b/samples/react-calendar/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "react-calendar-client-side-solution", "id": "3a13208b-3874-4036-9262-4edd22e88187", - "version": "1.0.10.0", + "version": "1.0.12.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false diff --git a/samples/react-calendar/package.json b/samples/react-calendar/package.json index d0ce36918..ddcb7c74f 100644 --- a/samples/react-calendar/package.json +++ b/samples/react-calendar/package.json @@ -1,7 +1,7 @@ { "name": "react-calendar", "main": "lib/index.js", - "version": "1.0.10", + "version": "1.0.12", "private": true, "engines": { "node": ">=0.10.0"