Skip to content

Commit

Permalink
Release packages
Browse files Browse the repository at this point in the history
adeira-source-id: faa48a817bba8d8d5bf2e781c682ce09ae4fd143

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
triplex-bot and github-actions[bot] committed Jun 18, 2023
1 parent d9ba4b8 commit d048433
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-avocados-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-dolphins-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-cobras-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-donkeys-grow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-sloths-add.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slimy-masks-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-pens-notice.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/caustics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@react-three/drei": "^9.56.27",
"@react-three/fiber": "^8.11.1",
"@triplex/run": "^0.53.1",
"@triplex/run": "^0.54.0",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/faze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@react-three/drei": "^9.56.27",
"@react-three/fiber": "^8.11.1",
"@triplex/run": "^0.53.1",
"@triplex/run": "^0.54.0",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"miniplex": "2.0.0-beta.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/geometry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@react-three/drei": "^9.56.27",
"@react-three/fiber": "^8.11.1",
"@triplex/run": "^0.53.1",
"@triplex/run": "^0.54.0",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/magic-box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@react-three/drei": "^9.74.6",
"@react-three/fiber": "^8.11.1",
"@triplex/run": "^0.53.1",
"@triplex/run": "^0.54.0",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"maath": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/room/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@react-three/drei": "^9.56.27",
"@react-three/fiber": "^8.11.1",
"@triplex/run": "^0.53.1",
"@triplex/run": "^0.54.0",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"maath": "^0.6.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @triplex/bridge

## 0.54.0

### Minor Changes

- 8fad65a: Adds camera type to controls menu, allowing you to switch between
perspective and orthographic camera.
- e0038f6: Add support for viewing through a user land camera.

## 0.53.1

## 0.53.0
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/bridge",
"version": "0.53.1",
"version": "0.54.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"license": "Apache-2.0",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-triplex-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-triplex-project

## 0.54.0

### Minor Changes

- c9fcf24: Template used during project creation now decides how to configure
based on app or node.

## 0.53.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-triplex-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-triplex-project",
"version": "0.53.1",
"version": "0.54.0",
"description": "The React Three Fiber editor.",
"license": "Apache-2.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
Expand Down
16 changes: 16 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @triplex/editor

## 0.54.0

### Minor Changes

- 8fad65a: Adds camera type to controls menu, allowing you to switch between
perspective and orthographic camera.
- e0038f6: Add support for viewing through a user land camera.

### Patch Changes

- e0038f6: Disable enter component for node modules dependencies.
- Updated dependencies [8fad65a]
- Updated dependencies [e0038f6]
- @triplex/bridge@0.54.0
- @triplex/ws-client@0.54.0

## 0.53.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/editor",
"version": "0.53.1",
"version": "0.54.0",
"license": "Apache-2.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"main": "./src/main-dev-only.ts",
Expand All @@ -17,8 +17,8 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.0.2",
"@radix-ui/react-scroll-area": "^1.0.3",
"@triplex/bridge": "0.53.1",
"@triplex/ws-client": "0.53.1",
"@triplex/bridge": "0.54.0",
"@triplex/ws-client": "0.54.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @triplex/run

## 0.54.0

### Patch Changes

- Updated dependencies [e0038f6]
- Updated dependencies [8fad65a]
- Updated dependencies [e0038f6]
- @triplex/editor@0.54.0
- @triplex/client@0.54.0
- @triplex/server@0.54.0

## 0.53.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/run/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplex/run",
"description": "The React Three Fiber editor.",
"version": "0.53.1",
"version": "0.54.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"license": "Apache-2.0",
"publishConfig": {
Expand All @@ -18,9 +18,9 @@
"typedef": "tsc && npm run build:config-schema"
},
"dependencies": {
"@triplex/client": "0.53.1",
"@triplex/editor": "0.53.1",
"@triplex/server": "0.53.1",
"@triplex/client": "0.54.0",
"@triplex/editor": "0.54.0",
"@triplex/server": "0.54.0",
"@commander-js/extra-typings": "^10.0.2",
"express": "^4.18.2",
"commander": "^10.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @triplex/scene

## 0.54.0

### Minor Changes

- 36c2d9c: Adds camera helpers for perspective and orthographic cameras rendered
in the scene.
- d2d40f6: Helpers for lights are now shown in the editor.
- 8fad65a: Adds camera type to controls menu, allowing you to switch between
perspective and orthographic camera.
- e0038f6: Add support for viewing through a user land camera.

### Patch Changes

- 36c2d9c: Editor controls no longer affect user land cameras when they have
been set with `makeDefault={true}`.
- Updated dependencies [8fad65a]
- Updated dependencies [e0038f6]
- @triplex/bridge@0.54.0
- @triplex/ws-client@0.54.0

## 0.53.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/scene",
"version": "0.53.1",
"version": "0.54.0",
"license": "Apache-2.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"main": "./src/index.tsx",
Expand All @@ -14,8 +14,8 @@
"typedef": "tsc"
},
"dependencies": {
"@triplex/bridge": "0.53.1",
"@triplex/ws-client": "0.53.1",
"@triplex/bridge": "0.54.0",
"@triplex/ws-client": "0.54.0",
"react-error-boundary": "^3.1.4",
"react-merge-refs": "^1.1.0",
"react-router-dom": "^6.7.0",
Expand Down

0 comments on commit d048433

Please sign in to comment.