Skip to content

Commit eb652bd

Browse files
committed
release: v0.15.8
1 parent f194769 commit eb652bd

File tree

9 files changed

+9
-9
lines changed

9 files changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"packageManager": "[email protected]",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "^0.15.7",
31+
"@tanstack/cta-cli": "^0.15.8",
3232
"@tanstack/cta-engine": "^0.15.7"
3333
},
3434
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"packageManager": "[email protected]",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "^0.15.7",
31+
"@tanstack/cta-cli": "^0.15.8",
3232
"@tanstack/cta-engine": "^0.15.7",
3333
"@tanstack/cta-framework-react-cra": "1.96.1"
3434
},

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

0 commit comments

Comments
 (0)