File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to XVIZ will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
5
5
6
+ ## [ 1.0.0-beta.4]
7
+
8
+ - Allow missing primary pose (#348 )
9
+
6
10
## [ 1.0.0-beta.3]
7
11
8
12
- Allow sending nested JSON string to parseStreamMessage (#339 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.9.1" ,
3
- "version" : " 1.0.0-beta.3 " ,
3
+ "version" : " 1.0.0-beta.4 " ,
4
4
"commands" : {
5
5
"publish" : {},
6
6
"bootstrap" : {}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xviz/cli" ,
3
- "version" : " 1.0.0-beta.3 " ,
3
+ "version" : " 1.0.0-beta.4 " ,
4
4
"description" : " A CLI tool for the XVIZ protocol" ,
5
5
"repository" : {
6
6
"type" : " git" ,
18
18
],
19
19
"dependencies" : {
20
20
"@xviz/builder" : " ^1.0.0-beta.1" ,
21
- "@xviz/parser" : " ^1.0.0-beta.3 " ,
21
+ "@xviz/parser" : " ^1.0.0-beta.4 " ,
22
22
"@xviz/schema" : " ^1.0.0-beta.1" ,
23
23
"cli-table3" : " ^0.5.1" ,
24
24
"indent-string" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @xviz/parser" ,
3
3
"description" : " Utility library for converting XVIZ messages into JSON objects" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 1.0.0-beta.3 " ,
5
+ "version" : " 1.0.0-beta.4 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/uber/xviz.git"
You can’t perform that action at this time.
0 commit comments