mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
12 lines
323 B
JSON
12 lines
323 B
JSON
|
|
{
|
||
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
|
||
|
|
"changelog": "@changesets/cli/changelog",
|
||
|
|
"commit": false,
|
||
|
|
"fixed": [["@paperclipai/*", "paperclipai"]],
|
||
|
|
"linked": [],
|
||
|
|
"access": "public",
|
||
|
|
"baseBranch": "master",
|
||
|
|
"updateInternalDependencies": "patch",
|
||
|
|
"ignore": ["@paperclipai/ui"]
|
||
|
|
}
|