From 68ae4fd9e0bf6fc9c943085fd29fb06911995a51 Mon Sep 17 00:00:00 2001 From: ricardodalarme Date: Tue, 8 Oct 2024 21:10:38 -0300 Subject: [PATCH] docs(CHANGELOG): add period --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3f262..ed82236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - Added `CardAnimation.animateToAngle` helper to animate swipe the card to any given angle between 0-360°. - Added `CardAnimation.animateUndoFromAngle` helper method to undo animation from any angle. -- Removed previous implementations for the above in the `CardAnimation` class, namely - `animateHorizontally`, `animateVertically`, `animateUndoHorizontally`, and `animateUndoVertically` +- Removed previous implementations for the above in the `CardAnimation` class, namely - `animateHorizontally`, `animateVertically`, `animateUndoHorizontally`, and `animateUndoVertically`. - Replaced `enum CardSwiperDirection` with `class CardSwiperDirection` to support custom angle swiping. ## [7.0.2]