Skip to content

Commit

Permalink
chore: release v3.5.0 (#825)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 3, 2024
1 parent bacf93d commit 7a122dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.5.0 (2024-01-21)

## What's Changed
* fix: choice chip nav buttons block mouse by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/823
* feat(YaruChoiceChipBar): add selectedFirst parameter by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/827
* fix(YaruChoiceChipBar): allow more parameters by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/828
* fix(YaruChoiceChipBar): forward parameters to buttons by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/829
* fix(YaruMasterDetailPage): bring back sidebar color option by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/826
* fix: fix snippetUrl for popup_page in example by @Timo-Schroeder in https://github.com/ubuntu/yaru_widgets.dart/pull/830

## New Contributors
* @Timo-Schroeder made their first contribution in https://github.com/ubuntu/yaru_widgets.dart/pull/830

**Full Changelog**: https://github.com/ubuntu/yaru_widgets.dart/compare/v3.4.0...v3.5.0

## 3.4.0 (2023-12-27)

## What's Changed
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: 3.4.0
version: 3.5.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 7a122dc

Please sign in to comment.