diff --git a/CHANGELOG.md b/CHANGELOG.md index dcacf17..e972e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/example/pubspec.lock b/example/pubspec.lock index 7e7aa18..755271d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -15,7 +15,7 @@ packages: path: ".." relative: true source: path - version: "1.10.0" + version: "1.10.1" analyzer: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8ac7cb5..9460023 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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