Skip to content

Commit b0b6d6d

Browse files
author
Xiaoji Chen
committed
v1.0.0-beta.4
1 parent 7419314 commit b0b6d6d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to XVIZ will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)
55

6+
## [1.0.0-beta.4]
7+
8+
- Allow missing primary pose (#348)
9+
610
## [1.0.0-beta.3]
711

812
- Allow sending nested JSON string to parseStreamMessage (#339)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.1",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"commands": {
55
"publish": {},
66
"bootstrap": {}

modules/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xviz/cli",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "A CLI tool for the XVIZ protocol",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"@xviz/builder": "^1.0.0-beta.1",
21-
"@xviz/parser": "^1.0.0-beta.3",
21+
"@xviz/parser": "^1.0.0-beta.4",
2222
"@xviz/schema": "^1.0.0-beta.1",
2323
"cli-table3": "^0.5.1",
2424
"indent-string": "^3.2.0",

modules/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/parser",
33
"description": "Utility library for converting XVIZ messages into JSON objects",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.3",
5+
"version": "1.0.0-beta.4",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

0 commit comments

Comments
 (0)