From 2c334c3c2dfa7afba472a53496302d1e5b5b3e3f Mon Sep 17 00:00:00 2001 From: Mukesh Singh Date: Sun, 29 Mar 2026 03:19:27 -0700 Subject: [PATCH 1/2] Add @mksingh to the registry #10228 Added new registry entry for @mksingh with details and logo. --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5c37fc427..5922d6786 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1161,5 +1161,12 @@ "url": "https://www.openpolicy.sh/r/{name}.json", "description": "Open-source components for building terms, privacy policies and cookie banners.", "logo": "" + }, + { + "name": "@mksingh", + "homepage": "https://mksingh.dev/docs", + "url": "https://mksingh.dev/r/{name}.json", + "description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup.", + "logo": "MKSingh" } ] From ba2c4fc586b80d578e8d88d30cadbe66706b73f9 Mon Sep 17 00:00:00 2001 From: Mukesh Singh Date: Fri, 3 Apr 2026 09:39:54 +0530 Subject: [PATCH 2/2] added @mksingh in public registries --- apps/v4/public/r/registries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index cc3be560d..0f3fe15e4 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1000,5 +1000,11 @@ "homepage": "https://www.openpolicy.sh", "url": "https://www.openpolicy.sh/r/{name}.json", "description": "Open-source components for building terms, privacy policies and cookie banners." + }, + { + "name": "@mksingh", + "homepage": "https://mksingh.dev/docs", + "url": "https://mksingh.dev/r/{name}.json", + "description": "A personal registry of production-ready ShadCN components and utilities. Everything is built to drop into your existing ShadCN project with no extra setup." } ]