Skip to content

Commit bd13fb0

Browse files
committed
release 1.0.0
1 parent e866605 commit bd13fb0

12 files changed

+22
-12
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ Using Docker:
6262

6363
#### Changelog
6464

65-
##### v0.0.8
65+
##### v1.0.0
6666

67-
- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice
67+
- Dashboard sync/refresh feature - can show timestamp for last dashboard refresh.
68+
- Tech - converted to TypeScript and Webpack.
6869

6970
##### v0.0.9
7071

7172
- Fixes bug with default properties not getting deep cloned [#20](https://github.com/grafana/clock-panel/issues/20)
73+
74+
##### v0.0.8
75+
76+
- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice

dist/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ Using Docker:
6262

6363
#### Changelog
6464

65-
##### v0.0.8
65+
##### v1.0.0
6666

67-
- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice
67+
- Dashboard sync/refresh feature - can show timestamp for last dashboard refresh.
68+
- Tech - converted to TypeScript and Webpack.
6869

6970
##### v0.0.9
7071

7172
- Fixes bug with default properties not getting deep cloned [#20](https://github.com/grafana/clock-panel/issues/20)
73+
74+
##### v0.0.8
75+
76+
- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice

dist/img/countdown1.png

-44.9 KB
Loading

dist/img/screenshot-clock-options.png

-23.8 KB
Loading

dist/img/screenshot-clocks.png

-20.8 KB
Loading

dist/img/screenshot-showcase.png

-36.9 KB
Loading

dist/plugin.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"info": {
77
"description": "Clock panel for grafana",
88
"author": {
9-
"name": "GrafanaLabs",
9+
"name": "Grafana Labs",
1010
"url": "https://grafana.com"
1111
},
1212
"keywords": ["clock", "panel"],
@@ -22,12 +22,12 @@
2222
{"name": "Showcase", "path": "img/screenshot-showcase.png"},
2323
{"name": "Options", "path": "img/screenshot-clock-options.png"}
2424
],
25-
"version": "0.1.0",
26-
"updated": "2018-06-21"
25+
"version": "1.0.0",
26+
"updated": "2018-11-21"
2727
},
2828

2929
"dependencies": {
30-
"grafanaVersion": "3.x.x",
30+
"grafanaVersion": "5.x.x",
3131
"plugins": [ ]
3232
}
3333
}

src/img/countdown1.png

-44.9 KB
Loading

src/img/screenshot-clock-options.png

-23.8 KB
Loading

src/img/screenshot-clocks.png

-20.8 KB
Loading

src/img/screenshot-showcase.png

-36.9 KB
Loading

src/plugin.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"info": {
77
"description": "Clock panel for grafana",
88
"author": {
9-
"name": "GrafanaLabs",
9+
"name": "Grafana Labs",
1010
"url": "https://grafana.com"
1111
},
1212
"keywords": ["clock", "panel"],
@@ -22,12 +22,12 @@
2222
{"name": "Showcase", "path": "img/screenshot-showcase.png"},
2323
{"name": "Options", "path": "img/screenshot-clock-options.png"}
2424
],
25-
"version": "0.1.0",
26-
"updated": "2018-06-21"
25+
"version": "1.0.0",
26+
"updated": "2018-11-21"
2727
},
2828

2929
"dependencies": {
30-
"grafanaVersion": "3.x.x",
30+
"grafanaVersion": "5.x.x",
3131
"plugins": [ ]
3232
}
3333
}

0 commit comments

Comments
 (0)