Skip to content

Commit

Permalink
chore: release v0.9.0 (#357)
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 Jun 28, 2023
1 parent 07be1b2 commit b4d24a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.9.0 (2023-06-28)

## What's Changed
* feat(colors)!: introduce theme-specific semantic colors by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/352
* feat: auto-detect Cinnamon & Unity by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/353
* feat: add YaruColorExtension.toHex() for passing colors to HTML by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/354
* chore(changelog): fix formatting by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/356
* ci: let release-please maintain the changelog by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/355
* ci(release): temp override release-as 0.9.0 by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/358
* feat: add static YaruVariant.accents by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/359
* ci: exempt github-actions[bot] from the CLA check by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/360


**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v0.8.1...v0.9.0

## 0.8.1

* feat: deprecate YaruThemeDataExtension in favor of YaruColorSchemeExtension by @jpnurmi in https://github.com/ubuntu/yaru.dart/pull/349
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yaru
version: 0.8.1
version: 0.9.0

description: Ubuntu Yaru Style - Distinct look and feel of the Ubuntu Desktop

Expand Down

0 comments on commit b4d24a8

Please sign in to comment.