From 2e0a20d008d916818af3bdd9661d4f107e5e8c42 Mon Sep 17 00:00:00 2001 From: kalwalt Date: Tue, 8 Mar 2022 20:52:38 +0100 Subject: [PATCH] new 3.4.0-alpha-rc1 version --- CHANGELOG.md | 6 + HOW_TO_RELEASE.md | 6 +- README.md | 2 +- aframe/build/aframe-ar-nft.js | 2 +- aframe/build/aframe-ar.js | 2 +- package-lock.json | 2014 ++++++++++++++++++++++- package.json | 2 +- three.js/build/ar-nft.js | 2 +- three.js/build/ar-threex-nft.js | 2 +- three.js/build/ar-threex.js | 2 +- three.js/build/ar.js | 2 +- three.js/src/threex/arjs-context-nft.js | 2 +- three.js/src/threex/arjs-context.js | 2 +- 13 files changed, 2017 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e145a9..b2e69755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 3.4.0-alpha-rc1 +- ES6 feature into master +- new threejs location based +- new dispose methods in arjs-context.js andarjs-source.js +- use of artoolkit5-js instead of old jsartoolkit5 as base code +- other bug fixes see PR #400 # 3.3.3 - Fixed bug which prevents `minDistance` and `maxDistance` working with a simulated location diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md index d79ade01..d57dbb5e 100644 --- a/HOW_TO_RELEASE.md +++ b/HOW_TO_RELEASE.md @@ -9,10 +9,8 @@ package.json README.md # Build everything - aka a-frame and three.js -make build -cd aframe -make build-location-only -cd .. +npm install +npm run build # Commit everything git add . && git commit -a -m 'Last commit before release' && git push diff --git a/README.md b/README.md index 322e0947..8d848863 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Please import the one you need for your project, not both: You can also import a specific version replacing `master` keyword with version tag: ```html -