Skip to content

Commit

Permalink
release: 3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyozer committed Mar 23, 2024
1 parent e705f9d commit ed7fc56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ed7fc56

Please sign in to comment.