Skip to content

Commit 95d5f28

Browse files
committed
release: v0.10.0-alpha.22
1 parent 6c2bb1e commit 95d5f28

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

packages/cta-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"vitest": "^3.0.5",
7474
"web-vitals": "^4.2.4"
7575
},
76-
"version": "0.10.0-alpha.21"
76+
"version": "0.10.0-alpha.22"
7777
}

0 commit comments

Comments
 (0)