From ca4c1c43ec2734f56b59ce2e8106f5714ebb6864 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 29 Oct 2025 00:15:20 +0400 Subject: [PATCH] feat: update registry directory --- apps/v4/public/r/registries.json | 3 ++- apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 184a9ae3c5..4ef2bd26cd 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -66,5 +66,6 @@ "@zippystarter": "https://zippystarter.com/r/{name}.json", "@shadcndesign": "https://shadcndesign-free.vercel.app/r/{name}.json", "@ha-components": "https://hacomponents.keshuac.com/r/{name}.json", - "@shadix-ui": "https://shadix-ui.vercel.app/r/{name}.json" + "@shadix-ui": "https://shadix-ui.vercel.app/r/{name}.json", + "@wiggle-ui": "https://wiggle-ui.vercel.app/r/{name}.json" } diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index d8423cdf77..030ed9bdc4 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -216,6 +216,13 @@ "description": "A set of open source fully controlled React Inertia form elements", "logo": "" }, + { + "name": "@wiggle-ui", + "description": "A beautiful collection of copy-and-paste widgets for your next project.", + "homepage": "https://wigggle-ui.vercel.app", + "url": "https://wigggle-ui.vercel.app/r/{name}.json", + "logo": " " + }, { "name": "@zippystarter", "homepage": "https://zippystarter.com",