Skip to content

Commit

Permalink
v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Oct 20, 2020
1 parent 79eca93 commit 04c819d
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)


### Bug Fixes

* check for process env 'test' ([4f7f8f2](https://github.com/protectwise/troika/commit/4f7f8f24a9d4f4b655b61e1e16e19061c1911b02))
* check if process is undefined ([2b6d56a](https://github.com/protectwise/troika/commit/2b6d56af78e175a74fb03442efdc0a10d18fa4c8))





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


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.34.0",
"version": "0.34.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.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)

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





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


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.34.0",
"version": "0.34.1",
"description": "SDF text for the Troika 3D scene management framework",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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"
}
}
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.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)

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





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

**Note:** Version bump only for package troika-3d-ui
Expand Down
2 changes: 1 addition & 1 deletion packages/troika-3d-ui/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-3d-ui/package.json
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": {
Expand All @@ -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"
}
}
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.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)

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





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


Expand Down
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.34.0",
"version": "0.34.1",
"private": true,
"description": "Troika Examples",
"author": "Jason Johnston <[email protected]>",
Expand All @@ -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",
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.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)

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





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

**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.34.0",
"version": "0.34.1",
"description": "Utility for calculating flexbox layouts in a web worker",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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",
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.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)

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





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


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.34.0",
"version": "0.34.1",
"description": "SDF-based text rendering for Three.js",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/troika-worker-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20)


### Bug Fixes

* check for process env 'test' ([4f7f8f2](https://github.com/protectwise/troika/commit/4f7f8f24a9d4f4b655b61e1e16e19061c1911b02))
* check if process is undefined ([2b6d56a](https://github.com/protectwise/troika/commit/2b6d56af78e175a74fb03442efdc0a10d18fa4c8))





# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

**Note:** Version bump only for package troika-worker-utils
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.34.0",
"version": "0.34.1",
"description": "Utilities for executing code in Web Workers",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down

0 comments on commit 04c819d

Please sign in to comment.