Skip to content

Commit 8ff89f2

Browse files
committed
release: v0.43.0
1 parent 5624684 commit 8ff89f2

File tree

14 files changed

+17
-17
lines changed

14 files changed

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

cli/ts-create-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/create-start",
3-
"version": "0.41.2",
3+
"version": "0.43.0",
44
"description": "Tanstack Start 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": "^0.41.2",
14+
"@tanstack/cta-ui-base": "^0.43.0",
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": "[email protected]",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "workspace:*",
32-
"@tanstack/cta-engine": "workspace:*"
31+
"@tanstack/cta-cli": "^0.43.0",
32+
"@tanstack/cta-engine": "^0.43.0"
3333
},
3434
"devDependencies": {
3535
"@types/node": "^22.13.4",

examples/custom-cli/create-rwsdk/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": "^0.41.2",
14+
"@tanstack/cta-ui-base": "^0.43.0",
1515
"react": "^19.1.0",
1616
"react-dom": "^19.1.0",
1717
"tailwindcss": "^4.1.6",

examples/custom-cli/create-rwsdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"license": "MIT",
2828
"packageManager": "[email protected]",
2929
"dependencies": {
30-
"@tanstack/cta-cli": "workspace:*",
31-
"@tanstack/cta-engine": "workspace:*"
30+
"@tanstack/cta-cli": "^0.43.0",
31+
"@tanstack/cta-engine": "^0.43.0"
3232
},
3333
"devDependencies": {
3434
"@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": "[email protected]",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "workspace:*",
32-
"@tanstack/cta-engine": "workspace:*",
31+
"@tanstack/cta-cli": "^0.43.0",
32+
"@tanstack/cta-engine": "^0.43.0",
3333
"@tanstack/cta-framework-react-cra": "workspace:*"
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.41.2",
3+
"version": "0.43.0",
44
"description": "CTA Framework for React (Create React App)",
55
"type": "module",
66
"main": "./dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated. Do not edit manually.
22
// Generated from add-ons, examples, hosts, project, and toolchains directories
3-
export const contentChecksum = 'cfae54a7ea8230db2c7eefb9fb20cf8727a082bd1a437d5cbc1fe3dd0e2ecfc5'
3+
export const contentChecksum = '83cb054c1f9453daea6c56991d1a7db0155526786b85913eab02e678c4399618'

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

0 commit comments

Comments
 (0)