From f4fe00c7c5658f7e4f7c5845fcd633855af27e53 Mon Sep 17 00:00:00 2001 From: Mohammad Amer Date: Fri, 28 Jun 2024 10:28:44 +0300 Subject: [PATCH] updated solution package and README file #5175 #3660 --- samples/react-calendar/README.md | 1 + samples/react-calendar/config/package-solution.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/react-calendar/README.md b/samples/react-calendar/README.md index e04b9cd8d1..542401aae9 100644 --- a/samples/react-calendar/README.md +++ b/samples/react-calendar/README.md @@ -115,6 +115,7 @@ Version|Date|Comments 1.0.16|December 21, 2021|Upgraded to SPFx 1.12.1 1.0.17|October 25, 2022|Fixed issue deleting events (#2693) 1.0.18|December 29, 2022|Fixed stylelint issue (#4029)| Cleaned up old Type script versions and Upgraded Type script version +1.0.19|June 28, 2024| added filter by category | fixed the packages.json issues which prevent solution to build successfully. ## Minimal Path to Awesome diff --git a/samples/react-calendar/config/package-solution.json b/samples/react-calendar/config/package-solution.json index 57cc3c5a76..37e9fa2b73 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.18.0", + "version": "1.0.19.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false