Skip to content

Commit 6fbdd0e

Browse files
committed
Version 5.2.3
1 parent 8522c96 commit 6fbdd0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## [Unreleased]
7+
## [5.2.3] - 2024-04-24
88
### Fixed
99
- popAllScreensOnTapOfSelectedTab and onSelectedTabPressWhenNoScreensPushed did not work properly when an initialRoute was set for that tab
1010

@@ -564,7 +564,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
564564
- Includes platform specific behavior as an option (specify it in the two navigator functions).
565565
- Based on flutter's Cupertino(iOS) bottom navigation bar.
566566

567-
[Unreleased]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.2...HEAD
567+
[5.2.3]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.2...5.2.3
568568
[5.2.2]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.1...5.2.2
569569
[5.2.1]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.0...5.2.1
570570
[5.2.0]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.1.0...5.2.0

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.2.2"
169+
version: "5.2.3"
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.2.2
6+
version: 5.2.3
77

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

0 commit comments

Comments
 (0)