Skip to content

Commit

Permalink
fix(shadcn): temporarily pin create-next-app (#5525)
Browse files Browse the repository at this point in the history
* feat: temporarily pin create-next-app

* chore: add changeset
  • Loading branch information
shadcn authored Oct 23, 2024
1 parent 0d31293 commit f02b412
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["www", "**-template"]
"ignore": ["www"]
}
5 changes: 5 additions & 0 deletions .changeset/fifty-rabbits-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shadcn": patch
---

temporarily pin create-next-app
2 changes: 1 addition & 1 deletion packages/shadcn/src/utils/create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function createProject(
try {
await execa(
"npx",
["create-next-app@latest", projectPath, "--silent", ...args],
["create-next-app@14.2.16", projectPath, "--silent", ...args],
{
cwd: options.cwd,
}
Expand Down
Loading

0 comments on commit f02b412

Please # to comment.