Skip to content

Commit

Permalink
chore(release): bump to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed May 3, 2022
1 parent 3926bbb commit 949a265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.7.2] - 3 May 2022

- **DOCS**: remove mention of deprecated member
- **REFACTOR**: making BackdropScaffoldState.scaffoldKey non-null with `late` ([#114](https://github.com/fluttercommunity/backdrop/pull/114))
- **FEAT**: added frontLayerShape in-place of frontLayerBorderRadius in `BackdropScaffold` ([#116](https://github.com/fluttercommunity/backdrop/pull/116))
- **perf**: only rebuild widgets when BackdropScaffoldState changed ([#119](https://github.com/fluttercommunity/backdrop/pull/119))

## [0.7.1] - 19 December 2021

- **DOCS**: proper(short) first sentence of doc-comments ([#110](https://github.com/fluttercommunity/backdrop/pull/110))
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.7.1
version: 0.7.2
homepage: https://github.com/fluttercommunity/backdrop
documentation: https://github.com/fluttercommunity/backdrop
maintainer: Harsh Bhikadia (@daadu)
Expand Down

0 comments on commit 949a265

Please sign in to comment.