From 01218d959b4affe0031b479340abac38c30c5e1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:01:20 +0200 Subject: [PATCH] chore: release v3.0.2 (#769) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050d8718b..8eba71b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.0.2 (2023-08-18) + +## What's Changed +* Update golden images by @github-actions in https://github.com/ubuntu/yaru_widgets.dart/pull/766 +* fix: update to flutter 3.13 by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/768 +* fix: publish CI flutter version by @Feichtmeier in https://github.com/ubuntu/yaru_widgets.dart/pull/770 + + +**Full Changelog**: https://github.com/ubuntu/yaru_widgets.dart/compare/v3.0.1...v3.0.2 + ## 3.0.1 (2023-08-15) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index a43535314..d01dcddc4 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 issue_tracker: https://github.com/ubuntu/yaru_widgets.dart/issues -version: 3.0.1 +version: 3.0.2 environment: sdk: ">=3.0.0 <4.0.0"