Skip to content

Commit 11116ee

Browse files
committed
feat: manually bumping version
1 parent ce645d5 commit 11116ee

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
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/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.41.2",
3+
"version": "0.43.0",
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.41.2",
3+
"version": "0.43.0",
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.41.2",
3+
"version": "0.43.0",
44
"description": "Tanstack Application 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",

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 = '91ab333689da4a55dac5572c70c66bf3cf8710caf4fe62ee5fd63d7fa924f8a2'
3+
export const contentChecksum = 'cfae54a7ea8230db2c7eefb9fb20cf8727a082bd1a437d5cbc1fe3dd0e2ecfc5'

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",

frameworks/solid/src/checksum.ts

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 = '97450d3bd15410ec0fb6553e0b2709464dbef2b643f509e73ff124a3230f44c5'
3+
export const contentChecksum = '8d5d5394c68403b640e96cc9d2ee063fb60a2e1e84649644905934cad6226447'

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

0 commit comments

Comments
 (0)