diff --git a/.changeset/config.json b/.changeset/config.json index 2f30e515ed8..452621d87df 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,5 +1,11 @@ { + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true, + "updateInternalDependents": "always" + }, "$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json", + "access": "public", + "baseBranch": "main", "changelog": [ "@changesets/changelog-github", { @@ -7,21 +13,16 @@ } ], "commit": false, - "access": "public", - "baseBranch": "main", - "updateInternalDependencies": "patch", "ignore": [ "playground-web", "thirdweb-dashboard", "wallet-ui", "portal", - "thirdweb-login" + "thirdweb-login", + "nebula-app" ], - "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "updateInternalDependents": "always", - "onlyUpdatePeerDependentsWhenOutOfRange": true - }, "snapshot": { "prereleaseTemplate": "{tag}-{commit}-{datetime}" - } + }, + "updateInternalDependencies": "patch" }