Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fresh-moons-explode.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/modern-cougars-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-cats-act.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-trains-promise.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @docs/triplex

## 0.2.28

### Patch Changes

- b070ab9: Triplex WebXR is now available for everyone, see: https://triplex.dev/docs/building-your-scene/webxr.
- b070ab9: The debug panel is now available for everyone, see: https://triplex.dev/docs/building-your-scene/console-logs/debug-panel.
- @triplex/ux@0.72.5

## 0.2.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docs/triplex",
"version": "0.2.27",
"version": "0.2.28",
"private": true,
"description": "Your visual workspace for React / Three Fiber.",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -17,7 +17,7 @@
"@react-three/drei": "^10.1.1",
"@react-three/fiber": "^9.1.2",
"@triplex/lib": "0.69.20",
"@triplex/ux": "0.72.4",
"@triplex/ux": "0.72.5",
"@types/cors": "^2.8.17",
"@types/flexsearch": "^0.7.6",
"@types/raf-schd": "^4.0.3",
Expand Down
11 changes: 11 additions & 0 deletions apps/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @triplex/electron

## 0.70.58

### Patch Changes

- Updated dependencies [b070ab9]
- Updated dependencies [b2edcb4]
- Updated dependencies [b070ab9]
- @triplex/server@0.72.5
- @triplex/client@0.70.51
- @triplex/editor@0.70.57

