This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch bumping-handlebars-plugin-version in repository https://gitbox.apache.org/repos/asf/superset.git
commit 801674736c3fd9b24e3fcbaba4c873ec55e121f6 Author: Evan Rusackas <[email protected]> AuthorDate: Thu Jul 21 13:18:22 2022 -0600 chore: bumps the handlebars plugin package version to match the family. --- superset-frontend/plugins/plugin-chart-handlebars/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index dd88786569..38884b36df 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/plugin-chart-handlebars", - "version": "0.0.0", + "version": "0.18.25", "description": "Superset Chart - Write a handlebars template to render the data", "sideEffects": false, "main": "lib/index.js",
