Skip to content

Commit

Permalink
Release 2.3.0 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi authored Mar 28, 2023
1 parent c5233f5 commit 3967a81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3967a81

Please sign in to comment.