Skip to content

Commit f2821dd

Browse files
committed
updated changelog and plugin id
1 parent 98525e4 commit f2821dd

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
## 1.0.0 (Unreleased)
3+
## 0.3.0
44

5-
Initial release.
5+
- Update to Grafana 9

src/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Grafana Button Control Panel
22

3-
[![CircleCI](https://circleci.com/gh/speakyourcode/grafana-button-panel.svg?style=shield)](https://circleci.com/gh/speakyourcode/grafana-button-panel)
4-
[![David Dependency Status](https://david-dm.org/speakyourcode/grafana-button-panel.svg)](https://david-dm.org/speakyourcode/grafana-button-panel)
5-
[![David Dev Dependency Status](https://david-dm.org/speakyourcode/grafana-button-panel/dev-status.svg)](https://david-dm.org/speakyourcode/grafana-button-panel/?type=dev)
6-
[![Known Vulnerabilities](https://snyk.io/test/github/speakyourcode/grafana-button-panel/badge.svg)](https://snyk.io/test/github/speakyourcode/grafana-button-panel)
3+
[![CI](https://github.com/speakyourcode/grafana-button-panel/actions/workflows/ci.yml/badge.svg)](https://github.com/speakyourcode/grafana-button-panel/actions/workflows/ci.yml)
4+
[![Grafana Compatibility](https://github.com/speakyourcode/grafana-button-panel/actions/workflows/is-compatible.yml/badge.svg)](https://github.com/speakyourcode/grafana-button-panel/actions/workflows/is-compatible.yml)
75
[![Maintainability](https://api.codeclimate.com/v1/badges/3d8db85bc1cc2b95d314/maintainability)](https://codeclimate.com/github/speakyourcode/grafana-button-panel/maintainability)
86
[![Test Coverage](https://api.codeclimate.com/v1/badges/3d8db85bc1cc2b95d314/test_coverage)](https://codeclimate.com/github/speakyourcode/grafana-button-panel/test_coverage)
97

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "panel",
4-
"name": "Speakyourcode Button Panel",
5-
"id": "speakyourcode-speakyourcodebutton-panel",
4+
"name": "Button Panel",
5+
"id": "speakyourcode-button-panel",
66
"info": {
77
"keywords": [
88
"panel",

0 commit comments

Comments
 (0)