diff --git a/CHANGELOG.md b/CHANGELOG.md index 87410e9..a4a6047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,42 @@ +## [2.1.1] + +- Transfer package to another github account +- Some minor dev dependency and code style changes + ## [2.1.0] -* add backgroundBoxShadow property + +- add backgroundBoxShadow property ## [2.0.0] -* migrate to support null-safety -* update embedding android in Example + +- migrate to support null-safety +- update embedding android in Example ## [1.0.1] -* removed `color` although added `labelStyle`, `circleColor` properties in `TabItem` -* removed circle handler shadow (due to apply material design rules) +- removed `color` although added `labelStyle`, `circleColor` properties in `TabItem` +- removed circle handler shadow (due to apply material design rules) ## [1.0.0] -* added CheatSheet + +- added CheatSheet ## [0.9.0] -* added animationDuration property -* added barBackgroundColor Property + +- added animationDuration property +- added barBackgroundColor Property ## [0.1.0] -* Added CircularBottomNavigationController +- Added CircularBottomNavigationController ## [0.0.5] -* ready to release +- ready to release ## [0.0.2] - Beta 1. -* Increased Circle size -* Added scale factor on tab icons +- Increased Circle size +- Added scale factor on tab icons ## [0.0.1] - Initial. diff --git a/README.md b/README.md index c37e492..8071cc4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Support us by becoming a patron on Patreon ```kotlin dependencies: - circular_bottom_navigation: ^2.1.0 + circular_bottom_navigation: ^2.1.1 ``` ## 2 - Install it diff --git a/example/pubspec.lock b/example/pubspec.lock index 5297211..a356a33 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -35,7 +35,7 @@ packages: path: ".." relative: true source: path - version: "2.1.0" + version: "2.1.1" clock: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 855f1fc..71ac0fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: circular_bottom_navigation description: Circular Bottom Navigation (or maybe a tab bar) -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/benyaminbeyzaie/circular_bottom_navigation environment: @@ -13,4 +13,4 @@ dependencies: dev_dependencies: flutter_lints: ^1.0.4 flutter_test: - sdk: flutter \ No newline at end of file + sdk: flutter