From 0f213a60b8ce857a6cb7146da03f793ed574b283 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:57:15 +0200 Subject: [PATCH] chore: release v5.2.1 (#925) --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb47856..e938b3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 5.2.1 (2024-09-20) + +## What's Changed +* fix: error missing key and fix wrong banner color by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/924 +* chore: update yaru_window dependency by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/926 + + +**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v5.2.0...v5.2.1 + ## 5.2.0 (2024-09-18) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 9d09bd9c..0aae8923 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru description: Common flutter widgets useful for building desktop and web applications. homepage: https://github.com/ubuntu/yaru.dart issue_tracker: https://github.com/ubuntu/yaru.dart/issues -version: 5.2.0 +version: 5.2.1 environment: sdk: ">=3.0.0 <4.0.0"