This repository was archived by the owner on Mar 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +323
-302
lines changed
Expand file tree Collapse file tree 6 files changed +323
-302
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Go environment
2222 uses : actions/setup-go@v2
2323 with :
24- go-version : " 1.15 "
24+ go-version : " 1.16 "
2525
2626 - name : Get yarn cache directory path
2727 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 2020 - name : Setup Go environment
2121 uses : actions/setup-go@v2
2222 with :
23- go-version : " 1.15 "
23+ go-version : " 1.16 "
2424
2525 - name : Get yarn cache directory path
2626 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 2.0.0 (IN PROGRESS )
3+ ## 2.0.0 (2022-06-16 )
44
55### Features / Enhancements
66
77- Rebuild using 9.0.0-beta3 (#13 )
8+ - Rebuild using 9.0.0 (#14 )
89
910## 1.5.0 (2022-05-01)
1011
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.4'
33services :
44 grafana :
55 container_name : grafana
6- image : grafana/grafana:9.0.0-beta3
6+ image : grafana/grafana:9.0.0
77 ports :
88 - 3000:3000/tcp
99 environment :
Original file line number Diff line number Diff line change 22 "author" : " Volkov Labs" ,
33 "description" : " Template for a new Grafana panel plugin" ,
44 "devDependencies" : {
5- "@grafana/data" : " 9.0.0-beta3 " ,
6- "@grafana/runtime" : " 9.0.0-beta3 " ,
7- "@grafana/toolkit" : " 9.0.0-beta3 " ,
8- "@grafana/ui" : " 9.0.0-beta3 " ,
5+ "@grafana/data" : " 9.0.0" ,
6+ "@grafana/runtime" : " 9.0.0" ,
7+ "@grafana/toolkit" : " 9.0.0" ,
8+ "@grafana/ui" : " 9.0.0" ,
99 "@types/enzyme" : " ^3.10.12" ,
1010 "@types/enzyme-adapter-react-16" : " ^1.0.6" ,
1111 "enzyme" : " ^3.11.0" ,
You can’t perform that action at this time.
0 commit comments