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.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Feb 4, 2021
1 parent 4d1b84c commit 52e355f
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.17.5",
"version": "0.17.6",
"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.17.5",
"version": "0.17.6",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@superset-ui/legacy-plugin-chart-word-cloud": "^0.11.15",
"@superset-ui/legacy-plugin-chart-world-map": "0.17.5",
"@superset-ui/legacy-preset-chart-big-number": "0.17.5",
"@superset-ui/plugin-chart-echarts": "0.17.5",
"@superset-ui/plugin-chart-table": "0.17.5",
"@superset-ui/plugin-chart-echarts": "0.17.6",
"@superset-ui/plugin-chart-table": "0.17.6",
"@superset-ui/plugin-chart-word-cloud": "0.17.5",
"@types/react-bootstrap": "^0.32.22",
"@types/react-loadable": "^5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugin-chart-echarts",
"version": "0.17.5",
"version": "0.17.6",
"description": "Superset Chart - Echarts",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-chart-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugin-chart-table",
"version": "0.17.5",
"version": "0.17.6",
"description": "Superset Chart - Table",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

1 comment on commit 52e355f

@vercel
Copy link

@vercel vercel bot commented on 52e355f Feb 4, 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.