diff --git a/.changeset/dirty-peaches-dress.md b/.changeset/dirty-peaches-dress.md deleted file mode 100644 index deeccd5b..00000000 --- a/.changeset/dirty-peaches-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-github-datasource': patch ---- - -Documentation links will open in a new tab diff --git a/.changeset/four-drinks-argue.md b/.changeset/four-drinks-argue.md deleted file mode 100644 index 3236e4f9..00000000 --- a/.changeset/four-drinks-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-github-datasource': patch ---- - -Removed unused annotations method (replaced with new annotations support in [#196](https://github.com/grafana/github-datasource/pull/196)) diff --git a/.changeset/gorgeous-moles-clean.md b/.changeset/gorgeous-moles-clean.md deleted file mode 100644 index e6356acb..00000000 --- a/.changeset/gorgeous-moles-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-github-datasource': patch ---- - -Fixes error parsing app id / client id through provisioning via environment variables. Fixes [#477](https://github.com/grafana/github-datasource/issues/477) diff --git a/.changeset/tricky-parrots-marry.md b/.changeset/tricky-parrots-marry.md deleted file mode 100644 index 524c3c65..00000000 --- a/.changeset/tricky-parrots-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-github-datasource': patch ---- - -Replaced the deprecated `setVariableQueryEditor` with `CustomVariableSupport` diff --git a/CHANGELOG.md b/CHANGELOG.md index ed41aea9..6b10f14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.1.6 + +### Patch Changes + +🐛 Documentation links will open in a new tab +🐛 Removed unused annotations method (replaced with new annotations support in [#196](https://github.com/grafana/github-datasource/pull/196)) +🐛 Fixes error parsing app id / client id through provisioning via environment variables. Fixes [#477](https://github.com/grafana/github-datasource/issues/477) +🐛 Replaced the deprecated `setVariableQueryEditor` with `CustomVariableSupport` + ## 2.1.5 ### Patch Changes diff --git a/package.json b/package.json index 6cf39b47..c94cd096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-github-datasource", - "version": "2.1.5", + "version": "2.1.6", "private": true, "description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.", "repository": "github:grafana/github-datasource",