From 948b0be7399134a718e6b845682699e704631623 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Fri, 28 Feb 2020 10:18:15 -0700 Subject: [PATCH] v0.19.0 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/troika-2d/CHANGELOG.md | 8 ++++++++ packages/troika-2d/package.json | 4 ++-- packages/troika-3d-text/CHANGELOG.md | 8 ++++++++ packages/troika-3d-text/package.json | 8 ++++---- packages/troika-3d-ui/CHANGELOG.md | 8 ++++++++ packages/troika-3d-ui/package.json | 12 ++++++------ packages/troika-3d/CHANGELOG.md | 8 ++++++++ packages/troika-3d/package.json | 6 +++--- packages/troika-animation/CHANGELOG.md | 8 ++++++++ packages/troika-animation/package.json | 2 +- packages/troika-core/CHANGELOG.md | 8 ++++++++ packages/troika-core/package.json | 4 ++-- packages/troika-examples/CHANGELOG.md | 11 +++++++++++ packages/troika-examples/package.json | 18 +++++++++--------- packages/troika-three-utils/CHANGELOG.md | 8 ++++++++ packages/troika-three-utils/package.json | 2 +- packages/troika-worker-utils/CHANGELOG.md | 8 ++++++++ packages/troika-worker-utils/package.json | 2 +- packages/troika-xr/CHANGELOG.md | 16 ++++++++++++++++ packages/troika-xr/package.json | 10 +++++----- 22 files changed, 143 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce74928..89030fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + + +### Bug Fixes + +* **troika-xr:** disable buggy experimental clickOnPoke feature ([46cff53](https://github.com/protectwise/troika/commit/46cff535f24e661e727714e12e05326c830d1a90)) + + +### Features + +* **examples:** example configurators are standardized and work in XR ([cec6f63](https://github.com/protectwise/troika/commit/cec6f63a2c45ad4a4b38e1826cec852d756e016d)) +* **troika-xr:** improved default target ray appearance ([3798d9e](https://github.com/protectwise/troika/commit/3798d9e9451763c12d0273bb7d6f027c4ae79621)) + + + + + # [0.19.0-alpha.0](https://github.com/protectwise/troika/compare/v0.18.0...v0.19.0-alpha.0) (2020-02-22) diff --git a/lerna.json b/lerna.json index dfbe7dcf..f10c7bfd 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.19.0-alpha.0", + "version": "0.19.0", "command": { "version": { "conventionalCommits": true diff --git a/packages/troika-2d/CHANGELOG.md b/packages/troika-2d/CHANGELOG.md index c611f995..3b1d5b97 100644 --- a/packages/troika-2d/CHANGELOG.md +++ b/packages/troika-2d/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-2d + + + + + # [0.18.0](https://github.com/protectwise/troika/compare/v0.17.1...v0.18.0) (2020-02-21) **Note:** Version bump only for package troika-2d diff --git a/packages/troika-2d/package.json b/packages/troika-2d/package.json index 141480af..6ffadced 100644 --- a/packages/troika-2d/package.json +++ b/packages/troika-2d/package.json @@ -1,6 +1,6 @@ { "name": "troika-2d", - "version": "0.18.0", + "version": "0.19.0", "description": "Troika 2D", "author": "Jason Johnston ", "repository": { @@ -15,6 +15,6 @@ "module": "dist/troika-2d.esm.js", "module:src": "src/index.js", "dependencies": { - "troika-core": "^0.18.0" + "troika-core": "^0.19.0" } } diff --git a/packages/troika-3d-text/CHANGELOG.md b/packages/troika-3d-text/CHANGELOG.md index 1275d4de..96f5f9d6 100644 --- a/packages/troika-3d-text/CHANGELOG.md +++ b/packages/troika-3d-text/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-3d-text + + + + + # [0.19.0-alpha.0](https://github.com/protectwise/troika/compare/v0.18.0...v0.19.0-alpha.0) (2020-02-22) **Note:** Version bump only for package troika-3d-text diff --git a/packages/troika-3d-text/package.json b/packages/troika-3d-text/package.json index ab7f053c..4c2c796f 100644 --- a/packages/troika-3d-text/package.json +++ b/packages/troika-3d-text/package.json @@ -1,6 +1,6 @@ { "name": "troika-3d-text", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "Troika 3D Text", "author": "Jason Johnston ", "repository": { @@ -15,9 +15,9 @@ "module": "dist/troika-3d-text.esm.js", "module:src": "src/index.js", "dependencies": { - "troika-3d": "^0.19.0-alpha.0", - "troika-three-utils": "^0.18.0", - "troika-worker-utils": "^0.18.0" + "troika-3d": "^0.19.0", + "troika-three-utils": "^0.19.0", + "troika-worker-utils": "^0.19.0" }, "devDependencies": { "node-fetch": "^2.6.0", diff --git a/packages/troika-3d-ui/CHANGELOG.md b/packages/troika-3d-ui/CHANGELOG.md index 6ba93edc..243ba021 100644 --- a/packages/troika-3d-ui/CHANGELOG.md +++ b/packages/troika-3d-ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-3d-ui + + + + + # [0.19.0-alpha.0](https://github.com/protectwise/troika/compare/v0.18.0...v0.19.0-alpha.0) (2020-02-22) diff --git a/packages/troika-3d-ui/package.json b/packages/troika-3d-ui/package.json index 01afb8c2..bc24ef6b 100644 --- a/packages/troika-3d-ui/package.json +++ b/packages/troika-3d-ui/package.json @@ -1,6 +1,6 @@ { "name": "troika-3d-ui", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "Troika 3D User Interface Toolkit", "author": "Jason Johnston ", "repository": { @@ -16,11 +16,11 @@ "module:src": "src/index.js", "dependencies": { "object-path": "^0.11.4", - "troika-3d": "^0.19.0-alpha.0", - "troika-3d-text": "^0.19.0-alpha.0", - "troika-core": "^0.18.0", - "troika-three-utils": "^0.18.0", - "troika-worker-utils": "^0.18.0" + "troika-3d": "^0.19.0", + "troika-3d-text": "^0.19.0", + "troika-core": "^0.19.0", + "troika-three-utils": "^0.19.0", + "troika-worker-utils": "^0.19.0" }, "devDependencies": { "terser": "^4.2.0", diff --git a/packages/troika-3d/CHANGELOG.md b/packages/troika-3d/CHANGELOG.md index 85242c3d..16ea4b33 100644 --- a/packages/troika-3d/CHANGELOG.md +++ b/packages/troika-3d/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-3d + + + + + # [0.19.0-alpha.0](https://github.com/protectwise/troika/compare/v0.18.0...v0.19.0-alpha.0) (2020-02-22) diff --git a/packages/troika-3d/package.json b/packages/troika-3d/package.json index c993b710..08bccec5 100644 --- a/packages/troika-3d/package.json +++ b/packages/troika-3d/package.json @@ -1,6 +1,6 @@ { "name": "troika-3d", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "Troika 3D", "author": "Jason Johnston ", "repository": { @@ -15,8 +15,8 @@ "module": "dist/troika-3d.esm.js", "module:src": "src/index.js", "dependencies": { - "troika-core": "^0.18.0", - "troika-three-utils": "^0.18.0" + "troika-core": "^0.19.0", + "troika-three-utils": "^0.19.0" }, "peerDependencies": { "three": "0.103.x - 0.112.x" diff --git a/packages/troika-animation/CHANGELOG.md b/packages/troika-animation/CHANGELOG.md index f245a325..8063e5d0 100644 --- a/packages/troika-animation/CHANGELOG.md +++ b/packages/troika-animation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-animation + + + + + # [0.18.0](https://github.com/protectwise/troika/compare/v0.17.1...v0.18.0) (2020-02-21) **Note:** Version bump only for package troika-animation diff --git a/packages/troika-animation/package.json b/packages/troika-animation/package.json index c307dab1..40332e87 100644 --- a/packages/troika-animation/package.json +++ b/packages/troika-animation/package.json @@ -1,6 +1,6 @@ { "name": "troika-animation", - "version": "0.18.0", + "version": "0.19.0", "description": "Troika Animation Utilities", "author": "Jason Johnston ", "repository": { diff --git a/packages/troika-core/CHANGELOG.md b/packages/troika-core/CHANGELOG.md index cfdec2c6..bdd01f10 100644 --- a/packages/troika-core/CHANGELOG.md +++ b/packages/troika-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-core + + + + + # [0.18.0](https://github.com/protectwise/troika/compare/v0.17.1...v0.18.0) (2020-02-21) diff --git a/packages/troika-core/package.json b/packages/troika-core/package.json index c8dc4190..8125babc 100644 --- a/packages/troika-core/package.json +++ b/packages/troika-core/package.json @@ -1,6 +1,6 @@ { "name": "troika-core", - "version": "0.18.0", + "version": "0.19.0", "description": "Troika Core", "author": "Jason Johnston ", "repository": { @@ -16,7 +16,7 @@ "module:src": "src/index.js", "dependencies": { "prop-types": "^15.6.2", - "troika-animation": "^0.18.0" + "troika-animation": "^0.19.0" }, "peerDependencies": { "react": "^16.5.2", diff --git a/packages/troika-examples/CHANGELOG.md b/packages/troika-examples/CHANGELOG.md index 50eea460..48835ae3 100644 --- a/packages/troika-examples/CHANGELOG.md +++ b/packages/troika-examples/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + + +### Features + +* **examples:** example configurators are standardized and work in XR ([cec6f63](https://github.com/protectwise/troika/commit/cec6f63a2c45ad4a4b38e1826cec852d756e016d)) + + + + + # [0.19.0-alpha.0](https://github.com/protectwise/troika/compare/v0.18.0...v0.19.0-alpha.0) (2020-02-22) diff --git a/packages/troika-examples/package.json b/packages/troika-examples/package.json index bac37e55..9f4256b1 100644 --- a/packages/troika-examples/package.json +++ b/packages/troika-examples/package.json @@ -1,6 +1,6 @@ { "name": "troika-examples", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "private": true, "description": "Troika Examples", "author": "Jason Johnston ", @@ -23,13 +23,13 @@ "react-dom": "^16.5.2", "three": "^0.112.0", "three-line-2d": "^1.1.6", - "troika-2d": "^0.18.0", - "troika-3d": "^0.19.0-alpha.0", - "troika-3d-text": "^0.19.0-alpha.0", - "troika-3d-ui": "^0.19.0-alpha.0", - "troika-animation": "^0.18.0", - "troika-core": "^0.18.0", - "troika-three-utils": "^0.18.0", - "troika-xr": "^0.19.0-alpha.0" + "troika-2d": "^0.19.0", + "troika-3d": "^0.19.0", + "troika-3d-text": "^0.19.0", + "troika-3d-ui": "^0.19.0", + "troika-animation": "^0.19.0", + "troika-core": "^0.19.0", + "troika-three-utils": "^0.19.0", + "troika-xr": "^0.19.0" } } diff --git a/packages/troika-three-utils/CHANGELOG.md b/packages/troika-three-utils/CHANGELOG.md index d09c6297..22352726 100644 --- a/packages/troika-three-utils/CHANGELOG.md +++ b/packages/troika-three-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-three-utils + + + + + # [0.18.0](https://github.com/protectwise/troika/compare/v0.17.1...v0.18.0) (2020-02-21) **Note:** Version bump only for package troika-three-utils diff --git a/packages/troika-three-utils/package.json b/packages/troika-three-utils/package.json index dc860c1d..feb2f455 100644 --- a/packages/troika-three-utils/package.json +++ b/packages/troika-three-utils/package.json @@ -1,6 +1,6 @@ { "name": "troika-three-utils", - "version": "0.18.0", + "version": "0.19.0", "description": "Various utilities related to Three.js", "author": "Jason Johnston ", "repository": { diff --git a/packages/troika-worker-utils/CHANGELOG.md b/packages/troika-worker-utils/CHANGELOG.md index 7ed680c5..22fa4b47 100644 --- a/packages/troika-worker-utils/CHANGELOG.md +++ b/packages/troika-worker-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + +**Note:** Version bump only for package troika-worker-utils + + + + + # [0.18.0](https://github.com/protectwise/troika/compare/v0.17.1...v0.18.0) (2020-02-21) **Note:** Version bump only for package troika-worker-utils diff --git a/packages/troika-worker-utils/package.json b/packages/troika-worker-utils/package.json index 3aa52161..1e71ede9 100644 --- a/packages/troika-worker-utils/package.json +++ b/packages/troika-worker-utils/package.json @@ -1,6 +1,6 @@ { "name": "troika-worker-utils", - "version": "0.18.0", + "version": "0.19.0", "description": "Utilities for executing code in Web Workers", "author": "Jason Johnston ", "repository": { diff --git a/packages/troika-xr/CHANGELOG.md b/packages/troika-xr/CHANGELOG.md index e186f0fd..e60958e6 100644 --- a/packages/troika-xr/CHANGELOG.md +++ b/packages/troika-xr/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28) + + +### Bug Fixes + +* **troika-xr:** disable buggy experimental clickOnPoke feature ([46cff53](https://github.com/protectwise/troika/commit/46cff535f24e661e727714e12e05326c830d1a90)) + + +### Features + +* **troika-xr:** improved default target ray appearance ([3798d9e](https://github.com/protectwise/troika/commit/3798d9e9451763c12d0273bb7d6f027c4ae79621)) + + + + + # [0.19.0-alpha.0](https://github.com/protectwise/troika/compare/v0.18.0...v0.19.0-alpha.0) (2020-02-22) diff --git a/packages/troika-xr/package.json b/packages/troika-xr/package.json index 7925a1d0..13b062a4 100644 --- a/packages/troika-xr/package.json +++ b/packages/troika-xr/package.json @@ -1,6 +1,6 @@ { "name": "troika-xr", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "Troika XR", "author": "Jason Johnston ", "repository": { @@ -15,9 +15,9 @@ "module": "dist/troika-xr.esm.js", "module:src": "src/index.js", "dependencies": { - "troika-3d": "^0.19.0-alpha.0", - "troika-animation": "^0.18.0", - "troika-core": "^0.18.0", - "troika-three-utils": "^0.18.0" + "troika-3d": "^0.19.0", + "troika-animation": "^0.19.0", + "troika-core": "^0.19.0", + "troika-three-utils": "^0.19.0" } }