From f36e25f70313a31a2ee00864b271590975cf6439 Mon Sep 17 00:00:00 2001 From: "Bundui.io" <141479011+bundui@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:19:50 +0300 Subject: [PATCH] feat(registry): Add BundUI Components to the registry index (#8473) * feat(registry): Add BundUI Components to the registry index * fix --------- Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 1 + deprecated/www/public/r/registries.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 31c734ce3..f25030514 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -20,6 +20,7 @@ "@billingsdk": "https://billingsdk.com/r/{name}.json", "@blocks": "https://blocks.so/r/{name}.json", "@bucharitesh": "https://bucharitesh.in/r/{name}.json", + "@bundui": "https://bundui.io/r/{name}.json", "@cardcn": "https://cardcn.dev/r/{name}.json", "@clerk": "https://clerk.com/r/{name}.json", "@coss": "https://coss.com/ui/r/{name}.json", diff --git a/deprecated/www/public/r/registries.json b/deprecated/www/public/r/registries.json index 184a9ae3c..51cdf8d0a 100644 --- a/deprecated/www/public/r/registries.json +++ b/deprecated/www/public/r/registries.json @@ -14,6 +14,7 @@ "@billingsdk": "https://billingsdk.com/r/{name}.json", "@blocks": "https://blocks.so/r/{name}.json", "@bucharitesh": "https://bucharitesh.in/r/{name}.json", + "@bundui": "https://bundui.io/r/{name}.json", "@clerk": "https://clerk.com/r/{name}.json", "@coss": "https://coss.com/ui/r/{name}.json", "@chisom-ui": "https://chisom-ui.netlify.app/r/{name}.json",