From f9ca4db7bff69d4ee7b0841448b93d788a47668d Mon Sep 17 00:00:00 2001 From: Bruno D'Luka Date: Mon, 8 Apr 2024 09:20:54 -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 7cdec4b5..96c966eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 4.8.7 * fix: A child of `Button` has an unbound height constraint. ([#1039](https://github.com/bdlukaa/fluent_ui/issues/1039)) * feat: Added `DatePicker.fieldFlex` to control the width proportion of each field. ([#1053](https://github.com/bdlukaa/fluent_ui/pull/1053)) diff --git a/example/pubspec.lock b/example/pubspec.lock index 35cf98a3..3d4d5c53 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -143,7 +143,7 @@ packages: path: ".." relative: true source: path - version: "4.8.6" + version: "4.8.7" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 8dabe6ec..e8a230f2 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.8.6 +version: 4.8.7 homepage: https://bdlukaa.github.io/fluent_ui/#/ repository: https://github.com/bdlukaa/fluent_ui issue_tracker: https://github.com/bdlukaa/fluent_ui/issues