Skip to content
Open
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
12 changes: 0 additions & 12 deletions .changeset/clean-cats-start.md

This file was deleted.

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

## 0.59.40

### Patch Changes

- Updated dependencies [[`75db7e8`](https://github.com/TanStack/cli/commit/75db7e89a0a1125683bc75cca81acb700ef73eff)]:
- @tanstack/cli@0.70.0
- @tanstack/create@0.69.0

## 0.59.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/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.59.39",
"version": "0.59.40",
"description": "Tanstack Start Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions cli-aliases/create-tanstack-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-tanstack-app

## 0.54.40

### Patch Changes

- Updated dependencies [[`75db7e8`](https://github.com/TanStack/cli/commit/75db7e89a0a1125683bc75cca81acb700ef73eff)]:
- @tanstack/cli@0.70.0
- @tanstack/create@0.69.0

## 0.54.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/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.54.39",
"version": "0.54.40",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions cli-aliases/create-tanstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-tanstack

## 0.54.40

### Patch Changes

- Updated dependencies [[`75db7e8`](https://github.com/TanStack/cli/commit/75db7e89a0a1125683bc75cca81acb700ef73eff)]:
- @tanstack/cli@0.70.0
- @tanstack/create@0.69.0

## 0.54.39

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

## 0.54.40

### Patch Changes

- Updated dependencies [[`75db7e8`](https://github.com/TanStack/cli/commit/75db7e89a0a1125683bc75cca81acb700ef73eff)]:
- @tanstack/cli@0.70.0
- @tanstack/create@0.69.0

## 0.54.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/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.54.39",
"version": "0.54.40",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions cli-aliases/ts-create-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/create-start

## 0.59.40

### Patch Changes

- Updated dependencies [[`75db7e8`](https://github.com/TanStack/cli/commit/75db7e89a0a1125683bc75cca81acb700ef73eff)]:
- @tanstack/cli@0.70.0
- @tanstack/create@0.69.0

## 0.59.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli-aliases/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.59.39",
"version": "0.59.40",
"description": "Tanstack Start Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @tanstack/cli

## 0.70.0

### Minor Changes

- Add a `--blank` project preset that creates a production-ready one-route app ([#488](https://github.com/TanStack/cli/pull/488))
without starter UI, Tailwind, devtools, test tooling, Intent setup, or unused
public assets. Pass `--intent` to opt local coding-agent skill mappings back in.
Also move integration-specific dependencies to their owning add-ons and stop
shipping an unused test stack in standard Start projects. Explicit styling and
deployment add-ons remain composable with the blank preset, including when
added later.

### Patch Changes

- Updated dependencies [[`75db7e8`](https://github.com/TanStack/cli/commit/75db7e89a0a1125683bc75cca81acb700ef73eff)]:
- @tanstack/create@0.69.0

## 0.69.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cli",
"version": "0.69.6",
"version": "0.70.0",
"description": "TanStack CLI",
"type": "module",
"main": "./dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tanstack/create

## 0.69.0

### Minor Changes

- Add a `--blank` project preset that creates a production-ready one-route app ([#488](https://github.com/TanStack/cli/pull/488))
without starter UI, Tailwind, devtools, test tooling, Intent setup, or unused
public assets. Pass `--intent` to opt local coding-agent skill mappings back in.
Also move integration-specific dependencies to their owning add-ons and stop
shipping an unused test stack in standard Start projects. Explicit styling and
deployment add-ons remain composable with the blank preset, including when
added later.

## 0.68.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/create",
"version": "0.68.5",
"version": "0.69.0",
"description": "TanStack Application Builder Engine",
"type": "module",
"main": "./dist/index.js",
Expand Down