Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit f7b32fb

Browse files
committed
release 1.3.5
1 parent 418f8e0 commit f7b32fb

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ This plugin requires node 6.10.0
170170

171171
### Changelog
172172

173+
1.3.5
174+
- Fix for dropdowns in query editor to allow writing template variables (broke due to change in Grafana).
175+
173176
1.3.4
174177
- Adds support for With Credentials (sends grafana cookies with request) when using Direct mode
175178
- Fix for the typeahead component for metrics dropdown (/search endpoint).

dist/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ This plugin requires node 6.10.0
160160

161161
### Changelog
162162

163+
1.3.5
164+
- Fix for dropdowns in query editor to allow writing template variables (broke due to change in Grafana).
165+
163166
1.3.4
164167
- Adds support for With Credentials (sends grafana cookies with request) when using Direct mode
165168
- Fix for the typeahead component for metrics dropdown (/search endpoint).

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{"name": "GitHub", "url": "https://github.com/grafana/simple-json-datasource"},
2525
{"name": "MIT License", "url": "https://github.com/grafana/simple-json-datasource/blob/master/LICENSE"}
2626
],
27-
"version": "1.3.4",
28-
"updated": "2017-05-10"
27+
"version": "1.3.5",
28+
"updated": "2017-09-21"
2929
},
3030

3131
"dependencies": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
{"name": "GitHub", "url": "https://github.com/grafana/simple-json-datasource"},
2525
{"name": "MIT License", "url": "https://github.com/grafana/simple-json-datasource/blob/master/LICENSE"}
2626
],
27-
"version": "1.3.4",
28-
"updated": "2017-05-10"
27+
"version": "1.3.5",
28+
"updated": "2017-09-21"
2929
},
3030

3131
"dependencies": {

0 commit comments

Comments
 (0)