Skip to content

Commit

Permalink
revert: "build: don't bump major when you don't have to"
Browse files Browse the repository at this point in the history
This reverts commit cf20679.
  • Loading branch information
nperez0111 committed Sep 16, 2024
1 parent 2845b85 commit d347724
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/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": []
}

0 comments on commit d347724

Please sign in to comment.