From 2f169faca3ba97bab65adf17cac50b1f6e5111d7 Mon Sep 17 00:00:00 2001 From: Daniil Date: Wed, 17 Apr 2024 09:39:00 +0300 Subject: [PATCH 1/2] fix: correct logo position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7aaec2..6bd614d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bottom Sheet - + Made by [Surf 🏄‍♂️🏄‍♂️🏄‍♂️](https://surf.dev/) From 35b8021e0f128460bb4044eadaf92e7017ce0be0 Mon Sep 17 00:00:00 2001 From: Daniil Date: Wed, 17 Apr 2024 09:39:14 +0300 Subject: [PATCH 2/2] chore: update version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9e4e1..f535382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased, estimated N.N.N] +## 4.0.4 + +### Fixed + +* Correct logo position + ## 4.0.3 ### Changed diff --git a/pubspec.yaml b/pubspec.yaml index f979341..3cf9d13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: bottom_sheet -version: 4.0.3 +version: 4.0.4 description: Flexible bottom sheet with the ability to scroll content even without a list. repository: "https://github.com/surfstudio/flutter-bottom-sheet" issue_tracker: "https://github.com/surfstudio/flutter-bottom-sheet/issues"