What's Changed
- chore: upgrade date-fns by @stevenpersia in #2615
- fix(alert): align title when no description by @RobelTekle in #2611
🚨 Breaking changes
On Alert, we removed ctaPosition property:
<Alert
cta={<Alert.Button>Action</Alert.Button>}
- ctaPosition="bottom"
>
My alert description
</Alert>
The CTA will now always be positioned at the bottom.
Full Changelog: v6.2.0...v6.3.0