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 baa8577c45
refactor(experience): experience api migration (#6407)
* refactor(experience): migrate the password register and sign-in

migrate the password register and sign-in flow

* fix(experience): update some namings

update some namings

* refactor(experience): refactor the verification code flow (migration-2) (#6408)

* refactor(experience): refactor the verificaiton code flow

refactor the verification code flow

* refactor(experience): migrate the social and sso flow (migration-3) (#6406)

* refactor(experience): migrate the social and sso flow

migrate the social and sso flow

* refactor(experience): migrate profile fulfillment flow  (migration-4) (#6414)

* refactor(experience): migrate profile fulfillment flow

migrate the profile fulfillment flow

* refactor(experience): remove unused hook

remove unused hook

* fix(experience): fix password policy checker

fix password policy checker error display

* fix(experience): fix the api name

fix the api name

* refactor(experience): migrate mfa flow (migration-5) (#6417)

* refactor(experience): migrate mfa binding flow

migrate mfa binding flow

* test(experience): update unit tests (migration-6) (#6420)

* test(experience): update unit tests

update unit tests

* chore(experience): remove legacy APIs

remove legacy APIs

* refactor(experience): revert api prefix

revert api prefix

* fix(experience): update the sso connectors endpoint

update the sso connectors endpoint

* chore: add changeset

add changeset

* fix(experience): comments fix

comments fix

* refactor(experience): refactor the code verificatin api

refactor the code verification api

* refactor(experience): code refactor

refactor some implementation logic

* feat(experience, core): add experience legacy package (#6527)

add experience legacy package
2024-09-09 10:08:52 +08:00
..
brave-horses-knock.md feat(console): display user password information on user details page (#6544) 2024-09-06 11:01:06 +08:00
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
dry-candles-design.md refactor(console): support entering name while creating a user (#6523) 2024-08-29 16:08:00 +08:00
fast-adults-dream.md feat: add GitLab connector (#6529) 2024-09-02 16:44:45 +08:00
fresh-shrimps-rhyme.md refactor(experience): experience api migration (#6407) 2024-09-09 10:08:52 +08:00
friendly-rice-sell.md fix(console): should not block custom JWT creation for OSS user (#6441) 2024-08-13 19:16:43 +08:00
funny-goats-tap.md chore: add changeset (#6492) 2024-08-23 14:29:39 +08:00
hip-cats-destroy.md fix(console,core,connector): fix display issues and POST /connectors API code guard (#6481) 2024-08-21 03:17:28 +00:00
nine-vans-whisper.md chore: remove dev feature guard for first screens (#6522) 2024-08-28 09:53:54 +08:00
pink-baboons-mix.md feat(connector): add kook connector (#6227) 2024-08-11 20:22:49 +08:00
polite-bats-learn.md fix(core): add hasPassword field to user API response (#6543) 2024-09-04 13:22:44 +08:00
popular-monkeys-complain.md feat: support login_hint params for sign-in url (#6400) 2024-08-09 13:39:02 +08:00
proud-baboons-hope.md chore(schemas): bump withtyped version (#6537) 2024-09-02 08:20:05 +00:00
rare-moons-unite.md fix(experience): prevent errors from applying unsupported cached identifier types (#6425) 2024-08-12 10:28:32 +08:00
README.md refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
selfish-kangaroos-perform.md feat: add Patreon connector (#6514) 2024-08-28 13:00:24 +08:00
silly-hotels-greet.md refactor: split translate cmd from logto cli (#6451) 2024-08-19 12:16:10 +08:00
tiny-fishes-bake.md refactor(core): refactor oidc error response query param (#6525) 2024-08-28 10:14:04 +08:00
violet-beds-yawn.md feat: add support for nested attribute profile mapping (#6534) 2024-09-05 17:59:52 +08:00
young-moons-deny.md refactor: update language code to ar-SA (#6518) 2024-08-27 09:14:08 +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.