Skip to content

Commit ab55520

Browse files
ci: Version Packages (#335)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8cb8ddd commit ab55520

File tree

16 files changed

+505
-8
lines changed

16 files changed

+505
-8
lines changed

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

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

3+
## 0.54.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+
- feat: force TanStack Start with Tailwind CSS always enabled
15+
16+
- Remove code-router mode and --router-only flag (TanStack Start only)
17+
- Remove start add-on (baked into base templates)
18+
- Remove module-federation add-on
19+
- Force Tailwind CSS to always be enabled
20+
- Remove --tailwind/--no-tailwind CLI flags
21+
- Remove selectTailwind and selectTypescript prompts
22+
- Remove forcedMode parameter (mode always file-router)
23+
- Simplify template conditionals and hardcode typescript/tailwind values
24+
- Update README.md.ejs with instructions for removing Tailwind
25+
- Clean up dead code and unused functions
26+
- Update all CLI wrappers to show deprecation warnings
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#327)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#313)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
38+
39+
- ci: Version Packages (#326)
40+
41+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42+
43+
- ci: Version Packages (#311)
44+
45+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
46+
47+
- ci: Version Packages (#312)
48+
49+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
50+
51+
- ci: Version Packages (#334)
52+
53+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
54+
55+
- ci: Version Packages (#325)
56+
57+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
58+
59+
- Updated dependencies []:
60+
- @tanstack/cli@0.54.0
61+
- @tanstack/create@0.55.0
62+
363
## 0.53.0
464

565
### Minor 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.53.0",
3+
"version": "0.54.0",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

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

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

3+
## 0.49.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+
- feat: force TanStack Start with Tailwind CSS always enabled
15+
16+
- Remove code-router mode and --router-only flag (TanStack Start only)
17+
- Remove start add-on (baked into base templates)
18+
- Remove module-federation add-on
19+
- Force Tailwind CSS to always be enabled
20+
- Remove --tailwind/--no-tailwind CLI flags
21+
- Remove selectTailwind and selectTypescript prompts
22+
- Remove forcedMode parameter (mode always file-router)
23+
- Simplify template conditionals and hardcode typescript/tailwind values
24+
- Update README.md.ejs with instructions for removing Tailwind
25+
- Clean up dead code and unused functions
26+
- Update all CLI wrappers to show deprecation warnings
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#327)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#313)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
38+
39+
- ci: Version Packages (#326)
40+
41+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42+
43+
- ci: Version Packages (#311)
44+
45+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
46+
47+
- ci: Version Packages (#312)
48+
49+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
50+
51+
- ci: Version Packages (#334)
52+
53+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
54+
55+
- ci: Version Packages (#325)
56+
57+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
58+
59+
- Updated dependencies []:
60+
- @tanstack/cli@0.54.0
61+
- @tanstack/create@0.55.0
62+
363
## 0.48.0
464

565
### Minor 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.48.0",
3+
"version": "0.49.0",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

cli-aliases/create-tanstack/CHANGELOG.md

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

3+
## 0.49.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+
- feat: force TanStack Start with Tailwind CSS always enabled
15+
16+
- Remove code-router mode and --router-only flag (TanStack Start only)
17+
- Remove start add-on (baked into base templates)
18+
- Remove module-federation add-on
19+
- Force Tailwind CSS to always be enabled
20+
- Remove --tailwind/--no-tailwind CLI flags
21+
- Remove selectTailwind and selectTypescript prompts
22+
- Remove forcedMode parameter (mode always file-router)
23+
- Simplify template conditionals and hardcode typescript/tailwind values
24+
- Update README.md.ejs with instructions for removing Tailwind
25+
- Clean up dead code and unused functions
26+
- Update all CLI wrappers to show deprecation warnings
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#327)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#313)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
38+
39+
- ci: Version Packages (#326)
40+
41+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42+
43+
- ci: Version Packages (#311)
44+
45+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
46+
47+
- ci: Version Packages (#312)
48+
49+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
50+
51+
- ci: Version Packages (#334)
52+
53+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
54+
55+
- ci: Version Packages (#325)
56+
57+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
58+
59+
- Updated dependencies []:
60+
- @tanstack/cli@0.54.0
61+
- @tanstack/create@0.55.0
62+
363
## 0.48.0
464

565
### Minor 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.48.0",
3+
"version": "0.49.0",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

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

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

3+
## 0.49.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+
- feat: force TanStack Start with Tailwind CSS always enabled
15+
16+
- Remove code-router mode and --router-only flag (TanStack Start only)
17+
- Remove start add-on (baked into base templates)
18+
- Remove module-federation add-on
19+
- Force Tailwind CSS to always be enabled
20+
- Remove --tailwind/--no-tailwind CLI flags
21+
- Remove selectTailwind and selectTypescript prompts
22+
- Remove forcedMode parameter (mode always file-router)
23+
- Simplify template conditionals and hardcode typescript/tailwind values
24+
- Update README.md.ejs with instructions for removing Tailwind
25+
- Clean up dead code and unused functions
26+
- Update all CLI wrappers to show deprecation warnings
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#327)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#313)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
38+
39+
- ci: Version Packages (#326)
40+
41+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42+
43+
- ci: Version Packages (#311)
44+
45+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
46+
47+
- ci: Version Packages (#312)
48+
49+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
50+
51+
- ci: Version Packages (#334)
52+
53+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
54+
55+
- ci: Version Packages (#325)
56+
57+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
58+
59+
- Updated dependencies []:
60+
- @tanstack/cli@0.54.0
61+
- @tanstack/create@0.55.0
62+
363
## 0.48.0
464

565
### Minor 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.48.0",
3+
"version": "0.49.0",
44
"description": "Tanstack Application Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

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

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

3+
## 0.54.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+
- feat: force TanStack Start with Tailwind CSS always enabled
15+
16+
- Remove code-router mode and --router-only flag (TanStack Start only)
17+
- Remove start add-on (baked into base templates)
18+
- Remove module-federation add-on
19+
- Force Tailwind CSS to always be enabled
20+
- Remove --tailwind/--no-tailwind CLI flags
21+
- Remove selectTailwind and selectTypescript prompts
22+
- Remove forcedMode parameter (mode always file-router)
23+
- Simplify template conditionals and hardcode typescript/tailwind values
24+
- Update README.md.ejs with instructions for removing Tailwind
25+
- Clean up dead code and unused functions
26+
- Update all CLI wrappers to show deprecation warnings
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#327)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#313)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
38+
39+
- ci: Version Packages (#326)
40+
41+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42+
43+
- ci: Version Packages (#311)
44+
45+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
46+
47+
- ci: Version Packages (#312)
48+
49+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
50+
51+
- ci: Version Packages (#334)
52+
53+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
54+
55+
- ci: Version Packages (#325)
56+
57+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
58+
59+
- Updated dependencies []:
60+
- @tanstack/cli@0.54.0
61+
- @tanstack/create@0.55.0
62+
363
## 0.53.0
464

565
### Minor 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.53.0",
3+
"version": "0.54.0",
44
"description": "Tanstack Start Builder",
55
"bin": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)