Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellee committed Nov 21, 2018
1 parent e866605 commit bd13fb0
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@ Using Docker:

#### Changelog

##### v0.0.8
##### v1.0.0

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

##### v0.0.9

- Fixes bug with default properties not getting deep cloned [#20](https://github.com/grafana/clock-panel/issues/20)

##### v0.0.8

- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice
9 changes: 7 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@ Using Docker:

#### Changelog

##### v0.0.8
##### v1.0.0

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

##### v0.0.9

- Fixes bug with default properties not getting deep cloned [#20](https://github.com/grafana/clock-panel/issues/20)

##### v0.0.8

- Remove extraneous comma when 1 second left in the countdown. PR from @linkslice
Binary file modified dist/img/countdown1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/img/screenshot-clock-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/img/screenshot-clocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/img/screenshot-showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"info": {
"description": "Clock panel for grafana",
"author": {
"name": "GrafanaLabs",
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["clock", "panel"],
Expand All @@ -22,12 +22,12 @@
{"name": "Showcase", "path": "img/screenshot-showcase.png"},
{"name": "Options", "path": "img/screenshot-clock-options.png"}
],
"version": "0.1.0",
"updated": "2018-06-21"
"version": "1.0.0",
"updated": "2018-11-21"
},

"dependencies": {
"grafanaVersion": "3.x.x",
"grafanaVersion": "5.x.x",
"plugins": [ ]
}
}
Binary file modified src/img/countdown1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/screenshot-clock-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/screenshot-clocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/img/screenshot-showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"info": {
"description": "Clock panel for grafana",
"author": {
"name": "GrafanaLabs",
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["clock", "panel"],
Expand All @@ -22,12 +22,12 @@
{"name": "Showcase", "path": "img/screenshot-showcase.png"},
{"name": "Options", "path": "img/screenshot-clock-options.png"}
],
"version": "0.1.0",
"updated": "2018-06-21"
"version": "1.0.0",
"updated": "2018-11-21"
},

"dependencies": {
"grafanaVersion": "3.x.x",
"grafanaVersion": "5.x.x",
"plugins": [ ]
}
}

0 comments on commit bd13fb0

Please sign in to comment.