From f1f239fdbe56f94a8e1b952c666e7aa4cf447fdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:10:09 +0000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b792ca5..8218060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.3 (2023-07-24) + +## What's Changed +* ci: reuse pr title & release actions from ufc/actions by @jpnurmi in https://github.com/ubuntu/yaru_test.dart/pull/22 +* feat: add find.titleBar() by @jpnurmi in https://github.com/ubuntu/yaru_test.dart/pull/24 + + +**Full Changelog**: https://github.com/ubuntu/yaru_test.dart/compare/v0.1.2...v0.1.3 + ## 0.1.2 (2023-06-29) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 5948cfc..4bcc91a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: yaru_test description: Provides extensions for testing Yaru applications. repository: https://github.com/ubuntu/yaru_test.dart issue_tracker: https://github.com/ubuntu/yaru_test.dart/issues -version: 0.1.2 +version: 0.1.3 environment: sdk: '>=3.0.0 <4.0.0'