Skip to content

Commit

Permalink
chore(release): bump to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Sep 6, 2023
1 parent f2a1ec0 commit b343735
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"avatar_url": "https://avatars.githubusercontent.com/u/125310?v=4",
"profile": "https://github.com/openWebX",
"contributions": [
"bug"
"code"
]
},
{
Expand All @@ -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,
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https://github.com/Solido/awesome-flutter"><img alt="Awesome Flutter" src="https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true" /></a>
<a href="https://gitter.im/flutter-backdrop/community?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge"><img src="https://badges.gitter.im/flutter-backdrop/community.svg" alt="Gitter"></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-25-orange.svg" alt="All Contributors" /></a>
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-26-orange.svg" alt="All Contributors" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://pub.dev/packages/backdrop/score"><img src="https://img.shields.io/pub/points/backdrop?logo=dart" alt="pub points"></a>
<a href="https://pub.dev/packages/backdrop/score"><img src="https://img.shields.io/pub/popularity/backdrop?logo=dart" alt="popularity"></a>
Expand Down Expand Up @@ -177,8 +177,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hendrychjan"><img src="https://avatars.githubusercontent.com/u/61143018?v=4?s=100" width="100px;" alt="Jan Hendrych"/><br /><sub><b>Jan Hendrych</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3Ahendrychjan" title="Bug reports">πŸ›</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.sportalliance.com/"><img src="https://avatars.githubusercontent.com/u/14974414?v=4?s=100" width="100px;" alt="Pascal Wild"/><br /><sub><b>Pascal Wild</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3Apascalwild" title="Bug reports">πŸ›</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/openWebX"><img src="https://avatars.githubusercontent.com/u/125310?v=4?s=100" width="100px;" alt="Jens Reinemuth"/><br /><sub><b>Jens Reinemuth</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3AopenWebX" title="Bug reports">πŸ›</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/openWebX"><img src="https://avatars.githubusercontent.com/u/125310?v=4?s=100" width="100px;" alt="Jens Reinemuth"/><br /><sub><b>Jens Reinemuth</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=openWebX" title="Code">πŸ’»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tobolski"><img src="https://avatars.githubusercontent.com/u/13032980?v=4?s=100" width="100px;" alt="tobolski"/><br /><sub><b>tobolski</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3Atobolski" title="Bug reports">πŸ›</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pishguy"><img src="https://avatars.githubusercontent.com/u/6617583?v=4?s=100" width="100px;" alt="Mahdi Pishguy"/><br /><sub><b>Mahdi Pishguy</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3Apishguy" title="Bug reports">πŸ›</a></td>
</tr>
</tbody>
</table>
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.9.0
version: 0.9.1
homepage: https://github.com/fluttercommunity/backdrop
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
Expand Down

0 comments on commit b343735

Please sign in to comment.