diff --git a/samples/react-rss-reader/README.md b/samples/react-rss-reader/README.md index 6eec27d001..08b4f98c80 100644 --- a/samples/react-rss-reader/README.md +++ b/samples/react-rss-reader/README.md @@ -61,6 +61,7 @@ Version|Date|Comments 1.0.4 | May 25, 2023 | Fixed direct request issues 1.1.0 | February 6, 2024 | Upgraded to SPFx 1.18.2 1.2.0 | October 30, 2024 | Upgraded to SPFx 1.20.0 +1.2.1 | November 20, 2024 | Fixed a bug where loading message doesn't disappear when RSS feed doesn't contain any items. ## Minimal Path to Awesome @@ -74,7 +75,7 @@ Version|Date|Comments - `npm install` - `gulp serve` -- To bundle and package the installable *.sppkg*, run: +- To bundle and package the installable `.sppkg`, run: - `gulp bundle --ship` - `gulp package-solution --ship` diff --git a/samples/react-rss-reader/assets/sample.json b/samples/react-rss-reader/assets/sample.json index 1ed42b00c8..0cd9ca444e 100644 --- a/samples/react-rss-reader/assets/sample.json +++ b/samples/react-rss-reader/assets/sample.json @@ -9,7 +9,7 @@ "A RSS Reader original based on work completed by Olivier Carpentier\u0027s" ], "creationDateTime": "2020-11-22", - "updateDateTime": "2024-10-30", + "updateDateTime": "2024-11-20", "products": [ "SharePoint" ],