From f72e0e592f3eade63352d8e9e19ebbd27e54425a Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Mon, 9 Sep 2024 23:30:59 -0700 Subject: [PATCH] chore: changesets clean up ignore list (#805) --- .changeset/config.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 9908dd822..ae61b24ca 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,18 +7,5 @@ "access": "public", "baseBranch": "main", "privatePackages": { "version": false }, - "updateInternalDependencies": "minor", - "ignore": [ - "@assistant-ui/docs", - "@assistant-ui/shadcn-registry", - "search-agent-for-e-commerce", - "with-inline-suggestions", - "with-react-hook-form", - "with-playground", - "with-openai-assistants", - "with-vercel-ai-rsc", - "with-external-store", - "with-langgraph", - "with-ffmpeg" - ] + "updateInternalDependencies": "minor" }