From 960b22b30195997ceddba6b6ce11d9d04bb7c220 Mon Sep 17 00:00:00 2001 From: Gxuri <66419304+Gurvinder-Singh02@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:07:32 +0530 Subject: [PATCH] feat: add @skiper-ui to trusted registries (#8170) * feat: add @skiper-ui to trusted registries * Fix URL for @skiper-ui registry --------- 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 d1d6f0153e..292cb9698e 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -23,5 +23,6 @@ "@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" + "@smoothui": "https://smoothui.dev/r/{name}.json", + "@skiper-ui": "https://skiper-ui.com/registry/{name}.json" }