docs: update CHANGELOG.md and bump version in pubspec.yaml
This commit is contained in:
parent
347c9fdcd5
commit
aaf0b187a3
|
|
@ -1,3 +1,8 @@
|
|||
## [5.0.1]
|
||||
|
||||
- Adds support for negative back card offset.
|
||||
- Fix only 2 cards displayed even when numberOfCardsDisplayed param is greater than 2.
|
||||
|
||||
## [5.0.0]
|
||||
|
||||
- Adds option to customize the back card offset.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: flutter_card_swiper
|
|||
description: This is a Tinder-like card swiper package. It allows you to swipe left, right, up, and down and define your own business logic for each direction.
|
||||
homepage: https://github.com/ricardodalarme/flutter_card_swiper
|
||||
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
|
||||
version: 5.0.0
|
||||
version: 5.0.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue