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
12 changes: 0 additions & 12 deletions .changeset/wmux-headless-and-markdown.md

This file was deleted.

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

## 1.0.13

### Patch Changes

- Updated dependencies [ac800a7]
- @playfast/wmux@0.2.12
- @playfast/wmux-client-terminal@0.0.6

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demo/dev-server",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions demo/file-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# file-editor-demo

## 1.0.10

### Patch Changes

- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9
- @playfast/echoform-render@1.0.9
- @playfast/echoform-bun-ws-client@1.0.9
- @playfast/echoform-bun-ws-server@1.0.9

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/file-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-editor-demo",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions demo/todo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# todo-app-demo

## 1.0.10

### Patch Changes

- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9
- @playfast/echoform-render@1.0.9
- @playfast/echoform-bun-ws-client@1.0.9
- @playfast/echoform-bun-ws-server@1.0.9

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/todo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo-app-demo",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/echoform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @playfast/echoform

## 1.0.9

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/echoform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/echoform",
"version": "1.0.8",
"version": "1.0.9",
"description": "run your react app logic on the server",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-render-null/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @playfast/echoform-render

## 1.0.9

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-render-null/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/echoform-render",
"version": "1.0.8",
"version": "1.0.9",
"description": "render react tree to nothing!",
"type": "module",
"exports": {
Expand All @@ -18,7 +18,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=1.0.8",
"@playfast/echoform": ">=1.0.9",
"react": ">=19.0.0"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wmux-client-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @playfast/wmux-client-terminal

## 0.0.6

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9
- @playfast/wmux@0.2.12

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wmux-client-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/wmux-client-terminal",
"version": "0.0.5",
"version": "0.0.6",
"description": "Terminal UI client for wmux",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/wmux-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @playfast/wmux-client

## 0.0.14

### Patch Changes

- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9
- @playfast/wmux@0.2.12

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wmux-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/wmux-client",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/wmux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @playfast/wmux

## 0.2.12

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9
- @playfast/echoform-render@1.0.9
- @playfast/wmux-client-terminal@0.0.6

## 0.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wmux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/wmux",
"version": "0.2.11",
"version": "0.2.12",
"description": "Web terminal multiplexer for dev servers",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/bun-ws-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @playfast/echoform-bun-ws-client

## 1.0.9

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/bun-ws-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/echoform-bun-ws-client",
"version": "1.0.8",
"version": "1.0.9",
"description": "WebSocket client transport for echoform (works with Bun server)",
"type": "module",
"exports": {
Expand All @@ -18,7 +18,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=1.0.8",
"@playfast/echoform": ">=1.0.9",
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/bun-ws-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @playfast/echoform-bun-ws-server

## 1.0.9

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/bun-ws-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/echoform-bun-ws-server",
"version": "1.0.8",
"version": "1.0.9",
"description": "Bun WebSocket server transport for echoform",
"type": "module",
"exports": {
Expand All @@ -18,7 +18,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=1.0.8",
"@playfast/echoform": ">=1.0.9",
"react": ">=19.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/socket-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @playfast/echoform-socket-client

## 1.0.9

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/socket-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/echoform-socket-client",
"version": "1.0.8",
"version": "1.0.9",
"description": "Socket.IO client transport for echoform",
"type": "module",
"exports": {
Expand All @@ -18,7 +18,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=1.0.8",
"@playfast/echoform": ">=1.0.9",
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/socket-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @playfast/echoform-socket-server

## 1.0.9

### Patch Changes

- ac800a7: Add headless preset for wmux and markdown session support
- Updated dependencies [ac800a7]
- @playfast/echoform@1.0.9

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/socket-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playfast/echoform-socket-server",
"version": "1.0.8",
"version": "1.0.9",
"description": "Socket.IO server transport for echoform",
"type": "module",
"exports": {
Expand All @@ -18,7 +18,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=1.0.8",
"@playfast/echoform": ">=1.0.9",
"react": ">=19.0.0"
},
"dependencies": {
Expand Down