Skip to content

Commit 2dbcdd4

Browse files
ci: Version Packages
1 parent d2e62d7 commit 2dbcdd4

File tree

16 files changed

+779
-8
lines changed

16 files changed

+779
-8
lines changed

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

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

3+
## 0.59.0
4+
5+
### Minor Changes
6+
7+
- feat: force TanStack Start with Tailwind CSS always enabled
8+
9+
- Remove code-router mode and --router-only flag (TanStack Start only)
10+
- Remove start add-on (baked into base templates)
11+
- Remove module-federation add-on
12+
- Force Tailwind CSS to always be enabled
13+
- Remove --tailwind/--no-tailwind CLI flags
14+
- Remove selectTailwind and selectTypescript prompts
15+
- Remove forcedMode parameter (mode always file-router)
16+
- Simplify template conditionals and hardcode typescript/tailwind values
17+
- Update README.md.ejs with instructions for removing Tailwind
18+
- Clean up dead code and unused functions
19+
- Update all CLI wrappers to show deprecation warnings
20+
21+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
22+
23+
Add new MCP tool to retrieve detailed add-on information including
24+
routes, package additions, files, and documentation. Also expand
25+
listTanStackAddOns to include type, category, link, warning, and
26+
exclusive fields.
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#336)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#325)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
38+
- ci: Version Packages (#326)
39+
40+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
41+
42+
- ci: Version Packages (#339)
43+
44+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
45+
46+
- ci: Version Packages (#341)
47+
48+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
49+
50+
- ci: Version Packages (#337)
51+
52+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
53+
54+
- ci: Version Packages (#338)
55+
56+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
57+
58+
- ci: Version Packages (#334)
59+
60+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
61+
62+
- ci: Version Packages (#347)
63+
64+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
65+
66+
- ci: Version Packages (#311)
67+
68+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
69+
70+
- ci: Version Packages (#327)
71+
72+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
73+
74+
- ci: Version Packages (#335)
75+
76+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
77+
78+
- ci: Version Packages (#313)
79+
80+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
81+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
82+
83+
- ci: Version Packages (#346)
84+
85+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
86+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
87+
88+
- ci: Version Packages (#312)
89+
90+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
91+
92+
- Updated dependencies []:
93+
- @tanstack/cli@0.59.0
94+
- @tanstack/create@0.60.0
95+
396
## 0.58.3
497

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

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

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

3+
## 0.54.0
4+
5+
### Minor Changes
6+
7+
- feat: force TanStack Start with Tailwind CSS always enabled
8+
9+
- Remove code-router mode and --router-only flag (TanStack Start only)
10+
- Remove start add-on (baked into base templates)
11+
- Remove module-federation add-on
12+
- Force Tailwind CSS to always be enabled
13+
- Remove --tailwind/--no-tailwind CLI flags
14+
- Remove selectTailwind and selectTypescript prompts
15+
- Remove forcedMode parameter (mode always file-router)
16+
- Simplify template conditionals and hardcode typescript/tailwind values
17+
- Update README.md.ejs with instructions for removing Tailwind
18+
- Clean up dead code and unused functions
19+
- Update all CLI wrappers to show deprecation warnings
20+
21+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
22+
23+
Add new MCP tool to retrieve detailed add-on information including
24+
routes, package additions, files, and documentation. Also expand
25+
listTanStackAddOns to include type, category, link, warning, and
26+
exclusive fields.
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#336)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#325)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
38+
- ci: Version Packages (#326)
39+
40+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
41+
42+
- ci: Version Packages (#339)
43+
44+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
45+
46+
- ci: Version Packages (#341)
47+
48+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
49+
50+
- ci: Version Packages (#337)
51+
52+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
53+
54+
- ci: Version Packages (#338)
55+
56+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
57+
58+
- ci: Version Packages (#334)
59+
60+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
61+
62+
- ci: Version Packages (#347)
63+
64+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
65+
66+
- ci: Version Packages (#311)
67+
68+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
69+
70+
- ci: Version Packages (#327)
71+
72+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
73+
74+
- ci: Version Packages (#335)
75+
76+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
77+
78+
- ci: Version Packages (#313)
79+
80+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
81+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
82+
83+
- ci: Version Packages (#346)
84+
85+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
86+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
87+
88+
- ci: Version Packages (#312)
89+
90+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
91+
92+
- Updated dependencies []:
93+
- @tanstack/cli@0.59.0
94+
- @tanstack/create@0.60.0
95+
396
## 0.53.3
497

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

cli-aliases/create-tanstack/CHANGELOG.md

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

3+
## 0.54.0
4+
5+
### Minor Changes
6+
7+
- feat: force TanStack Start with Tailwind CSS always enabled
8+
9+
- Remove code-router mode and --router-only flag (TanStack Start only)
10+
- Remove start add-on (baked into base templates)
11+
- Remove module-federation add-on
12+
- Force Tailwind CSS to always be enabled
13+
- Remove --tailwind/--no-tailwind CLI flags
14+
- Remove selectTailwind and selectTypescript prompts
15+
- Remove forcedMode parameter (mode always file-router)
16+
- Simplify template conditionals and hardcode typescript/tailwind values
17+
- Update README.md.ejs with instructions for removing Tailwind
18+
- Clean up dead code and unused functions
19+
- Update all CLI wrappers to show deprecation warnings
20+
21+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
22+
23+
Add new MCP tool to retrieve detailed add-on information including
24+
routes, package additions, files, and documentation. Also expand
25+
listTanStackAddOns to include type, category, link, warning, and
26+
exclusive fields.
27+
28+
### Patch Changes
29+
30+
- ci: Version Packages (#336)
31+
32+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
33+
34+
- ci: Version Packages (#325)
35+
36+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37+
38+
- ci: Version Packages (#326)
39+
40+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
41+
42+
- ci: Version Packages (#339)
43+
44+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
45+
46+
- ci: Version Packages (#341)
47+
48+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
49+
50+
- ci: Version Packages (#337)
51+
52+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
53+
54+
- ci: Version Packages (#338)
55+
56+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
57+
58+
- ci: Version Packages (#334)
59+
60+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
61+
62+
- ci: Version Packages (#347)
63+
64+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
65+
66+
- ci: Version Packages (#311)
67+
68+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
69+
70+
- ci: Version Packages (#327)
71+
72+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
73+
74+
- ci: Version Packages (#335)
75+
76+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
77+
78+
- ci: Version Packages (#313)
79+
80+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
81+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
82+
83+
- ci: Version Packages (#346)
84+
85+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
86+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
87+
88+
- ci: Version Packages (#312)
89+
90+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
91+
92+
- Updated dependencies []:
93+
- @tanstack/cli@0.59.0
94+
- @tanstack/create@0.60.0
95+
396
## 0.53.3
497

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

0 commit comments

Comments
 (0)