## 0.70.57

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/electron",
"version": "0.70.57",
"version": "0.70.58",
"private": true,
"description": "Your visual workspace for React / Three Fiber.",
"repository": "https://github.com/trytriplex/triplex",
Expand All @@ -22,9 +22,9 @@
"typedef": "tsc"
},
"dependencies": {
"@triplex/client": "0.70.50",
"@triplex/editor": "0.70.56",
"@triplex/server": "0.72.4",
"@triplex/client": "0.70.51",
"@triplex/editor": "0.70.57",
"@triplex/server": "0.72.5",
"create-triplex-project": "0.70.13"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @triplex/vscode

## 0.72.5

### Patch Changes

- b2edcb4: Cleanup stale feature gates.
- 472ba1e: The scene now has a persistent background across light and dark themes.
- Updated dependencies [b070ab9]
- Updated dependencies [b2edcb4]
- Updated dependencies [b070ab9]
- @triplex/server@0.72.5
- @triplex/client@0.70.51

## 0.72.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "triplex-vsce",
"displayName": "Triplex for VS Code",
"version": "0.72.4",
"version": "0.72.5",
"private": true,
"description": "Your visual workspace for React / Three Fiber.",
"categories": [
Expand Down Expand Up @@ -254,12 +254,12 @@
"onStartupFinished"
],
"dependencies": {
"@triplex/client": "0.70.50",
"@triplex/server": "0.72.4"
"@triplex/client": "0.70.51",
"@triplex/server": "0.72.5"
},
"devDependencies": {
"@sentry/node": "^8.30.0",
"@triplex/editor-next": "^0.72.4",
"@triplex/editor-next": "^0.72.5",
"@triplex/websocks-client": "0.0.9",
"@types/node": "^22.15.17",
"@types/vscode": "^1.88.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/@triplex/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplex/client

## 0.70.51

### Patch Changes

- Updated dependencies [b2edcb4]
- @triplex/renderer@0.72.5

## 0.70.50

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/@triplex/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/client",
"version": "0.70.50",
"version": "0.70.51",
"private": true,
"repository": "https://github.com/trytriplex/triplex-monorepo",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -22,7 +22,7 @@
"@babel/core": "^7.24.5",
"@babel/types": "^7.24.5",
"@triplex/bridge": "0.70.12",
"@triplex/renderer": "0.72.4",
"@triplex/renderer": "0.72.5",
"@vitejs/plugin-react": "^4.4.1",
"express": "^4.19.2",
"vite": "^6.3.5"
Expand All @@ -34,7 +34,7 @@
"@swc/cli": "^0.1.59",
"@swc/core": "^1.6.5",
"@triplex/lib": "0.69.20",
"@triplex/server": "0.72.4",
"@triplex/server": "0.72.5",
"@triplex/websocks-client": "0.0.9",
"@types/babel__core": "^7.20.5",
"@types/express": "^4.17.16",
Expand Down
10 changes: 10 additions & 0 deletions packages/@triplex/editor-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @triplex/editor-next

## 0.72.5

### Patch Changes

- b070ab9: Triplex WebXR is now available for everyone, see: https://triplex.dev/docs/building-your-scene/webxr.
- b2edcb4: Cleanup stale feature gates.
- 472ba1e: The scene now has a persistent background across light and dark themes.
- b070ab9: The debug panel is now available for everyone, see: https://triplex.dev/docs/building-your-scene/console-logs/debug-panel.
- @triplex/ux@0.72.5

## 0.72.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/@triplex/editor-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/editor-next",
"version": "0.72.4",
"version": "0.72.5",
"private": true,
"description": "Your visual workspace for React / Three Fiber.",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@supabase/supabase-js": "^2.49.1",
"@triplex/bridge": "0.70.12",
"@triplex/lib": "0.69.20",
"@triplex/ux": "0.72.4",
"@triplex/ux": "0.72.5",
"@triplex/websocks-client": "0.0.9",
"bind-event-listener": "^3.0.0",
"raf-schd": "^4.0.3",
Expand All @@ -43,7 +43,7 @@
"zustand": "^4.3.2"
},
"devDependencies": {
"@triplex/server": "0.72.4",
"@triplex/server": "0.72.5",
"@types/raf-schd": "^4.0.3",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/@triplex/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplex/editor

## 0.70.57

### Patch Changes

- @triplex/ux@0.72.5

## 0.70.56

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/@triplex/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/editor",
"version": "0.70.56",
"version": "0.70.57",
"private": true,
"description": "Your visual workspace for React / Three Fiber.",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@sentry/react": "^8.30.0",
"@triplex/bridge": "0.70.12",
"@triplex/lib": "0.69.20",
"@triplex/ux": "0.72.4",
"@triplex/ux": "0.72.5",
"@triplex/websocks-client": "0.0.9",
"react-compiler-runtime": "19.1.0-rc.2",
"react-dom": "^19.1.0",
Expand All @@ -43,7 +43,7 @@
"@swc/cli": "^0.1.59",
"@swc/core": "^1.6.5",
"@testing-library/react": "^14.0.0",
"@triplex/server": "^0.72.4",
"@triplex/server": "^0.72.5",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@types/three": "^0.171.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@triplex/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @triplex/server

## 0.72.5

### Patch Changes

- b070ab9: Triplex WebXR is now available for everyone, see: https://triplex.dev/docs/building-your-scene/webxr.
- b2edcb4: Cleanup stale feature gates.
- b070ab9: The debug panel is now available for everyone, see: https://triplex.dev/docs/building-your-scene/console-logs/debug-panel.

## 0.72.4

## 0.72.3
Expand Down
2 changes: 1 addition & 1 deletion packages/@triplex/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/server",
"version": "0.72.4",
"version": "0.72.5",
"private": true,
"repository": "https://github.com/trytriplex/triplex-monorepo",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 2 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @triplex/api

## 0.72.5

## 0.72.4

## 0.72.3
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/api",
"version": "0.72.4",
"version": "0.72.5",
"description": "APIs to help build and debug your 2D and 3D components when inside Triplex.",
"license": "SEE LICENSE IN LICENSE",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplex/renderer

## 0.72.5

### Patch Changes

- b2edcb4: Cleanup stale feature gates.

## 0.72.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/renderer",
"version": "0.72.4",
"version": "0.72.5",
"private": true,
"description": "Your visual workspace for React / Three Fiber.",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 2 additions & 0 deletions packages/ux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @triplex/ux

## 0.72.5

## 0.72.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplex/ux",
"version": "0.72.4",
"version": "0.72.5",
"private": true,
"description": "Common UI agnostic components for Triplex user experiences.",
"license": "SEE LICENSE IN LICENSE",
Expand Down
Loading
Loading