Skip to content

Commit

Permalink
v0.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 24, 2021
1 parent cb37c02 commit 707d684
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.12.10"
"version": "0.12.11"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/chart",
"version": "0.12.8",
"version": "0.12.11",
"description": "SuperChart and related modules",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/demo",
"version": "0.12.10",
"version": "0.12.11",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@storybook/addon-links": "^5.0.6",
"@storybook/addons": "^5.0.6",
"@storybook/react": "^5.2.3",
"@superset-ui/chart": "0.12.8",
"@superset-ui/chart": "0.12.11",
"@superset-ui/color": "0.12.8",
"@superset-ui/connection": "0.12.8",
"@superset-ui/legacy-plugin-chart-sankey": "^0.11.15",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/superset-ui",
"version": "0.12.10",
"version": "0.12.11",
"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.8",
"@superset-ui/chart": "0.12.11",
"@superset-ui/chart-composition": "0.12.8",
"@superset-ui/color": "0.12.8",
"@superset-ui/connection": "0.12.8",
Expand Down

0 comments on commit 707d684

Please sign in to comment.