From 012e93406ef12e6300ea4a59dd972a337a36775a Mon Sep 17 00:00:00 2001 From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:42:39 +0300 Subject: [PATCH 1/2] update-changelog/add 0.6.0 version's changes to CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29bc39..03c8f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.0 +* **Various** fixes and improvements +* **Migrated** to Sound null safety +* **Added** `SheetController` +* **Added** `SimpleBounceOut` + ## 0.5.0 * **Added** NNBD support * **Fixed** #70 From 214dff6c6488110b3119f586f11ea3e1ee75f545 Mon Sep 17 00:00:00 2001 From: AlexanderSimakov <50450591+AlexanderSimakov@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:42:59 +0300 Subject: [PATCH 2/2] update-changelog/remove unused line in pubspec.yaml --- pubspec.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e1b03c7..6165de5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,5 +14,3 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - -flutter: \ No newline at end of file