mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 07:49:47 +00:00
fix: set version to 0.3.1
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.1
|
||||
|
||||
- Fix to work in Grafana 7.1.0
|
||||
|
||||
## v0.3.0
|
||||
|
||||
- Tooltip freeze on click
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
* Tested with Grafana:
|
||||
- 5.4.3
|
||||
- 6.3, 6.6, 6.7
|
||||
- 7.0
|
||||
- 7.0, 7.1
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Vendored
+4
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v0.3.1
|
||||
|
||||
- Fix to work in Grafana 7.1.0
|
||||
|
||||
## v0.3.0
|
||||
|
||||
- Tooltip freeze on click
|
||||
|
||||
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
||||
* Tested with Grafana:
|
||||
- 5.4.3
|
||||
- 6.3, 6.6, 6.7
|
||||
- 7.0
|
||||
- 7.0, 7.1
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -24,8 +24,8 @@
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.3.0",
|
||||
"updated": "2020-07-14"
|
||||
"version": "0.3.1",
|
||||
"updated": "2020-07-21"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
+2
-2
@@ -24,8 +24,8 @@
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.3.0",
|
||||
"updated": "2020-07-14"
|
||||
"version": "0.3.1",
|
||||
"updated": "2020-07-21"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user