From 0e6bf0c1d11563469036c776550836617d7cf4c6 Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Fri, 26 Apr 2024 10:28:30 +0100 Subject: [PATCH] chore(TEMP): Disable gql.tada & @gql.tada/cli-utils versioning --- .changeset/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.changeset/config.json b/.changeset/config.json index 28d6c3c4..c3c8e63c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,6 +5,14 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", + "ignore": [ + "@gql.tada/example-pokemon-api", + "@gql.tada/example-pokemon-svelte", + "@gql.tada/example-pokemon-api", + "@gql.tada/website-vitepress", + "@gql.tada/cli-utils", + "gql.tada" + ], "snapshot": { "prereleaseTemplate": "{tag}-{commit}", "useCalculatedVersion": true