Skip to content

Commit

Permalink
chore(main): release 1.0.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 14, 2022
1 parent 393759d commit 4e5367e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.0.0-dev.7](https://github.com/benthillerkus/betrayal/compare/v1.0.0-dev.6...v1.0.0-dev.7) (2022-04-14)


### ⚠ BREAKING CHANGES

* The internal API for [_TrayIconInteraction](https://github.com/benthillerkus/betrayal/blob/b83703b7c56095ee2eca74a7e53436fa773789fd/lib/src/interaction.dart#L19-L20) changed by introducing the new [rawEvent].

### Features

* retrieve the correct icon dimensions ([e8fed3b](https://github.com/benthillerkus/betrayal/commit/e8fed3b012cdf3489d7754b3e3a7a4c7c977be7a))


### Bug Fixes

* make getter for large image size return \"\" ([f01d655](https://github.com/benthillerkus/betrayal/commit/f01d65587e9f517d824b1154f06edc2013881f5a))


### Miscellaneous

* update some lock file ([393759d](https://github.com/benthillerkus/betrayal/commit/393759d1f5a2c2c3384545160957d3780aaff2f9))

## [1.0.0-dev.6](https://github.com/benthillerkus/betrayal/compare/v1.0.0-dev.5...v1.0.0-dev.6) (2022-04-12)


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.0.0-dev.6/%f%#L%l%" # x-release-please-version
uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.0.0-dev.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
@@ -1,6 +1,6 @@
name: betrayal
description: "A capable tray icon plugin for Windows. Manage multiple icons, generate their images at runtime and compose them as if they were a regular widget"
version: 1.0.0-dev.6 # x-release-please-version
version: 1.0.0-dev.7 # x-release-please-version
homepage: https://betrayal.bent.party/

environment:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-dev.6
1.0.0-dev.7

0 comments on commit 4e5367e

Please sign in to comment.