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
2022-11-11 14:04:31 +08:00

24 lines
594 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/cli",
"@logto/create"
], [
"@logto/core",
"@logto/console",
"@logto/integration-tests",
"@logto/ui"
]],
"linked": [[
"@logto/schemas",
"@logto/phrases",
"@logto/phrases-ui"
]],
"//": "END OF CAUTION",
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch"
}