Skip to content

Commit

Permalink
Cleanup and release on v3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Jun 19, 2023
1 parent 2941bf2 commit 7a381f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ 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.10] - 2023-06-19
## [3.1.9] - 2023-06-19

### Changed
- Some changes and fixes to auto scroll [PR#186](https://github.com/Pyozer/introduction_screen/pull/186)

### Added
- [collection](https://pub.dev/packages/collection) dependency for above

## [3.1.9] - 2023-06-19

### Fixed
- Fix auto scroll error [PR#177](https://github.com/Pyozer/introduction_screen/pull/177)
- Fix breaking -> turn _currentpage into an int instead of double [PR#180](https://github.com/Pyozer/introduction_screen/pull/180)
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.10
introduction_screen: ^3.1.9
```
## Examples
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: introduction_screen
description: Introduction/Onboarding package for flutter app with some customizations possibilities

version: 3.1.10
version: 3.1.9

homepage: https://github.com/pyozer/introduction_screen

Expand Down

0 comments on commit 7a381f9

Please sign in to comment.