Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/twelve-pears-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions cli/create-start-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-start-app

## 0.48.1

### Patch Changes

- Updated dependencies []:
- @tanstack/cta-framework-react-cra@0.48.1
- @tanstack/cta-framework-solid@0.48.1
- @tanstack/cta-cli@0.48.1

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/create-start-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-start-app",
"version": "0.48.0",
"version": "0.48.1",
"description": "Tanstack Start Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions cli/create-tanstack-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-tanstack-app

## 0.43.1

### Patch Changes

- Updated dependencies []:
- @tanstack/cta-framework-react-cra@0.48.1
- @tanstack/cta-framework-solid@0.48.1
- @tanstack/cta-cli@0.48.1

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/create-tanstack-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tanstack-app",
"version": "0.43.0",
"version": "0.43.1",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions cli/create-tanstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-tanstack

## 0.43.1

### Patch Changes

- Updated dependencies []:
- @tanstack/cta-framework-react-cra@0.48.1
- @tanstack/cta-framework-solid@0.48.1
- @tanstack/cta-cli@0.48.1

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/create-tanstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tanstack",
"version": "0.43.0",
"version": "0.43.1",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions cli/create-tsrouter-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-tsrouter-app

## 0.43.1

### Patch Changes

- Updated dependencies []:
- @tanstack/cta-framework-react-cra@0.48.1
- @tanstack/cta-framework-solid@0.48.1
- @tanstack/cta-cli@0.48.1

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/create-tsrouter-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tsrouter-app",
"version": "0.43.0",
"version": "0.43.1",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions cli/ts-create-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/create-start

## 0.48.1

### Patch Changes

- Updated dependencies []:
- @tanstack/cta-framework-react-cra@0.48.1
- @tanstack/cta-framework-solid@0.48.1
- @tanstack/cta-cli@0.48.1

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/ts-create-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/create-start",
"version": "0.48.0",
"version": "0.48.1",
"description": "Tanstack Start Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.6",
"@tanstack/cta-ui-base": "^0.48.0",
"@tanstack/cta-ui-base": "^0.48.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-cli/create-qwik-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"license": "MIT",
"packageManager": "pnpm@9.15.5",
"dependencies": {
"@tanstack/cta-cli": "^0.48.0",
"@tanstack/cta-engine": "^0.48.0"
"@tanstack/cta-cli": "^0.48.1",
"@tanstack/cta-engine": "^0.49.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.6",
"@tanstack/cta-ui-base": "^0.48.0",
"@tanstack/cta-ui-base": "^0.48.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-cli/create-rwsdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"license": "MIT",
"packageManager": "pnpm@9.15.5",
"dependencies": {
"@tanstack/cta-cli": "^0.48.0",
"@tanstack/cta-engine": "^0.48.0"
"@tanstack/cta-cli": "^0.48.1",
"@tanstack/cta-engine": "^0.49.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-cli/customized-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"license": "MIT",
"packageManager": "pnpm@9.15.5",
"dependencies": {
"@tanstack/cta-cli": "^0.48.0",
"@tanstack/cta-engine": "^0.48.0",
"@tanstack/cta-cli": "^0.48.1",
"@tanstack/cta-engine": "^0.49.0",
"@tanstack/cta-framework-react-cra": "workspace:*"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions frameworks/react-cra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/cta-framework-react-cra

## 0.48.1

### Patch Changes

- Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
- @tanstack/cta-engine@0.49.0

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/react-cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cta-framework-react-cra",
"version": "0.48.0",
"version": "0.48.1",
"description": "CTA Framework for React (Create React App)",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions frameworks/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/cta-framework-solid

## 0.48.1

### Patch Changes

- Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
- @tanstack/cta-engine@0.49.0

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cta-framework-solid",
"version": "0.48.0",
"version": "0.48.1",
"description": "CTA Framework for Solid",
"type": "module",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cta-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/cta-cli

## 0.48.1

### Patch Changes

- Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
- @tanstack/cta-engine@0.49.0
- @tanstack/cta-ui@0.48.1

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cta-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cta-cli",
"version": "0.48.0",
"version": "0.48.1",
"description": "Tanstack Application Builder CLI",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cta-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/cta-engine

## 0.49.0

### Minor Changes

- Added categories, colors, exclusive tagging, addon file attribution utils, and railway addon ([#303](https://github.com/TanStack/create-tsrouter-app/pull/303))

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cta-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cta-engine",
"version": "0.48.0",
"version": "0.49.0",
"description": "Tanstack Application Builder Engine",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cta-ui-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/cta-ui-base

## 0.48.1

### Patch Changes

- Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
- @tanstack/cta-engine@0.49.0

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cta-ui-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cta-ui-base",
"version": "0.48.0",
"version": "0.48.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cta-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/cta-ui

## 0.48.1

### Patch Changes

- Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
- @tanstack/cta-engine@0.49.0
- @tanstack/cta-ui-base@0.48.1

## 0.48.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cta-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cta-ui",
"version": "0.48.0",
"version": "0.48.1",
"type": "module",
"main": "./lib-dist/index.js",
"types": "./lib-dist/index.d.ts",
Expand Down