Skip to content

Commit

Permalink
v1.0.7-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Feb 22, 2021
1 parent fc35c95 commit 4c0a6a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "1.0.7-alpha.1",
"version": "1.0.7-alpha.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions modules/core/package.json
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.7-alpha.1",
"version": "1.0.7-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -22,7 +22,7 @@
"@deck.gl/react": "^8.3.11",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@streetscape.gl/monochrome": "1.0.7-alpha.1",
"@streetscape.gl/monochrome": "1.0.7-alpha.2",
"@xviz/parser": "^1.0.5",
"lodash.merge": "^4.6.1",
"math.gl": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/layers/package.json
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.7-alpha.1",
"version": "1.0.7-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand Down
6 changes: 3 additions & 3 deletions modules/main/package.json
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.7-alpha.1",
"version": "1.0.7-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -16,7 +16,7 @@
],
"scripts": {},
"dependencies": {
"@streetscape.gl/core": "1.0.7-alpha.1",
"@streetscape.gl/layers": "1.0.7-alpha.1"
"@streetscape.gl/core": "1.0.7-alpha.2",
"@streetscape.gl/layers": "1.0.7-alpha.2"
}
}
2 changes: 1 addition & 1 deletion modules/monochrome/package.json
@@ -1,6 +1,6 @@
{
"name": "@streetscape.gl/monochrome",
"version": "1.0.7-alpha.1",
"version": "1.0.7-alpha.2",
"description": "A toolkit of React components for streetscape.gl",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4c0a6a8

Please sign in to comment.