Skip to content

Commit

Permalink
bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed May 4, 2021
1 parent 29d6674 commit 4061c9b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@
"bug"
]
},
{
"login": "ScottMacDougall",
"name": "Scott",
"avatar_url": "https://avatars0.githubusercontent.com/u/1026653?v=4",
"profile": "https://github.com/ScottMacDougall",
"contributions": [
"code"
]
},
],
"contributorsPerLine": 7,
"projectName": "backdrop",
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.6.1] - 4 May 2021

* `BackdropScaffold`: added `maintainBackLayerState` argument [[#93](https://github.com/fluttercommunity/backdrop/pull/93)]

## [0.6.0] - 11 March 2021

* `pubspec`: revert `homepage` to github repo
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Demo](https://img.shields.io/badge/check-demo-blueviolet)](https://fluttercommunity.github.io/backdrop/demo/#/)
[![Gitter](https://badges.gitter.im/flutter-backdrop/community.svg)](https://gitter.im/flutter-backdrop/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg)](#contributors-)
[![pub.dev](https://img.shields.io/pub/v/backdrop?logo=dart)](https://pub.dev/packages/backdrop)
[![pub points](https://badges.bar/backdrop/pub%20points)](https://pub.dev/packages/backdrop/score)
[![popularity](https://badges.bar/backdrop/popularity)](https://pub.dev/packages/backdrop/score)
Expand Down Expand Up @@ -169,6 +169,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/mockturtl"><img src="https://avatars0.githubusercontent.com/u/705804?v=4" width="100px;" alt=""/><br /><sub><b>mockturtl</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=mockturtl" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=mockturtl" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://github.com/rtr-dnd"><img src="https://avatars0.githubusercontent.com/u/19490811?v=4" width="100px;" alt=""/><br /><sub><b>ritar</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+rtr-dnd" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/LorenzoVianello"><img src="https://avatars0.githubusercontent.com/u/32164824?v=4" width="100px;" alt=""/><br /><sub><b>LorenzoVianello</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=is%3Aissue+LorenzoVianello" title="Bug reports">πŸ›</a></td>
<td align="center"><a href="https://github.com/ScottMacDougall"><img src="https://avatars0.githubusercontent.com/u/1026653?v=4" width="100px;" alt=""/><br /><sub><b>Scott</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=ScottMacDougall" title="Code">πŸ’»</a></td>
</tr>
</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.6.0
version: 0.6.1
homepage: https://github.com/fluttercommunity/backdrop
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
Expand Down

0 comments on commit 4061c9b

Please sign in to comment.