From c8061b8048fddca333c3339e753ea70d3bb8f7f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:55:09 +0000 Subject: [PATCH] chore: release wizard_router v1.0.3 --- .release-please-manifest.json | 2 +- packages/wizard_router/CHANGELOG.md | 9 +++++++++ packages/wizard_router/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 693dd296..3b384f1a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,6 +6,6 @@ "packages/ubuntu_logger": "0.0.3", "packages/ubuntu_service": "0.2.3", "packages/ubuntu_widgets": "0.1.2", - "packages/wizard_router": "1.0.2", + "packages/wizard_router": "1.0.3", "packages/xdg_icons": "0.0.1" } diff --git a/packages/wizard_router/CHANGELOG.md b/packages/wizard_router/CHANGELOG.md index f1fb758e..e6d151b9 100644 --- a/packages/wizard_router/CHANGELOG.md +++ b/packages/wizard_router/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.3](https://github.com/canonical/ubuntu-flutter-plugins/compare/wizard_router-v1.0.2...wizard_router-v1.0.3) (2023-07-18) + + +* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e)) +* mv / packages/wizard_router/ ([e4544bd](https://github.com/canonical/ubuntu-flutter-plugins/commit/e4544bd4dd0980fb8a643f48a001b88cd8c1ff32)) +* remove codecov.yaml from newly imported packages ([486f0f6](https://github.com/canonical/ubuntu-flutter-plugins/commit/486f0f696ab14f9d068a1cbae561152834c3a129)) +* **renovate:** clean up old renovate configs ([af1126b](https://github.com/canonical/ubuntu-flutter-plugins/commit/af1126ba62d60fb411ddb0b29e326f0f51a6b297)) +* update links ([#299](https://github.com/canonical/ubuntu-flutter-plugins/issues/299)) ([e679e3b](https://github.com/canonical/ubuntu-flutter-plugins/commit/e679e3b3a8a6316a0fc56e9695a6798d26f3929b)) + ## 1.0.2 (2023-07-04) ## What's Changed diff --git a/packages/wizard_router/pubspec.yaml b/packages/wizard_router/pubspec.yaml index c2209406..ae02e6db 100644 --- a/packages/wizard_router/pubspec.yaml +++ b/packages/wizard_router/pubspec.yaml @@ -5,7 +5,7 @@ description: >- homepage: https://github.com/canonical/ubuntu-flutter-plugins repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/wizard_router issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues -version: 1.0.2 +version: 1.0.3 environment: sdk: '>=2.17.0 <4.0.0'