From 4061c9b9e8e6e89ac5d82cffdef83460ce1a82bb Mon Sep 17 00:00:00 2001 From: Harsh Bhikadia Date: Tue, 4 May 2021 10:50:10 +0530 Subject: [PATCH] bump to v0.6.1 --- .all-contributorsrc | 9 +++++++++ CHANGELOG.md | 4 ++++ README.md | 3 ++- pubspec.yaml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1856113..2118010 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index e49300a..41c5fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e778d91..2993e74 100644 --- a/README.md +++ b/README.md @@ -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) @@ -169,6 +169,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
mockturtl

💻 📖
ritar

🐛
LorenzoVianello

🐛 +
Scott

💻 diff --git a/pubspec.yaml b/pubspec.yaml index 3e35eec..20e38e0 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.6.0 +version: 0.6.1 homepage: https://github.com/fluttercommunity/backdrop documentation: https://github.com/fluttercommunity/backdrop maintainer: Harsh Bhikadia (@daadu)