Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Feb 17, 2020
1 parent a87dd1a commit 0708fdb
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 deletions.
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.17.0",
"version": "0.17.1",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/troika-2d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-2d",
"version": "0.17.0",
"version": "0.17.1",
"description": "Troika 2D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,6 +15,6 @@
"module": "dist/troika-2d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.17.0"
"troika-core": "^0.17.1"
}
}
8 changes: 4 additions & 4 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.17.0",
"version": "0.17.1",
"description": "Troika 3D Text",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,9 +15,9 @@
"module": "dist/troika-3d-text.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.17.0",
"troika-three-utils": "^0.17.0",
"troika-worker-utils": "^0.17.0"
"troika-3d": "^0.17.1",
"troika-three-utils": "^0.17.1",
"troika-worker-utils": "^0.17.1"
},
"devDependencies": {
"node-fetch": "^2.6.0",
Expand Down
10 changes: 5 additions & 5 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.17.0",
"version": "0.17.1",
"description": "Troika 3D User Interface Toolkit",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,10 +15,10 @@
"module": "dist/troika-3d-ui.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.17.0",
"troika-3d-text": "^0.17.0",
"troika-core": "^0.17.0",
"troika-worker-utils": "^0.17.0"
"troika-3d": "^0.17.1",
"troika-3d-text": "^0.17.1",
"troika-core": "^0.17.1",
"troika-worker-utils": "^0.17.1"
},
"devDependencies": {
"terser": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/troika-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-3d",
"version": "0.17.0",
"version": "0.17.1",
"description": "Troika 3D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,8 +15,8 @@
"module": "dist/troika-3d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.17.0",
"troika-three-utils": "^0.17.0"
"troika-core": "^0.17.1",
"troika-three-utils": "^0.17.1"
},
"peerDependencies": {
"three": "0.103.x - 0.112.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/troika-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-animation",
"version": "0.17.0",
"version": "0.17.1",
"description": "Troika Animation Utilities",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/troika-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-core",
"version": "0.17.0",
"version": "0.17.1",
"description": "Troika Core",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -16,7 +16,7 @@
"module:src": "src/index.js",
"dependencies": {
"prop-types": "^15.6.2",
"troika-animation": "^0.17.0"
"troika-animation": "^0.17.1"
},
"peerDependencies": {
"react": "^16.5.2",
Expand Down
18 changes: 9 additions & 9 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.17.0",
"version": "0.17.1",
"private": true,
"description": "Troika Examples",
"author": "Jason Johnston <[email protected]>",
Expand All @@ -24,13 +24,13 @@
"react-dom": "^16.5.2",
"three": "^0.112.0",
"three-line-2d": "^1.1.6",
"troika-2d": "^0.17.0",
"troika-3d": "^0.17.0",
"troika-3d-text": "^0.17.0",
"troika-3d-ui": "^0.17.0",
"troika-animation": "^0.17.0",
"troika-core": "^0.17.0",
"troika-three-utils": "^0.17.0",
"troika-xr": "^0.17.0"
"troika-2d": "^0.17.1",
"troika-3d": "^0.17.1",
"troika-3d-text": "^0.17.1",
"troika-3d-ui": "^0.17.1",
"troika-animation": "^0.17.1",
"troika-core": "^0.17.1",
"troika-three-utils": "^0.17.1",
"troika-xr": "^0.17.1"
}
}
2 changes: 1 addition & 1 deletion packages/troika-three-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-three-utils",
"version": "0.17.0",
"version": "0.17.1",
"description": "Various utilities related to Three.js",
"author": "Jason Johnston <[email protected]>",
"repository": {
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.17.0",
"version": "0.17.1",
"description": "Utilities for executing code in Web Workers",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/troika-xr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-xr",
"version": "0.17.0",
"version": "0.17.1",
"description": "Troika XR",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,9 +15,9 @@
"module": "dist/troika-xr.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.17.0",
"troika-animation": "^0.17.0",
"troika-core": "^0.17.0",
"troika-three-utils": "^0.17.0"
"troika-3d": "^0.17.1",
"troika-animation": "^0.17.1",
"troika-core": "^0.17.1",
"troika-three-utils": "^0.17.1"
}
}

0 comments on commit 0708fdb

Please sign in to comment.