Skip to content

Commit

Permalink
chore: publish v0.17.87
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 24, 2021
1 parent 4be3920 commit 942473c
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.17.86",
"version": "0.17.87",
"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.17.86",
"version": "0.17.87",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@superset-ui/core": "file:../superset-ui-core/src",
"@superset-ui/legacy-plugin-chart-calendar": "0.17.85",
"@superset-ui/legacy-plugin-chart-chord": "0.17.85",
"@superset-ui/legacy-plugin-chart-country-map": "0.17.86",
"@superset-ui/legacy-plugin-chart-country-map": "0.17.87",
"@superset-ui/legacy-plugin-chart-event-flow": "0.17.85",
"@superset-ui/legacy-plugin-chart-force-directed": "0.17.85",
"@superset-ui/legacy-plugin-chart-heatmap": "0.17.85",
Expand All @@ -64,7 +64,7 @@
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15",
"@superset-ui/legacy-plugin-chart-world-map": "0.17.85",
"@superset-ui/legacy-preset-chart-big-number": "0.17.86",
"@superset-ui/plugin-chart-echarts": "0.17.85",
"@superset-ui/plugin-chart-echarts": "0.17.87",
"@superset-ui/plugin-chart-table": "0.17.85",
"@superset-ui/plugin-chart-word-cloud": "0.17.85",
"@types/react-loadable": "^5.5.3",
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.17.86",
"version": "0.17.87",
"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/plugin-chart-echarts",
"version": "0.17.85",
"version": "0.17.87",
"description": "Superset Chart - Echarts",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit 942473c

Please sign in to comment.