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

Commit 89dcd40

Browse files
authored
Rebuild using 9.0.0 (#15)
1 parent 220169f commit 89dcd40

File tree

6 files changed

+323
-302
lines changed

6 files changed

+323
-302
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.4'
33
services:
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:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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",

0 commit comments

Comments
 (0)