Skip to content

Commit

Permalink
chore: publish v0.14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
erik_ritter authored and zhaoyongjie committed Nov 26, 2021
1 parent c244286 commit e82f2fb
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 @@ -6,7 +6,7 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "0.14.18",
"version": "0.14.19",
"ignoreChanges": [
"**/*.md",
"**/*.spec.tsx?",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/connection",
"version": "0.14.11",
"version": "0.14.19",
"description": "Superset UI connection",
"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.14.18",
"version": "0.14.19",
"description": "Storybook for Superset UI ✨",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@storybook/react": "^5.3.18",
"@superset-ui/chart": "0.14.11",
"@superset-ui/color": "0.14.9",
"@superset-ui/connection": "0.14.11",
"@superset-ui/connection": "0.14.19",
"@superset-ui/legacy-plugin-chart-calendar": "0.14.11",
"@superset-ui/legacy-plugin-chart-chord": "0.14.9",
"@superset-ui/legacy-plugin-chart-country-map": "0.14.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/superset-ui",
"version": "0.14.15",
"version": "0.14.19",
"description": "One stop install for all superset-ui packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@superset-ui/chart-composition": "0.14.11",
"@superset-ui/chart-controls": "0.14.9",
"@superset-ui/color": "0.14.9",
"@superset-ui/connection": "0.14.11",
"@superset-ui/connection": "0.14.19",
"@superset-ui/core": "0.14.9",
"@superset-ui/dimension": "0.14.9",
"@superset-ui/number-format": "0.14.9",
Expand Down

0 comments on commit e82f2fb

Please sign in to comment.