Skip to content

Commit 4061c9b

Browse files
committed
bump to v0.6.1
1 parent 29d6674 commit 4061c9b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

β€Ž.all-contributorsrcβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@
190190
"bug"
191191
]
192192
},
193+
{
194+
"login": "ScottMacDougall",
195+
"name": "Scott",
196+
"avatar_url": "https://avatars0.githubusercontent.com/u/1026653?v=4",
197+
"profile": "https://github.com/ScottMacDougall",
198+
"contributions": [
199+
"code"
200+
]
201+
},
193202
],
194203
"contributorsPerLine": 7,
195204
"projectName": "backdrop",

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.6.1] - 4 May 2021
2+
3+
* `BackdropScaffold`: added `maintainBackLayerState` argument [[#93](https://github.com/fluttercommunity/backdrop/pull/93)]
4+
15
## [0.6.0] - 11 March 2021
26

37
* `pubspec`: revert `homepage` to github repo

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Demo](https://img.shields.io/badge/check-demo-blueviolet)](https://fluttercommunity.github.io/backdrop/demo/#/)
66
[![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)
7-
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg)](#contributors-)
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg)](#contributors-)
88
[![pub.dev](https://img.shields.io/pub/v/backdrop?logo=dart)](https://pub.dev/packages/backdrop)
99
[![pub points](https://badges.bar/backdrop/pub%20points)](https://pub.dev/packages/backdrop/score)
1010
[![popularity](https://badges.bar/backdrop/popularity)](https://pub.dev/packages/backdrop/score)
@@ -169,6 +169,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
169169
<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>
170170
<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>
171171
<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>
172+
<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>
172173
</tr>
173174
</table>
174175

β€Ž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.6.0
3+
version: 0.6.1
44
homepage: https://github.com/fluttercommunity/backdrop
55
documentation: https://github.com/fluttercommunity/backdrop
66
maintainer: Harsh Bhikadia (@daadu)

0 commit comments

Comments
Β (0)