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

Commit

Permalink
v0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Jun 18, 2019
1 parent c17b13d commit a14c2b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.10"
"version": "0.11.11"
}
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.11.10",
"version": "0.11.11",
"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.11.10",
"version": "0.11.11",
"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.0.6",
"@superset-ui/chart": "^0.11.10",
"@superset-ui/chart": "^0.11.11",
"@superset-ui/color": "^0.11.9",
"@superset-ui/connection": "^0.11.10",
"@superset-ui/legacy-plugin-chart-sankey": "^0.10.0",
Expand Down

0 comments on commit a14c2b9

Please sign in to comment.