From 7287450ced31106111d8aa8bc441610f0cc906b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:59:45 +0200 Subject: [PATCH] chore: release v5.1.0 (#913) 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 cef42c901..7dd5e976f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.1.0 (2024-08-22) + +## What's Changed +* feat: Support GNOME accent colors by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/911 + + +**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v5.0.0...v5.1.0 + ## 5.0.0 (2024-08-07) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 277a73efb..289d54cdc 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.0.0 +version: 5.1.0 environment: sdk: ">=3.0.0 <4.0.0"