Skip to content

Commit

Permalink
pin shadcn-ui@0.8.0
Browse files Browse the repository at this point in the history
0.8 -> 0.9 was a big breaking change that I'm not ready to handle yet. Pinning
to 0.8 for now.

Read more about the breaking changes here:
https://ui.shadcn.com/docs/changelog#august-2024---npx-shadcn-init
  • Loading branch information
Tobbe committed Sep 18, 2024
1 parent 3670939 commit 9e28758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rwShadHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const handler = async ({ components, force }: CommandOptions) => {
}

const args = [
'shadcn-ui@latest',
'shadcn-ui@0.8.0',
'add',
'--cwd',
// Need to set --cwd to the config dir for shadcn to find the
Expand Down

0 comments on commit 9e28758

Please sign in to comment.