diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd5e976..e2d48b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 5.1.1 (2024-09-17) + +## 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 + + +**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v5.1.0...v5.1.1 + ## 5.1.0 (2024-08-22) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 289d54cd..1dec2dbe 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.1.1 environment: sdk: ">=3.0.0 <4.0.0"