From fe9eb58edeea92e6896aebf302a96cdc9098c515 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Fri, 22 Jul 2022 00:18:45 -0700 Subject: [PATCH] chore: bumps the handlebars plugin package version to match the family. (#20813) --- 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",