Skip to content

Commit 791bef6

Browse files
committed
chore: add changeset for recent create and cli fixes
1 parent 8f274b5 commit 791bef6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.changeset/mean-windows-wink.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@tanstack/create': patch
3+
'@tanstack/cli': patch
4+
---
5+
6+
Improve generated app reliability and CLI compatibility.
7+
8+
- Fix React Query provider scaffolding (including Query + tRPC combinations) so generated apps build correctly.
9+
- Fix Prisma add-on package template rendering by exposing package-manager execute helper in `package.json.ejs` context.
10+
- Restore `--tailwind` and `--no-tailwind` as deprecated compatibility flags that are accepted but ignored with clear warnings.
11+
- Align CLI/docs examples with the current Tailwind-always-on behavior.
12+
- Update Convex demo import to type-only `Id` import to avoid runtime resolution issues.

0 commit comments

Comments
 (0)