Skip to content

Commit 3315402

Browse files
committed
v1.0.0-beta.15
1 parent 01fc3b2 commit 3315402

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

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.14",
3+
"version": "1.0.0-beta.15",
44
"commands": {
55
"publish": {},
66
"bootstrap": {}

modules/builder/package.json

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

modules/cli/package.json

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

modules/io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/io",
33
"description": "IO library for reading and writing XVIZ messages",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.14",
5+
"version": "1.0.0-beta.15",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

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.14",
5+
"version": "1.0.0-beta.15",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/schema",
33
"description": "XVIZ JSON schema",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.14",
5+
"version": "1.0.0-beta.15",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

modules/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/server",
33
"description": "XVIZ Server module",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.14",
5+
"version": "1.0.0-beta.15",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"

0 commit comments

Comments
 (0)