Skip to content

Commit

Permalink
v1.0.7-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twojtasz committed Jan 14, 2021
1 parent 4b56121 commit 9a893a7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.1",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions modules/builder/package.json
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.6",
"version": "1.0.7-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -15,7 +15,7 @@
],
"dependencies": {
"@turf/turf": "^5.1.6",
"@xviz/io": "1.0.6",
"@xviz/io": "1.0.7-alpha.0",
"base64-js": "^1.3.0",
"math.gl": "^3.0.0",
"text-encoding": "^0.6.4"
Expand Down
10 changes: 5 additions & 5 deletions modules/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@xviz/cli",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"description": "A CLI tool for the XVIZ protocol",
"repository": {
"type": "git",
Expand All @@ -18,10 +18,10 @@
"bin/xviz"
],
"dependencies": {
"@xviz/builder": "1.0.6",
"@xviz/io": "1.0.6",
"@xviz/parser": "1.0.6",
"@xviz/schema": "1.0.6",
"@xviz/builder": "1.0.7-alpha.0",
"@xviz/io": "1.0.7-alpha.0",
"@xviz/parser": "1.0.7-alpha.0",
"@xviz/schema": "1.0.7-alpha.0",
"cli-table3": "^0.5.1",
"indent-string": "^3.2.0",
"websocket": "^1.0.28",
Expand Down
4 changes: 2 additions & 2 deletions modules/io/package.json
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.6",
"version": "1.0.7-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"@turf/turf": "^5.1.6",
"@xviz/schema": "1.0.6",
"@xviz/schema": "1.0.7-alpha.0",
"base64-js": "^1.3.0",
"fast-text-encoding": "^1.0.3",
"math.gl": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/parser/package.json
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.6",
"version": "1.0.7-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -17,7 +17,7 @@
"fast-text-encoding": false
},
"dependencies": {
"@xviz/io": "1.0.6",
"@xviz/io": "1.0.7-alpha.0",
"base64-js": "^1.3.0",
"color": "^3.0.0",
"fast-text-encoding": "^1.0.3",
Expand Down
6 changes: 3 additions & 3 deletions modules/ros/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/ros",
"description": "ROS module for converting ROS data into XVIZ",
"license": "Apache-2.0",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -14,8 +14,8 @@
"dist"
],
"dependencies": {
"@xviz/builder": "1.0.6",
"@xviz/io": "1.0.6",
"@xviz/builder": "1.0.7-alpha.0",
"@xviz/io": "1.0.7-alpha.0",
"lodash": "^4.17.11",
"rosbag": "^2.0.0",
"sharp": "^0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/schema/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/schema",
"description": "XVIZ JSON schema",
"license": "Apache-2.0",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand Down
4 changes: 2 additions & 2 deletions modules/server/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@xviz/server",
"description": "XVIZ Server module",
"license": "Apache-2.0",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/register": "^7.4.4",
"@xviz/io": "1.0.6",
"@xviz/io": "1.0.7-alpha.0",
"probe.gl": "^3.1.0",
"text-encoding": "^0.6.4",
"ws": "^6.2.0",
Expand Down

0 comments on commit 9a893a7

Please sign in to comment.