Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 30, 2021
1 parent 940e449 commit 4f0d4e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.2.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-preset-chart-deckgl",
"version": "0.2.0",
"version": "0.2.1",
"description": "Superset Legacy Chart - deck.gl",
"sideEffects": true,
"main": "lib/index.js",
Expand All @@ -26,6 +26,7 @@
"access": "public"
},
"dependencies": {
"@math.gl/web-mercator": "^3.1.3",
"@types/d3-array": "^2.0.0",
"bootstrap-slider": "^10.0.0",
"d3-array": "^1.2.4",
Expand All @@ -41,8 +42,7 @@
"react-bootstrap-slider": "2.1.5",
"react-map-gl": "^4.0.10",
"underscore": "^1.8.3",
"urijs": "^1.18.10",
"@math.gl/web-mercator": "^3.1.3"
"urijs": "^1.18.10"
},
"peerDependencies": {
"@superset-ui/chart": "^0.12.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugins-demo",
"version": "0.2.0",
"version": "0.2.1",
"description": "Storybook for Superset UI Plugins 🔌💡",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 4f0d4e0

Please sign in to comment.