mirror of
https://github.com/pockethost/pockethost.git
synced 2025-09-15 21:20:11 +00:00
15 lines
394 B
JSON
15 lines
394 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [["*"]],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "plugified",
|
|
"updateInternalDependencies": "minor",
|
|
"ignore": [],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
}
|