From 1f9eb39859283c4da9fa9d8f0d0f47b81c2a8e6c Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Wed, 16 Feb 2022 17:20:04 +0100 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319d9bef9..f3970a9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 1.0.4 + +- [Frederik Feichtmeier](https://github.com/Feichtmeier) + - Add yaru carousel (#89) + - Remove hardcoded search (#87) + # 1.0.3 - [Frederik Feichtmeier](https://github.com/Feichtmeier) @@ -13,6 +19,7 @@ - YaruAlertDialog: more freedom for the content (#74) - [James Leahy](https://github.com/defuncart) - Fix url (#75) + # 1.0.2 - [Frederik Feichtmeier](https://github.com/Feichtmeier) diff --git a/pubspec.yaml b/pubspec.yaml index 1109e1573..9f9f58645 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.0.3 +version: 1.0.4 environment: sdk: ">=2.12.0 <3.0.0"