Skip to content

Commit 018950f

Browse files
committed
chore(version): Update version 3.1.12
1 parent 47924db commit 018950f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.12] - 2023-10-03
8+
9+
### Fixed
10+
- Add option to adjust page margin [PR#194](https://github.com/Pyozer/introduction_screen/pull/194)
11+
712
## [3.1.11] - 2023-07-13
813

914
### Fixed

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.11
20+
introduction_screen: ^3.1.12
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.11
3+
version: 3.1.12
44
homepage: https://github.com/pyozer/introduction_screen
55

66
environment:

0 commit comments

Comments
 (0)