Skip to content

Commit e21e88d

Browse files
authored
Upgrade to Grafana 8.2.5 (#88)
1 parent 119c5b5 commit e21e88d

File tree

3 files changed

+130
-124
lines changed

3 files changed

+130
-124
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.2.0 (IN PROGRESS)
4+
5+
### Features / Enhancements
6+
7+
- Update to Grafana 8.2.5
8+
39
## 2.1.0 (2021-11-10)
410

511
### Features / Enhancements

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"author": "RedisGrafana",
33
"description": "Redis Application for Grafana",
44
"devDependencies": {
5-
"@grafana/data": "8.2.3",
6-
"@grafana/runtime": "8.2.3",
7-
"@grafana/toolkit": "8.2.3",
8-
"@grafana/ui": "8.2.3",
5+
"@grafana/data": "8.2.5",
6+
"@grafana/runtime": "8.2.5",
7+
"@grafana/toolkit": "8.2.5",
8+
"@grafana/ui": "8.2.5",
99
"@monaco-editor/react": "^4.3.1",
1010
"@types/enzyme": "^3.10.10",
1111
"@types/enzyme-adapter-react-16": "^1.0.6",
@@ -33,5 +33,5 @@
3333
"upgrade": "yarn upgrade --latest",
3434
"watch": "grafana-toolkit plugin:dev --watch"
3535
},
36-
"version": "2.1.0"
36+
"version": "2.2.0"
3737
}

0 commit comments

Comments
 (0)