Skip to content

Commit ad99969

Browse files
committed
chore: forgot to bump version
1 parent 5e2ce02 commit ad99969

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: ./.config
77
args:
88
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
9-
grafana_version: ${GRAFANA_VERSION:-10.2.0}
9+
grafana_version: ${GRAFANA_VERSION:-11.0.0}
1010
development: ${DEVELOPMENT:-false}
1111
ports:
1212
- 3000:3000/tcp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clock-panel",
3-
"version": "2.1.8",
3+
"version": "2.1.10",
44
"description": "Clock Panel Plugin for Grafana",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { clockMigrationHandler } from './migrations';
77
import { initPluginTranslations } from '@grafana/i18n';
88
import pluginJson from 'plugin.json';
99

10-
initPluginTranslations(pluginJson.id);
10+
await initPluginTranslations(pluginJson.id);
1111

1212
export const plugin = new PanelPlugin<ClockOptions>(ClockPanel)
1313
.setNoPadding()

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"updated": "%TODAY%"
2727
},
2828
"dependencies": {
29-
"grafanaDependency": ">=10.2.0",
29+
"grafanaDependency": ">=11.0.0",
3030
"plugins": []
3131
},
3232
"languages": ["en-US", "fr-FR", "sv-SE"]

0 commit comments

Comments
 (0)