From 999193d532691e99b5e6b4a816308e1bd1340bdb Mon Sep 17 00:00:00 2001 From: Frederik Feichtmeier Date: Wed, 21 Sep 2022 14:55:59 +0200 Subject: [PATCH] Release 1.1.4 (#213) - [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) --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ccfca70..16c7235f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index 35f00269b..fada55c91 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 -version: 1.1.3 +version: 1.1.4 environment: sdk: ">=2.17.0 <3.0.0"