From 712108b132a46ccf5ad7a819dba1c2b6ad6e582b Mon Sep 17 00:00:00 2001 From: Takashi Shinohara Date: Wed, 12 Jan 2022 10:42:01 +0900 Subject: [PATCH] Updated version to 1.1.0 --- samples/react-star-ratings/README.md | 4 ++-- samples/react-star-ratings/package-lock.json | 2 +- samples/react-star-ratings/package.json | 2 +- .../react-star-ratings/src/webparts/ratings/RatingsWebPart.ts | 2 +- .../src/webparts/ratings/services/SPHttpClientService.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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