Skip to content

Commit

Permalink
v7.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Dec 20, 2019
1 parent de52fab commit e132a66
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v7.3

#### deck.gl [v7.3.10] - Dec 20 2019

- Support preprojection in PolygonTesselator (#4035)

#### deck.gl [v7.3.9] - Dec 16 2019

- Fix s2 layer polygon generation (#4024)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "7.3.9",
"version": "7.3.10",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/aggregation-layers",
"description": "deck.gl layers that aggregate the input data into alternative representations",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/core",
"description": "deck.gl core library",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/extensions",
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/geo-layers",
"description": "deck.gl layers supporting geospatial use cases and GIS formats",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/google-maps",
"description": "Use deck.gl as a custom Google Maps overlay",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/json",
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/jupyter-widget",
"description": "Jupyter widget for rendering deck.gl in a Jupyter notebook",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/layers",
"description": "deck.gl core layers",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
22 changes: 11 additions & 11 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deck.gl",
"description": "A suite of 3D-enabled data visualization overlays, suitable for react-map-gl",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"keywords": [
"webgl",
"visualization",
Expand All @@ -28,15 +28,15 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "7.3.9",
"@deck.gl/core": "7.3.9",
"@deck.gl/extensions": "7.3.9",
"@deck.gl/geo-layers": "7.3.9",
"@deck.gl/google-maps": "7.3.9",
"@deck.gl/json": "7.3.9",
"@deck.gl/layers": "7.3.9",
"@deck.gl/mapbox": "7.3.9",
"@deck.gl/mesh-layers": "7.3.9",
"@deck.gl/react": "7.3.9"
"@deck.gl/aggregation-layers": "7.3.10",
"@deck.gl/core": "7.3.10",
"@deck.gl/extensions": "7.3.10",
"@deck.gl/geo-layers": "7.3.10",
"@deck.gl/google-maps": "7.3.10",
"@deck.gl/json": "7.3.10",
"@deck.gl/layers": "7.3.10",
"@deck.gl/mapbox": "7.3.10",
"@deck.gl/mesh-layers": "7.3.10",
"@deck.gl/react": "7.3.10"
}
}
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/mapbox",
"description": "Use deck.gl layers as custom mapbox-gl-js layers",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/mesh-layers",
"description": "deck.gl layers that loads 3D meshes or scene graphs",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/react",
"description": "React Components for deck.gl",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/test-utils",
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"version": "7.3.9",
"version": "7.3.10",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e132a66

Please sign in to comment.