From 4210d1ab055c4c62d5c326a8caa2e8453ec44fb4 Mon Sep 17 00:00:00 2001 From: jadhavharshh Date: Sat, 28 Feb 2026 17:10:11 +0530 Subject: [PATCH 1/2] add new registry componentry --- apps/v4/registry/directory.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index a54335e63a..525b50ba8f 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -936,5 +936,13 @@ "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel art style components library built on top of shadcn. Perfect for retro style projects and games.", "logo": "" - } + }, + { + "name": "@componentry", + "homepage": "https://componentry.fun", + "url": "https://componentry.fun/r/{name}.json", + "description": "Beautiful, interactive React + Tailwind components for modern product UIs.", + "logo": "" +} + ] From 16a0473b109229373b961d9ebe3eb52b8f67ae5d Mon Sep 17 00:00:00 2001 From: jadhavharshh Date: Sat, 28 Feb 2026 17:18:52 +0530 Subject: [PATCH 2/2] feat: add @componentry registry to available registries and directory. --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 13 ++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ff52ea296e..6c7589508c 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -802,5 +802,11 @@ "homepage": "https://pixelactui.com", "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel art style components library built on top of shadcn. Perfect for retro style projects and games." + }, + { + "name": "@componentry", + "homepage": "https://componentry.fun", + "url": "https://componentry.fun/r/{name}.json", + "description": "Beautiful, interactive React + Tailwind components for modern product UIs." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 525b50ba8f..f6c508ab44 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -938,11 +938,10 @@ "logo": "" }, { - "name": "@componentry", - "homepage": "https://componentry.fun", - "url": "https://componentry.fun/r/{name}.json", - "description": "Beautiful, interactive React + Tailwind components for modern product UIs.", - "logo": "" -} - + "name": "@componentry", + "homepage": "https://componentry.fun", + "url": "https://componentry.fun/r/{name}.json", + "description": "Beautiful, interactive React + Tailwind components for modern product UIs.", + "logo": "" + } ]