Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.7 #110

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

# 1.0.7

- [Frederik Feichtmeier](https:/Feichtmeier)
- YaruCarousel: allow any widgets in the carousel (#109)
- YaruCarousel: put indicator dots in expanded (#100)
- [Joshua Peisach](https:/ItzSwirlz)
- Add ubuntu logo as a widget (#108)
- [Michał](https:/mivoligo)
- Slider (#105)
- [James Leahy](https:/defuncart)
- Remove unused params. (#102)
- Bugfix/example carousel page selectable container page image asset path (#101)

# 1.0.6

- [Frederik Feichtmeier](https:/Feichtmeier)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: yaru_widgets
description: Common flutter widgets useful for building desktop and web applications.
homepage: https:/ubuntu/yaru_widgets.dart

version: 1.0.6
version: 1.0.7

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down