0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset
DevTekVE 27d2c91d2e
feat: add support for nested attribute profile mapping (#6534)
* feat: add support for nested attribute profile mapping

* chore: undo version change

Undo version change since it’s handled by changeset

Co-authored-by: Darcy Ye <darcyye@silverhand.io>

* chore: remove new implementation and use essentials

Updated implementation to use essentials, throwing exception when not found

* fix: should use getSafe() and do not throw error when mapping profile

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2024-09-05 17:59:52 +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
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.