From 9109142ce87f7e9f71bccaee8e398f969164d71e Mon Sep 17 00:00:00 2001 From: Nicola Thouliss Date: Sat, 4 Sep 2021 14:41:30 +1000 Subject: [PATCH 1/3] Edit backend url -> connect to stage --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index b3a7971..af31a79 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ -REACT_APP_BROKER_URL=https://connect.owlbear.rodeo -REACT_APP_ICE_SERVERS_URL=https://connect.owlbear.rodeo/iceservers +REACT_APP_BROKER_URL=https://stage.owlbear.rodeo +REACT_APP_ICE_SERVERS_URL=https://stage.owlbear.rodeo/iceservers REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51 REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo REACT_APP_VERSION=$npm_package_version From 1627c772f4c414eb908958040505c01be302172c Mon Sep 17 00:00:00 2001 From: Nicola Thouliss Date: Sat, 4 Sep 2021 17:31:27 +1000 Subject: [PATCH 2/3] Edit ammo.js version co-authored-by: Mitchell McCaffrey --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6131a98..9a68426 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^13.0.2", "ajv": "^8.6.2", - "ammo.js": "kripken/ammo.js", + "ammo.js": "kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7", "case": "^1.6.3", "color": "^3.2.1", "comlink": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index 411290c..9e67f53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3723,9 +3723,9 @@ alphanum-sort@^1.0.0: resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= -ammo.js@kripken/ammo.js: +ammo.js@kripken/ammo.js#85c0614cd5338aa0843814fe7bbd2df48164ece7: version "0.0.2" - resolved "https://codeload.github.com/kripken/ammo.js/tar.gz/c40aee525f2e3d4d2917938bf4e0b21d27f40d3c" + resolved "https://codeload.github.com/kripken/ammo.js/tar.gz/85c0614cd5338aa0843814fe7bbd2df48164ece7" ansi-colors@^3.0.0: version "3.2.4" From ab1a06e009d67aae2189440d99531fcd6a6105e2 Mon Sep 17 00:00:00 2001 From: Nicola Thouliss Date: Sat, 4 Sep 2021 17:58:18 +1000 Subject: [PATCH 3/3] Edit patch version -> 1.10.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a68426..ec2ec96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owlbear-rodeo", - "version": "1.10.0.1", + "version": "1.10.0.2", "private": true, "dependencies": { "@babylonjs/core": "^4.2.0",