From 51330e7ea595a4fba8bba5cb28c5942fe8b20f84 Mon Sep 17 00:00:00 2001 From: Karl von Randow Date: Mon, 9 Sep 2024 14:22:45 +1200 Subject: [PATCH] =?UTF-8?q?changeset:=20only=20bump=20versions=20where=20w?= =?UTF-8?q?e=E2=80=99re=20using=20the=20workspace=20protocol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn’t do anything in this repo, but this is to match the change in the openapi-generator-plus repo. We use workspace protocol everywhere so this means we only bump expected versions. --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 3b408ee8..cf35f56b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,6 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "bumpVersionsWithWorkspaceProtocolOnly": true } \ No newline at end of file