Skip to content

Commit 3cafb6d

Browse files
authored
Update Redis Data Source dependency to 1.5.0 (#77)
1 parent 3b94410 commit 3cafb6d

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.1 (2021-07-07)
4+
5+
### Features / Enhancements
6+
7+
- Update Redis Data Source dependency to 1.5.0
8+
39
## 2.0.0 (2021-06-25)
410

511
### Breaking changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"upgrade": "yarn upgrade --latest",
3434
"watch": "grafana-toolkit plugin:dev --watch"
3535
},
36-
"version": "2.0.0"
36+
"version": "2.0.1"
3737
}

src/plugin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "redis-datasource",
88
"name": "Redis Data Source",
99
"type": "datasource",
10-
"version": "^1.4.0"
10+
"version": "^1.5.0"
1111
}
1212
]
1313
},
@@ -16,8 +16,8 @@
1616
{
1717
"addToNav": true,
1818
"defaultNav": true,
19-
"name": "Home",
2019
"icon": "home-alt",
20+
"name": "Home",
2121
"path": "/a/redis-app/",
2222
"role": "Admin",
2323
"type": "page"
@@ -45,24 +45,24 @@
4545
},
4646
{
4747
"addToNav": true,
48-
"name": "Redis Overview",
4948
"icon": "monitor",
49+
"name": "Redis Overview",
5050
"path": "/d/RpSjVqWMz",
5151
"role": "Admin",
5252
"type": "page"
5353
},
5454
{
5555
"addToNav": true,
56-
"name": "Redis CLI",
5756
"icon": "calculator-alt",
57+
"name": "Redis CLI",
5858
"path": "/d/_SGxCBNGk",
5959
"role": "Admin",
6060
"type": "page"
6161
},
6262
{
6363
"addToNav": true,
64-
"name": "RedisGears",
6564
"icon": "cog",
65+
"name": "RedisGears",
6666
"path": "/d/xFPiNzLMz",
6767
"role": "Admin",
6868
"type": "page"

0 commit comments

Comments
 (0)