From d0cc369a08bb5a7273b44cbdd3f059dc208ddbe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:22:18 +0200 Subject: [PATCH] chore: release v5.2.0 (#915) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd5e976f..bbb478567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 5.2.0 (2024-09-18) + +## What's Changed +* fix: use safe picks for ubuntu colors by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/914 +* fix: rename brown to wartyBrown, matching the gtk theme name by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/916 +* chore: renamed the snap back to yaru-widgets-example which is what's published by @kenvandine in https://github.com/ubuntu/yaru.dart/pull/918 +* fix: ensure better contrast for the warty version by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/921 +* feat: follow accent-color gsettings key for 24.10 by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/922 + + +**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v5.1.0...v5.2.0 + ## 5.1.0 (2024-08-22) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index d1db05709..17ffd84ca 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.1.0 +version: 5.2.0 environment: sdk: ">=3.0.0 <4.0.0"