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
11 changes: 0 additions & 11 deletions .changeset/initial-release.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
@@ -0,0 +1,8 @@
# @demo/dev-server

## 1.0.1

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/wmux@0.2.0
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.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions demo/file-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# file-editor-demo

## 1.0.1

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0
- @playfast/echoform-render@1.0.0
- @playfast/echoform-bun-ws-client@1.0.0
- @playfast/echoform-bun-ws-server@1.0.0
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.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions demo/todo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# todo-app-demo

## 1.0.1

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0
- @playfast/echoform-render@1.0.0
- @playfast/echoform-bun-ws-client@1.0.0
- @playfast/echoform-bun-ws-server@1.0.0
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.0",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fullstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @playfast/echoform

## 1.0.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

## 0.3.1-alpha.8

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

## 1.0.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0

## 0.3.1-alpha.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": "0.4.0",
"version": "1.0.0",
"description": "render react tree to nothing!",
"type": "module",
"exports": {
Expand All @@ -14,7 +14,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=0.3.1-alpha.8",
"@playfast/echoform": ">=1.0.0",
"react": ">=19.0.0"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wmux-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @playfast/wmux-client

## 0.0.2

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0
- @playfast/wmux@0.2.0
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.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/wmux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @playfast/wmux

## 0.2.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0
- @playfast/echoform-render@1.0.0
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.1.0",
"version": "0.2.0",
"description": "Web terminal multiplexer for dev servers",
"type": "module",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions plugins/fullstack/bun-ws-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @playfast/echoform-bun-ws-client

## 1.0.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0
4 changes: 2 additions & 2 deletions plugins/fullstack/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": "0.4.0",
"version": "1.0.0",
"description": "WebSocket client transport for echoform (works with Bun server)",
"type": "module",
"exports": {
Expand All @@ -14,7 +14,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=0.3.1-alpha.8",
"@playfast/echoform": ">=1.0.0",
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
Expand Down
12 changes: 12 additions & 0 deletions plugins/fullstack/bun-ws-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @playfast/echoform-bun-ws-server

## 1.0.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0
4 changes: 2 additions & 2 deletions plugins/fullstack/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": "0.4.0",
"version": "1.0.0",
"description": "Bun WebSocket server transport for echoform",
"type": "module",
"exports": {
Expand All @@ -14,7 +14,7 @@
"build": "tsgo -p ."
},
"peerDependencies": {
"@playfast/echoform": ">=0.3.1-alpha.8",
"@playfast/echoform": ">=1.0.0",
"react": ">=19.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions plugins/fullstack/socket-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @playfast/echoform-socket-client

## 1.0.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0

## 0.3.1-alpha.8

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

## 1.0.0

### Minor Changes

- d43eea3: Initial public release with echoform core, transport plugins, and wmux.

### Patch Changes

- Updated dependencies [d43eea3]
- @playfast/echoform@1.0.0

## 0.3.1-alpha.8

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