Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgios-uber committed May 7, 2019
1 parent 7712475 commit ec20f72
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.12.0"
"version": "0.12.1"
}
4 changes: 2 additions & 2 deletions modules/core/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.12.0",
"version": "0.12.1",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@luma.gl/constants": "^7.0.0",
"@nebula.gl/layers": "0.12.0",
"@nebula.gl/layers": "0.12.1",
"@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/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.12.0",
"version": "0.12.1",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion 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.12.0",
"version": "0.12.1",
"author": "Xintong Xia <xintong@uber.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit ec20f72

Please sign in to comment.