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

Commit

Permalink
v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Nov 20, 2019
1 parent a72c3dd commit 1c7f019
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 @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.12.5"
"version": "0.12.6"
}
2 changes: 1 addition & 1 deletion packages/superset-ui-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/chart",
"version": "0.12.5",
"version": "0.12.6",
"description": "SuperChart and related modules",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 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.12.5",
"version": "0.12.6",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@storybook/addon-links": "^5.0.6",
"@storybook/addons": "^5.0.6",
"@storybook/react": "^5.2.3",
"@superset-ui/chart": "^0.12.5",
"@superset-ui/chart": "^0.12.6",
"@superset-ui/color": "^0.12.5",
"@superset-ui/connection": "^0.12.5",
"@superset-ui/legacy-plugin-chart-sankey": "^0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/superset-ui-superset-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/superset-ui",
"version": "0.12.5",
"version": "0.12.6",
"description": "One stop install for all superset-ui packages",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@superset-ui/chart": "^0.12.5",
"@superset-ui/chart": "^0.12.6",
"@superset-ui/chart-composition": "^0.12.5",
"@superset-ui/color": "^0.12.5",
"@superset-ui/connection": "^0.12.5",
Expand Down

0 comments on commit 1c7f019

Please sign in to comment.