Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Mar 28, 2022
1 parent 6579121 commit 1534d3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0

- Add `builder` parameter
- This resolved #28, #42 and #56

## 1.4.0

- Change `isCupertinoStyle` to return `true` if TargetPlatform is macOS
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
animations:
dependency: transitive
description:
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: adaptive_dialog
description: Show alert dialog or modal action sheet adaptively according to platform.
version: 1.4.0
version: 1.5.0
homepage: https://github.com/mono0926/adaptive_dialog
environment:
sdk: '>=2.15.0 <3.0.0'
Expand Down

0 comments on commit 1534d3b

Please sign in to comment.