Skip to content

Commit

Permalink
v1.0.0-beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Aug 19, 2019
1 parent ec4446b commit cf388e5
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.16",
"version": "1.0.0-beta.17",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
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.16",
"version": "1.0.0-beta.17",
"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.16",
"version": "1.0.0-beta.17",
"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.16",
"version": "1.0.0-beta.17",
"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.16",
"@streetscape.gl/layers": "1.0.0-beta.16"
"@streetscape.gl/core": "1.0.0-beta.17",
"@streetscape.gl/layers": "1.0.0-beta.17"
},
"engines": {
"node": ">= 10.16",
Expand Down

0 comments on commit cf388e5

Please sign in to comment.