Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Release 0.3.0 #169

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

# 0.3.0
* [jpnurmi](https://github.com/jpnurmi)
* Relax dbus version constraint (#168)
* Add successColor and warningColor extensions for ThemeData (#167)
* Use yaru_colors (#166)
* Enable flutter_lints/recommended and fix findings (#165)
* Rename yaruMate to yaruUbuntuMate for consistency (#164)
* Reorganize themes/*.dart (#163)
* Merge accents and flavors to variants (#162)
* Material colors (#159)
* example: present complete color palettes (#158)
* Make flavor names consistent with color names (#157)
* Add missing Ubuntu Font license (#156)
* Pair YaruFlavor with its flavor color (#155)
* Pair YaruAccent with its accent color (#154)
* CI: enable tests (#153)
* Example: show flavor colors in the palette tab (#152)
* Specify accent colors as MaterialColor constants (#151)
* Introduce YaruTheme widget (#150)
* Add YaruAccent enum and getYaruXxxTheme(accent) getter (#149)
* Let Flutter help with high-contrast colors (#148)
* [Frederik Feichtmeier](https://github.com/Feichtmeier)
* Example: use handy_window (#161)

# 0.2.5
* [Frederik Feichtmeier](https://github.com/Feichtmeier)
* Add high contrast themes (#144)
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.2.5
version: 0.3.0

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

Expand Down