Skip to content

Commit

Permalink
v7.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
georgios-uber committed Mar 19, 2019
1 parent c4fe4fc commit d65c204
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"commands": {
"publish": {
"ignore": [
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.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"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.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"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.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"publishConfig": {
"access": "public"
},
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.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 5 additions & 5 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.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"keywords": [
"webgl",
"visualization",
Expand All @@ -27,10 +27,10 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^7.0.0-alpha.5",
"@deck.gl/core": "^7.0.0-alpha.5",
"@deck.gl/geo-layers": "^7.0.0-alpha.5",
"@deck.gl/layers": "^7.0.0-alpha.5",
"@deck.gl/aggregation-layers": "^7.0.0-alpha.6",
"@deck.gl/core": "^7.0.0-alpha.6",
"@deck.gl/geo-layers": "^7.0.0-alpha.6",
"@deck.gl/layers": "^7.0.0-alpha.6",
"@deck.gl/mesh-layers": "^7.0.0-alpha.5",
"@deck.gl/react": "^7.0.0-alpha.5"
}
Expand Down

0 comments on commit d65c204

Please sign in to comment.