diff --git a/samples/react-star-ratings/README.md b/samples/react-star-ratings/README.md index 29f2b63a3..ba2d56ba1 100644 --- a/samples/react-star-ratings/README.md +++ b/samples/react-star-ratings/README.md @@ -38,15 +38,15 @@ Enable-PnPFeature -Identity 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 Solution|Author(s) --------|--------- -react-star-ratings | [Takashi Shinohara](https://github.com/karamem0) ([@karamem0](https://twitter.com/karamem0)) +react-star-ratings|[Takashi Shinohara](https://github.com/karamem0) ([@karamem0](https://twitter.com/karamem0)) ## Version history Version|Date|Comments -------|----|-------- +1.1|January 12, 2022|Updated to retrieve values from API 1.0|October 7, 2021|Initial release - ## Help We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. diff --git a/samples/react-star-ratings/package-lock.json b/samples/react-star-ratings/package-lock.json index 86b06f8ee..729adb6f6 100644 --- a/samples/react-star-ratings/package-lock.json +++ b/samples/react-star-ratings/package-lock.json @@ -1,6 +1,6 @@ { "name": "ratings", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/samples/react-star-ratings/package.json b/samples/react-star-ratings/package.json index 3a1e3c81f..5382f79dd 100644 --- a/samples/react-star-ratings/package.json +++ b/samples/react-star-ratings/package.json @@ -1,6 +1,6 @@ { "name": "ratings", - "version": "1.0.0", + "version": "1.1.0", "private": true, "main": "lib/index.js", "scripts": { diff --git a/samples/react-star-ratings/src/webparts/ratings/RatingsWebPart.ts b/samples/react-star-ratings/src/webparts/ratings/RatingsWebPart.ts index d86ad3688..0a11772a5 100644 --- a/samples/react-star-ratings/src/webparts/ratings/RatingsWebPart.ts +++ b/samples/react-star-ratings/src/webparts/ratings/RatingsWebPart.ts @@ -34,7 +34,7 @@ export default class RatingsWebPart extends BaseClientSideWebPart