Skip to content

Commit b9ba9c8

Browse files
committed
fix: responsive fixes for small screens
2 parents 3c36882 + 2d2fa9b commit b9ba9c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cli/create-start-app/package.json

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

cli/create-tanstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tanstack",
3-
"version": "0.10.0-alpha.27",
3+
"version": "0.10.0-alpha.28",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli/create-tsrouter-app/package.json

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

packages/cta-cli/package.json

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

packages/cta-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
"vitest": "^3.0.5",
7777
"web-vitals": "^4.2.4"
7878
},
79-
"version": "0.10.0-alpha.27"
79+
"version": "0.10.0-alpha.28"
8080
}

0 commit comments

Comments
 (0)