Skip to content

Commit 9299700

Browse files
committed
Version bump to v0.9.0
1 parent 0e778d7 commit 9299700

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.9.0] - 19 May 2023
2+
3+
- **CHORE**: upgrade to Flutter 3.10.0
4+
- **CHORE**: remove deprecated members in BackdropAppBar
5+
16
## [0.8.1] - 28 August 2022
27

38
- **DOCS**: fix badge links

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: backdrop
22
description: Backdrop implementation in dart. (https://material.io/design/components/backdrop.html)
3-
version: 0.8.1
3+
version: 0.9.0
44
homepage: https://github.com/fluttercommunity/backdrop
55
documentation: https://github.com/fluttercommunity/backdrop
66
maintainer: Harsh Bhikadia (@daadu)
77

88
environment:
9-
sdk: '>=2.12.0 <3.0.0'
9+
sdk: '>=2.12.0 <4.0.0'
1010
flutter: '>=3.0.0'
1111

1212
dependencies:

0 commit comments

Comments
 (0)