Skip to content

Commit

Permalink
feat: update shadcn-ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
dan5py committed Oct 28, 2024
1 parent 71d07eb commit 879cd07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Turborepo starter with shadcn/ui

![Static Badge](https://img.shields.io/badge/shadcn%2Fui-0.8.0-blue?link=https%3A%2F%2Fgithub.com%2Fshadcn%2Fui)
![Static Badge](https://img.shields.io/badge/shadcn%2Fui-2.1.2-blue?link=https%3A%2F%2Fgithub.com%2Fshadcn%2Fui)

This is Turborepo starter with shadcn/ui pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turborepo-shadcn-ui",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"./postcss.config": "./postcss.config.mjs",
"./tailwind.config": "./tailwind.config.ts",
"./lib/*": "./src/lib/*.ts",
"./hooks/*": "./src/hooks/*.ts",
"./hooks/*": [
"./src/hooks/*.ts",
"./src/hooks/*.tsx"
],
"./components/*": "./src/components/*.tsx"
}
}

0 comments on commit 879cd07

Please sign in to comment.