Skip to content

Commit

Permalink
chore(release): bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed Dec 19, 2021
1 parent a3fbcac commit 048a187
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 6 deletions.
26 changes: 24 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"contributions": [
"code",
"ideas",
"review"
"review",
"doc",
"infra",
"maintenance"
]
},
{
Expand All @@ -27,7 +30,8 @@
"bug",
"review",
"example",
"infra"
"infra",
"maintenance"
]
},
{
Expand Down Expand Up @@ -207,6 +211,24 @@
"contributions": [
"doc"
]
},
{
"login": "hendrychjan",
"name": "Jan Hendrych",
"avatar_url": "https://avatars.githubusercontent.com/u/61143018?v=4",
"profile": "https://github.com/hendrychjan",
"contributions": [
"bug"
]
},
{
"login": "pascalwild",
"name": "Pascal Wild",
"avatar_url": "https://avatars.githubusercontent.com/u/14974414?v=4",
"profile": "https://www.sportalliance.com/",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.7.0] - 19 December 2021

- **DOCS**: added "Awesome Flutter" shield
- **CHORE**: migrated to flutter_lints with additional rules ([#99](https://github.com/fluttercommunity/backdrop/pull/99))
- **CI**: added check for proper PR title based on conventionalcommits.org ([#101](https://github.com/fluttercommunity/backdrop/pull/101))
- **STYLE**: fix all lint issues ([#100](https://github.com/fluttercommunity/backdrop/pull/100))
- **DOCS**: added api-doc links to quick links section
- **BREAKING** **REFACTOR**: removed all deprecated members ([#102](https://github.com/fluttercommunity/backdrop/pull/102))
- **BREAKING** **REFACTOR**: moved all files to src/ dir ([#103](https://github.com/fluttercommunity/backdrop/pull/103))
- **DOCS**: remove note for flutter v1 and minor formatting
- **FEAT**: synced members of Scaffold and AppBar ([#104](https://github.com/fluttercommunity/backdrop/pull/104))
- **DOCS**: start doc-comments with a single sentence summary ([#105](https://github.com/fluttercommunity/backdrop/pull/105))
- **CI**: using flutter analyze and checking correct formatting ([#107](https://github.com/fluttercommunity/backdrop/pull/107))
- **FEAT**: added double `frontLayerElevation` member ([#109](https://github.com/fluttercommunity/backdrop/pull/109))
- **CI**: restructured, cleaned, added pub.dev checks ([#108](https://github.com/fluttercommunity/backdrop/pull/108))
- **CHORE**: default gitignore for idea added

## [0.6.2] - 28 June 2021

* doc: "all-contributors" generated through CLI
Expand Down
10 changes: 7 additions & 3 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-21-orange.svg" alt="All Contributors" /></a>
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-23-orange.svg" alt="All Contributors" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://pub.dev/packages/backdrop/score"><img src="https://badges.bar/backdrop/pub%20points" alt="pub points"></a>
<a href="https://pub.dev/packages/backdrop/score"><img src="https://badges.bar/backdrop/popularity" alt="popularity"></a>
Expand Down Expand Up @@ -147,8 +147,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://bhikadia.com"><img src="https://avatars1.githubusercontent.com/u/4963236?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harsh Bhikadia</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=daadu" title="Code">πŸ’»</a> <a href="#ideas-daadu" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=is%3Apr+reviewed-by%3Adaadu" title="Reviewed Pull Requests">πŸ‘€</a></td>
<td align="center"><a href="https://github.com/WieFel"><img src="https://avatars0.githubusercontent.com/u/8345062?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Felix</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Documentation">πŸ“–</a> <a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3AWieFel" title="Bug reports">πŸ›</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=is%3Apr+reviewed-by%3AWieFel" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://fluttercommunity.github.io/backdrop/demo/#/" title="Examples">πŸ’‘</a> <a href="https://github.com/fluttercommunity/backdrop/tree/master/.github/workflows/" title="Infrastructure">πŸš‡</a></td>
<td align="center"><a href="https://bhikadia.com"><img src="https://avatars1.githubusercontent.com/u/4963236?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harsh Bhikadia</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=daadu" title="Code">πŸ’»</a> <a href="#ideas-daadu" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=is%3Apr+reviewed-by%3Adaadu" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=daadu" title="Documentation">πŸ“–</a> <a href="https://github.com/fluttercommunity/backdrop/tree/master/.github/workflows/" title="Infrastructure">πŸš‡</a> <a href="#maintenance-daadu" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/WieFel"><img src="https://avatars0.githubusercontent.com/u/8345062?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Felix</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Code">πŸ’»</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=WieFel" title="Documentation">πŸ“–</a> <a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3AWieFel" title="Bug reports">πŸ›</a> <a href="https://github.com/fluttercommunity/backdrop/pulls?q=is%3Apr+reviewed-by%3AWieFel" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://fluttercommunity.github.io/backdrop/demo/#/" title="Examples">πŸ’‘</a> <a href="https://github.com/fluttercommunity/backdrop/tree/master/.github/workflows/" title="Infrastructure">πŸš‡</a> <a href="#maintenance-WieFel" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://bringmos.com/"><img src="https://avatars0.githubusercontent.com/u/64806665?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bringmos</b></sub></a><br /><a href="https://gitlab.com/daadu/backdrop/-/issues?scope=all&utf8=%E2%9C%93&state=all&author_username=bringmos" title="Bug">πŸ›</a></td>
<td align="center"><a href="https://github.com/gspencergoog"><img src="https://avatars0.githubusercontent.com/u/8867023?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Greg Spencer</b></sub></a><br /><a href="https://gitlab.com/daadu/backdrop/-/issues?scope=all&utf8=%E2%9C%93&state=all&author_username=gspencergoog" title="Bug">πŸ›</a></td>
<td align="center"><a href="https://github.com/cicelcup"><img src="https://avatars0.githubusercontent.com/u/48078472?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jorge A Peroza M</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/issues?q=author%3Acicelcup" title="Bug reports">πŸ›</a> <a href="https://github.com/fluttercommunity/backdrop/commits?author=cicelcup" title="Code">πŸ’»</a></td>
Expand All @@ -173,6 +173,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/ScottMacDougall"><img src="https://avatars0.githubusercontent.com/u/1026653?v=4?s=100" 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>
<td align="center"><a href="https://github.com/sachin-dahal"><img src="https://avatars.githubusercontent.com/u/56621935?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sachin Dahal</b></sub></a><br /><a href="https://github.com/fluttercommunity/backdrop/commits?author=sachin-dahal" title="Documentation">πŸ“–</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/hendrychjan"><img src="https://avatars.githubusercontent.com/u/61143018?v=4?s=100" width="100px;" alt=""/><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"><a href="https://www.sportalliance.com/"><img src="https://avatars.githubusercontent.com/u/14974414?v=4?s=100" width="100px;" alt=""/><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>
</tr>
</table>

<!-- markdownlint-restore -->
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.2
version: 0.7.0
homepage: https://github.com/fluttercommunity/backdrop
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
Expand Down

0 comments on commit 048a187

Please sign in to comment.