better versioning
This commit is contained in:
parent
0e4ffc7a1f
commit
b1f7c06ef6
|
@ -41,7 +41,7 @@ Version|Date|Comments
|
||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0|July 14, 2021|Initial release
|
1.0|July 14, 2021|Initial release
|
||||||
1.1|October 14, 2021|Added sorting, static tile width and unique tile colour - [fthorild](https://github.com/fthorild)
|
1.1|October 14, 2021|Added sorting, static tile width and unique tile colour - [fthorild](https://github.com/fthorild)
|
||||||
1.2|March 25, 2022|Added current icon within property pane
|
1.1.1|March 25, 2022|Added current icon within property pane
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"solution": {
|
"solution": {
|
||||||
"name": "Tiles V2 Webpart - Modern",
|
"name": "Tiles V2 Webpart - Modern",
|
||||||
"id": "d56958d6-9eaf-4500-934b-b421c22a7d1f",
|
"id": "d56958d6-9eaf-4500-934b-b421c22a7d1f",
|
||||||
"version": "1.1.0.0",
|
"version": "1.1.1.0",
|
||||||
"skipFeatureDeployment": true,
|
"skipFeatureDeployment": true,
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"isDomainIsolated": false,
|
"isDomainIsolated": false,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tiles",
|
"name": "tiles",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue