Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgios-uber committed Apr 22, 2019
1 parent 4257804 commit eeb2814
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.11.2"
"version": "0.12.0"
}
10 changes: 5 additions & 5 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.11.2",
"version": "0.12.0",
"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.11.2",
"@nebula.gl/layers": "0.12.0",
"@turf/bbox": ">=4.0.0",
"@turf/bbox-polygon": ">=4.0.0",
"@turf/bearing": ">=4.0.0",
Expand Down Expand Up @@ -75,9 +75,9 @@
"viewport-mercator-project": ">=5.0.0"
},
"peerDependencies": {
"@luma.gl/constants": "^7.0.0",
"@luma.gl/core": "^7.0.0",
"@deck.gl/core": "^7.0.0",
"@deck.gl/layers": "^7.0.0"
"@deck.gl/layers": "^7.0.0",
"@luma.gl/constants": "^7.0.0",
"@luma.gl/core": "^7.0.0"
}
}
8 changes: 4 additions & 4 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.11.2",
"version": "0.12.0",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -73,9 +73,9 @@
"viewport-mercator-project": ">=5.0.0"
},
"peerDependencies": {
"@luma.gl/constants": "^7.0.0",
"@luma.gl/core": "^7.0.0",
"@deck.gl/core": "^7.0.0",
"@deck.gl/layers": "^7.0.0"
"@deck.gl/layers": "^7.0.0",
"@luma.gl/constants": "^7.0.0",
"@luma.gl/core": "^7.0.0"
}
}
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.11.2",
"version": "0.12.0",
"author": "Georgios Karnas <georgios@uber.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit eeb2814

Please sign in to comment.