Skip to content

Commit

Permalink
v0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Nov 11, 2024
1 parent d396e51 commit 6d94024
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 16 deletions.
11 changes: 11 additions & 0 deletions 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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)


### Bug Fixes

* **troika-worker-utils:** Avoid no-workers log errors when forcing main thread ([d396e51](https://github.com/protectwise/troika/commit/d396e51708d151d9cee04394d3cd8ac87c1a7dc0)), closes [#337](https://github.com/protectwise/troika/issues/337)





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


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.51.0",
"version": "0.51.1",
"command": {
"version": {
"conventionalCommits": true
Expand Down
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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)

**Note:** Version bump only for package troika-3d-text





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-3d-text
Expand Down
4 changes: 2 additions & 2 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.51.0",
"version": "0.51.1",
"description": "SDF text for the Troika 3D scene management framework",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -15,7 +15,7 @@
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.51.0",
"troika-three-text": "^0.51.0",
"troika-three-text": "^0.51.1",
"troika-three-utils": "^0.51.0"
},
"peerDependencies": {
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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)

**Note:** Version bump only for package troika-3d-ui





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-3d-ui
Expand Down
6 changes: 3 additions & 3 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.51.0",
"version": "0.51.1",
"description": "Troika 3D User Interface Toolkit",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -16,9 +16,9 @@
"dependencies": {
"object-path": "^0.11.4",
"troika-3d": "^0.51.0",
"troika-3d-text": "^0.51.0",
"troika-3d-text": "^0.51.1",
"troika-core": "^0.51.0",
"troika-flex-layout": "^0.51.0",
"troika-flex-layout": "^0.51.1",
"troika-three-utils": "^0.51.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-examples/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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)

**Note:** Version bump only for package troika-examples





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/troika-examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.51.0",
"version": "0.51.1",
"private": true,
"description": "Troika Examples",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
Expand All @@ -26,8 +26,8 @@
"three-line-2d": "^1.1.6",
"troika-2d": "^0.51.0",
"troika-3d": "^0.51.0",
"troika-3d-text": "^0.51.0",
"troika-3d-ui": "^0.51.0",
"troika-3d-text": "^0.51.1",
"troika-3d-ui": "^0.51.1",
"troika-animation": "^0.51.0",
"troika-core": "^0.51.0",
"troika-three-utils": "^0.51.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-flex-layout/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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)

**Note:** Version bump only for package troika-flex-layout





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-flex-layout
Expand Down
6 changes: 3 additions & 3 deletions packages/troika-flex-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-flex-layout",
"version": "0.51.0",
"version": "0.51.1",
"description": "Utility for calculating flexbox layouts in a web worker",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -14,8 +14,8 @@
"module": "dist/troika-flex-layout.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-three-text": "^0.51.0",
"troika-worker-utils": "^0.51.0"
"troika-three-text": "^0.51.1",
"troika-worker-utils": "^0.51.1"
},
"devDependencies": {
"terser": "^5.14.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-three-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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)

**Note:** Version bump only for package troika-three-text





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/troika-three-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-three-text",
"version": "0.51.0",
"version": "0.51.1",
"description": "SDF-based text rendering for Three.js",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"bidi-js": "^1.0.2",
"troika-three-utils": "^0.51.0",
"troika-worker-utils": "^0.51.0",
"troika-worker-utils": "^0.51.1",
"webgl-sdf-generator": "1.1.1"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/troika-worker-utils/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.51.1](https://github.com/protectwise/troika/compare/v0.51.0...v0.51.1) (2024-11-11)


### Bug Fixes

* **troika-worker-utils:** Avoid no-workers log errors when forcing main thread ([d396e51](https://github.com/protectwise/troika/commit/d396e51708d151d9cee04394d3cd8ac87c1a7dc0)), closes [#337](https://github.com/protectwise/troika/issues/337)





# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


Expand Down
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.51.0",
"version": "0.51.1",
"description": "Utilities for executing code in Web Workers",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand Down

0 comments on commit 6d94024

Please sign in to comment.