Skip to content

Commit

Permalink
chore: publish v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian authored and zhaoyongjie committed Nov 17, 2021
1 parent 13f61b9 commit ef273e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "0.18.2",
"version": "0.18.3",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/demo",
"version": "0.18.2",
"version": "0.18.3",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@superset-ui/core": "file:../superset-ui-core/src",
"@superset-ui/legacy-plugin-chart-calendar": "0.18.2",
"@superset-ui/legacy-plugin-chart-chord": "0.18.2",
"@superset-ui/legacy-plugin-chart-country-map": "0.18.2",
"@superset-ui/legacy-plugin-chart-country-map": "0.18.3",
"@superset-ui/legacy-plugin-chart-event-flow": "0.18.2",
"@superset-ui/legacy-plugin-chart-force-directed": "0.18.2",
"@superset-ui/legacy-plugin-chart-heatmap": "0.18.2",
Expand All @@ -55,7 +55,7 @@
"@superset-ui/legacy-plugin-chart-paired-t-test": "0.18.2",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.18.2",
"@superset-ui/legacy-plugin-chart-partition": "0.18.2",
"@superset-ui/legacy-plugin-chart-pivot-table": "0.18.2",
"@superset-ui/legacy-plugin-chart-pivot-table": "0.18.3",
"@superset-ui/legacy-plugin-chart-rose": "0.18.2",
"@superset-ui/legacy-plugin-chart-sankey": "0.18.2",
"@superset-ui/legacy-plugin-chart-sankey-loop": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
"version": "0.18.2",
"version": "0.18.3",
"description": "Superset Legacy Chart - Country Map",
"sideEffects": [
"*.css"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-pivot-table",
"version": "0.18.2",
"version": "0.18.3",
"description": "Superset Legacy Chart - Pivot Table",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit ef273e6

Please sign in to comment.