From e30774e59f895387d41b98306a6ed85159b05182 Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Tue, 2 Mar 2021 16:10:34 +0530 Subject: [PATCH] bump to v0.5.3 --- .all-contributorsrc | 3 ++- CHANGELOG.md | 6 ++++-- README.md | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4c75a31..239a4fb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -84,7 +84,8 @@ "profile": "https://github.com/felixwortmann", "contributions": [ "code", - "review" + "review", + "bug" ] }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 2765904..a392626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4fcc8a4..ae87c50 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Daniel Borges

πŸ’» πŸ› -
Felix Wortmann

πŸ’» πŸ‘€ +
Felix Wortmann

πŸ’» πŸ‘€ πŸ›
Pierre Grimaud

πŸ“–
Π’Π°Π΄ΠΈΠΌ

πŸ’»
Danial Agh

πŸ› diff --git a/pubspec.yaml b/pubspec.yaml index 2f8e343..7d9887a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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)