Skip to content

Commit cb0819d

Browse files
committed
Merge branch 'alpha' of github.com:TanStack/create-tsrouter-app into alpha
2 parents a79c5bf + 3d52cb6 commit cb0819d

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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

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

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

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

Diff for: 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.18",
3+
"version": "0.10.0-alpha.19",
44
"description": "Tanstack Application Builder Custom Add-On Support",
55
"type": "module",
66
"main": "./dist/index.js",

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

Diff for: 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.18",
3+
"version": "0.10.0-alpha.19",
44
"description": "Tanstack Application Builder Model Context Protocol (MCP) Server",
55
"type": "module",
66
"main": "./dist/index.js",

Diff for: packages/cta-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"vitest": "^3.0.5",
5757
"web-vitals": "^4.2.4"
5858
},
59-
"version": "0.10.0-alpha.18"
59+
"version": "0.10.0-alpha.19"
6060
}

Diff for: 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.18",
3+
"version": "0.10.0-alpha.19",
44
"description": "React CRA Template for Create Tanstack Application",
55
"type": "module",
66
"main": "./dist/index.js",

Diff for: 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.18",
3+
"version": "0.10.0-alpha.19",
44
"description": "React CRA Template for Create Tanstack Application",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)