Skip to content

Commit

Permalink
v8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 29, 2020
1 parent 8ef2af6 commit e948740
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 30 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,12 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v8.1

#### deck.gl [8.1.4] - Apr 29 2020

- Fix DeckPicker.resize crash when float FBO is not supported (#4544)
- Fix picking info population (#4543)
- Support per-object highlightColor (#4546)

#### deck.gl [8.1.3] - Apr 25 2020

- Add zRange prop to TileLayer for use with TerrainLayer (#4397)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "8.1.3",
"version": "8.1.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion modules/aggregation-layers/package.json
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.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/arcgis/package.json
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.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/core",
"description": "deck.gl core library",
"license": "MIT",
"version": "8.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/extensions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/extensions",
"description": "Plug-and-play functionalities for deck.gl layers",
"license": "MIT",
"version": "8.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/geo-layers/package.json
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.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/google-maps/package.json
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.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/json/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/json",
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"version": "8.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 6 additions & 6 deletions modules/jupyter-widget/package.json
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.1.3",
"version": "8.1.4",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -29,11 +29,11 @@
"prepublishOnly": "webpack"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.1.3",
"@deck.gl/geo-layers": "8.1.3",
"@deck.gl/json": "8.1.3",
"@deck.gl/layers": "8.1.3",
"@deck.gl/mesh-layers": "8.1.3",
"@deck.gl/aggregation-layers": "8.1.4",
"@deck.gl/geo-layers": "8.1.4",
"@deck.gl/json": "8.1.4",
"@deck.gl/layers": "8.1.4",
"@deck.gl/mesh-layers": "8.1.4",
"@jupyter-widgets/base": "^2",
"@loaders.gl/3d-tiles": "^2.1.1",
"@loaders.gl/core": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/layers",
"description": "deck.gl core layers",
"license": "MIT",
"version": "8.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
22 changes: 11 additions & 11 deletions modules/main/package.json
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.1.3",
"version": "8.1.4",
"keywords": [
"webgl",
"visualization",
Expand All @@ -28,16 +28,16 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "8.1.3",
"@deck.gl/core": "8.1.3",
"@deck.gl/extensions": "8.1.3",
"@deck.gl/geo-layers": "8.1.3",
"@deck.gl/google-maps": "8.1.3",
"@deck.gl/json": "8.1.3",
"@deck.gl/layers": "8.1.3",
"@deck.gl/mapbox": "8.1.3",
"@deck.gl/mesh-layers": "8.1.3",
"@deck.gl/react": "8.1.3"
"@deck.gl/aggregation-layers": "8.1.4",
"@deck.gl/core": "8.1.4",
"@deck.gl/extensions": "8.1.4",
"@deck.gl/geo-layers": "8.1.4",
"@deck.gl/google-maps": "8.1.4",
"@deck.gl/json": "8.1.4",
"@deck.gl/layers": "8.1.4",
"@deck.gl/mapbox": "8.1.4",
"@deck.gl/mesh-layers": "8.1.4",
"@deck.gl/react": "8.1.4"
},
"gitHead": "99cefc1c1a40ec33da73fd362e9ecc349c0bee6c"
}
2 changes: 1 addition & 1 deletion modules/mapbox/package.json
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.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-layers/package.json
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.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/react",
"description": "React Components for deck.gl",
"license": "MIT",
"version": "8.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl/test-utils",
"description": "Test utilities for deck.gl layers",
"license": "MIT",
"version": "8.1.3",
"version": "8.1.4",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e948740

Please sign in to comment.