From e826e543f2f21738709c2416aa8f9db2bc4ae49f Mon Sep 17 00:00:00 2001 From: "Dominik K." Date: Tue, 26 May 2026 20:11:01 +0200 Subject: [PATCH] fix(registry): restore missing @blockus object in registry JSON (#10778) The dominik-ui registry entry accidentally dropped the opening brace for @blockus, leaving invalid JSON in both registry files. Co-authored-by: Cursor --- apps/v4/public/r/registries.json | 1 + apps/v4/registry/directory.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f82d431bb2..eaa2fa1582 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1199,6 +1199,7 @@ "url": "https://dominikkoch.dev/r/{name}.json", "description": "Opinionated components and tools for building modern AI interfaces." }, + { "name": "@blockus", "homepage": "https://blockus.lndevui.com", "url": "https://blockus.lndevui.com/r/{name}.json", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 49729f21c1..9ac287dc57 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1400,6 +1400,7 @@ "description": "Opinionated components and tools for building modern AI interfaces.", "logo": "Dominik UI 10x Logo" }, + { "name": "@blockus", "homepage": "https://blockus.lndevui.com", "url": "https://blockus.lndevui.com/r/{name}.json",