Skip to content

Commit 949a265

Browse files
committed
chore(release): bump to v0.7.2
1 parent 3926bbb commit 949a265

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.7.2] - 3 May 2022
2+
3+
- **DOCS**: remove mention of deprecated member
4+
- **REFACTOR**: making BackdropScaffoldState.scaffoldKey non-null with `late` ([#114](https://github.com/fluttercommunity/backdrop/pull/114))
5+
- **FEAT**: added frontLayerShape in-place of frontLayerBorderRadius in `BackdropScaffold` ([#116](https://github.com/fluttercommunity/backdrop/pull/116))
6+
- **perf**: only rebuild widgets when BackdropScaffoldState changed ([#119](https://github.com/fluttercommunity/backdrop/pull/119))
7+
18
## [0.7.1] - 19 December 2021
29

310
- **DOCS**: proper(short) first sentence of doc-comments ([#110](https://github.com/fluttercommunity/backdrop/pull/110))

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

0 commit comments

Comments
 (0)