From 8dabe113fabea616a3b084716da42e7f602a31d6 Mon Sep 17 00:00:00 2001 From: shadcn Date: Sun, 8 Mar 2026 12:54:48 +0400 Subject: [PATCH] fix: registries --- apps/v4/public/r/registries.json | 14 +++++++------- apps/v4/registry/directory.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 22a786646a..22a7f7df75 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1,10 +1,4 @@ [ - { - "name": "@lmscn", - "homepage": "https://lmscn.vercel.app", - "url": "https://lmscn.vercel.app/r/{name}.json", - "description": "LMS components for building interactive learning experiences — quiz, flashcards, matching, fill-in-the-blank, word scramble, sequencing, reading comprehension, spaced repetition and more." - }, { "name": "@8bitcn", "homepage": "https://www.8bitcn.com", @@ -305,6 +299,12 @@ "url": "https://limeplay.winoffrg.dev/r/{name}.json", "description": "Modern UI Library for building media players in React. Powered by Shaka Player." }, + { + "name": "@lmscn", + "homepage": "https://lmscn.vercel.app", + "url": "https://lmscn.vercel.app/r/{name}.json", + "description": "LMS components for building interactive learning experiences — quiz, flashcards, matching, fill-in-the-blank, word scramble, sequencing, reading comprehension, spaced repetition and more." + }, { "name": "@lucide-animated", "homepage": "https://lucide-animated.com", @@ -840,7 +840,7 @@ "description": "Curated font pairing registry for shadcn. Three fonts. One command. Install perfectly configured typography (heading + body + mono) with shadcn add. Includes editorial-grade type scales, CSS variables, and a live preview site." }, { - "name": "componentry", + "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 6adc55e681..ac13c168e7 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1,11 +1,4 @@ [ - { - "name": "@lmscn", - "homepage": "https://lmscn.vercel.app", - "url": "https://lmscn.vercel.app/r/{name}.json", - "description": "LMS components for building interactive learning experiences — quiz, flashcards, matching, fill-in-the-blank, word scramble, sequencing, reading comprehension, spaced repetition and more.", - "logo": "lmscn" - }, { "name": "@8bitcn", "homepage": "https://www.8bitcn.com", @@ -357,6 +350,13 @@ "url": "https://limeplay.winoffrg.dev/r/{name}.json", "logo": "" }, + { + "name": "@lmscn", + "homepage": "https://lmscn.vercel.app", + "url": "https://lmscn.vercel.app/r/{name}.json", + "description": "LMS components for building interactive learning experiences — quiz, flashcards, matching, fill-in-the-blank, word scramble, sequencing, reading comprehension, spaced repetition and more.", + "logo": "lmscn" + }, { "name": "@lucide-animated", "homepage": "https://lucide-animated.com",