Skip to content

Commit

Permalink
Update to Grafana 8.2.5 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Nov 19, 2021
1 parent 919866b commit 3803487
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 170 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.0 (IN PROGRESS)

### Features / Enhancements

- Upgrade to Grafana 8.2.5

## 2.0.0 (2021-11-10)

### Breaking changes
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"author": "RedisGrafana",
"description": "Redis Data Source for Grafana",
"devDependencies": {
"@grafana/data": "8.2.3",
"@grafana/runtime": "8.2.3",
"@grafana/toolkit": "8.2.3",
"@grafana/ui": "8.2.3",
"@grafana/data": "8.2.5",
"@grafana/runtime": "8.2.5",
"@grafana/toolkit": "8.2.5",
"@grafana/ui": "8.2.5",
"@types/enzyme": "^3.10.10",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/lodash": "4.14.176",
"@types/lodash": "4.14.177",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"rxjs": "7.3.0",
Expand Down Expand Up @@ -38,5 +38,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "2.0.0"
"version": "2.1.0"
}
Loading

0 comments on commit 3803487

Please sign in to comment.