From d565dfd9da813f45be139985637ef6e322963a41 Mon Sep 17 00:00:00 2001 From: Mohammad Alamoudi Date: Thu, 27 Jun 2024 08:51:18 +0300 Subject: [PATCH] Update version to 0.1.0 --- CHANGELOG.md | 12 +++++++++++- pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c48a84..106e5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,4 +22,14 @@ ## 0.0.1+5 - 26/06/2024 - Add v0.0.1+4 changelog in CHANGELOG.md. -- Update github badge color in README.md. \ No newline at end of file +- Update github badge color in README.md. + +## 0.1.0 - 27/06/2024 + +- Add named constructor `StageNavigationBar.builder`. +- Add more indicator animation transitions `IndicatorAnimationDirection`. +- Accept `items` and `itemsCount` greater or equal to 0. +- Enhance some codes. +- Enhances in code structure. +- Update README.md. +- Update example project. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c9ed8f6..9d5fe09 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stage_navigation_bar description: "A Flutter package for beautiful navigation bar with animation when select item." -version: 0.0.1+5 +version: 0.1.0 homepage: https://github.com/mu7mmd/stage_navigation_bar repository: https://github.com/mu7mmd/stage_navigation_bar issue_tracker: https://github.com/mu7mmd/stage_navigation_bar/issues