From 1abda60e31541e0c367a3e24f0d36e3e4c82fdc5 Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Sat, 22 Oct 2022 11:13:13 -0300 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 3 +-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c453bdf..d77623aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ -## [next] +## [4.0.3] - `NavigationView` scrollbar can now be dragged ([#472](https://github.com/bdlukaa/fluent_ui/issues/472)) - `PaneItemHeader` can now be used inside a `PaneItemExpander` ([#575](https://github.com/bdlukaa/fluent_ui/issues/575)) - `InfoBadge` no longer overflows when transitioning from compact mode to open mode in `NavigationView` ([#588](https://github.com/bdlukaa/fluent_ui/issues/588)) - ## 4.0.2 - Add `NavigationView.paneBodyBuilder` for customization of widget built for body of pane. ([#548](https://github.com/bdlukaa/fluent_ui/issues/548)) diff --git a/example/pubspec.lock b/example/pubspec.lock index 46ac0cf08..76ccdbfd6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -91,7 +91,7 @@ packages: path: ".." relative: true source: path - version: "4.0.2" + version: "4.0.3" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 8a0038534..1083abba4 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.0.2 +version: 4.0.3 homepage: https://github.com/bdlukaa/fluent_ui environment: