v0.16.8
ConduitPlatform/Conduitv0.16.8Jul 19, 2024by kkopanidis
AI Summary
This is a minor release focused on authentication improvements, adding email verification via code and the ability to set redirect URIs for invites. It also includes dependency updates for lerna and commitlint tools.
Key Highlights
- Added email verification via code functionality for user authentication
- Enabled setting redirectUri for invite flows
- Updated lerna from 7.3.1 to 8.1.5
- Updated @commitlint/config-lerna-scopes from 17.4.2 to 19.0.0
New Features
- User can verify their email using a verification code
- Invite system now supports custom redirectUri configuration
Full Release Notes
## What's Changed * build(deps-dev): bump lerna from 7.3.1 to 8.1.5 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1083 * build(deps-dev): bump @commitlint/config-lerna-scopes from 17.4.2 to 19.0.0 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/976 * feat(authentication): verify user email via code by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1092 * feat(authentication): allow setting redirectUri for invites by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1093 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.7...v0.16.8