From 1f4df22f3a9c1a3159b89896cfcfcb9775ba2783 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 | 9 +++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66edd9a..ee3f853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.5] - 2024-01-23 +- Add screenshot to plugin.json + ## [1.1.4] - 2024-01-23 - Fix min and max threshold not being displayed diff --git a/package.json b/package.json index 8226d9e..7a5e9b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-first-plugin", - "version": "1.1.4", + "version": "1.1.5", "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..9725f6f 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -19,8 +19,13 @@ "url": "https://github.com/Anyline/anyline-rangeslider-panel" } ], - "screenshots": [], - "version": "1.1.4", + "screenshots": [ + { + "name": "Panel", + "path": "https://github.com/Anyline/anyline-rangeslider-panel/assets/156062632/206268af-7a4c-4ebf-bf75-a607e0949db7" + } + ], + "version": "1.1.5", "updated": "2024-01-08" }, "dependencies": {