From 133dd22a47f3b7ad97804d1f3d2f8022b4776a8b Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Fri, 10 Jan 2025 16:17:23 -0600 Subject: [PATCH] Fix changesets config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 286b51d97..fb66f2ca1 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,5 +12,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@xmtp/react-vite-browser-sdk-example"] + "ignore": ["@xmtp/xmtp.chat"] }