From 175310a7e010740b14e7d3b97454aad58abc5a13 Mon Sep 17 00:00:00 2001 From: Aditya Singh Date: Tue, 23 Jan 2024 09:07:10 +0100 Subject: [PATCH] chore: add screenshot to plugin json --- CHANGELOG.md | 3 ++- package.json | 2 +- src/plugin.json | 11 ++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66edd9a..f57e272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ All notable changes to the "Range Slider Panel" plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.4] - 2024-01-23 +## [1.1.1] - 2024-01-23 - Fix min and max threshold not being displayed +- Add screenshot to plugin.json ## [1.1.0] - 2024-01-23 - Allow only variables of type `textbox` to be selected diff --git a/package.json b/package.json index 8226d9e..0fa2811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-first-plugin", - "version": "1.1.4", + "version": "1.1.1", "description": "Ui for textbox input variable", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/plugin.json b/src/plugin.json index b6fdc97..e97cfd9 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -19,9 +19,14 @@ "url": "https://github.com/Anyline/anyline-rangeslider-panel" } ], - "screenshots": [], - "version": "1.1.4", - "updated": "2024-01-08" + "screenshots": [ + { + "name": "Panel", + "path": "https://github.com/Anyline/anyline-rangeslider-panel/assets/156062632/206268af-7a4c-4ebf-bf75-a607e0949db7" + } + ], + "version": "1.1.1", + "updated": "2024-01-23" }, "dependencies": { "grafanaDependency": ">=10.0.3",