Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Feb 28, 2020
1 parent a27fde7 commit 948b0be
Show file tree
Hide file tree
Showing 22 changed files with 143 additions and 35 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.19.0-alpha.0",
"version": "0.19.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-2d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/troika-2d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-2d",
"version": "0.18.0",
"version": "0.19.0",
"description": "Troika 2D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/troika-3d-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/troika-3d-text/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-3d-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
12 changes: 6 additions & 6 deletions packages/troika-3d-ui/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/troika-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-3d",
"version": "0.19.0-alpha.0",
"version": "0.19.0",
"description": "Troika 3D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-animation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/troika-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-animation",
"version": "0.18.0",
"version": "0.19.0",
"description": "Troika Animation Utilities",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/troika-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-core",
"version": "0.18.0",
"version": "0.19.0",
"description": "Troika Core",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/troika-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
18 changes: 9 additions & 9 deletions packages/troika-examples/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/troika-three-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/troika-three-utils/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-worker-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/troika-worker-utils/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/troika-xr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 5 additions & 5 deletions packages/troika-xr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-xr",
"version": "0.19.0-alpha.0",
"version": "0.19.0",
"description": "Troika XR",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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"
}
}

0 comments on commit 948b0be

Please sign in to comment.