0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset
2024-05-31 18:05:20 +08:00
..
angry-tables-repeat.md feat: create pre-configured role with m-api access when seeding db (#5908) 2024-05-23 13:58:41 +08:00
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
curvy-boxes-hide.md feat(console, phrases): update the supported webhook events (#5856) 2024-05-15 06:26:52 +00:00
friendly-chicken-pump.md refactor(experience): add global loading status on page redirect (#5774) 2024-05-20 09:19:46 +08:00
gentle-flies-boil.md fix(core,console): update invalid documentation links in console and core (#5937) 2024-05-30 10:17:42 +08:00
hip-fireants-talk.md feat(console,core): remove DataHook devFeature guard (#5898) 2024-05-22 11:20:09 +08:00
olive-deers-wink.md fix(connector): fix GitHub connector GET /emails forbidden error (#5925) 2024-05-29 04:24:04 +00:00
quick-hairs-fail.md feat(core,toolkit): add new sso_identities claim (#5955) 2024-05-31 06:31:26 +00:00
rare-hornets-sneeze.md feat(console): show version number for oss (#5950) 2024-05-31 18:05:20 +08:00
README.md
serious-geese-admire.md fix(core): fix azure oidc sso connector authorization error (#5912) 2024-05-29 13:30:56 +08:00
shaggy-tables-taste.md chore: update translate cli (#5906) 2024-05-30 11:47:47 +08:00
sixty-scissors-tell.md fix(console): improve audit log error handling if the related user has been removed (#5874) 2024-05-16 04:51:55 +00:00
spicy-drinks-camp.md feat: default user role (#5872) 2024-05-17 16:02:05 +08:00
thirty-zoos-compare.md feat(connector): add DingTalk web connector changeset (#5940) 2024-05-31 12:31:24 +08:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation

Logto publish flow

For now, Changesets only supports tagging packages separately, instead of tagging a "release group". There is an open issue that is still hanging in the air.

So, we are using our own "grouping" release strategy in this monorepo:

Core

The release group that includes the Logto core service and its schemas and cli, which consists of the following packages:

  • @logto/core (main)
  • @logto/schemas
  • @logto/cli
  • @logto/create

Their versions will be always in sync, and forms our main release.

Others

For simplicity, we will tag other public packages separately and publish them to NPM. But in most cases, no GitHub release will present for these packages.