Skip to content

Commit

Permalink
bump to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Mar 2, 2021
1 parent 31e912d commit e30774e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"profile": "https://github.com/felixwortmann",
"contributions": [
"code",
"review"
"review",
"bug"
]
},
{
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [0.5.3] - Coming soon
## [0.5.3] - 2 March 2021

* Fix bug where `_animationController.dispose()` is not called correctly in `BackdropScaffold`[[#83](https://github.com/fluttercommunity/backdrop/pull/83)]
* `pubspec`: set `https://fluttercommunity.github.io/backdrop/` as "Home Page"
* `readme`: added "Live Demo" to "Quick links"
* `BackdropScaffold`: fix bug where `_animationController.dispose()` is not called correctly [[#83](https://github.com/fluttercommunity/backdrop/pull/83)]

## [0.5.2] - 27 February 2021

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://danielborges93.com/"><img src="https://avatars0.githubusercontent.com/u/1283243?v=4" width="100px;" alt=""/><br /><sub><b>Daniel Borges</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=danielborges93" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+danielborges93" title="Bug reports">πŸ›</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/felixwortmann"><img src="https://avatars0.githubusercontent.com/u/45035656?v=4" width="100px;" alt=""/><br /><sub><b>Felix Wortmann</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=felixwortmann" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3Afelixwortmann" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/felixwortmann"><img src="https://avatars0.githubusercontent.com/u/45035656?v=4" width="100px;" alt=""/><br /><sub><b>Felix Wortmann</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=felixwortmann" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=reviewed-by%3Afelixwortmann" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+felixwortmann" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/pgrimaud"><img src="https://avatars0.githubusercontent.com/u/1866496?v=4" width="100px;" alt=""/><br /><sub><b>Pierre Grimaud</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=pgrimaud" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://github.com/vlytvyne"><img src="https://avatars0.githubusercontent.com/u/44924680?v=4" width="100px;" alt=""/><br /><sub><b>Π’Π°Π΄ΠΈΠΌ</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=vlytvyne" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/iLDA1997"><img src="https://avatars0.githubusercontent.com/u/27288368?v=4" width="100px;" alt=""/><br /><sub><b>Danial Agh</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+iLDA1997" title="Bug reports">πŸ›</a></td>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: backdrop
description: Backdrop implementation in dart. (https://material.io/design/components/backdrop.html)
version: 0.5.2
version: 0.5.3
homepage: https://fluttercommunity.github.io/backdrop/
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
Expand Down

0 comments on commit e30774e

Please sign in to comment.