Skip to content

Commit

Permalink
chore(release): v3.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyozer committed Feb 18, 2025
1 parent f6c5cb1 commit f878eba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Changelog
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.17] - 2025-02-18

- Reduce example app minimum sdk [#226](https://github.com/Pyozer/introduction_screen/pull/226)

## [3.1.16] - 2025-02-12

### Fixed
- Allow skipButton and backButton to be used at the same time [#219](https://github.com/Pyozer/introduction_screen/pull/219)
- Implement backgroundImage for PageViewModel [#214](https://github.com/Pyozer/introduction_screen/pull/214)
- Regenerate example app

## [3.1.15] - 2025-02-12

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

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.16
introduction_screen: ^3.1.17
```
## Examples
Expand Down
1 change: 1 addition & 0 deletions example/android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gradle-wrapper.jar
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
.cxx/

# Remember to never publicly share your keystore.
# See https://flutter.dev/to/reference-keystore
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.16
version: 3.1.17
repository: https://github.com/pyozer/introduction_screen
issue_tracker: https://github.com/pyozer/introduction_screen/issues

Expand Down

0 comments on commit f878eba

Please sign in to comment.