From fcb1e2ca50bb89ef830c3516f940d74eba1b01cf Mon Sep 17 00:00:00 2001 From: Ephraim Duncan <55143799+ephraimduncan@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:18:48 +0000 Subject: [PATCH 1/6] Add blocks registry URL to registries.json (#8145) --- 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 7c64b88937..2bc42b2a18 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -2,6 +2,7 @@ "@aceternity": "https://ui.aceternity.com/registry/{name}.json", "@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", "@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", From b76f5cdbf7175cd1cb2004669cbbd4cf74ef1564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Ribbi?= <62778864+theoribbi@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:20:15 +0200 Subject: [PATCH 2/6] feat: add @nativeui to trusted registries (#8146) 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 2bc42b2a18..9310606cec 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -17,5 +17,6 @@ "@basecn": "https://basecn.dev/r/{name}.json", "@ncdai": "https://chanhdai.com/r/{name}.json", "@8bitcn": "https://8bitcn.com/r/{name}.json", + "@nativeui": "https://nativeui.io/registry/{name}.json", "@billingsdk": "https://billingsdk.com/r/{name}.json" } From 3dcd797f2c73f804470bba8471601265ba00c1b1 Mon Sep 17 00:00:00 2001 From: Edu Calvo Date: Thu, 4 Sep 2025 18:24:24 +0200 Subject: [PATCH 3/6] feat: add @smoothui to trusted registries (#8152) Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 9310606cec..e75f27a8b5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -17,6 +17,7 @@ "@basecn": "https://basecn.dev/r/{name}.json", "@ncdai": "https://chanhdai.com/r/{name}.json", "@8bitcn": "https://8bitcn.com/r/{name}.json", + "@billingsdk": "https://billingsdk.com/r/{name}.json", "@nativeui": "https://nativeui.io/registry/{name}.json", - "@billingsdk": "https://billingsdk.com/r/{name}.json" + "@smoothui": "https://smoothui.dev/r/{name}.json" } From 61254f0c3fb1f7cbdcfec68ee2256648efad2e60 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Thu, 4 Sep 2025 12:24:38 -0400 Subject: [PATCH 4/6] 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", From caeed7bd6515470f4ef040cf2ca6bf518ee475b3 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Thu, 4 Sep 2025 12:26:49 -0400 Subject: [PATCH 5/6] feat: Add @alexcarpenter registry to known registries (#8154) --- 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 50d13cebc7..2b590af531 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1,6 +1,7 @@ { "@aceternity": "https://ui.aceternity.com/registry/{name}.json", "@ai-elements": "https://registry.ai-sdk.dev/{name}.json", + "@alexcarpenter": "https://ui.alexcarpenter.me/r/{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", From baaa82e4e70a0a64c0c861984cca7549ce41414c Mon Sep 17 00:00:00 2001 From: Railly Hugo <51397083+Railly@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:29:52 -0500 Subject: [PATCH 6/6] feat: add @elements to trusted registries (#8155) 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 2b590af531..4c63c0525b 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -20,6 +20,7 @@ "@ncdai": "https://chanhdai.com/r/{name}.json", "@8bitcn": "https://8bitcn.com/r/{name}.json", "@billingsdk": "https://billingsdk.com/r/{name}.json", + "@elements": "https://tryelements.dev/r/{name}.json", "@nativeui": "https://nativeui.io/registry/{name}.json", "@smoothui": "https://smoothui.dev/r/{name}.json" }