Skip to content

Commit

Permalink
chore: publish v0.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and zhaoyongjie committed Nov 24, 2021
1 parent 548c780 commit b045cff
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "0.14.15",
"version": "0.14.16",
"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.14.15",
"version": "0.14.16",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -46,13 +46,13 @@
"@superset-ui/legacy-plugin-chart-event-flow": "0.14.11",
"@superset-ui/legacy-plugin-chart-force-directed": "0.14.11",
"@superset-ui/legacy-plugin-chart-heatmap": "0.14.11",
"@superset-ui/legacy-plugin-chart-histogram": "0.14.9",
"@superset-ui/legacy-plugin-chart-histogram": "0.14.16",
"@superset-ui/legacy-plugin-chart-horizon": "0.14.9",
"@superset-ui/legacy-plugin-chart-iframe": "0.14.9",
"@superset-ui/legacy-plugin-chart-map-box": "0.14.9",
"@superset-ui/legacy-plugin-chart-markup": "0.14.9",
"@superset-ui/legacy-plugin-chart-paired-t-test": "0.14.11",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.14.9",
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "0.14.16",
"@superset-ui/legacy-plugin-chart-partition": "0.14.9",
"@superset-ui/legacy-plugin-chart-pivot-table": "0.14.14",
"@superset-ui/legacy-plugin-chart-rose": "0.14.14",
Expand All @@ -62,10 +62,10 @@
"@superset-ui/legacy-plugin-chart-time-table": "0.14.11",
"@superset-ui/legacy-plugin-chart-treemap": "0.14.13",
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15",
"@superset-ui/legacy-plugin-chart-world-map": "0.14.11",
"@superset-ui/legacy-plugin-chart-world-map": "0.14.16",
"@superset-ui/legacy-preset-chart-big-number": "0.14.9",
"@superset-ui/number-format": "0.14.9",
"@superset-ui/plugin-chart-table": "0.14.11",
"@superset-ui/plugin-chart-table": "0.14.16",
"@superset-ui/plugin-chart-word-cloud": "0.14.12",
"@superset-ui/query": "0.14.15",
"@superset-ui/style": "0.14.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-histogram",
"version": "0.14.9",
"version": "0.14.16",
"description": "Superset Legacy Chart - Histogram",
"sideEffects": [
"*.css"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-parallel-coordinates",
"version": "0.14.9",
"version": "0.14.16",
"description": "Superset Legacy Chart - Parallel Coordinates",
"sideEffects": [
"*.css"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-world-map",
"version": "0.14.11",
"version": "0.14.16",
"description": "Superset Legacy Chart - World Map",
"sideEffects": [
"*.css"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugin-chart-choropleth-map",
"version": "0.14.11",
"version": "0.14.16",
"description": "Superset Chart - Choropleth Map",
"sideEffects": false,
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugin-chart-table",
"version": "0.14.11",
"version": "0.14.16",
"description": "Superset Chart - Table",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/preset-chart-xy",
"version": "0.14.9",
"version": "0.14.16",
"description": "Superset Chart - XY",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit b045cff

Please sign in to comment.