Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
chore: publish v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Sep 8, 2021
1 parent 19f8f6a commit 8249e92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
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
6 changes: 3 additions & 3 deletions packages/superset-ui-demo/package.json
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
2 changes: 1 addition & 1 deletion plugins/legacy-plugin-chart-country-map/package.json
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
2 changes: 1 addition & 1 deletion plugins/legacy-plugin-chart-pivot-table/package.json
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

1 comment on commit 8249e92

@vercel
Copy link

@vercel vercel bot commented on 8249e92 Sep 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.