0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/.changeset
simeng-li 9a7b19e49d
chore: split SSO changesets (#5064)
* chore: split SSO changesets

split sso changesets

* fix: fix changeset content

fix changeset content
2023-12-06 03:00:15 +00:00
..
bright-pumas-beam.md chore: split SSO changesets (#5064) 2023-12-06 03:00:15 +00:00
brown-cheetahs-hide.md chore: split SSO changesets (#5064) 2023-12-06 03:00:15 +00:00
calm-ladybugs-doubt.md chore(core): enforce summary and description for Management APIs 2023-12-03 19:10:21 +08:00
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
cuddly-hornets-search.md chore: split SSO changesets (#5064) 2023-12-06 03:00:15 +00:00
empty-buttons-ring.md feat(cli): support sync array keys (#4903) 2023-11-20 23:23:53 +08:00
metal-walls-enjoy.md chore: split SSO changesets (#5064) 2023-12-06 03:00:15 +00:00
neat-spiders-change.md fix(core): generate correct swagger components (#4884) 2023-11-16 11:19:54 +08:00
nine-insects-fix.md chore(deps): update libphonenumber-js to v1.10.51 to fix china 19 started phone numbers (#4998) 2023-11-29 20:56:39 +08:00
README.md refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
shy-kiwis-speak.md chore: add changeset (#5063) 2023-12-05 22:35:52 +08:00
silent-eyes-leave.md refactor(core): return organization data in userinfo endpoint (#5010) 2023-11-30 13:51:53 +08:00
spotty-ants-clap.md refactor(core): add user ip to webhook event payload (#5049) 2023-12-04 06:06:28 +00:00
thirty-bugs-hear.md chore: split SSO changesets (#5064) 2023-12-06 03:00:15 +00:00
wise-birds-itch.md chore: split SSO changesets (#5064) 2023-12-06 03:00:15 +00: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.