From 7778864920742f0411953f0b0a9d4178c5940fe4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:54:26 +0000 Subject: [PATCH] chore: release ubuntu_service v0.2.4 --- .release-please-manifest.json | 2 +- packages/ubuntu_service/CHANGELOG.md | 11 +++++++++++ packages/ubuntu_service/pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6725d3c9..6afeb161 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "packages/ubuntu_flavor": "0.2.0", "packages/ubuntu_localizations": "0.3.4", "packages/ubuntu_logger": "0.0.3", - "packages/ubuntu_service": "0.2.3", + "packages/ubuntu_service": "0.2.4", "packages/ubuntu_widgets": "0.1.2", "packages/wizard_router": "1.0.2", "packages/xdg_icons": "0.0.1" diff --git a/packages/ubuntu_service/CHANGELOG.md b/packages/ubuntu_service/CHANGELOG.md index 479e3e08..e2305471 100644 --- a/packages/ubuntu_service/CHANGELOG.md +++ b/packages/ubuntu_service/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.4](https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.3...ubuntu_service-v0.2.4) (2023-07-18) + + +* add changelog titles for release-please ([7ab08b5](https://github.com/canonical/ubuntu-flutter-plugins/commit/7ab08b564ce1c4819f0a5245f9d814baa492e5da)) +* fix changelogs ([e80a5a7](https://github.com/canonical/ubuntu-flutter-plugins/commit/e80a5a75e31e983bf6ebad7d7ba76f26f98ccbbc)) +* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e)) +* move / packages/ubuntu_service ([019e934](https://github.com/canonical/ubuntu-flutter-plugins/commit/019e934e5161d02a7aaee4d9e71c37bb152a200a)) +* 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)) + ## 0.2.3 (2023-06-14) ## What's Changed diff --git a/packages/ubuntu_service/pubspec.yaml b/packages/ubuntu_service/pubspec.yaml index e55ca966..0be69e7a 100644 --- a/packages/ubuntu_service/pubspec.yaml +++ b/packages/ubuntu_service/pubspec.yaml @@ -3,7 +3,7 @@ description: Simple service locator API based on GetIt. homepage: https://github.com/canonical/ubuntu-flutter-plugins repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_service issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues -version: 0.2.3 +version: 0.2.4 environment: sdk: '>=3.0.0 <4.0.0'