Skip to content

Commit 24b66bb

Browse files
committed
release: v0.15.4
1 parent 571eeaf commit 24b66bb

File tree

14 files changed

+15
-97
lines changed

14 files changed

+15
-97
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.15.3",
3+
"version": "0.15.4",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli/create-tanstack-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-tanstack-app",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Tanstack Application 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.15.3",
3+
"version": "0.15.4",
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.15.3",
3+
"version": "0.15.4",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

examples/custom-cli/create-qwik-app/customized-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@tailwindcss/vite": "^4.1.6",
14-
"@tanstack/cta-ui-base": "workspace:*",
14+
"@tanstack/cta-ui-base": "^0.15.4",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0",
1717
"tailwindcss": "^4.1.6",

examples/custom-cli/create-qwik-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"license": "MIT",
2929
"packageManager": "pnpm@9.15.5",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "workspace:*",
32-
"@tanstack/cta-engine": "workspace:*"
31+
"@tanstack/cta-cli": "^0.15.4",
32+
"@tanstack/cta-engine": "^0.15.4"
3333
},
3434
"devDependencies": {
3535
"@types/node": "^22.13.4",

examples/custom-cli/customized-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"license": "MIT",
2929
"packageManager": "pnpm@9.15.5",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "workspace:*",
32-
"@tanstack/cta-engine": "workspace:*",
31+
"@tanstack/cta-cli": "^0.15.4",
32+
"@tanstack/cta-engine": "^0.15.4",
3333
"@tanstack/cta-framework-react-cra": "1.96.1"
3434
},
3535
"devDependencies": {

frameworks/react-cra/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-framework-react-cra",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "CTA Framework for React (Create React App)",
55
"type": "module",
66
"main": "./dist/index.js",

frameworks/solid/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-framework-solid",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "CTA Framework for Solid",
55
"type": "module",
66
"main": "./dist/index.js",

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

packages/cta-engine/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-engine",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"description": "Tanstack Application Builder Engine",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cta-ui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
"vite-tsconfig-paths": "^5.1.4",
5353
"vitest": "^3.1.4"
5454
},
55-
"version": "0.15.3"
55+
"version": "0.15.4"
5656
}

packages/cta-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"vitest": "^3.0.5",
4545
"web-vitals": "^4.2.4"
4646
},
47-
"version": "0.15.3"
47+
"version": "0.15.4"
4848
}

pnpm-lock.yaml

Lines changed: 0 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)