From 3e598fce23b5ad1dc516a843ff76842a76606376 Mon Sep 17 00:00:00 2001 From: Blake Wilson Date: Thu, 19 Oct 2023 13:38:05 -0500 Subject: [PATCH] Ignore the block example project for versioning (#1620) --- .changeset/config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7d891ff3e..7545ab65f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -13,7 +13,12 @@ "access": "public", "baseBranch": "canary", "updateInternalDependencies": "patch", - "ignore": ["@faustjs/next-headless-getting-started", "@faustwp/getting-started-example", "@faustwp/app-router-example"], + "ignore": [ + "@faustjs/next-headless-getting-started", + "@faustwp/getting-started-example", + "@faustwp/app-router-example", + "@faustwp/block-support-example" + ], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true }