From 6f093a0f3f4f03dde7facf33b7edf9c423cdd5b5 Mon Sep 17 00:00:00 2001 From: Joshua Chung <87676426+jchu634@users.noreply.github.com> Date: Wed, 22 Oct 2025 00:40:03 +1300 Subject: [PATCH] Added ha-components registry to registries.json (#8531) --- 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 81f372ab2a..fa9079157d 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -53,5 +53,6 @@ "@tweakcn": "https://tweakcn.com/r/themes/{name}.json", "@wds": "https://wds-shadcn-registry.netlify.app/r/{name}.json", "@zippystarter": "https://zippystarter.com/r/{name}.json", - "@shadcndesign": "https://shadcndesign-free.vercel.app/r/{name}.json" + "@shadcndesign": "https://shadcndesign-free.vercel.app/r/{name}.json", + "@ha-components": "https://hacomponents.keshuac.com/r/{name}.json" }