This repository was archived by the owner on Mar 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +950
-970
lines changed Expand file tree Collapse file tree 5 files changed +950
-970
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 1.3.0 (IN PROGRESS )
3
+ ## 1.3.0 (2022-05-01 )
4
4
5
5
### Features / Enhancements
6
6
7
7
- Rebuild using 8.4.3 (#7 )
8
- - Remove Enable/Disable Config buttons, update README
8
+ - Remove Enable/Disable Config buttons, update README ( # 8 )
9
9
10
10
## 1.2.0 (2022-02-17)
11
11
Original file line number Diff line number Diff line change 2
2
"author" : " Volkov Labs" ,
3
3
"description" : " Template for a new Grafana application plugin" ,
4
4
"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 " ,
10
10
"@types/enzyme-adapter-react-16" : " ^1.0.6" ,
11
11
"enzyme" : " ^3.11.0" ,
12
12
"enzyme-adapter-react-16" : " ^1.15.6"
Original file line number Diff line number Diff line change 8
8
"info" : {
9
9
"author" : {
10
10
"name" : " Volkov Labs" ,
11
- "url" : " https://volkovlabs.com "
11
+ "url" : " https://volkovlabs.io "
12
12
},
13
13
"description" : " Template to create a new Grafana application plugin" ,
14
14
"keywords" : [" template" ],
15
15
"links" : [
16
16
{
17
17
"name" : " Website" ,
18
- "url" : " https://volkovlabs.com "
18
+ "url" : " https://volkovlabs.io "
19
19
}
20
20
],
21
21
"logos" : {
You can’t perform that action at this time.
0 commit comments