Skip to content

Commit

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
triplex-bot and github-actions[bot] committed Aug 27, 2023
1 parent 8f39a98 commit cccb240
Show file tree
Hide file tree
Showing 23 changed files with 94 additions and 78 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-avocados-fix.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hip-badgers-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-clocks-accept.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-shoes-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cars-rule.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/slimy-kings-rush.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/smooth-horses-clap.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tricky-starfishes-camp.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.3",
"@triplex/run": "^0.56.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.55.3",
"@triplex/run": "^0.56.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.55.3",
"@triplex/run": "^0.56.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.55.3",
"@triplex/run": "^0.56.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.55.3",
"@triplex/run": "^0.56.0",
"@types/react": "^18.0.0",
"@types/three": "^0.148.0",
"maath": "^0.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @triplex/bridge

## 0.56.0

### Minor Changes

- 32a110f: Add top-level scene component to the scene panel. When selected users
can modify the props during their seession to see what happens.

### Patch Changes

- 2e53a2e: Turn off type declaration maps.

## 0.55.3

## 0.55.2
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.3",
"version": "0.56.0",
"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.0

## 0.55.3

### 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.3",
"version": "0.56.0",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @triplex/editor

## 0.56.0

### Minor Changes

- 463789f: Adds end-to-end typesafe ws router.
- 32a110f: Add top-level scene component to the scene panel. When selected users
can modify the props during their seession to see what happens.
- 47483b9: The data that powers the context panel props is now sourced from
types first instead of defined props first, resulting in tuple type data no
longer being lost after a prop has been set.

### Patch Changes

- d674f26: Color input can now be cleared when not required.
- 47483b9: Tuple input no longer fires when required values are only partially
filled out.
- 2e53a2e: Turn off type declaration maps.
- Updated dependencies [463789f]
- Updated dependencies [5f7e78f]
- Updated dependencies [32a110f]
- Updated dependencies [2e53a2e]
- @triplex/ws-client@0.56.0
- @triplex/bridge@0.56.0

## 0.55.3

### Patch 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.55.3",
"version": "0.56.0",
"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.55.3",
"@triplex/ws-client": "0.55.3",
"@triplex/bridge": "0.56.0",
"@triplex/ws-client": "0.56.0",
"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.55.3",
"@triplex/server": "^0.56.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/three": "^0.148.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @triplex/run

## 0.56.0

### Patch Changes

- 2e53a2e: Turn off type declaration maps.
- Updated dependencies [3724bf9]
- Updated dependencies [463789f]
- Updated dependencies [d674f26]
- Updated dependencies [5f7e78f]
- Updated dependencies [47483b9]
- Updated dependencies [32a110f]
- Updated dependencies [2e53a2e]
- Updated dependencies [47483b9]
- @triplex/server@0.56.0
- @triplex/editor@0.56.0
- @triplex/client@0.56.0

## 0.55.3

### 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.3",
"version": "0.56.0",
"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.55.3",
"@triplex/editor": "0.55.3",
"@triplex/server": "0.55.3",
"@triplex/client": "0.56.0",
"@triplex/editor": "0.56.0",
"@triplex/server": "0.56.0",
"commander": "^10.0.0",
"express": "^4.18.2",
"open": "^8.4.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @triplex/scene

## 0.56.0

### Minor Changes

- 463789f: Adds end-to-end typesafe ws router.
- 32a110f: Add top-level scene component to the scene panel. When selected users
can modify the props during their seession to see what happens.
- 47483b9: The data that powers the context panel props is now sourced from
types first instead of defined props first, resulting in tuple type data no
longer being lost after a prop has been set.

### Patch Changes

- 2e53a2e: Turn off type declaration maps.
- Updated dependencies [463789f]
- Updated dependencies [5f7e78f]
- Updated dependencies [32a110f]
- Updated dependencies [2e53a2e]
- @triplex/ws-client@0.56.0
- @triplex/bridge@0.56.0

## 0.55.3

### Patch 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.55.3",
"version": "0.56.0",
"private": true,
"description": "The React Three Fiber editor.",
"license": "GPL-3.0",
Expand All @@ -16,8 +16,8 @@
"typedef": "tsc"
},
"dependencies": {
"@triplex/bridge": "0.55.3",
"@triplex/ws-client": "0.55.3",
"@triplex/bridge": "0.56.0",
"@triplex/ws-client": "0.56.0",
"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.55.3",
"@triplex/server": "0.56.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/three": "^0.148.0",
Expand Down

0 comments on commit cccb240

Please sign in to comment.