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

chore: release v1.0.0 #379

Merged
merged 1 commit into from
Aug 15, 2023
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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.0.0 (2023-08-15)

## What's Changed
* fix: remove appbar height by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/378
* chore: example rewrite by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/381
* feat!: Better platform independent sizes by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/383
* feat: snackbar theme by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/385
* fix: reduce dark snackbar border brightness by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/386
* fix: improve light themes contrast by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/387
* fix: set default size for snackbars by @Feichtmeier in https://github.com/ubuntu/yaru.dart/pull/389
* feat!: use different shade of the same color for primary, secondary, tertiary by @Jupi007 in https://github.com/ubuntu/yaru.dart/pull/390


**Full Changelog**: https://github.com/ubuntu/yaru.dart/compare/v0.10.0...v1.0.0

## 0.10.0 (2023-08-07)

## What's Changed
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.10.0
version: 1.0.0

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

Expand Down