Skip to content

Commit b36aed4

Browse files
committedMar 30, 2025·
fix: fixing up SSE servers and list add-ons
2 parents e0d6a37 + 68ca884 commit b36aed4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎cli/create-start-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-start-app",
3-
"version": "0.10.0-alpha.9",
3+
"version": "0.10.0-alpha.10",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

‎cli/create-tsrouter-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tsrouter-app",
3-
"version": "0.10.0-alpha.9",
3+
"version": "0.10.0-alpha.10",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

‎packages/cta-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/cta-engine",
3-
"version": "0.10.0-alpha.9",
3+
"version": "0.10.0-alpha.10",
44
"description": "Tanstack Application Builder Engine",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.