From e9ab937cff7219d816836116a5340152280e133b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 09:02:01 +0200 Subject: [PATCH] chore: release v1.0.2 (#62) 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 d20a3de..f1fb758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.0.2 (2023-07-04) + +## What's Changed +* ci: specify flutter version as env var by @jpnurmi in https://github.com/ubuntu-flutter-community/wizard_router/pull/61 +* chore(deps): update dependency safe_change_notifier to ^0.3.0 by @renovate in https://github.com/ubuntu-flutter-community/wizard_router/pull/63 +* ci: reuse pr title & release actions from ufc/actions by @jpnurmi in https://github.com/ubuntu-flutter-community/wizard_router/pull/64 + + +**Full Changelog**: https://github.com/ubuntu-flutter-community/wizard_router/compare/v1.0.1...v1.0.2 + ## 1.0.1 (2023-06-16) ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index 5c8937e..59b4cdf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: >- homepage: https://github.com/ubuntu-flutter-community/wizard_router repository: https://github.com/ubuntu-flutter-community/wizard_router issue_tracker: https://github.com/ubuntu-flutter-community/wizard_router/issues -version: 1.0.1 +version: 1.0.2 environment: sdk: '>=2.17.0 <4.0.0'