Update solution version and README accordingly

This commit is contained in:
Hugo Bernier 2021-02-18 17:37:06 -05:00
parent 181506ab91
commit abe4ac30a9
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
## Summary ## Summary
This web part allows user create a navigation menu , grouped by any column of document library. This web part allows user create a navigation menu , grouped by any column of document library.
When the user clicks on the header it dynamically load documents. When the user clicks on the header it dynamically load documents.
![ListItemsMenu](./assets/ListMenuDocs.gif) ![ListItemsMenu](./assets/ListMenuDocs.gif)
@ -51,6 +51,7 @@ React List Items Menu |[João Mendes](https://github.com/joaojmendes) ([@joaojme
Version|Date|Comments Version|Date|Comments
-------|----|-------- -------|----|--------
1.0.0|November 20, 2020|Initial release 1.0.0|November 20, 2020|Initial release
1.0.1|February 18, 2021|Added support for metadata columns
## Disclaimer ## Disclaimer

View File

@ -3,7 +3,7 @@
"solution": { "solution": {
"name": "react-list-items-menu-client-side-solution", "name": "react-list-items-menu-client-side-solution",
"id": "8b4a758d-a968-4e7c-a949-b42e7dd5ad14", "id": "8b4a758d-a968-4e7c-a949-b42e7dd5ad14",
"version": "1.0.0.0", "version": "1.0.1.0",
"includeClientSideAssets": true, "includeClientSideAssets": true,
"skipFeatureDeployment": true, "skipFeatureDeployment": true,
"isDomainIsolated": false, "isDomainIsolated": false,

View File

@ -1,6 +1,6 @@
{ {
"name": "react-list-items-menu", "name": "react-list-items-menu",
"version": "0.0.1", "version": "1.0.1",
"private": true, "private": true,
"main": "lib/index.js", "main": "lib/index.js",
"engines": { "engines": {