Skip to content

Commit 9da23ce

Browse files
committed
chore: release v0.2.3
1 parent 17fbcfd commit 9da23ce

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/files-inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "files-inspector-example",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"description": "End-to-end devframe demo — lists files in cwd via RPC, exercises CLI dev/build/spa surfaces.",
77
"main": "src/devframe.ts",

examples/streaming-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streaming-chat-example",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"description": "End-to-end devframe demo — streams synthetic chat tokens from server to client via `ctx.rpc.streaming`. Mirrors the AI-deltas use case from issue #306.",
77
"main": "src/devframe.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devframe-monorepo",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": true,
66
"packageManager": "pnpm@10.33.4",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

packages/devframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devframe",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "Framework for building generic DevTools",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devframes/nuxt",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "Nuxt module for Devframe — wires a Nuxt-built SPA up as a devframe client",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)