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

## 0.51.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- Updated dependencies []:
- @tanstack/cli@0.51.0
- @tanstack/create@0.52.0

## 0.50.0

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

## 0.46.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- Updated dependencies []:
- @tanstack/cli@0.51.0
- @tanstack/create@0.52.0

## 0.45.0

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

## 0.46.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- Updated dependencies []:
- @tanstack/cli@0.51.0
- @tanstack/create@0.52.0

## 0.45.0

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

## 0.46.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- Updated dependencies []:
- @tanstack/cli@0.51.0
- @tanstack/create@0.52.0

## 0.45.0

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

## 0.51.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- Updated dependencies []:
- @tanstack/cli@0.51.0
- @tanstack/create@0.52.0

## 0.50.0

### Minor 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.50.0",
"version": "0.51.0",
"description": "Tanstack Start Builder",
"bin": "./dist/index.js",
"type": "module",
Expand Down
25 changes: 25 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @tanstack/cli

## 0.51.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- Updated dependencies []:
- @tanstack/create@0.52.0
- @tanstack/create-ui@0.51.0

## 0.50.0

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

## 0.51.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

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

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

## 0.50.0

### Minor 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.50.0",
"version": "0.51.0",
"type": "module",
"main": "./lib-dist/index.js",
"types": "./lib-dist/index.d.ts",
Expand Down
25 changes: 25 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @tanstack/create

## 0.52.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

- fix: Update Paraglide JS url (#307)

Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>

- ci: Version Packages (#311)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

- ci: Version Packages (#312)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

## 0.51.0

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