Skip to content

Commit f156063

Browse files
committed
bump v2.2.0
1 parent 078b7bf commit f156063

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/chartjs-plugin-datasource-prometheus.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chartjs-plugin-datasource-prometheus.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chartjs-plugin-datasource-prometheus.umd.js

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

dist/plugin.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export declare class ChartDatasourcePrometheusPlugin {
77
afterDraw(chart: Chart, args: any, _options: any): void;
88
updateMessage(chart: Chart, _options: any): void;
99
writeText(chart: Chart, message: string, fn?: (ctx: CanvasRenderingContext2D) => void): void;
10-
destroy(chart: Chart, args: any, _options: any): void;
10+
afterDestroy(chart: Chart, args: any, _options: any): void;
1111
private resumeRendering;
1212
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Samuel Berthe",
66
"Frantisek Svoboda"
77
],
8-
"version": "2.1.3",
8+
"version": "2.2.0",
99
"license": "MIT",
1010
"main": "dist/chartjs-plugin-datasource-prometheus.cjs.js",
1111
"module": "dist/chartjs-plugin-datasource-prometheus.esm.js",
@@ -65,4 +65,4 @@
6565
"timeseries",
6666
"tsdb"
6767
]
68-
}
68+
}

0 commit comments

Comments
 (0)