Skip to content

Commit

Permalink
chore(version): Update version and changelog 3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyozer committed Mar 23, 2024
1 parent a0d36fe commit f986b42
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.12
introduction_screen: ^3.1.13
```
## Examples
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
repository: https://github.com/pyozer/introduction_screen
issue_tracker: https://github.com/pyozer/introduction_screen/issues

environment:
sdk: ">=2.12.0 <4.0.0"
Expand All @@ -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

Expand Down

0 comments on commit f986b42

Please sign in to comment.