From 27c866b3c343e5a73bc7537a78aa19b5a2450293 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 12 May 2025 23:23:19 +0200 Subject: [PATCH] Update linked packages in changeset configuration --- .changeset/config.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index a444042f4..7ddb9353c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,8 +3,18 @@ "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], - "linked": [], + "linked": [ + [ + "@tabler/core", + "@tabler/preview", + "@tabler/docs" + ] + ], "access": "public", "baseBranch": "dev", - "ignore": [] + "ignore": [], + "privatePackages": { + "version": true, + "tag": false + } }