From f83bdf18dec6f4fcc1bfcfb847b8e79efb5d9c9c Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 6 Nov 2025 19:04:24 +0000 Subject: [PATCH] Remove invalid changeset ignore configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ignore field was set to ignore @demo/* packages, but this repository doesn't have any @demo/* packages, making this configuration invalid and unnecessary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 82b0ac1..1f81fb5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,5 +12,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@demo/*"] + "ignore": [] }