-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
155 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-2d", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika 2D", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,6 +15,6 @@ | |
"module": "dist/troika-2d.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-core": "^0.19.0" | ||
"troika-core": "^0.20.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-3d-text", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika 3D Text", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,9 +15,9 @@ | |
"module": "dist/troika-3d-text.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-3d": "^0.19.0", | ||
"troika-three-utils": "^0.19.0", | ||
"troika-worker-utils": "^0.19.0" | ||
"troika-3d": "^0.20.0", | ||
"troika-three-utils": "^0.20.0", | ||
"troika-worker-utils": "^0.20.0" | ||
}, | ||
"devDependencies": { | ||
"node-fetch": "^2.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-3d-ui", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika 3D User Interface Toolkit", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -16,11 +16,11 @@ | |
"module:src": "src/index.js", | ||
"dependencies": { | ||
"object-path": "^0.11.4", | ||
"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" | ||
"troika-3d": "^0.20.0", | ||
"troika-3d-text": "^0.20.0", | ||
"troika-core": "^0.20.0", | ||
"troika-three-utils": "^0.20.0", | ||
"troika-worker-utils": "^0.20.0" | ||
}, | ||
"devDependencies": { | ||
"terser": "^4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-3d", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika 3D", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,8 +15,8 @@ | |
"module": "dist/troika-3d.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-core": "^0.19.0", | ||
"troika-three-utils": "^0.19.0" | ||
"troika-core": "^0.20.0", | ||
"troika-three-utils": "^0.20.0" | ||
}, | ||
"peerDependencies": { | ||
"three": "0.103.x - 0.112.x" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-animation", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika Animation Utilities", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-core", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika Core", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -16,7 +16,7 @@ | |
"module:src": "src/index.js", | ||
"dependencies": { | ||
"prop-types": "^15.6.2", | ||
"troika-animation": "^0.19.0" | ||
"troika-animation": "^0.20.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.5.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-examples", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"private": true, | ||
"description": "Troika Examples", | ||
"author": "Jason Johnston <[email protected]>", | ||
|
@@ -23,13 +23,13 @@ | |
"react-dom": "^16.5.2", | ||
"three": "^0.112.0", | ||
"three-line-2d": "^1.1.6", | ||
"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" | ||
"troika-2d": "^0.20.0", | ||
"troika-3d": "^0.20.0", | ||
"troika-3d-text": "^0.20.0", | ||
"troika-3d-ui": "^0.20.0", | ||
"troika-animation": "^0.20.0", | ||
"troika-core": "^0.20.0", | ||
"troika-three-utils": "^0.20.0", | ||
"troika-xr": "^0.20.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-three-utils", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Various utilities related to Three.js", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-worker-utils", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Utilities for executing code in Web Workers", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-xr", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Troika XR", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,9 +15,9 @@ | |
"module": "dist/troika-xr.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-3d": "^0.19.0", | ||
"troika-animation": "^0.19.0", | ||
"troika-core": "^0.19.0", | ||
"troika-three-utils": "^0.19.0" | ||
"troika-3d": "^0.20.0", | ||
"troika-animation": "^0.20.0", | ||
"troika-core": "^0.20.0", | ||
"troika-three-utils": "^0.20.0" | ||
} | ||
} |