From 31445c0df7d7fa05aa2d79eae2cd46ec2de59cd5 Mon Sep 17 00:00:00 2001 From: jb3rndt Date: Mon, 4 Mar 2024 22:26:12 +0100 Subject: [PATCH] Version 5.0.0-beta.9 --- CHANGELOG.md | 2 ++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e082a..45a16b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 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). +## [5.0.0-beta.9] - 2024-03-04 ## [5.0.0-beta.8] - 2024-01-15 ### Fixed - Make ItemConfig inactiveIcon of Type Widget @@ -509,6 +510,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Includes platform specific behavior as an option (specify it in the two navigator functions). - Based on flutter's Cupertino(iOS) bottom navigation bar. +[5.0.0-beta.9]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.8...5.0.0-beta.9 [5.0.0-beta.8]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.7...5.0.0-beta.8 [5.0.0-beta.7]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.6...5.0.0-beta.7 [5.0.0-beta.6]: https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.0.0-beta.5...5.0.0-beta.6 diff --git a/example/pubspec.lock b/example/pubspec.lock index 41aeee1..831c91a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -118,7 +118,7 @@ packages: path: ".." relative: true source: path - version: "5.0.0-beta.8" + version: "5.0.0-beta.9" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 5b9391b..66b3279 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. It is ship homepage: https://github.com/jb3rndt/PersistentBottomNavBarV2 repository: https://github.com/jb3rndt/PersistentBottomNavBarV2 -version: 5.0.0-beta.8 +version: 5.0.0-beta.9 environment: sdk: ">=3.0.0 <4.0.0"