From 3967a81ed93cb59cf84e46870a6dfa218ac0fffc Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 28 Mar 2023 09:58:19 +0200 Subject: [PATCH] Release 2.3.0 (#686) --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5e669d9..8a8f6991d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# 2.3.0 + +* Add `emptyBuilder` by @d-loose in https://github.com/ubuntu/yaru_widgets.dart/pull/676 +* Update golden images by @github-actions in https://github.com/ubuntu/yaru_widgets.dart/pull/681 +* Add support for high contrast theme by @d-loose in https://github.com/ubuntu/yaru_widgets.dart/pull/682 +* YaruPageIndicator: fix RTL layout by @d-loose in https://github.com/ubuntu/yaru_widgets.dart/pull/684 +* YaruWindowTitleBar.ensureInitialized(): clear cached window states by @jpnurmi in https://github.com/ubuntu/yaru_widgets.dart/pull/685 + # 2.2.2 * Upgrade dependency yaru to ^0.6.0 diff --git a/pubspec.yaml b/pubspec.yaml index 00e05d79a..ce71a389a 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: 2.2.2 +version: 2.3.0 environment: sdk: ">=2.17.0 <3.0.0"