Skip to content

Commit c6c71dc

Browse files
committed
v0.47.1
1 parent a45db5d commit c6c71dc

File tree

12 files changed

+66
-12
lines changed

12 files changed

+66
-12
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.47.1](https://github.com/protectwise/troika/compare/v0.47.0...v0.47.1) (2022-12-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **troika-three-text:** update Typr.ts to get kerning fix ([#228](https://github.com/protectwise/troika/issues/228)) ([a45db5d](https://github.com/protectwise/troika/commit/a45db5ddddcba35c9358c3014aff79fd80b30ae1))
12+
13+
14+
15+
16+
617
# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)
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.47.0",
5+
"version": "0.47.1",
66
"command": {
77
"version": {
88
"conventionalCommits": true

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.47.1](https://github.com/protectwise/troika/compare/v0.47.0...v0.47.1) (2022-12-15)
7+
8+
**Note:** Version bump only for package troika-3d-text
9+
10+
11+
12+
13+
614
# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)
715

816

packages/troika-3d-text/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-text",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "SDF text for the Troika 3D scene management framework",
55
"author": "Jason Johnston <jason.johnston@protectwise.com>",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"module:src": "src/index.js",
1616
"dependencies": {
1717
"troika-3d": "^0.47.0",
18-
"troika-three-text": "^0.47.0",
18+
"troika-three-text": "^0.47.1",
1919
"troika-three-utils": "^0.47.0"
2020
},
2121
"peerDependencies": {

packages/troika-3d-ui/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.47.1](https://github.com/protectwise/troika/compare/v0.47.0...v0.47.1) (2022-12-15)
7+
8+
**Note:** Version bump only for package troika-3d-ui
9+
10+
11+
12+
13+
614
# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)
715

816

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troika-3d-ui",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "Troika 3D User Interface Toolkit",
55
"author": "Jason Johnston <jason.johnston@protectwise.com>",
66
"repository": {
@@ -16,9 +16,9 @@
1616
"dependencies": {
1717
"object-path": "^0.11.4",
1818
"troika-3d": "^0.47.0",
19-
"troika-3d-text": "^0.47.0",
19+
"troika-3d-text": "^0.47.1",
2020
"troika-core": "^0.47.0",
21-
"troika-flex-layout": "^0.47.0",
21+
"troika-flex-layout": "^0.47.1",
2222
"troika-three-utils": "^0.47.0"
2323
},
2424
"peerDependencies": {

packages/troika-examples/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.47.1](https://github.com/protectwise/troika/compare/v0.47.0...v0.47.1) (2022-12-15)
7+
8+
**Note:** Version bump only for package troika-examples
9+
10+
11+
12+
13+
614
# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)
715

816

packages/troika-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troika-examples",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"private": true,
55
"description": "Troika Examples",
66
"author": "Jason Johnston <jason.johnston@protectwise.com>",
@@ -26,8 +26,8 @@
2626
"three-line-2d": "^1.1.6",
2727
"troika-2d": "^0.47.0",
2828
"troika-3d": "^0.47.0",
29-
"troika-3d-text": "^0.47.0",
30-
"troika-3d-ui": "^0.47.0",
29+
"troika-3d-text": "^0.47.1",
30+
"troika-3d-ui": "^0.47.1",
3131
"troika-animation": "^0.47.0",
3232
"troika-core": "^0.47.0",
3333
"troika-three-utils": "^0.47.0",

packages/troika-flex-layout/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.47.1](https://github.com/protectwise/troika/compare/v0.47.0...v0.47.1) (2022-12-15)
7+
8+
**Note:** Version bump only for package troika-flex-layout
9+
10+
11+
12+
13+
614
# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)
715

816

packages/troika-flex-layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "troika-flex-layout",
3-
"version": "0.47.0",
3+
"version": "0.47.1",
44
"description": "Utility for calculating flexbox layouts in a web worker",
55
"author": "Jason Johnston <jason.johnston@protectwise.com>",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"module": "dist/troika-flex-layout.esm.js",
1515
"module:src": "src/index.js",
1616
"dependencies": {
17-
"troika-three-text": "^0.47.0",
17+
"troika-three-text": "^0.47.1",
1818
"troika-worker-utils": "^0.47.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)