-
Notifications
You must be signed in to change notification settings - Fork 125
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
15 changed files
with
80 additions
and
16 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-3d-text", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "SDF text for the Troika 3D scene management framework", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,6 +15,6 @@ | |
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-3d": "^0.34.0", | ||
"troika-three-text": "^0.34.0" | ||
"troika-three-text": "^0.34.1" | ||
} | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.34.0", | ||
"version": "0.34.1", | ||
"description": "Troika 3D User Interface Toolkit", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -16,9 +16,9 @@ | |
"dependencies": { | ||
"object-path": "^0.11.4", | ||
"troika-3d": "^0.34.0", | ||
"troika-3d-text": "^0.34.0", | ||
"troika-3d-text": "^0.34.1", | ||
"troika-core": "^0.34.0", | ||
"troika-flex-layout": "^0.34.0", | ||
"troika-flex-layout": "^0.34.1", | ||
"troika-three-utils": "^0.34.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-examples", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"private": true, | ||
"description": "Troika Examples", | ||
"author": "Jason Johnston <[email protected]>", | ||
|
@@ -25,8 +25,8 @@ | |
"three-line-2d": "^1.1.6", | ||
"troika-2d": "^0.34.0", | ||
"troika-3d": "^0.34.0", | ||
"troika-3d-text": "^0.34.0", | ||
"troika-3d-ui": "^0.34.0", | ||
"troika-3d-text": "^0.34.1", | ||
"troika-3d-ui": "^0.34.1", | ||
"troika-animation": "^0.34.0", | ||
"troika-core": "^0.34.0", | ||
"troika-three-utils": "^0.34.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-flex-layout", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "Utility for calculating flexbox layouts in a web worker", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -14,8 +14,8 @@ | |
"module": "dist/troika-flex-layout.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-three-text": "^0.34.0", | ||
"troika-worker-utils": "^0.34.0" | ||
"troika-three-text": "^0.34.1", | ||
"troika-worker-utils": "^0.34.1" | ||
}, | ||
"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-three-text", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "SDF-based text rendering for Three.js", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,7 +15,7 @@ | |
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-three-utils": "^0.34.0", | ||
"troika-worker-utils": "^0.34.0" | ||
"troika-worker-utils": "^0.34.1" | ||
}, | ||
"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-worker-utils", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "Utilities for executing code in Web Workers", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|