From 6b307b2591cc4ca985f4f5573385b117bb7889da Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Mon, 17 Jun 2024 23:33:32 -0700 Subject: [PATCH] build: don't update internal deps on patch (#233) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5f0afdd10..5915e5f09 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,6 +6,6 @@ "linked": [], "access": "public", "baseBranch": "main", - "updateInternalDependencies": "patch", + "updateInternalDependencies": "minor", "ignore": ["@assistant-ui/www", "with-react-hook-form", "with-vercel-ai-rsc"] }