Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.4 #213

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 1.1.4

- [Frederik Feichtmeier](https://github.com/Feichtmeier)
- YaruCompactLayout: simplify and remove appbar mode (#212)
- WideLayout: add yaru transition (#210)
- [J-P Nurmi](https://github.com/jpnurmi)
- Fix version constraints (#207)
- [Paul Kepinski](https://github.com/Jupi007)
- Hide control buttons when first/last page reached (#209)

# 1.1.3

- [Frederik Feichtmeier](https://github.com/Feichtmeier)
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

version: 1.1.3
version: 1.1.4

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