From 7fccaef7cfd290c49cc42c86daa20474fbb01b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Pedro?= <42675180+antonio-pedro99@users.noreply.github.com> Date: Thu, 11 Jul 2024 04:32:06 +0530 Subject: [PATCH] updated CHANGELOG and version --- CHANGELOG.md | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f234c32..c9b5589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 7.0.0-unreleased +## 6.1.0 * Added customizations options for the bottom navigation bar such as `shadowColor`, `showElevation`, `blurRadius`, `spreadRadius`, `shadowOffset`, `borderRadius`, and `itemPadding`. -* Added `showInactiveTitle` param to enable titles of Inactive items - +* Added `showInactiveTitle` param to enable titles of Inactive items. +* Support for Flutter 3.0.0 and above. ## 6.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index c0347c7..62efb1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bottom_navy_bar description: A beautiful and animated bottom navigation. The navigation bar uses your current theme, but you are free to customize it. -version: 6.0.0 +version: 7.0.0 homepage: https://github.com/pedromassango/bottom_navy_bar environment: