Skip to content

Commit

Permalink
chore(main): release 1.3.7 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 24, 2023
1 parent 00aa236 commit 751ff44
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.3.7](https://github.com/benthillerkus/betrayal/compare/v1.3.6...v1.3.7) (2023-02-24)


### Bug Fixes

* broken ID generation lead to first icon always being 0x0000 ([1ba0991](https://github.com/benthillerkus/betrayal/commit/1ba0991399d0b168dfbd5348de72272895c8bd16)), closes [#30](https://github.com/benthillerkus/betrayal/issues/30)
* remove `mouseFirst` from `win_event` ([55431e9](https://github.com/benthillerkus/betrayal/commit/55431e91060e9f67592f83945751a1fceafcf6c3))
* respond to `clear_all()` from plugin ([00aa236](https://github.com/benthillerkus/betrayal/commit/00aa2369efce2449260145791e7e5645ff3ddbbc)), closes [#31](https://github.com/benthillerkus/betrayal/issues/31)

## [1.3.6](https://github.com/benthillerkus/betrayal/compare/v1.3.5...v1.3.6) (2023-02-24)


Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
link-to-source:
root: "."
uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.3.6/%f%#L%l%" # x-release-please-version
uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.3.7/%f%#L%l%" # x-release-please-version
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: betrayal
description: >
A plugin to setup custom system tray icons
through composable widgets.
version: 1.3.6 # x-release-please-version
version: 1.3.7 # x-release-please-version
homepage: https://betrayal.bent.party/
repository: https://github.com/benthillerkus/betrayal
issue_tracker: https://github.com/benthillerkus/betrayal/issues
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.6
1.3.7

0 comments on commit 751ff44

Please sign in to comment.