Skip to content

Commit 7282383

Browse files
committed
Version 5.4.0
1 parent ff7efdd commit 7282383

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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+
## [5.4.0] - 2025-05-04
78
## [5.3.1] - 2024-10-03
89
### Fixed
910
- Improve documentation on the historyLength (https://github.com/jb3rndt/PersistentBottomNavBarV2/pull/138)
@@ -574,6 +575,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574575
- Includes platform specific behavior as an option (specify it in the two navigator functions).
575576
- Based on flutter's Cupertino(iOS) bottom navigation bar.
576577

578+
[5.4.0]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.3.1...5.4.0
577579
[5.3.1]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.3.0...5.3.1
578580
[5.3.0]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.3...5.3.0
579581
[5.2.3]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.2...5.2.3

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ packages:
166166
path: ".."
167167
relative: true
168168
source: path
169-
version: "5.3.1"
169+
version: "5.4.0"
170170
sky_engine:
171171
dependency: transitive
172172
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. Includes 1
33

44
homepage: https://github.com/jb3rndt/PersistentBottomNavBarV2
55
repository: https://github.com/jb3rndt/PersistentBottomNavBarV2
6-
version: 5.3.1
6+
version: 5.4.0
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)