From 61254f0c3fb1f7cbdcfec68ee2256648efad2e60 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Thu, 4 Sep 2025 12:24:38 -0400 Subject: [PATCH] feat: add clerk to known registries (#8153) Co-authored-by: shadcn --- 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 e75f27a8b5..50d13cebc7 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -3,6 +3,7 @@ "@ai-elements": "https://registry.ai-sdk.dev/{name}.json", "@alpine": "https://alpine-registry.vercel.app/r/{name}.json", "@blocks": "https://blocks.so/r/{name}.json", + "@clerk": "https://clerk.com/r/{name}.json", "@cult-ui": "https://cult-ui.com/r/{name}.json", "@kibo-ui": "https://www.kibo-ui.com/r/{name}.json", "@kokonutui": "https://kokonutui.com/r/{name}.json",