revert: "build: don't bump major when you don't have to"

This reverts commit cf2067906f.
This commit is contained in:
Nick the Sick 2024-09-16 06:34:15 +02:00
parent 2845b85964
commit d347724c02
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

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