diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eae330bf..3b030c7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [next] +## 4.7.6 * fix: items not aligned centered in `ListTile`. Added `ListTile.contentAlignment` and `ListTile.contentPadding` ([#939](https://github.com/bdlukaa/fluent_ui/issues/939)) * fix: `TreeViewItem` no longer enforces a max height ([#937](https://github.com/bdlukaa/fluent_ui/issues/937)) diff --git a/example/pubspec.lock b/example/pubspec.lock index b3880d7b1..3af0eb6c7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -127,7 +127,7 @@ packages: path: ".." relative: true source: path - version: "4.7.5" + version: "4.7.6" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 7a756ec50..97b0560dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluent_ui description: Implements Windows UI in Flutter. Based on the official documentation -version: 4.7.5 +version: 4.7.6 homepage: https://bdlukaa.github.io/fluent_ui/#/ repository: https://github.com/bdlukaa/fluent_ui issue_tracker: https://github.com/bdlukaa/fluent_ui/issues