This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch publishing-packages-and-plugins-v-0.18.27
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 88217f3c9dc13ed1841ec6e534208d1985f8d9a6
Author: Evan Rusackas <e...@rusackas.com>
AuthorDate: Sun Sep 8 23:37:21 2024 -0600

    chore(superset-ui): publish v0.20.2
---
 superset-frontend/lerna.json                       |  2 +-
 superset-frontend/package-lock.json                | 52 +++++++++++-----------
 .../packages/generator-superset/package.json       |  2 +-
 .../superset-ui-chart-controls/package.json        |  2 +-
 .../packages/superset-ui-core/package.json         |  2 +-
 .../packages/superset-ui-switchboard/package.json  |  2 +-
 .../legacy-plugin-chart-calendar/package.json      |  2 +-
 .../plugins/legacy-plugin-chart-chord/package.json |  2 +-
 .../legacy-plugin-chart-country-map/package.json   |  2 +-
 .../legacy-plugin-chart-event-flow/package.json    |  2 +-
 .../legacy-plugin-chart-heatmap/package.json       |  2 +-
 .../legacy-plugin-chart-histogram/package.json     |  2 +-
 .../legacy-plugin-chart-horizon/package.json       |  2 +-
 .../legacy-plugin-chart-map-box/package.json       |  2 +-
 .../legacy-plugin-chart-paired-t-test/package.json |  2 +-
 .../package.json                                   |  2 +-
 .../legacy-plugin-chart-partition/package.json     |  2 +-
 .../plugins/legacy-plugin-chart-rose/package.json  |  2 +-
 .../legacy-plugin-chart-sankey-loop/package.json   |  2 +-
 .../legacy-plugin-chart-sankey/package.json        |  2 +-
 .../legacy-plugin-chart-world-map/package.json     |  2 +-
 .../legacy-preset-chart-deckgl/package.json        |  2 +-
 .../plugins/legacy-preset-chart-nvd3/package.json  |  2 +-
 .../plugins/plugin-chart-echarts/package.json      |  2 +-
 .../plugins/plugin-chart-handlebars/package.json   |  2 +-
 .../plugins/plugin-chart-pivot-table/package.json  |  2 +-
 .../plugins/plugin-chart-table/package.json        |  2 +-
 .../plugins/plugin-chart-word-cloud/package.json   |  2 +-
 28 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/superset-frontend/lerna.json b/superset-frontend/lerna.json
index 503284d7df..02ef746a97 100644
--- a/superset-frontend/lerna.json
+++ b/superset-frontend/lerna.json
@@ -5,7 +5,7 @@
     "plugins/*",
     "src/setup/*"
   ],
