Skip to content

Commit e30774e

Browse files
committed
bump to v0.5.3
1 parent 31e912d commit e30774e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.all-contributorsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"profile": "https://github.com/felixwortmann",
8585
"contributions": [
8686
"code",
87-
"review"
87+
"review",
88+
"bug"
8889
]
8990
},
9091
{

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## [0.5.3] - Coming soon
1+
## [0.5.3] - 2 March 2021
22

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

57
## [0.5.2] - 27 February 2021
68

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
153153
<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>
154154
</tr>
155155
<tr>
156-
<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>
156+
<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>
157157
<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>
158158
<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>
159159
<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>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: backdrop
22
description: Backdrop implementation in dart. (https://material.io/design/components/backdrop.html)
3-
version: 0.5.2
3+
version: 0.5.3
44
homepage: https://fluttercommunity.github.io/backdrop/
55
documentation: https://github.com/fluttercommunity/backdrop
66
maintainer: Harsh Bhikadia (@daadu)

0 commit comments

Comments
 (0)