diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a1b1310d..09c7fe400 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ When adding or modifying components, please ensure that: 1. You make the changes for every style. 2. You update the documentation. -3. You run `pnpm build:registry` to update the registry. +3. You run `pnpm registry:build` to update the registry. ## Commit Convention diff --git a/apps/v4/public/r/index.json b/apps/v4/public/r/index.json index 53b34f2ca..c51334d43 100644 --- a/apps/v4/public/r/index.json +++ b/apps/v4/public/r/index.json @@ -933,7 +933,7 @@ "reka-ui", "vee-validate", "@vee-validate/zod", - "zod" + "zod@3.25.76" ], "registryDependencies": [ "label" diff --git a/apps/v4/public/r/styles/new-york-v4/form.json b/apps/v4/public/r/styles/new-york-v4/form.json index 1ba2ade04..65bbd8445 100644 --- a/apps/v4/public/r/styles/new-york-v4/form.json +++ b/apps/v4/public/r/styles/new-york-v4/form.json @@ -6,7 +6,7 @@ "reka-ui", "vee-validate", "@vee-validate/zod", - "zod" + "zod@3.25.76" ], "registryDependencies": [ "label" diff --git a/apps/v4/public/r/styles/new-york-v4/registry.json b/apps/v4/public/r/styles/new-york-v4/registry.json index 3915aa949..86c33b94d 100644 --- a/apps/v4/public/r/styles/new-york-v4/registry.json +++ b/apps/v4/public/r/styles/new-york-v4/registry.json @@ -968,7 +968,7 @@ "reka-ui", "vee-validate", "@vee-validate/zod", - "zod" + "zod@3.25.76" ], "registryDependencies": [ "label" diff --git a/apps/v4/public/r/styles/new-york-v4/sidebar.json b/apps/v4/public/r/styles/new-york-v4/sidebar.json index 253ec052f..207811843 100644 --- a/apps/v4/public/r/styles/new-york-v4/sidebar.json +++ b/apps/v4/public/r/styles/new-york-v4/sidebar.json @@ -17,7 +17,7 @@ "files": [ { "path": "registry/new-york-v4/ui/sidebar/Sidebar.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui" }, { diff --git a/apps/v4/registry/new-york-v4/ui/sidebar/Sidebar.vue b/apps/v4/registry/new-york-v4/ui/sidebar/Sidebar.vue index 816239e97..01403b74c 100644 --- a/apps/v4/registry/new-york-v4/ui/sidebar/Sidebar.vue +++ b/apps/v4/registry/new-york-v4/ui/sidebar/Sidebar.vue @@ -24,7 +24,7 @@ const { isMobile, state, openMobile, setOpenMobile } = useSidebar()