Skip to content

Commit

Permalink
v1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed May 7, 2019
1 parent b123daa commit 651c485
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to XVIZ will be documented in this file. This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)

## [1.0.0-beta.10]

- Fix black video image being drawn while image promise is pending (#310)
- New debug panel with XVIZ Parser and Log Viewer stats (#306)
- Fix debug callback of LogViewer (#318)
- Handle new point cloud format (#314)

## [1.0.0-beta.9]

- Fix custom layers under deck.gl v7 (#303)
Expand Down
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.9",
"version": "1.0.0-beta.10",
"commands": {
"publish": {
"ignore": []
Expand Down
5 changes: 2 additions & 3 deletions 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.9",
"version": "1.0.0-beta.10",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -14,8 +14,7 @@
"dist",
"README.md"
],
"scripts": {
},
"scripts": {},
"dependencies": {
"@deck.gl/core": "^7.0.4",
"@deck.gl/layers": "^7.0.4",
Expand Down
5 changes: 2 additions & 3 deletions 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.9",
"version": "1.0.0-beta.10",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -14,8 +14,7 @@
"dist",
"README.md"
],
"scripts": {
},
"scripts": {},
"peerDependencies": {
"@deck.gl/core": "^7.0.4",
"@deck.gl/layers": "^7.0.4"
Expand Down
9 changes: 4 additions & 5 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.9",
"version": "1.0.0-beta.10",
"repository": {
"type": "git",
"url": "https://github.com/uber/streetscape.gl.git"
Expand All @@ -14,11 +14,10 @@
"dist",
"README.md"
],
"scripts": {
},
"scripts": {},
"dependencies": {
"@streetscape.gl/core": "^1.0.0-beta.9",
"@streetscape.gl/layers": "^1.0.0-beta.9"
"@streetscape.gl/core": "1.0.0-beta.10",
"@streetscape.gl/layers": "1.0.0-beta.10"
},
"engines": {
"node": ">= 8",
Expand Down

0 comments on commit 651c485

Please sign in to comment.