From ed7fc561cc2fe4beb57319dfcbdeb8cf05221cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Charles=20Mouss=C3=A9?= Date: Sat, 23 Mar 2024 18:24:04 +0100 Subject: [PATCH] release: 3.1.14 --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a1fdf..50d2119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.14] - 2024-03-23 + +### Fixed +- Fix scroll NotificationListener on PageView children [#208](https://github.com/Pyozer/introduction_screen/pull/208) + ## [3.1.13] - 2024-03-23 ### Added diff --git a/README.md b/README.md index bf05957..24c9cdf 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.13 + introduction_screen: ^3.1.14 ``` ## Examples diff --git a/pubspec.yaml b/pubspec.yaml index 1cdf460..5857771 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: introduction_screen description: Introduction/Onboarding package for flutter app with some customizations possibilities -version: 3.1.13 +version: 3.1.14 repository: https://github.com/pyozer/introduction_screen issue_tracker: https://github.com/pyozer/introduction_screen/issues