Skip to content

Commit

Permalink
v7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Sep 19, 2019
1 parent dc4b836 commit 46a4191
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,10 @@ Ref: http://keepachangelog.com/en/0.3.0/

## deck.gl v7.2

#### deck.gl [v7.2.5] - Sep 19, 2019

- Fix multi-picking bug (#3652)

#### deck.gl [v7.2.4] - Sep 13, 2019

- Bump loaders.gl to latest latest 1.2 prod (#3594)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 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": "7.2.4",
"version": "7.2.5",
"keywords": [
"jupyter",
"jupyterlab",
Expand All @@ -28,10 +28,10 @@
"notebook-bundle": "webpack"
},
"dependencies": {
"@deck.gl/aggregation-layers": "7.2.4",
"@deck.gl/core": "7.2.4",
"@deck.gl/json": "7.2.4",
"@deck.gl/layers": "7.2.4",
"@deck.gl/aggregation-layers": "7.2.5",
"@deck.gl/core": "7.2.5",
"@deck.gl/json": "7.2.5",
"@deck.gl/layers": "7.2.5",
"@jupyter-widgets/base": "^1.1.10",
"@luma.gl/constants": "^7.2.0",
"mapbox-gl": "^0.53.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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"keywords": [
"webgl",
"visualization",
Expand All @@ -27,15 +27,15 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "7.2.4",
"@deck.gl/core": "7.2.4",
"@deck.gl/extensions": "7.2.4",
"@deck.gl/geo-layers": "7.2.4",
"@deck.gl/google-maps": "7.2.4",
"@deck.gl/json": "7.2.4",
"@deck.gl/layers": "7.2.4",
"@deck.gl/mapbox": "7.2.4",
"@deck.gl/mesh-layers": "7.2.4",
"@deck.gl/react": "7.2.4"
"@deck.gl/aggregation-layers": "7.2.5",
"@deck.gl/core": "7.2.5",
"@deck.gl/extensions": "7.2.5",
"@deck.gl/geo-layers": "7.2.5",
"@deck.gl/google-maps": "7.2.5",
"@deck.gl/json": "7.2.5",
"@deck.gl/layers": "7.2.5",
"@deck.gl/mapbox": "7.2.5",
"@deck.gl/mesh-layers": "7.2.5",
"@deck.gl/react": "7.2.5"
}
}
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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"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": "7.2.4",
"version": "7.2.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 46a4191

Please sign in to comment.