From 722fb81b955f68bdcf9c384a8d15ecb79f04dd02 Mon Sep 17 00:00:00 2001 From: WebDevSimplified Date: Thu, 11 Sep 2025 06:56:28 -0500 Subject: [PATCH] Add WDS registry URL to registries.json (#8193) I am attempting to add the [Web Dev Simplified Shadcn Registry](https://wds-shadcn-registry.netlify.app) as an indexed registry. --- 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 504af52e79..59bf8deb23 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -30,5 +30,6 @@ "@skiper-ui": "https://skiper-ui.com/registry/{name}.json", "@shadcn-editor": "https://shadcn-editor.vercel.app/r/{name}.json", "@rigidui": "https://rigidui.com/r/{name}.json", - "@retroui": "https://retroui.dev/r/{name}.json" + "@retroui": "https://retroui.dev/r/{name}.json", + "@wds": "https://wds-shadcn-registry.netlify.app/r/{name}.json" }