From b57e192965da3394c7617c4abee7f63963b88f76 Mon Sep 17 00:00:00 2001 From: Talha Mujahid Date: Wed, 25 Feb 2026 08:01:05 +0500 Subject: [PATCH 1/2] Update URL for @shadcn-editor in registries.json --- apps/v4/public/r/registries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f46af9c20b..5644adf999 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -524,7 +524,7 @@ { "name": "@shadcn-editor", "homepage": "https://shadcn-editor.vercel.app", - "url": "https://shadcn-editor.vercel.app/r/{name}.json", + "url": "https://raw.githubusercontent.com/htmujahid/shadcn-editor/refs/heads/main/public/r/{name}.json", "description": "Accessible, Customizable, Rich Text Editor. Made with Lexical and Shadcn/UI. Open Source. Open Code." }, { @@ -791,4 +791,4 @@ "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel-art style components library built on top of shadcn" } -] \ No newline at end of file +] From 50dc9b506bea1513a905fffc900b8eb8392e4a30 Mon Sep 17 00:00:00 2001 From: htmujahid Date: Tue, 7 Apr 2026 19:10:12 +0500 Subject: [PATCH 2/2] fix: update URL for @shadcn-editor to point to raw GitHub content --- apps/v4/registry/directory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5f78c62ea6..33d707bd73 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -738,7 +738,7 @@ { "name": "@shadcn-editor", "homepage": "https://shadcn-editor.vercel.app", - "url": "https://shadcn-editor.vercel.app/r/{name}.json", + "url": "https://raw.githubusercontent.com/htmujahid/shadcn-editor/refs/heads/main/public/r/{name}.json", "description": "Accessible, Customizable, Rich Text Editor. Made with Lexical and Shadcn/UI. Open Source. Open Code.", "logo": "" },