Skip to content

Commit 728a178

Browse files
committed
v0.52.4
1 parent 7f4253e commit 728a178

File tree

21 files changed

+128
-30
lines changed

21 files changed

+128
-30
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.52.4](https://github.com/protectwise/troika/compare/v0.52.3...v0.52.4) (2025-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* error in Three r175 with custom(Depth|Distance)Material not having setters ([78e00b5](https://github.com/protectwise/troika/commit/78e00b512eb9618623d248070ba75ea0c55803ee)), closes [#357](https://github.com/protectwise/troika/issues/357)
12+
13+
14+
15+
16+
617
## [0.52.3](https://github.com/protectwise/troika/compare/v0.52.2...v0.52.3) (2024-12-19)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.52.3",
5+
"version": "0.52.4",
66
"command": {
77
"version": {
88
"conventionalCommits": true

packages/three-instanced-uniforms-mesh/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.52.4](https://github.com/protectwise/troika/compare/v0.52.3...v0.52.4) (2025-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* error in Three r175 with custom(Depth|Distance)Material not having setters ([78e00b5](https://github.com/protectwise/troika/commit/78e00b512eb9618623d248070ba75ea0c55803ee)), closes [#357](https://github.com/protectwise/troika/issues/357)
12+
13+
14+
15+
16+
617
# [0.52.0](https://github.com/protectwise/troika/compare/v0.51.1...v0.52.0) (2024-11-11)
718

819
**Note:** Version bump only for package three-instanced-uniforms-mesh

packages/three-instanced-uniforms-mesh/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "three-instanced-uniforms-mesh",
3-
"version": "0.52.0",
3+
"version": "0.52.4",
44
"description": "Extension to Three.js InstancedMesh supporting per-instance uniform values",
55
"author": "Jason Johnston <[email protected]>",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"module": "dist/three-instanced-uniforms-mesh.esm.js",
1515
"module:src": "src/index.js",
1616
"dependencies": {
17-
"troika-three-utils": "^0.52.0"
17+
"troika-three-utils": "^0.52.4"
1818
},
1919
"peerDependencies": {
2020
"three": ">=0.125.0"

packages/troika-3d-text/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.52.4](https://github.com/protectwise/troika/compare/v0.52.3...v0.52.4) (2025-04-02)
7+
8+
**Note:** Version bump only for package troika-3d-text
9+
10+
11+
12+
13+
614
## [0.52.3](https://github.com/protectwise/troika/compare/v0.52.2...v0.52.3) (2024-12-19)
715

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

packages/troika-3d-text/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troika-3d-text",
3-
"version": "0.52.3",
3+
"version": "0.52.4",
44
"description": "SDF text for the Troika 3D scene management framework",
55
"author": "Jason Johnston <[email protected]>",
66
"repository": {
@@ -14,9 +14,9 @@
1414
"module": "dist/troika-3d-text.esm.js",
1515
"module:src": "src/index.js",
1616
"dependencies": {
17-
"troika-3d": "^0.52.0",
18-
"troika-three-text": "^0.52.3",
19-
"troika-three-utils": "^0.52.0"
17+
"troika-3d": "^0.52.4",
18+
"troika-three-text": "^0.52.4",
19+
"troika-three-utils": "^0.52.4"
2020
},
2121
"peerDependencies": {
2222
"three": ">=0.125.0"

packages/troika-3d-ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.52.4](https://github.com/protectwise/troika/compare/v0.52.3...v0.52.4) (2025-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* error in Three r175 with custom(Depth|Distance)Material not having setters ([78e00b5](https://github.com/protectwise/troika/commit/78e00b512eb9618623d248070ba75ea0c55803ee)), closes [#357](https://github.com/protectwise/troika/issues/357)
12+
13+
14+
15+
16+
617
## [0.52.3](https://github.com/protectwise/troika/compare/v0.52.2...v0.52.3) (2024-12-19)
718

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

packages/troika-3d-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troika-3d-ui",
3-
"version": "0.52.3",
3+
"version": "0.52.4",
44
"description": "Troika 3D User Interface Toolkit",
55
"author": "Jason Johnston <[email protected]>",
66
"repository": {
@@ -15,11 +15,11 @@
1515
"module:src": "src/index.js",
1616
"dependencies": {
1717
"object-path": "^0.11.4",
18-
"troika-3d": "^0.52.0",
19-
"troika-3d-text": "^0.52.3",
18+
"troika-3d": "^0.52.4",
19+
"troika-3d-text": "^0.52.4",
2020
"troika-core": "^0.52.0",
21-
"troika-flex-layout": "^0.52.3",
22-
"troika-three-utils": "^0.52.0"
21+
"troika-flex-layout": "^0.52.4",
22+
"troika-three-utils": "^0.52.4"
2323
},
2424
"peerDependencies": {
2525
"three": ">=0.125.0"

packages/troika-3d/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.52.4](https://github.com/protectwise/troika/compare/v0.52.3...v0.52.4) (2025-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* error in Three r175 with custom(Depth|Distance)Material not having setters ([78e00b5](https://github.com/protectwise/troika/commit/78e00b512eb9618623d248070ba75ea0c55803ee)), closes [#357](https://github.com/protectwise/troika/issues/357)
12+
13+
14+
15+
16+
617
# [0.52.0](https://github.com/protectwise/troika/compare/v0.51.1...v0.52.0) (2024-11-11)
718

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

packages/troika-3d/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troika-3d",
3-
"version": "0.52.0",
3+
"version": "0.52.4",
44
"description": "Troika 3D",
55
"author": "Jason Johnston <[email protected]>",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"module:src": "src/index.js",
1616
"dependencies": {
1717
"troika-core": "^0.52.0",
18-
"troika-three-utils": "^0.52.0"
18+
"troika-three-utils": "^0.52.4"
1919
},
2020
"peerDependencies": {
2121
"three": ">=0.125.0"

0 commit comments

Comments
 (0)