diff --git a/README.md b/README.md
index 42aa6e25..d57dcc96 100644
--- a/README.md
+++ b/README.md
@@ -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.
 
diff --git a/package.json b/package.json
index 95cf32e6..c4473d7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "turborepo-shadcn-ui",
-  "version": "1.4.2",
+  "version": "1.4.3",
   "private": true,
   "license": "MIT",
   "scripts": {
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 26622df5..88553393 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -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"
   }
 }