Skip to content

Commit

Permalink
bump version for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenOSK committed May 30, 2022
1 parent 57e2e0c commit 0361989
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [2.0.0]
- Update for Flutter V3
- Improve touch & feelings in Scrollable
- adds `dragStartBehavior` and `hitTestBehavior`
- adds dragstart animation
- Thanks to [MaddinMade](https://github.com/MaddinMade)
- adds readme badges
- Thanks to [MaddinMade](https://github.com/MaddinMade)

## [1.3.0]
- Add dragStartBehavior and hitTestBehavior
- Thanks to [MaddinMade](https://github.com/MaddinMade)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -155,7 +155,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.0"
version: "2.0.0"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: swipable_stack
description: A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder.
version: 1.3.0
version: 2.0.0
homepage: https://github.com/HeavenOSK/flutter_swipable_stack
environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 0361989

Please sign in to comment.