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

24 lines
588 B
JSON
Raw Normal View History

2022-10-21 00:59:08 -05:00
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
2022-10-23 23:03:00 -05:00
"//": "CAUTION: When updating the fields below, you should also update README accordingly.",
"fixed": [[
2022-10-21 00:59:08 -05:00
"@logto/core",
2022-11-11 01:04:31 -05:00
"@logto/console",
2022-10-21 00:59:08 -05:00
"@logto/integration-tests",
"@logto/ui",
"@logto/cli",
"@logto/create"
2022-10-23 23:03:00 -05:00
]],
"linked": [[
2022-11-11 01:04:31 -05:00
"@logto/schemas",
2022-10-21 00:59:08 -05:00
"@logto/phrases",
2022-11-11 01:04:31 -05:00
"@logto/phrases-ui"
2022-10-21 00:59:08 -05:00
]],
2022-10-23 23:03:00 -05:00
"//": "END OF CAUTION",
2022-10-21 00:59:08 -05:00
"access": "restricted",
"baseBranch": "master",
2022-10-23 23:03:00 -05:00
"updateInternalDependencies": "patch"
2022-10-21 00:59:08 -05:00
}