Skip to content

Commit 5ee5bf2

Browse files
Merge branch 'main' into fix/neon-vite-plugin-import-318
2 parents cb3a948 + c529055 commit 5ee5bf2

17 files changed

Lines changed: 305 additions & 9 deletions

File tree

cli-aliases/create-start-app/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# create-start-app
22

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
8+
9+
Add new MCP tool to retrieve detailed add-on information including
10+
routes, package additions, files, and documentation. Also expand
11+
listTanStackAddOns to include type, category, link, warning, and
12+
exclusive fields.
13+
14+
### Patch Changes
15+
16+
- ci: Version Packages (#311)
17+
18+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19+
20+
- Updated dependencies []:
21+
- @tanstack/cli@0.50.0
22+
- @tanstack/create@0.51.0
23+
24+
## 0.49.0
25+
26+
### Minor Changes
27+
28+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
29+
30+
Add new MCP tool to retrieve detailed add-on information including
31+
routes, package additions, files, and documentation. Also expand
32+
listTanStackAddOns to include type, category, link, warning, and
33+
exclusive fields.
34+
35+
### Patch Changes
36+
37+
- Updated dependencies []:
38+
- @tanstack/cli@0.49.0
39+
- @tanstack/create@0.50.0
40+
341
## 0.48.10
442

543
### Patch Changes

cli-aliases/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.48.10",
3+
"version": "0.50.0",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tanstack-app/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# create-tanstack-app
22

3+
## 0.45.0
4+
5+
### Minor Changes
6+
7+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
8+
9+
Add new MCP tool to retrieve detailed add-on information including
10+
routes, package additions, files, and documentation. Also expand
11+
listTanStackAddOns to include type, category, link, warning, and
12+
exclusive fields.
13+
14+
### Patch Changes
15+
16+
- ci: Version Packages (#311)
17+
18+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19+
20+
- Updated dependencies []:
21+
- @tanstack/cli@0.50.0
22+
- @tanstack/create@0.51.0
23+
24+
## 0.44.0
25+
26+
### Minor Changes
27+
28+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
29+
30+
Add new MCP tool to retrieve detailed add-on information including
31+
routes, package additions, files, and documentation. Also expand
32+
listTanStackAddOns to include type, category, link, warning, and
33+
exclusive fields.
34+
35+
### Patch Changes
36+
37+
- Updated dependencies []:
38+
- @tanstack/cli@0.49.0
39+
- @tanstack/create@0.50.0
40+
341
## 0.43.8
442

543
### Patch Changes

cli-aliases/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.43.8",
3+
"version": "0.45.0",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tanstack/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# create-tanstack
22

3+
## 0.45.0
4+
5+
### Minor Changes
6+
7+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
8+
9+
Add new MCP tool to retrieve detailed add-on information including
10+
routes, package additions, files, and documentation. Also expand
11+
listTanStackAddOns to include type, category, link, warning, and
12+
exclusive fields.
13+
14+
### Patch Changes
15+
16+
- ci: Version Packages (#311)
17+
18+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19+
20+
- Updated dependencies []:
21+
- @tanstack/cli@0.50.0
22+
- @tanstack/create@0.51.0
23+
24+
## 0.44.0
25+
26+
### Minor Changes
27+
28+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
29+
30+
Add new MCP tool to retrieve detailed add-on information including
31+
routes, package additions, files, and documentation. Also expand
32+
listTanStackAddOns to include type, category, link, warning, and
33+
exclusive fields.
34+
35+
### Patch Changes
36+
37+
- Updated dependencies []:
38+
- @tanstack/cli@0.49.0
39+
- @tanstack/create@0.50.0
40+
341
## 0.43.8
442

543
### Patch Changes

cli-aliases/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.43.8",
3+
"version": "0.45.0",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tsrouter-app/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# create-tsrouter-app
22

3+
## 0.45.0
4+
5+
### Minor Changes
6+
7+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
8+
9+
Add new MCP tool to retrieve detailed add-on information including
10+
routes, package additions, files, and documentation. Also expand
11+
listTanStackAddOns to include type, category, link, warning, and
12+
exclusive fields.
13+
14+
### Patch Changes
15+
16+
- ci: Version Packages (#311)
17+
18+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19+
20+
- Updated dependencies []:
21+
- @tanstack/cli@0.50.0
22+
- @tanstack/create@0.51.0
23+
24+
## 0.44.0
25+
26+
### Minor Changes
27+
28+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
29+
30+
Add new MCP tool to retrieve detailed add-on information including
31+
routes, package additions, files, and documentation. Also expand
32+
listTanStackAddOns to include type, category, link, warning, and
33+
exclusive fields.
34+
35+
### Patch Changes
36+
37+
- Updated dependencies []:
38+
- @tanstack/cli@0.49.0
39+
- @tanstack/create@0.50.0
40+
341
## 0.43.9
442

543
### Patch Changes

cli-aliases/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.43.9",
3+
"version": "0.45.0",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/ts-create-start/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @tanstack/create-start
22

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
8+
9+
Add new MCP tool to retrieve detailed add-on information including
10+
routes, package additions, files, and documentation. Also expand
11+
listTanStackAddOns to include type, category, link, warning, and
12+
exclusive fields.
13+
14+
### Patch Changes
15+
16+
- ci: Version Packages (#311)
17+
18+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19+
20+
- Updated dependencies []:
21+
- @tanstack/cli@0.50.0
22+
- @tanstack/create@0.51.0
23+
24+
## 0.49.0
25+
26+
### Minor Changes
27+
28+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
29+
30+
Add new MCP tool to retrieve detailed add-on information including
31+
routes, package additions, files, and documentation. Also expand
32+
listTanStackAddOns to include type, category, link, warning, and
33+
exclusive fields.
34+
35+
### Patch Changes
36+
37+
- Updated dependencies []:
38+
- @tanstack/cli@0.49.0
39+
- @tanstack/create@0.50.0
40+
341
## 0.48.10
442

543
### Patch Changes

cli-aliases/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.48.10",
3+
"version": "0.50.0",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)