From bc3792cbabead83a27c7f4e73dc2a2aa093834bf Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Wed, 21 May 2025 23:25:23 +0200 Subject: [PATCH] Attempt to fix changesets configuration for releases --- .changeset/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5ca89a4..1c77b8e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,9 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "privatePackages": { + "tag": true, + "version": true + } }