From 50a592740f032e285f319c2b057c2107035f742a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Charles=20Mouss=C3=A9?= Date: Sat, 23 Mar 2024 16:35:14 +0100 Subject: [PATCH] chore(version): Update version and changelog 3.1.13 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- pubspec.yaml | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30f1f1..a5a1fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.13] - 2024-03-23 + +### Added +- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel [#195](https://github.com/Pyozer/introduction_screen/pull/195) [#212](https://github.com/Pyozer/introduction_screen/pull/212) +- Re-generate example app with latest flutter version +- Update dependencies to latest version (flutter_keyboard_visibility to 6.0.0) + +### Fixed +- Fix page controller used on autoScroll after introduction disposed [#191](https://github.com/Pyozer/introduction_screen/pull/191) [#196](https://github.com/Pyozer/introduction_screen/pull/196) [#199](https://github.com/Pyozer/introduction_screen/pull/199) + ## [3.1.12] - 2023-10-03 ### Fixed diff --git a/README.md b/README.md index ac97b8a..bf05957 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml ```yaml dependencies: - introduction_screen: ^3.1.12 + introduction_screen: ^3.1.13 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index bc56cb7..79c8d11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: introduction_screen description: Introduction/Onboarding package for flutter app with some customizations possibilities publish_to: "none" -version: 3.1.12 -# homepage: https://github.com/pyozer/introduction_screen +version: 3.1.13 +homepage: https://github.com/pyozer/introduction_screen environment: sdk: ">=2.12.0 <4.0.0" @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - collection: ^1.17.1 + collection: ^1.18.0 dots_indicator: ^3.0.0 flutter_keyboard_visibility: ^6.0.0