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 1f4df22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.5",
"description": "Ui for textbox input variable",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
9 changes: 7 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1f4df22

Please sign in to comment.