Skip to content

Commit

Permalink
v8.5.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Feb 25, 2021
1 parent 56c0b58 commit 8ad2ff7
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 34 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Ref: http://keepachangelog.com/en/0.3.0/

### deck.gl v8.5 Prereleases

#### deck.gl [8.5.0-alpha.3] - Feb 25 2021

- Bump luma.gl dependencies to 8.5.0-alpha (#5535)
- Change build targets (#5528)
- Bump loaders version to 3.0.0-alpha (#5531)
- Syntax pass (#5520)
- Update dev setup to support modern JS syntax (#5517)

#### deck.gl [8.5.0-alpha.2] - Feb 22 2021

- PathLayer: separate joint type and cap type props (#5508)
Expand All @@ -38,6 +46,15 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v8.4

#### deck.gl [8.4.9] - Feb 25 2021

- Fix zero height arc rendering between coordinates with different z components (#5527)

#### deck.gl [8.4.8] - Feb 23 2021

- Fix TileLayer fetch options (#5521)
- Force OrbitView/OrthographicView to create non-geospatial viewports (#5525)

#### deck.gl [8.4.7] - Feb 19 2021

- Force using a single loader for MVT data (#5507)
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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/arcgis",
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"version": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/carto",
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"version": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 8 additions & 8 deletions 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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,13 +29,13 @@
"prepublishOnly": "webpack"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.5.0-alpha.2",
"@deck.gl/carto": "8.5.0-alpha.2",
"@deck.gl/geo-layers": "8.5.0-alpha.2",
"@deck.gl/google-maps": "8.5.0-alpha.2",
"@deck.gl/json": "8.5.0-alpha.2",
"@deck.gl/layers": "8.5.0-alpha.2",
"@deck.gl/mesh-layers": "8.5.0-alpha.2",
"@deck.gl/aggregation-layers": "8.5.0-alpha.3",
"@deck.gl/carto": "8.5.0-alpha.3",
"@deck.gl/geo-layers": "8.5.0-alpha.3",
"@deck.gl/google-maps": "8.5.0-alpha.3",
"@deck.gl/json": "8.5.0-alpha.3",
"@deck.gl/layers": "8.5.0-alpha.3",
"@deck.gl/mesh-layers": "8.5.0-alpha.3",
"@jupyter-widgets/base": "^1.1.10 || ^2 || ^3",
"@loaders.gl/3d-tiles": "^3.0.0-alpha",
"@loaders.gl/core": "^3.0.0-alpha",
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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"publishConfig": {
"access": "public"
},
Expand Down
24 changes: 12 additions & 12 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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"keywords": [
"webgl",
"visualization",
Expand All @@ -27,16 +27,16 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.5.0-alpha.2",
"@deck.gl/carto": "8.5.0-alpha.2",
"@deck.gl/core": "8.5.0-alpha.2",
"@deck.gl/extensions": "8.5.0-alpha.2",
"@deck.gl/geo-layers": "8.5.0-alpha.2",
"@deck.gl/google-maps": "8.5.0-alpha.2",
"@deck.gl/json": "8.5.0-alpha.2",
"@deck.gl/layers": "8.5.0-alpha.2",
"@deck.gl/mapbox": "8.5.0-alpha.2",
"@deck.gl/mesh-layers": "8.5.0-alpha.2",
"@deck.gl/react": "8.5.0-alpha.2"
"@deck.gl/aggregation-layers": "8.5.0-alpha.3",
"@deck.gl/carto": "8.5.0-alpha.3",
"@deck.gl/core": "8.5.0-alpha.3",
"@deck.gl/extensions": "8.5.0-alpha.3",
"@deck.gl/geo-layers": "8.5.0-alpha.3",
"@deck.gl/google-maps": "8.5.0-alpha.3",
"@deck.gl/json": "8.5.0-alpha.3",
"@deck.gl/layers": "8.5.0-alpha.3",
"@deck.gl/mapbox": "8.5.0-alpha.3",
"@deck.gl/mesh-layers": "8.5.0-alpha.3",
"@deck.gl/react": "8.5.0-alpha.3"
}
}
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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"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": "8.5.0-alpha.2",
"version": "8.5.0-alpha.3",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8ad2ff7

Please sign in to comment.