diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcb638..0d7e3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Flutter Scroll Shadow +## [1.2.4] - 2024-01-08 +#### [@pixelshot91](https://github.com/pixelshot91) +- Enable to nest mulitple ScrollShadow without the inner one interfering with the outer one + ## [1.2.3] - 2023-09-04 #### [@RichiB20](https://github.com/RichiB20)/[@rickypid](https://github.com/rickypid) - Format code, add GitHub Actions diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 54a47cb..94168a4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_scroll_shadow_example description: A demonstration of the ScrollShadow widget for a scrollable child. -version: 1.2.3 +version: 1.2.4 publish_to: 'none' environment: diff --git a/pubspec.yaml b/pubspec.yaml index 1071c6d..e147565 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_scroll_shadow description: ScrollShadow adds shadows to a scrollable child. Supports ScrollController and vertical or horizontal orientation. -version: 1.2.3 +version: 1.2.4 repository: https://github.com/rickypid/flutter_scroll_shadow issue_tracker: https://github.com/rickypid/flutter_scroll_shadow/issues homepage: https://github.com/rickypid/flutter_scroll_shadow