File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. Includes 1
33
44homepage : https://github.com/jb3rndt/PersistentBottomNavBarV2
55repository : https://github.com/jb3rndt/PersistentBottomNavBarV2
6- version : 5.2.2
6+ version : 5.2.3
77
88environment :
99 sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments