From 397a984f0999bac93c044edf7892f716b8cedf18 Mon Sep 17 00:00:00 2001 From: Lily Kuang Date: Thu, 12 Jan 2023 02:04:26 -0600 Subject: [PATCH] chore(superset-ui): bump superset-ui-chart-controls and plugin-chart-handlebars back to version 0.18.25 (#22694) --- superset-frontend/package-lock.json | 6 +++--- .../packages/superset-ui-chart-controls/package.json | 2 +- .../plugins/plugin-chart-handlebars/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 919b4bc43..587e6ae4d 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -55594,7 +55594,7 @@ }, "packages/superset-ui-chart-controls": { "name": "@superset-ui/chart-controls", - "version": "0.18.26", + "version": "0.18.25", "license": "Apache-2.0", "dependencies": { "@react-icons/all-files": "^4.1.0", @@ -56530,7 +56530,7 @@ }, "packages/superset-ui-switchboard": { "name": "@superset-ui/switchboard", - "version": "0.18.26-0", + "version": "0.18.26-1", "license": "Apache-2.0" }, "plugins/legacy-plugin-chart-calendar": { @@ -57068,7 +57068,7 @@ }, "plugins/plugin-chart-handlebars": { "name": "@superset-ui/plugin-chart-handlebars", - "version": "0.18.26", + "version": "0.18.25", "license": "Apache-2.0", "dependencies": { "handlebars": "^4.7.7", diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json b/superset-frontend/packages/superset-ui-chart-controls/package.json index e7dd6b708..4773f8c07 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/packages/superset-ui-chart-controls/package.json @@ -1,6 +1,6 @@ { "name": "@superset-ui/chart-controls", - "version": "0.18.26", + "version": "0.18.25", "description": "Superset UI control-utils", "keywords": [ "superset" diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 2c2648590..0a14440b5 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.18.26", + "version": "0.18.25", "description": "Superset Chart - Write a handlebars template to render the data", "sideEffects": false, "main": "lib/index.js",