This is an automated email from the ASF dual-hosted git repository.
yongjiezhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new fe9eb58ede chore: bumps the handlebars plugin package version to match
the family. (#20813)
fe9eb58ede is described below
commit fe9eb58edeea92e6896aebf302a96cdc9098c515
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Jul 22 00:18:45 2022 -0700
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",