Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
triplex-bot and github-actions[bot] committed Jun 3, 2023
1 parent df862b0 commit 7039a76
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-days-hide.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.51.0",
"@triplex/run": "^0.51.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.51.0",
"@triplex/run": "^0.51.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.51.0",
"@triplex/run": "^0.51.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/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.51.0",
"@triplex/run": "^0.51.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.51.1

## 0.51.0

## 0.50.1
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.51.0",
"version": "0.51.1",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"license": "Apache-2.0",
"exports": {
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.51.1

## 0.51.0

## 0.50.1
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,7 +1,7 @@
{
"name": "create-triplex-project",
"description": "The React Three Fiber editor.",
"version": "0.51.0",
"version": "0.51.1",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"license": "Apache-2.0",
"main": "./src/index.ts",
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.51.1

### Patch Changes

- @triplex/bridge@0.51.1
- @triplex/ws-client@0.51.1

## 0.51.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.51.0",
"version": "0.51.1",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"license": "Apache-2.0",
"main": "./src/main-dev-only.ts",
Expand All @@ -15,8 +15,8 @@
"@radix-ui/react-menubar": "^1.0.2",
"@radix-ui/react-scroll-area": "^1.0.3",
"@react-three/fiber": "^8.11.1",
"@triplex/bridge": "0.51.0",
"@triplex/ws-client": "0.51.0",
"@triplex/bridge": "0.51.1",
"@triplex/ws-client": "0.51.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.7.0",
"react-error-boundary": "^3.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @triplex/run

## 0.51.1

### Patch Changes

- @triplex/client@0.51.1
- @triplex/editor@0.51.1
- @triplex/server@0.51.1

## 0.51.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,7 +1,7 @@
{
"name": "@triplex/run",
"description": "The React Three Fiber editor.",
"version": "0.51.0",
"version": "0.51.1",
"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.51.0",
"@triplex/editor": "0.51.0",
"@triplex/server": "0.51.0",
"@triplex/client": "0.51.1",
"@triplex/editor": "0.51.1",
"@triplex/server": "0.51.1",
"@commander-js/extra-typings": "^10.0.2",
"express": "^4.18.2",
"commander": "^10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @triplex/scene

## 0.51.1

### Patch Changes

- 753dba5: Fixes attached scene objects throwing.
- @triplex/bridge@0.51.1
- @triplex/ws-client@0.51.1

## 0.51.0

### 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.51.0",
"version": "0.51.1",
"author": "Michael Dougall (https://twitter.com/itsdouges)",
"license": "Apache-2.0",
"main": "./src/index.tsx",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@react-three/drei": "^9.54.0",
"@triplex/bridge": "0.51.0",
"@triplex/ws-client": "0.51.0",
"@triplex/bridge": "0.51.1",
"@triplex/ws-client": "0.51.1",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.7.0",
"suspend-react": "^0.0.9",
Expand Down

0 comments on commit 7039a76

Please sign in to comment.