Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Rebuild using 8.5.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored May 2, 2022
1 parent fece275 commit ffcdd72
Show file tree
Hide file tree
Showing 5 changed files with 1,043 additions and 1,014 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log

## 1.5.0 (IN PROGRESS)
## 1.5.0 (2022-05-01)

### Features / Enhancements

- Rebuild using 8.4.3
- Rebuild using 8.4.3 (#11)
- Rebuild using 8.5.1 (#12)

## 1.4.0 (2022-02-17)

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"author": "Volkov Labs",
"description": "Template for a new Grafana panel plugin",
"devDependencies": {
"@grafana/data": "8.4.3",
"@grafana/toolkit": "8.4.3",
"@grafana/ui": "8.4.3",
"@types/enzyme": "^3.10.11",
"@grafana/data": "8.5.1",
"@grafana/runtime": "8.5.1",
"@grafana/toolkit": "8.5.1",
"@grafana/ui": "8.5.1",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6"
Expand Down
17 changes: 16 additions & 1 deletion src/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"info": {
"author": {
"name": "Volkov Labs",
"url": "https://volkovlabs.com"
"url": "https://volkovlabs.io"
},
"description": "Template to create a new Grafana panel plugin",
"keywords": ["template"],
"links": [
{
"name": "Website",
"url": "https://volkovlabs.com"
"url": "https://volkovlabs.io"
}
],
"logos": {
Expand Down
Loading

0 comments on commit ffcdd72

Please sign in to comment.