Skip to content

Commit 9b6c74a

Browse files
committed
chore(release): bump version to 3.1.16
1 parent f914dfd commit 9b6c74a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.1.16] - 2025-02-12
8+
9+
### Fixed
10+
- Allow skipButton and backButton to be used at the same time [#219](https://github.com/Pyozer/introduction_screen/pull/219)
11+
- Implement backgroundImage for PageViewModel [#214](https://github.com/Pyozer/introduction_screen/pull/214)
12+
- Regenerate example app
13+
714
## [3.1.15] - 2025-02-12
815

916
### Fixed
1017
- Fix button style can not be overridden [#224](https://github.com/Pyozer/introduction_screen/pull/224)
18+
- Enhance Test Coverage for Introduction Screen [#221](https://github.com/Pyozer/introduction_screen/pull/221)
1119

1220
## [3.1.14] - 2024-03-23
1321

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml
1717

1818
```yaml
1919
dependencies:
20-
introduction_screen: ^3.1.15
20+
introduction_screen: ^3.1.16
2121
```
2222
2323
## Examples

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: introduction_screen
22
description: Introduction/Onboarding package for flutter app with some customizations possibilities
3-
version: 3.1.15
3+
version: 3.1.16
44
repository: https://github.com/pyozer/introduction_screen
55
issue_tracker: https://github.com/pyozer/introduction_screen/issues
66

0 commit comments

Comments
 (0)