From 2aefa088066aa7d39528040c832d1fe93a8ce5d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:16:57 +0200 Subject: [PATCH] chore: release v3.2.2 (#791) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a6f2d6f..7ca24bc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.2.2 (2023-10-23) + +## What's Changed +* fix: overflow in left pane of `YaruMasterDetailPage` by @Jupi007 in https://github.com/ubuntu/yaru_widgets.dart/pull/790 + + +**Full Changelog**: https://github.com/ubuntu/yaru_widgets.dart/compare/v3.2.1...v3.2.2 + ## 3.2.1 (2023-10-19) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index ef067fe62..791636c57 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_widgets description: Common flutter widgets useful for building desktop and web applications. homepage: https://github.com/ubuntu/yaru_widgets.dart issue_tracker: https://github.com/ubuntu/yaru_widgets.dart/issues -version: 3.2.1 +version: 3.2.2 environment: sdk: ">=3.0.0 <4.0.0"