Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
triplex-bot and github-actions[bot] committed Sep 2, 2023
1 parent fa4551d commit 2ffec38
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-cooks-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-rats-rule.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.56.0",
"@triplex/run": "^0.56.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.56.0",
"@triplex/run": "^0.56.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.56.0",
"@triplex/run": "^0.56.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.56.0",
"@triplex/run": "^0.56.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.56.0",
"@triplex/run": "^0.56.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.56.1

## 0.56.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.56.0",
"version": "0.56.1",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
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.56.1

## 0.56.0

## 0.55.3
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.56.0",
"version": "0.56.1",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
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.56.1

### Patch Changes

- @triplex/ws-client@0.56.1
- @triplex/bridge@0.56.1

## 0.56.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/editor",
"version": "0.56.0",
"version": "0.56.1",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
Expand All @@ -19,8 +19,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.56.0",
"@triplex/ws-client": "0.56.0",
"@triplex/bridge": "0.56.1",
"@triplex/ws-client": "0.56.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.7.0",
Expand All @@ -31,7 +31,7 @@
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.28",
"@testing-library/react": "^14.0.0",
"@triplex/server": "^0.56.0",
"@triplex/server": "^0.56.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/three": "^0.148.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.56.1

### Patch Changes

- Updated dependencies [baf33b9]
- @triplex/server@0.56.1
- @triplex/client@0.56.1
- @triplex/editor@0.56.1

## 0.56.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.56.0",
"version": "0.56.1",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"@commander-js/extra-typings": "^10.0.2",
"@triplex/client": "0.56.0",
"@triplex/editor": "0.56.0",
"@triplex/server": "0.56.0",
"@triplex/client": "0.56.1",
"@triplex/editor": "0.56.1",
"@triplex/server": "0.56.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.56.1

### Patch Changes

- e4345ef: Selecting scene objects now bails out from traversing the Three.js
scene when it is a host element inside the currently open file.
- @triplex/ws-client@0.56.1
- @triplex/bridge@0.56.1

## 0.56.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/scene",
"version": "0.56.0",
"version": "0.56.1",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
Expand All @@ -16,8 +16,8 @@
"typedef": "tsc"
},
"dependencies": {
"@triplex/bridge": "0.56.0",
"@triplex/ws-client": "0.56.0",
"@triplex/bridge": "0.56.1",
"@triplex/ws-client": "0.56.1",
"react-error-boundary": "^3.1.4",
"react-merge-refs": "^1.1.0",
"react-router-dom": "^6.7.0",
Expand All @@ -28,7 +28,7 @@
"@react-three/fiber": "^8.11.1",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.28",
"@triplex/server": "0.56.0",
"@triplex/server": "0.56.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/three": "^0.148.0",
Expand Down

0 comments on commit 2ffec38

Please sign in to comment.