Skip to content

Commit

Permalink
update versions & add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrinaTurner committed Aug 15, 2022
1 parent 99c7b07 commit d63b56b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to this project will be documented in this file.

## v1.0.0
## v1.0.2

Initial Release
Initial Release to Grafana
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netsage-bumpchart-panel",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bump Chart Panel Plugin",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
28 changes: 20 additions & 8 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,40 @@
"type": "panel",
"name": "Bump Chart Panel",
"id": "netsage-bumpchart-panel",

"info": {
"description": "Bump Chart Panel Plugin",
"author": {
"name": "Katrina Turner"
},
"keywords": ["panel", "template"],
"keywords": [
"panel",
"template"
],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{"name": "Website", "url": "https://github.com/grafana/simple-react-panel"},
{"name": "License", "url": "https://github.com/grafana/simple-react-panel/blob/master/LICENSE"}
{
"name": "Website",
"url": "https://github.com/grafana/simple-react-panel"
},
{
"name": "License",
"url": "https://github.com/grafana/simple-react-panel/blob/master/LICENSE"
}
],
"screenshots": [
{
"name": "bumpchart",
"path": "img/Bumpchart-ex.png"
}
],
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
},

"dependencies": {
"grafanaDependency": ">=7.0.0",
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}
}

0 comments on commit d63b56b

Please sign in to comment.