From c1d1520b6e27a1aa596d74ae54fb7d0b534aa339 Mon Sep 17 00:00:00 2001 From: Sam Rose <11774595+samrose3@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:18:37 -0400 Subject: [PATCH] Only release beta for tokens, icons, and React packages --- .changeset/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 804fde4ac82..2f8e7468600 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,13 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [], + "ignore": [ + "@shopify/polaris-cli", + "@shopify/polaris-codemods", + "@shopify/polaris-migrator", + "polaris.shopify.com", + "polaris-for-vscode" + ], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "updateInternalDependents": "always" }