From 7059f369b74a47b490cf2881d27fb17ad3fbb45e Mon Sep 17 00:00:00 2001 From: Steven Vergenz Date: Tue, 5 May 2020 17:20:57 -0700 Subject: [PATCH] Publish - @microsoft/mixed-reality-extension-altspacevr-extras@0.18.0 - @microsoft/mixed-reality-extension-common@0.18.0 - functional-tests@0.18.0 - @microsoft/gltf-gen@0.18.0 - @microsoft/mixed-reality-extension-sdk@0.18.0 --- packages/altspacevr-extras/package.json | 4 ++-- packages/common/package.json | 2 +- packages/functional-tests/package.json | 8 ++++---- packages/gltf-gen/package.json | 4 ++-- packages/sdk/package.json | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/altspacevr-extras/package.json b/packages/altspacevr-extras/package.json index c7d303263..a857d8a93 100644 --- a/packages/altspacevr-extras/package.json +++ b/packages/altspacevr-extras/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/mixed-reality-extension-altspacevr-extras", - "version": "0.17.1", + "version": "0.18.0", "description": "The Mixed Reality Extension AltspaceVR Extras package enables MRE developers to access custom AltspaceVR features.", "main": "built/index.js", "types": "built/index.d.ts", @@ -41,6 +41,6 @@ "typescript": "^3.7.2" }, "dependencies": { - "@microsoft/mixed-reality-extension-sdk": "^0.17.1" + "@microsoft/mixed-reality-extension-sdk": "^0.18.0" } } diff --git a/packages/common/package.json b/packages/common/package.json index 6221c13d1..65f77c651 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/mixed-reality-extension-common", - "version": "0.17.1", + "version": "0.18.0", "description": "Common components of the Mixed Reality Extension SDK.", "main": "built/index.js", "types": "built/index.d.ts", diff --git a/packages/functional-tests/package.json b/packages/functional-tests/package.json index 3699c824e..cbf539e3b 100644 --- a/packages/functional-tests/package.json +++ b/packages/functional-tests/package.json @@ -1,6 +1,6 @@ { "name": "functional-tests", - "version": "0.17.1", + "version": "0.18.0", "private": true, "description": "", "main": "built/server.js", @@ -23,9 +23,9 @@ "typescript": "^3.7.2" }, "dependencies": { - "@microsoft/gltf-gen": "^0.17.1", - "@microsoft/mixed-reality-extension-altspacevr-extras": "^0.17.1", - "@microsoft/mixed-reality-extension-sdk": "^0.17.1", + "@microsoft/gltf-gen": "^0.18.0", + "@microsoft/mixed-reality-extension-altspacevr-extras": "^0.18.0", + "@microsoft/mixed-reality-extension-sdk": "^0.18.0", "@types/dotenv": "^6.1.0", "@types/node": "^10.3.1", "@types/restify": "^7.2.0", diff --git a/packages/gltf-gen/package.json b/packages/gltf-gen/package.json index 03ddd9c3e..51226ba36 100644 --- a/packages/gltf-gen/package.json +++ b/packages/gltf-gen/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gltf-gen", - "version": "0.17.1", + "version": "0.18.0", "description": "Generate glTF buffers on the fly from vertex data", "main": "built/index.js", "types": "built/index.d.ts", @@ -45,7 +45,7 @@ "typescript": "^3.7.2" }, "dependencies": { - "@microsoft/mixed-reality-extension-common": "^0.17.1", + "@microsoft/mixed-reality-extension-common": "^0.18.0", "mime-types": "~2.1.19" } } diff --git a/packages/sdk/package.json b/packages/sdk/package.json index dba0d143b..3da76f088 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/mixed-reality-extension-sdk", - "version": "0.17.1", + "version": "0.18.0", "description": "The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.", "main": "built/index.js", "types": "built/index.d.ts", @@ -48,7 +48,7 @@ "typescript": "^3.7.2" }, "dependencies": { - "@microsoft/mixed-reality-extension-common": "^0.17.1", + "@microsoft/mixed-reality-extension-common": "^0.18.0", "@types/node": "^10.3.1", "debug": "^4.1.0", "deepmerge": "^2.1.1",