update readme and version number

This commit is contained in:
a1mery 2023-07-11 23:03:40 +02:00
parent 39795c78e2
commit 89592b2052
4 changed files with 4 additions and 3 deletions

View File

@ -50,6 +50,7 @@ Microsoft Graph permission:
| Version | Date | Comments |
| ------- | ---------------- | --------------- |
| 1.0 | March 23, 2023 | Initial release |
| 2.0 | July 11, 2023 | Add minor features|

View File

@ -3,7 +3,7 @@
"solution": {
"name": "react-graph-webpart-report-client-side-solution",
"id": "d5339db5-8abe-451a-8afe-57a16de5d286",
"version": "1.0.0.0",
"version": "2.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,

View File

@ -1,6 +1,6 @@
{
"name": "react-graph-webpart-report",
"version": "0.0.1",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "react-graph-webpart-report",
"version": "0.0.1",
"version": "2.0.0",
"private": true,
"engines": {
"node": ">=16.13.0 <17.0.0"