Skip to content

Commit ff7ad8d

Browse files
committed
v1.0.0
1 parent 88fc1cb commit ff7ad8d

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
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.22",
3+
"version": "1.0.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

modules/builder/package.json

Lines changed: 2 additions & 2 deletions
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.22",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -17,7 +17,7 @@
1717
"@loaders.gl/gltf": "~1.1.7",
1818
"@loaders.gl/polyfills": "~1.1.7",
1919
"@turf/turf": "^5.1.6",
20-
"@xviz/io": "1.0.0-beta.22",
20+
"@xviz/io": "1.0.0",
2121
"base64-js": "^1.3.0",
2222
"math.gl": "^2.3.1",
2323
"text-encoding": "^0.6.4"

modules/cli/package.json

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

modules/io/package.json

Lines changed: 2 additions & 2 deletions
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.22",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -18,7 +18,7 @@
1818
"@loaders.gl/gltf": "~1.1.7",
1919
"@loaders.gl/polyfills": "~1.1.7",
2020
"@turf/turf": "^5.1.6",
21-
"@xviz/schema": "1.0.0-beta.22",
21+
"@xviz/schema": "1.0.0",
2222
"base64-js": "^1.3.0",
2323
"math.gl": "^2.0.0",
2424
"protobufjs": "https://github.com/jlisee/protobuf.js#ed8e699671da6f9a169074aa0f2a160cefe0844a",

modules/parser/package.json

Lines changed: 2 additions & 2 deletions
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.22",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@loaders.gl/gltf": "~1.1.7",
21-
"@xviz/io": "1.0.0-beta.22",
21+
"@xviz/io": "1.0.0",
2222
"base64-js": "^1.3.0",
2323
"color": "^3.0.0",
2424
"math.gl": "^2.3.1",

modules/ros/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@xviz/ros",
33
"description": "ROS module for converting ROS data into XVIZ",
44
"license": "Apache-2.0",
5-
"version": "1.0.0-beta.22",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -14,8 +14,8 @@
1414
"dist"
1515
],
1616
"dependencies": {
17-
"@xviz/builder": "1.0.0-beta.22",
18-
"@xviz/io": "1.0.0-beta.22",
17+
"@xviz/builder": "1.0.0",
18+
"@xviz/io": "1.0.0",
1919
"lodash": "^4.17.11",
2020
"rosbag": "^2.0.0",
2121
"sharp": "^0.23.0",

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

modules/server/package.json

Lines changed: 2 additions & 2 deletions
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.22",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/uber/xviz.git"
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@babel/register": "^7.4.4",
24-
"@xviz/io": "1.0.0-beta.22",
24+
"@xviz/io": "1.0.0",
2525
"probe.gl": "^3.0.1",
2626
"text-encoding": "^0.6.4",
2727
"ws": "^6.2.0",

0 commit comments

Comments
 (0)