0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/config.json
Gao Sun b2b15723b5
chore: update changesets config (#3703)
chore: update changeset config
2023-04-17 16:22:39 +08:00

17 lines
466 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"//": "CAUTION: When updating the fields below, you should also update README accordingly.",
"fixed": [[
"@logto/core",
"@logto/schemas",
"@logto/cli",
"@logto/create"
]],
"linked": [],
"//": "END OF CAUTION",
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "minor"
}