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
17 changes: 17 additions & 0 deletions cli-aliases/create-start-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# create-start-app

## 0.49.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/cli@0.49.0
- @tanstack/create@0.50.0

## 0.48.10

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

## 0.44.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/cli@0.49.0
- @tanstack/create@0.50.0

## 0.43.8

### 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.43.8",
"version": "0.44.0",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions cli-aliases/create-tanstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# create-tanstack

## 0.44.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/cli@0.49.0
- @tanstack/create@0.50.0

## 0.43.8

### 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.43.8",
"version": "0.44.0",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions cli-aliases/create-tsrouter-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# create-tsrouter-app

## 0.44.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/cli@0.49.0
- @tanstack/create@0.50.0

## 0.43.9

### 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.43.9",
"version": "0.44.0",
"description": "Tanstack Application Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
17 changes: 17 additions & 0 deletions cli-aliases/ts-create-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @tanstack/create-start

## 0.49.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/cli@0.49.0
- @tanstack/create@0.50.0

## 0.48.10

### 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.48.10",
"version": "0.49.0",
"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.49.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/create@0.50.0
- @tanstack/create-ui@0.49.0

## 0.48.7

### 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.48.7",
"version": "0.49.0",
"description": "TanStack CLI",
"type": "module",
"main": "./dist/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/create-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @tanstack/create-ui

## 0.49.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

### Patch Changes

- Updated dependencies []:
- @tanstack/create@0.50.0

## 0.48.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/create-ui",
"version": "0.48.5",
"version": "0.49.0",
"type": "module",
"main": "./lib-dist/index.js",
"types": "./lib-dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/create

## 0.50.0

### Minor Changes

- feat(mcp): add getAddOnDetails tool and expand add-on metadata

Add new MCP tool to retrieve detailed add-on information including
routes, package additions, files, and documentation. Also expand
listTanStackAddOns to include type, category, link, warning, and
exclusive fields.

## 0.49.3

### 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.49.3",
"version": "0.50.0",
"description": "TanStack Application Builder Engine",
"type": "module",
"main": "./dist/index.js",
Expand Down