Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
triplex-bot and github-actions[bot] committed Jul 14, 2023
1 parent fedc4c4 commit ddbb8b0
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-ties-build.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.55.1",
"@triplex/run": "^0.55.2",
"@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.55.1",
"@triplex/run": "^0.55.2",
"@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.55.1",
"@triplex/run": "^0.55.2",
"@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.55.1",
"@triplex/run": "^0.55.2",
"@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.55.1",
"@triplex/run": "^0.55.2",
"@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.55.2

## 0.55.1

### Patch 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.55.1",
"version": "0.55.2",
"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.55.2

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

## 0.55.2

### Patch Changes

- @triplex/bridge@0.55.2
- @triplex/ws-client@0.55.2

## 0.55.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.55.1",
"version": "0.55.2",
"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.55.1",
"@triplex/ws-client": "0.55.1",
"@triplex/bridge": "0.55.2",
"@triplex/ws-client": "0.55.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.7.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @triplex/run

## 0.55.2

### Patch Changes

- Updated dependencies [ed3ef0a]
- @triplex/server@0.55.2
- @triplex/client@0.55.2
- @triplex/editor@0.55.2

## 0.55.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,6 +1,6 @@
{
"name": "@triplex/run",
"version": "0.55.1",
"version": "0.55.2",
"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.55.1",
"@triplex/editor": "0.55.1",
"@triplex/server": "0.55.1",
"@triplex/client": "0.55.2",
"@triplex/editor": "0.55.2",
"@triplex/server": "0.55.2",
"commander": "^10.0.0",
"express": "^4.18.2",
"open": "^8.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplex/scene

## 0.55.2

### Patch Changes

- @triplex/bridge@0.55.2
- @triplex/ws-client@0.55.2

## 0.55.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.55.1",
"version": "0.55.2",
"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.55.1",
"@triplex/ws-client": "0.55.1",
"@triplex/bridge": "0.55.2",
"@triplex/ws-client": "0.55.2",
"react-error-boundary": "^3.1.4",
"react-merge-refs": "^1.1.0",
"react-router-dom": "^6.7.0",
Expand Down

0 comments on commit ddbb8b0

Please sign in to comment.