Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
triplex-bot and github-actions[bot] committed Jun 21, 2023
1 parent b826be3 commit bc9f082
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 74 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-grapes-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-glasses-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-grapes-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-peaches-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-windows-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-cameras-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-radios-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-ducks-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-carrots-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-hairs-sparkle.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.54.0",
"@triplex/run": "^0.54.1",
"@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.54.0",
"@triplex/run": "^0.54.1",
"@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.54.0",
"@triplex/run": "^0.54.1",
"@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.54.0",
"@triplex/run": "^0.54.1",
"@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.54.0",
"@triplex/run": "^0.54.1",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"maath": "^0.6.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @triplex/bridge

## 0.54.1

## 0.54.0

### Minor Changes
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.54.0",
"version": "0.54.1",
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-triplex-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-triplex-project

## 0.54.1

## 0.54.0

### Minor 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.54.0",
"version": "0.54.1",
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
Expand Down
12 changes: 12 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @triplex/editor

## 0.54.1

### Patch Changes

- d58e0b0: During save a route transition will only occur if saving the file to
another path.
- 8afea84: Focus state is now handled across the app.
- cdd6234: Delete and undo/redo actions are no longer double fired when using
the hotkey in the editor.
- @triplex/bridge@0.54.1
- @triplex/ws-client@0.54.1

## 0.54.0

### Minor 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.54.0",
"version": "0.54.1",
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
Expand All @@ -18,8 +18,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.54.0",
"@triplex/ws-client": "0.54.0",
"@triplex/bridge": "0.54.1",
"@triplex/ws-client": "0.54.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.7.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @triplex/run

## 0.54.1

### Patch Changes

- Updated dependencies [d58e0b0]
- Updated dependencies [8afea84]
- Updated dependencies [ad66cc8]
- Updated dependencies [76fd3f3]
- Updated dependencies [cdd6234]
- Updated dependencies [cdd6234]
- Updated dependencies [76fd3f3]
- Updated dependencies [f77c830]
- @triplex/editor@0.54.1
- @triplex/client@0.54.1
- @triplex/server@0.54.1

## 0.54.0

### 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,6 +1,6 @@
{
"name": "@triplex/run",
"version": "0.54.0",
"version": "0.54.1",
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@commander-js/extra-typings": "^10.0.2",
"@triplex/client": "0.54.0",
"@triplex/editor": "0.54.0",
"@triplex/server": "0.54.0",
"@triplex/client": "0.54.1",
"@triplex/editor": "0.54.1",
"@triplex/server": "0.54.1",
"commander": "^10.0.0",
"express": "^4.18.2",
"open": "^8.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @triplex/scene

## 0.54.1

### Patch Changes

- 3711009: The Triplex orthographic cameras near plane has been decreased to
ensure objects stay within view in the scene.
- @triplex/bridge@0.54.1
- @triplex/ws-client@0.54.1

## 0.54.0

### Minor 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.54.0",
"version": "0.54.1",
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
Expand All @@ -15,8 +15,8 @@
"typedef": "tsc"
},
"dependencies": {
"@triplex/bridge": "0.54.0",
"@triplex/ws-client": "0.54.0",
"@triplex/bridge": "0.54.1",
"@triplex/ws-client": "0.54.1",
"react-error-boundary": "^3.1.4",
"react-merge-refs": "^1.1.0",
"react-router-dom": "^6.7.0",
Expand Down

0 comments on commit bc9f082

Please sign in to comment.