0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset
simeng-li d81e13d215
feat(console,phrases): add issuer endpoint to application form (#6094)
* feat(console,phrases): add issuer endpoint to application form

add issuer endpoint to the application form

* chore: add changeset

add changeset
2024-06-24 05:44:14 +00:00
..
breezy-bags-help.md feat(connector): google one tap 2024-06-16 13:55:36 +08:00
breezy-dodos-cheer.md feat: support prompt config for some built-in connectors (#6023) 2024-06-24 04:42:47 +00:00
cold-masks-film.md feat(connector): google one tap 2024-06-16 13:55:36 +08:00
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
cool-cows-relax.md chore: remove dev flags and add changeset for m2m guide feature (#5983) 2024-06-04 14:03:50 +08:00
cyan-garlics-tan.md feat(core): google one tap 2024-06-16 14:31:33 +08:00
fresh-gorillas-obey.md feat(core): update application organization role apis 2024-06-22 23:17:05 +08:00
fuzzy-eyes-add.md refactor(core,schemas): add user detail payload to User.Deleted webhook event (#5986) 2024-06-04 11:09:27 +00:00
gold-bulldogs-draw.md refactor(console): allow view and update user.profile in settings 2024-06-13 22:44:17 +08:00
heavy-badgers-jog.md refactor: add changeset and improve code 2024-06-23 13:47:10 +08:00
heavy-rabbits-own.md feat(experience): support agree to terms policies (#6044) 2024-06-19 09:25:57 +08:00
large-gifts-cross.md feat(console): add Ruby app guide 2024-06-18 15:07:54 +08:00
lucky-rocks-bow.md chore: add changeset (#6004) 2024-06-17 04:28:29 +00:00
mean-dogs-pump.md feat: automatic social account linking (#5881) 2024-06-08 20:23:57 +08:00
mean-pumpkins-scream.md feat(console): google one tap (#6034) 2024-06-18 10:04:20 +08:00
nine-carrots-roll.md feat(experience): google one tap 2024-06-16 14:50:00 +08:00
orange-dryers-joke.md feat: support prompt config for some built-in connectors (#6023) 2024-06-24 04:42:47 +00:00
quick-schools-obey.md feat: support prompt config for some built-in connectors (#6023) 2024-06-24 04:42:47 +00:00
README.md refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
smart-laws-compare.md chore: update changeset (#6077) 2024-06-21 19:59:52 +08:00
stale-shrimps-compare.md chore: add tests and changeset 2024-06-08 10:19:13 +08:00
tiny-teachers-hug.md feat(console,phrases): add issuer endpoint to application form (#6094) 2024-06-24 05:44:14 +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.