Skip to content

Commit 127f97c

Browse files
committed
release: v0.10.0-alpha.18
1 parent 05594da commit 127f97c

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
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.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli/create-tanstack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tanstack",
3-
"version": "0.10.0-alpha.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "Tanstack Application 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.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

packages/cta-cli/package.json

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

packages/cta-custom-add-on/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/cta-custom-add-on",
3-
"version": "0.10.0-alpha.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "Tanstack Application Builder Custom Add-On Support",
55
"type": "module",
66
"main": "./dist/index.js",

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.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "Tanstack Application Builder Engine",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cta-mcp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/cta-mcp",
3-
"version": "0.10.0-alpha.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "Tanstack Application Builder Model Context Protocol (MCP) Server",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cta-ui/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
"vite": "^6.1.0",
5656
"vitest": "^3.0.5",
5757
"web-vitals": "^4.2.4"
58-
}
58+
},
59+
"version": "0.10.0-alpha.18"
5960
}

templates/react-cra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/cta-templates-react-cra",
3-
"version": "0.10.0-alpha.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "React CRA Template for Create Tanstack Application",
55
"type": "module",
66
"main": "./dist/index.js",

templates/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/cta-templates-solid",
3-
"version": "0.10.0-alpha.15",
3+
"version": "0.10.0-alpha.18",
44
"description": "React CRA Template for Create Tanstack Application",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)