mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +08:00
revert: "build: don't bump major when you don't have to"
This reverts commit cf2067906f
.
This commit is contained in:
parent
2845b85964
commit
d347724c02
@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user