Skip to content

Commit 1397814

Browse files
committed
feat: update shadcn-ui version
1 parent 24613c8 commit 1397814

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Turborepo starter with shadcn/ui
22

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turborepo-shadcn-ui",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

packages/ui/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"./postcss.config": "./postcss.config.mjs",
3434
"./tailwind.config": "./tailwind.config.ts",
3535
"./lib/*": "./src/lib/*.ts",
36-
"./hooks/*": "./src/hooks/*.ts",
36+
"./hooks/*": [
37+
"./src/hooks/*.ts",
38+
"./src/hooks/*.tsx"
39+
],
3740
"./components/*": "./src/components/*.tsx"
3841
}
3942
}

0 commit comments

Comments
 (0)