20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{
|
|
"repo": "Deepractice/PromptX"
|
|
}
|
|
],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "develop",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
}
|