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

Commit ad2945c

Browse files
committed
Rebuild using 8.5.1
1 parent b3ee953 commit ad2945c

File tree

5 files changed

+950
-970
lines changed

5 files changed

+950
-970
lines changed

CHANGELOG.md

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

3-
## 1.3.0 (IN PROGRESS)
3+
## 1.3.0 (2022-05-01)
44

55
### Features / Enhancements
66

77
- Rebuild using 8.4.3 (#7)
8-
- Remove Enable/Disable Config buttons, update README
8+
- Remove Enable/Disable Config buttons, update README (#8)
99

1010
## 1.2.0 (2022-02-17)
1111

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"author": "Volkov Labs",
33
"description": "Template for a new Grafana application plugin",
44
"devDependencies": {
5-
"@grafana/data": "8.4.4",
6-
"@grafana/runtime": "8.4.4",
7-
"@grafana/toolkit": "8.4.4",
8-
"@grafana/ui": "8.4.4",
9-
"@types/enzyme": "^3.10.11",
5+
"@grafana/data": "8.5.1",
6+
"@grafana/runtime": "8.5.1",
7+
"@grafana/toolkit": "8.5.1",
8+
"@grafana/ui": "8.5.1",
9+
"@types/enzyme": "^3.10.12",
1010
"@types/enzyme-adapter-react-16": "^1.0.6",
1111
"enzyme": "^3.11.0",
1212
"enzyme-adapter-react-16": "^1.15.6"

src/img/logo.svg

Lines changed: 35 additions & 45 deletions
Loading

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"info": {
99
"author": {
1010
"name": "Volkov Labs",
11-
"url": "https://volkovlabs.com"
11+
"url": "https://volkovlabs.io"
1212
},
1313
"description": "Template to create a new Grafana application plugin",
1414
"keywords": ["template"],
1515
"links": [
1616
{
1717
"name": "Website",
18-
"url": "https://volkovlabs.com"
18+
"url": "https://volkovlabs.io"
1919
}
2020
],
2121
"logos": {

0 commit comments

Comments
 (0)