27d2c91d2e
* 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> |
||
---|---|---|
.. | ||
config.json | ||
dry-candles-design.md | ||
fast-adults-dream.md | ||
friendly-rice-sell.md | ||
funny-goats-tap.md | ||
hip-cats-destroy.md | ||
nine-vans-whisper.md | ||
pink-baboons-mix.md | ||
polite-bats-learn.md | ||
popular-monkeys-complain.md | ||
proud-baboons-hope.md | ||
rare-moons-unite.md | ||
README.md | ||
selfish-kangaroos-perform.md | ||
silly-hotels-greet.md | ||
tiny-fishes-bake.md | ||
violet-beds-yawn.md | ||
young-moons-deny.md |
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.