Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#19)
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] authored Apr 17, 2022
1 parent 7d9dafd commit eb583f8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.1.0](https://github.com/benthillerkus/betrayal/compare/v1.0.0...v1.1.0) (2022-04-17)


### ⚠ BREAKING CHANGES

* `BetrayalPlugin()` and `BetrayalLogConfig()` have been replaced with `.instance` respectively.

### Bug Fixes

* remove unused import ([bb52101](https://github.com/benthillerkus/betrayal/commit/bb52101a35a9bb94360a28eace44779720c80298))


### Documentation

* **example:** `add_many` visualize all icons as a grid ([315aa0f](https://github.com/benthillerkus/betrayal/commit/315aa0f9e7b0bfe7cbe4d3984f30d587a4fd7a66))
* **example:** refactor add_many example. ([cca1c42](https://github.com/benthillerkus/betrayal/commit/cca1c4235e247782eb6c644494c1ff304998bbdb))
* **readme:** add short section about hot restart ([0e52401](https://github.com/benthillerkus/betrayal/commit/0e524019c94571bb4ca6eee337f5aec309c823eb))


### Miscellaneous

* **branding:** improve font kerning in art assets ([18fbd94](https://github.com/benthillerkus/betrayal/commit/18fbd9427addb759fb9063e7a41b642d8a9d4f17))
* make singletons explicit ([772730e](https://github.com/benthillerkus/betrayal/commit/772730e153661a9461e6b5e198161f2bf1df0e62))
* mark `.instance`s as protected ([7d9dafd](https://github.com/benthillerkus/betrayal/commit/7d9dafdf57070410d9dd188b728b3d0ba7e8878a))

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


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/%f%#L%l%" # x-release-please-version
uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.1.0/%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 # x-release-please-version
version: 1.1.0 # 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
1.1.0

0 comments on commit eb583f8

Please sign in to comment.