From 699f037afc52d41dcf064ce66eea0f731b22e9fd Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Tue, 7 Mar 2023 19:15:28 -0300 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6758254..a570ba54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [next] +## 4.4.1 - Dynamically adding/removing items in NavigationPane ([#744](https://github.com/bdlukaa/fluent_ui/issues/744)) - Fix example application was showing window icons twice on transparency change and maximizing diff --git a/example/pubspec.lock b/example/pubspec.lock index d4df0af8a..e66992451 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -127,7 +127,7 @@ packages: path: ".." relative: true source: path - version: "4.4.0" + version: "4.4.1" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index b34f5d8c1..8775a08dc 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.4.0 +version: 4.4.1 homepage: https://github.com/bdlukaa/fluent_ui environment: