From 43862a132e1b3f1c479b8ef418dcd489e478d1c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 19:44:43 +0200 Subject: [PATCH] chore(main): release 1.2.3 (#25) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ dartdoc_options.yaml | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb64041..40027c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.2.3](https://github.com/benthillerkus/betrayal/compare/v1.2.2...v1.2.3) (2022-04-20) + + +### Documentation + +* fix typo in generic description for enum extensions ([47c01c0](https://github.com/benthillerkus/betrayal/commit/47c01c0a48e01626cbdd04f7a84c66bd35ebe28b)) + + +### Miscellaneous + +* **pubspec:** slightly reduce cringiness of description ([78e47f6](https://github.com/benthillerkus/betrayal/commit/78e47f653eb19d26f9c9d9d7a4e05159f7a19101)), closes [#24](https://github.com/benthillerkus/betrayal/issues/24) +* update deps, format file ([03ca002](https://github.com/benthillerkus/betrayal/commit/03ca002b6bad9abec47207790ad437a04ff22dbd)) + ### [1.2.2](https://github.com/benthillerkus/betrayal/compare/v1.2.1...v1.2.2) (2022-04-18) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index c6306b3..60570bd 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.2/%f%#L%l%" # x-release-please-version + uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.2.3/%f%#L%l%" # x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index a5a23e3..a8deb0b 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.2 # x-release-please-version +version: 1.2.3 # 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 23aa839..0495c4a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.2 +1.2.3