Skip to content

Commit

Permalink
v0.15.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonicclay committed Aug 23, 2019
1 parent e647ada commit 0be46b1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.15.0-alpha.6"
"version": "0.15.0-alpha.7"
}
2 changes: 1 addition & 1 deletion modules/edit-modes/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@nebula.gl/edit-modes",
"description": "GeoJSON editing modes for nebula.gl",
"license": "MIT",
"version": "0.15.0-alpha.6",
"version": "0.15.0-alpha.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions modules/layers/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@nebula.gl/layers",
"description": "A suite of 3D-enabled data editing layers, suitable for deck.gl",
"license": "MIT",
"version": "0.15.0-alpha.6",
"version": "0.15.0-alpha.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"test-rendering": "(cd test/rendering-test && webpack-dev-server --config webpack.config.test-rendering.js --progress --hot --open)"
},
"dependencies": {
"@nebula.gl/edit-modes": "^0.15.0-alpha.6",
"@nebula.gl/edit-modes": "^0.15.0-alpha.7",
"@turf/bbox": ">=4.0.0",
"@turf/bbox-polygon": ">=4.0.0",
"@turf/bearing": ">=4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/main/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "nebula.gl",
"description": "A suite of 3D-enabled data editing overlays, suitable for deck.gl",
"license": "MIT",
"version": "0.15.0-alpha.6",
"version": "0.15.0-alpha.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@luma.gl/constants": "^7.0.0",
"@nebula.gl/layers": "^0.15.0-alpha.6",
"@nebula.gl/layers": "^0.15.0-alpha.7",
"@turf/bbox": ">=4.0.0",
"@turf/bbox-polygon": ">=4.0.0",
"@turf/bearing": ">=4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/overlays/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@nebula.gl/overlays",
"description": "React overlays for deck.gl",
"license": "MIT",
"version": "0.15.0-alpha.6",
"version": "0.15.0-alpha.7",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions modules/react-map-gl-draw/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-map-gl-draw",
"description": "A lite version editing layer with react",
"license": "MIT",
"version": "0.15.0-alpha.6",
"version": "0.15.0-alpha.7",
"author": "Xintong Xia <xintong@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "yarn lint && yarn build && yarn flow && yarn jest"
},
"dependencies": {
"@nebula.gl/edit-modes": "^0.15.0-alpha.6",
"@nebula.gl/edit-modes": "^0.15.0-alpha.7",
"@turf/helpers": "^6.1.4",
"mjolnir.js": "^2.2.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 0be46b1

Please sign in to comment.