Skip to content

Commit

Permalink
Edit CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardocucia authored and rickypid committed Jan 8, 2024
1 parent 7c81e4d commit f8e5d58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f8e5d58

Please sign in to comment.