Skip to content

Commit

Permalink
v1.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Jun 1, 2019
1 parent d231983 commit ee5b87f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.14]

- XVIZ GLB data encoded with AVS_xviz extension & loaders.gl 1.1.0 (#462)
- Change use of 'Frame' to 'Message' in XVIZ (#467)
- Schema change remove "position" as required field for images (#458)
- @xviz/server module (#453)
- Add getXVIZMessageType() to return the XVIZ type with minimal parsing (#451)
- API Audit - rename confusing parser functions (#459)
- New module @xviz/io consolidates general reading and writing (#435)

## [1.0.0-beta.12]

- Add getXVIZMessageType() to return the XVIZ type with minimal parsing (#451)

## [1.0.0-beta.11]

- Maintain xviz compatibility after parsing (#442)
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.9.1",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"commands": {
"publish": {},
"bootstrap": {}
Expand Down
2 changes: 1 addition & 1 deletion modules/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/builder",
"description": "Utility library for encoding JSON objects into XVIZ messages",
"license": "Apache-2.0",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
8 changes: 4 additions & 4 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xviz/cli",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "A CLI tool for the XVIZ protocol",
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
"bin/xviz"
],
"dependencies": {
"@xviz/builder": "1.0.0-beta.13",
"@xviz/parser": "1.0.0-beta.13",
"@xviz/schema": "1.0.0-beta.13",
"@xviz/builder": "1.0.0-beta.14",
"@xviz/parser": "1.0.0-beta.14",
"@xviz/schema": "1.0.0-beta.14",
"cli-table3": "^0.5.1",
"indent-string": "^3.2.0",
"websocket": "^1.0.28",
Expand Down
2 changes: 1 addition & 1 deletion modules/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/io",
"description": "IO library for reading and writing XVIZ messages",
"license": "Apache-2.0",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.14",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/parser",
"description": "Utility library for converting XVIZ messages into JSON objects",
"license": "Apache-2.0",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/schema",
"description": "XVIZ JSON schema",
"license": "Apache-2.0",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/server",
"description": "XVIZ Server module",
"license": "Apache-2.0",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.14",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down

0 comments on commit ee5b87f

Please sign in to comment.