From 9d0194712a7ee81f9a1f9f3764c84863b79e5008 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:42:31 +0200 Subject: [PATCH] chore: release xdg_icons v0.0.2 (#304) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: J-P Nurmi --- .release-please-manifest.json | 2 +- packages/xdg_icons/CHANGELOG.md | 11 +++++++++++ packages/xdg_icons/pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cfc6af3..3e7ae1e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,5 +7,5 @@ "packages/ubuntu_service": "0.2.4", "packages/ubuntu_widgets": "0.1.2", "packages/wizard_router": "1.0.3", - "packages/xdg_icons": "0.0.1" + "packages/xdg_icons": "0.0.2" } diff --git a/packages/xdg_icons/CHANGELOG.md b/packages/xdg_icons/CHANGELOG.md index 2c5af6f0..43d66d8f 100644 --- a/packages/xdg_icons/CHANGELOG.md +++ b/packages/xdg_icons/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.2](https://github.com/canonical/ubuntu-flutter-plugins/compare/xdg_icons-v0.0.1...xdg_icons-v0.0.2) (2023-07-18) + + +* add changelog titles for release-please ([7ab08b5](https://github.com/canonical/ubuntu-flutter-plugins/commit/7ab08b564ce1c4819f0a5245f9d814baa492e5da)) +* **deps:** update dependency yaru to ^0.9.0 ([#294](https://github.com/canonical/ubuntu-flutter-plugins/issues/294)) ([a7a53c9](https://github.com/canonical/ubuntu-flutter-plugins/commit/a7a53c9b96879e697c7078edd3e7791947f99e77)) +* **github:** remove old workflows ([154593c](https://github.com/canonical/ubuntu-flutter-plugins/commit/154593c71e41672e830d3dc208231de10fd86b4e)) +* mv / packages/xdg_icons/ ([265a5b5](https://github.com/canonical/ubuntu-flutter-plugins/commit/265a5b51beb22addf6fd78c2585b68778d8f4a30)) +* 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.0.1 - Initial release. diff --git a/packages/xdg_icons/pubspec.yaml b/packages/xdg_icons/pubspec.yaml index e04758a8..5928b615 100644 --- a/packages/xdg_icons/pubspec.yaml +++ b/packages/xdg_icons/pubspec.yaml @@ -3,7 +3,7 @@ description: XDG theme icons for Flutter. homepage: https://github.com/canonical/ubuntu-flutter-plugins repository: https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/xdg_icons issue_tracker: https://github.com/canonical/ubuntu-flutter-plugins/issues -version: 0.0.1 +version: 0.0.2 environment: sdk: '>=2.17.0 <3.0.0'