From fe43612950b224f08adfd53762a2877adba47d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Ma=CC=88rz?= Date: Thu, 21 Nov 2024 09:06:49 +0100 Subject: [PATCH] feat: update version 0.2.1 --- CHANGELOG.md | 7 +++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb26e857..ae5b2522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.2.1 +- INFO: Updated dependencies (Flutter 3.24.3) +- FEATURE: Added agreement step +- FEATURE: Cancel button is configurable now +- FIX: Hide keyboard when going to the next step +- FIX: Survey not ending after first completion step +- FIX: Use BuildContext as default param in survey_controller.dart # 0.2.0 - INFO: Updated dependencies (Flutter 3.13.2) # 0.1.3 diff --git a/example/pubspec.lock b/example/pubspec.lock index c3982b95..8865cbbf 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -546,7 +546,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.2.1" sync_http: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f33b2a06..f657d23d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: survey_kit description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys) -version: 0.2.0 +version: 0.2.1 homepage: https://quickbirdstudios.com repository: https://github.com/quickbirdstudios/survey_kit issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues