diff --git a/components/vf-card/CHANGELOG.md b/components/vf-card/CHANGELOG.md index 6f7de2495..7b11f68d3 100755 --- a/components/vf-card/CHANGELOG.md +++ b/components/vf-card/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.7.1 + +* Bug fix: Updated vf-card documentation to fix the typo + ### 2.7.0 * Updates `vf-stack` custom properties to work nicely with `vf-stack` version 3. diff --git a/tools/vf-component-library/CHANGELOG.md b/tools/vf-component-library/CHANGELOG.md index 2511145f8..2eb07ebe5 100644 --- a/tools/vf-component-library/CHANGELOG.md +++ b/tools/vf-component-library/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.2.6 + +* Bug fix: Fixed changelog for Pagination component. Extension to bug #1874 +* Added: Angular experimental support for vf-button component +* Added: Angular experimental support for vf-banner component for 'fixed' and 'top' variant +* Added: Angular syntax for different variants for vf-badge, vf-button, vf-banner, vf-hero component +* Added: React experimental support for vf-badge component +* Bug fix: Updated vf-card documentation to fix the typo + ### 1.2.5 * Bug fix: Fixes identical changelog information for all components changelog section #1874