From fcb8590d2e3d4d4e88a4593b993943e6e81b9d6d Mon Sep 17 00:00:00 2001 From: Daichi Fujita <68946713+fujidaiti@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:43:57 +0900 Subject: [PATCH] Bump to v0.10.1 (#260) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9358d..d542670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.10.1 Oct 9, 2024 + +- Fix: Modal sheet jerks when swipe to dismiss (#258) + ## 0.10.0 Sep 28, 2024 **This version contains breaking changes.** See the [migration guide](https://github.com/fujidaiti/smooth_sheets/blob/main/migrations/migration-guide-0.10.x.md) for more details. diff --git a/pubspec.yaml b/pubspec.yaml index 85f8e1d..4c5d5f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smooth_sheets description: Sheet widgets with smooth motion and great flexibility. Also supports nested navigation in both imperative and declarative ways. -version: 0.10.0 +version: 0.10.1 repository: https://github.com/fujidaiti/smooth_sheets screenshots: - description: Practical examples of smooth_sheets.