From a72fac6fde1002570251174837934ca3b08c7e4a Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Sat, 4 Oct 2025 13:14:59 +0530 Subject: [PATCH] Add @shadcn-studio registry URL to registries.json (#8332) Added https://shadcnstudio.com/ opensource components (https://shadcnstudio.com/components), blocks (https://shadcnstudio.com/blocks), and themes (https://shadcnstudio.com/theme-generator) registry --- apps/v4/public/r/registries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 7f3aa2bac2..96b6a92d44 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -33,6 +33,7 @@ "@limeplay": "https://limeplay.winoffrg.dev/r/{name}.json", "@skiper-ui": "https://skiper-ui.com/registry/{name}.json", "@shadcn-editor": "https://shadcn-editor.vercel.app/r/{name}.json", + "@shadcn-studio": "https://shadcnstudio.com/r/{name}.json", "@rigidui": "https://rigidui.com/r/{name}.json", "@retroui": "https://retroui.dev/r/{name}.json", "@wds": "https://wds-shadcn-registry.netlify.app/r/{name}.json",