Skip to content

Commit 994dfac

Browse files
committed
release v1.3.0
1 parent 42e8d7e commit 994dfac

4 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v1.3.0
4+
5+
- **improvement** Support key/value variables (@retzkek #48)
6+
- **improvement** Configurable timePath and timeFormat (@retzkek #49)
7+
- **documentation** rewrite examples to use the test data source, which provides
8+
an example server and dashboard that [users can
9+
install](https://github.com/fifemon/graphql-test-source) to learn and
10+
experiment with. (@retzkek #51)
11+
312
## v1.2.0
413

514
- **improvement** Add support for dashboard variable queries (@ggranberry #38)

dist/CHANGELOG.md

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

3+
## v1.3.0
4+
5+
- **improvement** Support key/value variables (@retzkek #48)
6+
- **improvement** Configurable timePath and timeFormat (@retzkek #49)
7+
- **documentation** rewrite examples to use the test data source, which provides
8+
an example server and dashboard that [users can
9+
install](https://github.com/fifemon/graphql-test-source) to learn and
10+
experiment with. (@retzkek #51)
11+
312
## v1.2.0
413

514
- **improvement** Add support for dashboard variable queries (@ggranberry #38)

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{ "name": "DeutscheBahn Arrivals Annotations", "path": "img/db_arrivals_annotations.png"},
2525
{ "name": "GitHub Security Advisories", "path": "img/github_security_advisories.png"}
2626
],
27-
"version": "1.2.0",
27+
"version": "1.3.0",
2828
"updated": "2021-03-16"
2929
},
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-datasource",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Generic GraphQL data source",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)