File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.0.1 (2021-07-07)
4
+
5
+ ### Features / Enhancements
6
+
7
+ - Update Redis Data Source dependency to 1.5.0
8
+
3
9
## 2.0.0 (2021-06-25)
4
10
5
11
### Breaking changes
Original file line number Diff line number Diff line change 33
33
"upgrade" : " yarn upgrade --latest" ,
34
34
"watch" : " grafana-toolkit plugin:dev --watch"
35
35
},
36
- "version" : " 2.0.0 "
36
+ "version" : " 2.0.1 "
37
37
}
Original file line number Diff line number Diff line change 7
7
"id" : " redis-datasource" ,
8
8
"name" : " Redis Data Source" ,
9
9
"type" : " datasource" ,
10
- "version" : " ^1.4 .0"
10
+ "version" : " ^1.5 .0"
11
11
}
12
12
]
13
13
},
16
16
{
17
17
"addToNav" : true ,
18
18
"defaultNav" : true ,
19
- "name" : " Home" ,
20
19
"icon" : " home-alt" ,
20
+ "name" : " Home" ,
21
21
"path" : " /a/redis-app/" ,
22
22
"role" : " Admin" ,
23
23
"type" : " page"
45
45
},
46
46
{
47
47
"addToNav" : true ,
48
- "name" : " Redis Overview" ,
49
48
"icon" : " monitor" ,
49
+ "name" : " Redis Overview" ,
50
50
"path" : " /d/RpSjVqWMz" ,
51
51
"role" : " Admin" ,
52
52
"type" : " page"
53
53
},
54
54
{
55
55
"addToNav" : true ,
56
- "name" : " Redis CLI" ,
57
56
"icon" : " calculator-alt" ,
57
+ "name" : " Redis CLI" ,
58
58
"path" : " /d/_SGxCBNGk" ,
59
59
"role" : " Admin" ,
60
60
"type" : " page"
61
61
},
62
62
{
63
63
"addToNav" : true ,
64
- "name" : " RedisGears" ,
65
64
"icon" : " cog" ,
65
+ "name" : " RedisGears" ,
66
66
"path" : " /d/xFPiNzLMz" ,
67
67
"role" : " Admin" ,
68
68
"type" : " page"
You can’t perform that action at this time.
0 commit comments