Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewimm committed Jun 16, 2017
1 parent 448ba23 commit 9a732c9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion OVRUI/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions ReactVR/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -22,6 +22,6 @@
"react-native": "~0.42.0"
},
"dependencies": {
"ovrui": "~1.0.0"
"ovrui": "~1.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions react-vr-cli/generators/package.json.generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-vr-cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

[email protected]:
version "0.45.0"
Expand Down

0 comments on commit 9a732c9

Please sign in to comment.