Skip to content

Commit b759020

Browse files
authored
feat: digital clock style (#477)
* feat: digital clock * chore: fix style if first digit is 1 * chore: bump @grafana/plugin-e2e * chore: updates after pr feedback * chore: bump version * chore: add interaction reporting * chore: updates after pr feedback
1 parent 589235b commit b759020

24 files changed

+3262
-105
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.2.0
4+
5+
- Add `Digital` clock style
6+
37
## 3.1.0
48

59
- The Clock panel is now available in the following languages:

package-lock.json

Lines changed: 33 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clock-panel",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Clock Panel Plugin for Grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@grafana/eslint-config": "^9.0.0",
3434
"@grafana/eslint-plugin-plugins": "0.5.4",
35-
"@grafana/plugin-e2e": "^3.0.0",
35+
"@grafana/plugin-e2e": "^3.0.3",
3636
"@grafana/tsconfig": "^2.0.0",
3737
"@playwright/test": "1.56.1",
3838
"@stylistic/eslint-plugin-ts": "4.4.1",

0 commit comments

Comments
 (0)