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 + } }