From 1534d3b308a1e153b388da90158e54794ab66fc5 Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Mon, 28 Mar 2022 16:57:47 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 914d02f..3ddff70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 04380db..4133d00 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.4.0" + version: "1.5.0" animations: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4b85e7e..046e465 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.4.0 +version: 1.5.0 homepage: https://github.com/mono0926/adaptive_dialog environment: sdk: '>=2.15.0 <3.0.0'