Skip to content

Commit

Permalink
chore: add screenshot to plugin json
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasingh-anyline committed Jan 23, 2024
1 parent 3aad608 commit 175310a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 8 additions & 3 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 175310a

Please sign in to comment.