v1.37.1
microsoft/markitdownv1.37.1Feb 28, 2026by silverhand-bot
AI Summary
Logto v1.37.1 is a maintenance patch that fixes a missing version bump for @logto/core-kit, ensuring downstream packages can access the newly added extended ID token claims.
Key Highlights
- Fix missing version bump for @logto/core-kit
- Ensure extended ID token claims exports are accessible
New Features
- Extended ID token claims exports now properly bumped and accessible
Full Release Notes
### Patch Changes This is a patch release to fix a missing version bump for `@logto/core-kit`. In v1.37.0, extended ID token claims exports (`extendedIdTokenClaims`, `ExtendedIdTokenClaim`, `extendedIdTokenClaimsByScope`) were added to `@logto/core-kit` (#8317), but the changeset was missing, causing `@logto/core-kit` not to be bumped. This resulted in downstream packages (`@logto/schemas`, `@logto/console`) referencing exports that didn't exist in the published version. #### @logto/core-kit@2.7.1 - Add extended id token claims exports