From 9a732c97a1672f79f2f8e0c2cc55e97ccd8379b0 Mon Sep 17 00:00:00 2001 From: Andrew Imm Date: Fri, 16 Jun 2017 16:00:17 -0700 Subject: [PATCH] Release 1.2.0 --- OVRUI/package.json | 2 +- ReactVR/package.json | 4 ++-- package.json | 2 +- react-vr-cli/generators/package.json.generator.js | 6 +++--- react-vr-cli/package.json | 2 +- yarn.lock | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/OVRUI/package.json b/OVRUI/package.json index 18b37026f..02736db59 100644 --- a/OVRUI/package.json +++ b/OVRUI/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ovrui", - "version": "1.0.0", + "version": "1.2.0", "description": "UI toolkit for building WebVR applications", "license": "BSD-3-Clause", "repository": { diff --git a/ReactVR/package.json b/ReactVR/package.json index f55a863ae..ce818e8e0 100644 --- a/ReactVR/package.json +++ b/ReactVR/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "react-vr-web", - "version": "1.0.0", + "version": "1.2.0", "description": "A framework for building VR applications with React", "license": "BSD-3-Clause", "repository": { @@ -22,6 +22,6 @@ "react-native": "~0.42.0" }, "dependencies": { - "ovrui": "~1.0.0" + "ovrui": "~1.2.0" } } diff --git a/package.json b/package.json index e921df638..5394a1e60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "react-vr", - "version": "1.1.0", + "version": "1.2.0", "description": "A framework for building VR applications with React", "license": "BSD-3-Clause", "repository": { diff --git a/react-vr-cli/generators/package.json.generator.js b/react-vr-cli/generators/package.json.generator.js index a5f66daed..5f398882f 100644 --- a/react-vr-cli/generators/package.json.generator.js +++ b/react-vr-cli/generators/package.json.generator.js @@ -23,12 +23,12 @@ module.exports = config => ({ "test": "jest" }, "dependencies": { - "ovrui": "~1.0.0", + "ovrui": "~1.2.0", "react": "~15.4.1", "react-native": "~0.42.0", "three": "^0.80.1", - "react-vr": "~1.0.0", - "react-vr-web": "~1.0.0" + "react-vr": "~1.2.0", + "react-vr-web": "~1.2.0" }, "devDependencies": { "babel-jest": "^19.0.0", diff --git a/react-vr-cli/package.json b/react-vr-cli/package.json index eeaff8f46..6195d1575 100644 --- a/react-vr-cli/package.json +++ b/react-vr-cli/package.json @@ -1,6 +1,6 @@ { "name": "react-vr-cli", - "version": "0.3.0", + "version": "0.3.2", "description": "The React VR CLI for project setup", "license": "BSD-3-Clause", "engines": { diff --git a/yarn.lock b/yarn.lock index 1fb80075d..228c3f08e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1798,9 +1798,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.43.1: - version "0.43.1" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.43.1.tgz#0733958b448fb8ad4b1576add7e87c31794c81bc" +flow-bin@^0.46.0: + version "0.46.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.46.0.tgz#06ad7fe19dddb1042264438064a2a32fee12b872" flow-parser@0.45.0: version "0.45.0"