diff --git a/.all-contributorsrc b/.all-contributorsrc index 2ff0c67..6578147 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -237,7 +237,7 @@ "avatar_url": "https://avatars.githubusercontent.com/u/125310?v=4", "profile": "https://github.com/openWebX", "contributions": [ - "bug" + "code" ] }, { @@ -248,6 +248,15 @@ "contributions": [ "bug" ] + }, + { + "login": "pishguy", + "name": "Mahdi Pishguy", + "avatar_url": "https://avatars.githubusercontent.com/u/6617583?v=4", + "profile": "https://github.com/pishguy", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, diff --git a/CHANGELOG.md b/CHANGELOG.md index eedcdcb..5071b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.9.1] - 6 September 2023 + +- **FEAT**: feat: added concealBacklayerOnBackButton option ([#133](https://github.com/fluttercommunity/backdrop/pull/133)) + ## [0.9.0] - 19 May 2023 - **CHORE**: upgrade to Flutter 3.10.0 diff --git a/README.md b/README.md index bf7d0bb..0af761e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Awesome Flutter Gitter -All Contributors +All Contributors pub points popularity @@ -177,8 +177,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Jan Hendrych
Jan Hendrych

🐛 Pascal Wild
Pascal Wild

🐛 - Jens Reinemuth
Jens Reinemuth

🐛 + Jens Reinemuth
Jens Reinemuth

💻 tobolski
tobolski

🐛 + Mahdi Pishguy
Mahdi Pishguy

🐛 diff --git a/pubspec.yaml b/pubspec.yaml index a283e90..407ee25 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.9.0 +version: 0.9.1 homepage: https://github.com/fluttercommunity/backdrop documentation: https://github.com/fluttercommunity/backdrop maintainer: Harsh Bhikadia (@daadu)