diff --git a/.changeset/config.json b/.changeset/config.json index 7828f76af..a471539e5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,13 +2,12 @@ "$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, - "fixed": [["@tiptap/*"]], + "fixed": [ + ["@tiptap/*"] + ], "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [], - "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "onlyUpdatePeerDependentsWhenOutOfRange": true - } + "ignore": [] }