From 43a193178301524d41fad92e87b50ba97fd1e0ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 22:16:18 +0200 Subject: [PATCH] chore(main): release 1.2.4 (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ dartdoc_options.yaml | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40027c0..66b0560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### [1.2.4](https://github.com/benthillerkus/betrayal/compare/v1.2.3...v1.2.4) (2022-05-16) + + +### Documentation + +* demonstrate integration with leanflutter/contextual_menu ([9704cf6](https://github.com/benthillerkus/betrayal/commit/9704cf6ac191a346e3c8c5653cc334e93c11a882)), closes [#4](https://github.com/benthillerkus/betrayal/issues/4) +* **example:** fix crash when trying to downscale image on isolate ([dacf5ae](https://github.com/benthillerkus/betrayal/commit/dacf5ae3139da6abc8cc0a1b862597ed8c1d7af2)) +* **example:** make context menu usable through leanflutter/window_manager ([37d0789](https://github.com/benthillerkus/betrayal/commit/37d07896cece0f62667570de7ca27558b33dc237)) +* **example:** remove unused dependency ([c1ad065](https://github.com/benthillerkus/betrayal/commit/c1ad0659e7fd11fa19ff61dc7f6aa83c64fee954)) + ### [1.2.3](https://github.com/benthillerkus/betrayal/compare/v1.2.2...v1.2.3) (2022-04-20) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 60570bd..55aee48 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: link-to-source: root: "." - uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.2.3/%f%#L%l%" # x-release-please-version + uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.2.4/%f%#L%l%" # x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index a8deb0b..1fde6cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: betrayal description: > A plugin to setup custom system tray icons through composable widgets. -version: 1.2.3 # x-release-please-version +version: 1.2.4 # x-release-please-version homepage: https://betrayal.bent.party/ repository: https://github.com/benthillerkus/betrayal issue_tracker: https://github.com/benthillerkus/betrayal/issues diff --git a/version.txt b/version.txt index 0495c4a..e8ea05d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.3 +1.2.4