We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63975f commit a4f681cCopy full SHA for a4f681c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [1.7.3]
4
+
5
+- **Fix** - Fix error in `Packages` query where no package type was initially selected
6
+- **Chore** - Update documentation
7
+- **Chore** - Bump grafana-plugin-sdk-go to v0.241.0
8
+- **Chore** - Mark downstream errors
9
10
## [1.7.2]
11
12
- **Chore** - Bump grafana-plugin-sdk-go to v0.240.0
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-github-datasource",
- "version": "1.7.2",
+ "version": "1.7.3",
"private": true,
"description": "loads data from github issues/Pr's to Grafana",
"repository": "github:grafana/github-datasource",
0 commit comments