Skip to content

Commit

Permalink
v1.0.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Jun 8, 2019
1 parent c0a44eb commit 03d4bb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"commands": {
"publish": {
"ignore": []
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@streetscape.gl/core",
"description": "Visualizaton toolkit for 3D maps autonomous XVIZ protocol data",
"license": "MIT",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@streetscape.gl/layers",
"description": "A collection of deck.gl map layers for autonomy visualization",
"license": "MIT",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand Down
6 changes: 3 additions & 3 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "streetscape.gl",
"description": "Visualizaton toolkit for 3D maps and autonomous XVIZ protocol data",
"license": "MIT",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -16,8 +16,8 @@
],
"scripts": {},
"dependencies": {
"@streetscape.gl/core": "1.0.0-beta.14",
"@streetscape.gl/layers": "1.0.0-beta.14"
"@streetscape.gl/core": "1.0.0-beta.15",
"@streetscape.gl/layers": "1.0.0-beta.15"
},
"engines": {
"node": ">= 8",
Expand Down

0 comments on commit 03d4bb3

Please sign in to comment.