diff --git a/.changeset/config.json b/.changeset/config.json index 49d67dc..f428b59 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,10 +1,14 @@ { - "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json", + "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, "linked": [], "access": "restricted", "baseBranch": "master", "updateInternalDependencies": "patch", - "ignore": [] -} \ No newline at end of file + "ignore": [], + "privatePackages": { + "tag": true, + "version": true + } +}