-  "version": "0.20.1",
+  "version": "0.20.2",
   "ignoreChanges": [
     "**/*.md",
     "**/*.spec.tsx?",
diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 8f48cb2e94..748a7ca9d5 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -56009,7 +56009,7 @@
     },
     "packages/generator-superset": {
       "name": "@superset-ui/generator-superset",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "chalk": "^5.3.0",
@@ -57597,7 +57597,7 @@
     },
     "packages/superset-ui-chart-controls": {
       "name": "@superset-ui/chart-controls",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@react-icons/all-files": "^4.1.0",
@@ -57626,7 +57626,7 @@
     },
     "packages/superset-ui-core": {
       "name": "@superset-ui/core",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@babel/runtime": "^7.25.6",
@@ -59003,12 +59003,12 @@
     },
     "packages/superset-ui-switchboard": {
       "name": "@superset-ui/switchboard",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0"
     },
     "plugins/legacy-plugin-chart-calendar": {
       "name": "@superset-ui/legacy-plugin-chart-calendar",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3-array": "^2.0.3",
@@ -59032,7 +59032,7 @@
     },
     "plugins/legacy-plugin-chart-chord": {
       "name": "@superset-ui/legacy-plugin-chart-chord",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59046,7 +59046,7 @@
     },
     "plugins/legacy-plugin-chart-country-map": {
       "name": "@superset-ui/legacy-plugin-chart-country-map",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59068,7 +59068,7 @@
     },
     "plugins/legacy-plugin-chart-event-flow": {
       "name": "@superset-ui/legacy-plugin-chart-event-flow",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@data-ui/event-flow": "^0.0.84",
@@ -59082,7 +59082,7 @@
     },
     "plugins/legacy-plugin-chart-heatmap": {
       "name": "@superset-ui/legacy-plugin-chart-heatmap",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59099,7 +59099,7 @@
     },
     "plugins/legacy-plugin-chart-histogram": {
       "name": "@superset-ui/legacy-plugin-chart-histogram",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@data-ui/histogram": "^0.0.84",
@@ -59145,7 +59145,7 @@
     },
     "plugins/legacy-plugin-chart-horizon": {
       "name": "@superset-ui/legacy-plugin-chart-horizon",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3-array": "^2.0.3",
@@ -59204,7 +59204,7 @@
     },
     "plugins/legacy-plugin-chart-map-box": {
       "name": "@superset-ui/legacy-plugin-chart-map-box",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@math.gl/web-mercator": "^4.1.0",
@@ -59258,7 +59258,7 @@
     },
     "plugins/legacy-plugin-chart-paired-t-test": {
       "name": "@superset-ui/legacy-plugin-chart-paired-t-test",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "distributions": "^2.2.0",
@@ -59273,7 +59273,7 @@
     },
     "plugins/legacy-plugin-chart-parallel-coordinates": {
       "name": "@superset-ui/legacy-plugin-chart-parallel-coordinates",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59287,7 +59287,7 @@
     },
     "plugins/legacy-plugin-chart-partition": {
       "name": "@superset-ui/legacy-plugin-chart-partition",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59305,7 +59305,7 @@
     },
     "plugins/legacy-plugin-chart-rose": {
       "name": "@superset-ui/legacy-plugin-chart-rose",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59321,7 +59321,7 @@
     },
     "plugins/legacy-plugin-chart-sankey": {
       "name": "@superset-ui/legacy-plugin-chart-sankey",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59336,7 +59336,7 @@
     },
     "plugins/legacy-plugin-chart-sankey-loop": {
       "name": "@superset-ui/legacy-plugin-chart-sankey-loop",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3-sankey-diagram": "^0.7.3",
@@ -59351,7 +59351,7 @@
     },
     "plugins/legacy-plugin-chart-world-map": {
       "name": "@superset-ui/legacy-plugin-chart-world-map",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3": "^3.5.17",
@@ -59375,7 +59375,7 @@
     },
     "plugins/legacy-preset-chart-deckgl": {
       "name": "@superset-ui/legacy-preset-chart-deckgl",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@mapbox/geojson-extent": "^1.0.1",
@@ -59783,7 +59783,7 @@
     },
     "plugins/legacy-preset-chart-nvd3": {
       "name": "@superset-ui/legacy-preset-chart-nvd3",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@data-ui/xy-chart": "^0.0.84",
@@ -59811,7 +59811,7 @@
     },
     "plugins/plugin-chart-echarts": {
       "name": "@superset-ui/plugin-chart-echarts",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "d3-array": "^1.2.0",
@@ -59828,7 +59828,7 @@
     },
     "plugins/plugin-chart-handlebars": {
       "name": "@superset-ui/plugin-chart-handlebars",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "handlebars": "^4.7.8",
@@ -59873,7 +59873,7 @@
     },
     "plugins/plugin-chart-pivot-table": {
       "name": "@superset-ui/plugin-chart-pivot-table",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "devDependencies": {
         "@babel/types": "^7.25.6",
@@ -59906,7 +59906,7 @@
     },
     "plugins/plugin-chart-table": {
       "name": "@superset-ui/plugin-chart-table",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@react-icons/all-files": "^4.1.0",
@@ -59959,7 +59959,7 @@
     },
     "plugins/plugin-chart-word-cloud": {
       "name": "@superset-ui/plugin-chart-word-cloud",
-      "version": "0.20.1",
+      "version": "0.20.2",
       "license": "Apache-2.0",
       "dependencies": {
         "@types/d3-cloud": "^1.2.9",
diff --git a/superset-frontend/packages/generator-superset/package.json 
b/superset-frontend/packages/generator-superset/package.json
index 865409457d..35375c6b46 100644
--- a/superset-frontend/packages/generator-superset/package.json
+++ b/superset-frontend/packages/generator-superset/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/generator-superset",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Scaffolder for Superset",
   "keywords": [
     "yeoman",
diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json 
b/superset-frontend/packages/superset-ui-chart-controls/package.json
index db5fd28a6b..09b5da1b17 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.20.1",
+  "version": "0.20.2",
   "description": "Superset UI control-utils",
   "keywords": [
     "superset"
diff --git a/superset-frontend/packages/superset-ui-core/package.json 
b/superset-frontend/packages/superset-ui-core/package.json
index b3a66fa989..63997aa3f1 100644
--- a/superset-frontend/packages/superset-ui-core/package.json
+++ b/superset-frontend/packages/superset-ui-core/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/core",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset UI core",
   "keywords": [
     "superset"
diff --git a/superset-frontend/packages/superset-ui-switchboard/package.json 
b/superset-frontend/packages/superset-ui-switchboard/package.json
index f4af307203..880260d86b 100644
--- a/superset-frontend/packages/superset-ui-switchboard/package.json
+++ b/superset-frontend/packages/superset-ui-switchboard/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/switchboard",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Switchboard is a library to make it easier to communicate 
across browser windows using the MessageChannel API",
   "sideEffects": false,
   "main": "lib/index.js",
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json
index 56affcf538..a08d1a5f60 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-calendar/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-calendar",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Calendar Heatmap",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json
index 13b22d6841..84c16824f6 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-chord",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Chord Diagram",
   "sideEffects": [
     "*.css"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-country-map/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-country-map/package.json
index 9d4f129604..6da661f3ee 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-country-map/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-country-map/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-country-map",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Country Map",
   "main": "lib/index.js",
   "module": "esm/index.js",
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-event-flow/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-event-flow/package.json
index f6b5f732e9..e1f6797013 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-event-flow/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-event-flow/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-event-flow",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Event Flow",
   "sideEffects": [
     "*.css"
diff --git a/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json
index 83e64ceace..6c9ccb4124 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-heatmap",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Heatmap",
   "keywords": [
     "superset"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-histogram/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-histogram/package.json
index 9fac217bca..5b8c7e38d1 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-histogram/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-histogram/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-histogram",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Histogram",
   "sideEffects": [
     "*.css"
diff --git a/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json
index a7177350c2..dc941c320d 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-horizon/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-horizon",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Horizon",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/legacy-plugin-chart-map-box/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-map-box/package.json
index 6df12d0b4e..290d4eae96 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-map-box/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-map-box/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-map-box",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - MapBox",
   "keywords": [
     "superset"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json
index a413d3f39b..6076624c14 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-paired-t-test",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Paired T Test",
   "keywords": [
     "superset"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/package.json
 
b/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/package.json
index 65ad7b5343..eac3370e7e 100644
--- 
a/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/package.json
+++ 
b/superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-parallel-coordinates",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Parallel Coordinates",
   "sideEffects": [
     "*.css"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-partition/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-partition/package.json
index a1a2958110..22df351611 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-partition/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-partition/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-partition",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Partition",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/legacy-plugin-chart-rose/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-rose/package.json
index f2c44a830d..da20d45ef8 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-rose/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-rose/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-rose",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Nightingale Rose Diagram",
   "keywords": [
     "superset"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-sankey-loop/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-sankey-loop/package.json
index a7eb7d35b3..06656c7db5 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-sankey-loop/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-sankey-loop/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-sankey-loop",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Sankey Diagram with Loops",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json
index 0cd694f8c7..ce793ab381 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-sankey",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - Sankey Diagram",
   "sideEffects": [
     "*.css"
diff --git 
a/superset-frontend/plugins/legacy-plugin-chart-world-map/package.json 
b/superset-frontend/plugins/legacy-plugin-chart-world-map/package.json
index a46ace5bc0..05392e6c98 100644
--- a/superset-frontend/plugins/legacy-plugin-chart-world-map/package.json
+++ b/superset-frontend/plugins/legacy-plugin-chart-world-map/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-plugin-chart-world-map",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - World Map",
   "sideEffects": [
     "*.css"
diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json 
b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
index cc8194b917..17391d9c3d 100644
--- a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
+++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-preset-chart-deckgl",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - deck.gl",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json 
b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
index 72f4ced6e4..5984aae20f 100644
--- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
+++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/legacy-preset-chart-nvd3",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Legacy Chart - NVD3",
   "sideEffects": [
     "*.css"
diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json 
b/superset-frontend/plugins/plugin-chart-echarts/package.json
index 6b7b5f6b0d..fb94616814 100644
--- a/superset-frontend/plugins/plugin-chart-echarts/package.json
+++ b/superset-frontend/plugins/plugin-chart-echarts/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/plugin-chart-echarts",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Chart - Echarts",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json 
b/superset-frontend/plugins/plugin-chart-handlebars/package.json
index ee989698c4..d2b212bea8 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.20.1",
+  "version": "0.20.2",
   "description": "Superset Chart - Write a handlebars template to render the 
data",
   "sideEffects": false,
   "main": "lib/index.js",
diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json 
b/superset-frontend/plugins/plugin-chart-pivot-table/package.json
index a74cf28139..ac89ea2cb2 100644
--- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json
+++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/plugin-chart-pivot-table",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Chart - Pivot Table",
   "sideEffects": false,
   "main": "lib/index.js",
diff --git a/superset-frontend/plugins/plugin-chart-table/package.json 
b/superset-frontend/plugins/plugin-chart-table/package.json
index adc02a291f..5fbd478c68 100644
--- a/superset-frontend/plugins/plugin-chart-table/package.json
+++ b/superset-frontend/plugins/plugin-chart-table/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/plugin-chart-table",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Chart - Table",
   "keywords": [
     "superset"
diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/package.json 
b/superset-frontend/plugins/plugin-chart-word-cloud/package.json
index 2d11c2f9bb..2e1e23ff17 100644
--- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json
+++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@superset-ui/plugin-chart-word-cloud",
-  "version": "0.20.1",
+  "version": "0.20.2",
   "description": "Superset Chart Plugin - Word Cloud",
   "sideEffects": [
     "*.css"

Reply via email to