Skip to content

Commit 5fe6450

Browse files
authored
Release v2.1.6 (#480)
1 parent f15c68c commit 5fe6450

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/dirty-peaches-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-drinks-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-moles-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-parrots-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.1.6
4+
5+
### Patch Changes
6+
7+
🐛 Documentation links will open in a new tab
8+
🐛 Removed unused annotations method (replaced with new annotations support in [#196](https://github.com/grafana/github-datasource/pull/196))
9+
🐛 Fixes error parsing app id / client id through provisioning via environment variables. Fixes [#477](https://github.com/grafana/github-datasource/issues/477)
10+
🐛 Replaced the deprecated `setVariableQueryEditor` with `CustomVariableSupport`
11+
312
## 2.1.5
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-github-datasource",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"private": true,
55
"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.",
66
"repository": "github:grafana/github-datasource",

0 commit comments

Comments
 (0)