From 7dbe71fe8395d0343cb12dd4c312c27d4f3e30ba Mon Sep 17 00:00:00 2001 From: Aniket Pawar Date: Fri, 15 May 2026 22:16:56 +0530 Subject: [PATCH 1/2] Add @emailcn registry with details --- 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 b74b0ca3f0e..897e0b20299 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1150,5 +1150,11 @@ "homepage": "https://www.turbopills.com/ui/docs", "url": "https://ui.turbopills.com/r/{name}.json", "description": "Beautiful, accessible, and customizable React components for your telehealth applications." + }, + { + "name": "@emailcn", + "homepage": "https://emailcn.vercel.app", + "url": "https://emailcn.vercel.app/r/{name}.json", + "description": "Beautiful emails, made simple. Ready to use, customizable email components for React." } ] From 806de568d2d1e15379ee0db81c014cbfae31e71f Mon Sep 17 00:00:00 2001 From: Aniket Pawar Date: Fri, 15 May 2026 22:25:14 +0530 Subject: [PATCH 2/2] Add new emailcn entry with customizable email components --- apps/v4/registry/directory.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5587ea0e04b..b2b78a8b568 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1335,7 +1335,7 @@ "homepage": "https://framecn.vercel.app", "url": "https://framecn.vercel.app/r/{name}.json", "description": "Beautiful videos, made simple. Ready to use, customizable video components for React.", - "logo": "" + "logo": "" }, { "name": "@turbopills-ui", @@ -1343,5 +1343,12 @@ "url": "https://ui.turbopills.com/r/{name}.json", "description": "Beautiful, accessible, and customizable React components for your telehealth applications.", "logo": "" + }, + { + "name": "@emailcn", + "homepage": "https://emailcn.vercel.app", + "url": "https://emailcn.vercel.app/r/{name}.json", + "description": "Beautiful emails, made simple. Ready to use, customizable email components for React.", + "logo": "" } ]