File tree Expand file tree Collapse file tree 12 files changed +66
-12
lines changed Expand file tree Collapse file tree 12 files changed +66
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 0.47.0] ( https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0 ) (2022-12-15)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.47.0 " ,
5
+ "version" : " 0.47.1 " ,
6
6
"command" : {
7
7
"version" : {
8
8
"conventionalCommits" : true
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 0.47.0] ( https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0 ) (2022-12-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " troika-3d-text" ,
3
- "version" : " 0.47.0 " ,
3
+ "version" : " 0.47.1 " ,
4
4
"description" : " SDF text for the Troika 3D scene management framework" ,
5
5
"author" : " Jason Johnston <jason.johnston@protectwise.com>" ,
6
6
"repository" : {
15
15
"module:src" : " src/index.js" ,
16
16
"dependencies" : {
17
17
"troika-3d" : " ^0.47.0" ,
18
- "troika-three-text" : " ^0.47.0 " ,
18
+ "troika-three-text" : " ^0.47.1 " ,
19
19
"troika-three-utils" : " ^0.47.0"
20
20
},
21
21
"peerDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 0.47.0] ( https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0 ) (2022-12-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " troika-3d-ui" ,
3
- "version" : " 0.47.0 " ,
3
+ "version" : " 0.47.1 " ,
4
4
"description" : " Troika 3D User Interface Toolkit" ,
5
5
"author" : " Jason Johnston <jason.johnston@protectwise.com>" ,
6
6
"repository" : {
16
16
"dependencies" : {
17
17
"object-path" : " ^0.11.4" ,
18
18
"troika-3d" : " ^0.47.0" ,
19
- "troika-3d-text" : " ^0.47.0 " ,
19
+ "troika-3d-text" : " ^0.47.1 " ,
20
20
"troika-core" : " ^0.47.0" ,
21
- "troika-flex-layout" : " ^0.47.0 " ,
21
+ "troika-flex-layout" : " ^0.47.1 " ,
22
22
"troika-three-utils" : " ^0.47.0"
23
23
},
24
24
"peerDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 0.47.0] ( https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0 ) (2022-12-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " troika-examples" ,
3
- "version" : " 0.47.0 " ,
3
+ "version" : " 0.47.1 " ,
4
4
"private" : true ,
5
5
"description" : " Troika Examples" ,
6
6
"author" : " Jason Johnston <jason.johnston@protectwise.com>" ,
26
26
"three-line-2d" : " ^1.1.6" ,
27
27
"troika-2d" : " ^0.47.0" ,
28
28
"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 " ,
31
31
"troika-animation" : " ^0.47.0" ,
32
32
"troika-core" : " ^0.47.0" ,
33
33
"troika-three-utils" : " ^0.47.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 0.47.0] ( https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0 ) (2022-12-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " troika-flex-layout" ,
3
- "version" : " 0.47.0 " ,
3
+ "version" : " 0.47.1 " ,
4
4
"description" : " Utility for calculating flexbox layouts in a web worker" ,
5
5
"author" : " Jason Johnston <jason.johnston@protectwise.com>" ,
6
6
"repository" : {
14
14
"module" : " dist/troika-flex-layout.esm.js" ,
15
15
"module:src" : " src/index.js" ,
16
16
"dependencies" : {
17
- "troika-three-text" : " ^0.47.0 " ,
17
+ "troika-three-text" : " ^0.47.1 " ,
18
18
"troika-worker-utils" : " ^0.47.0"
19
19
},
20
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments