Skip to content

Commit

Permalink
Fix TextStyle of showConfirmationDialog/showModalActionSheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Nov 14, 2023
1 parent 9ee4ec7 commit 6e85407
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.1

- Fix TextStyle of showConfirmationDialog/showModalActionSheet (#124)

## 1.10.0

- feat: Add option to set toggleable for showConfirmDialog (#123)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.10.0"
version: "1.10.1"
analyzer:
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.10.0
version: 1.10.1
repository: https://github.com/mono0926/adaptive_dialog
funding:
- https://github.com/sponsors/mono0926
Expand Down

0 comments on commit 6e85407

Please sign in to comment.