diff --git a/CHANGELOG.md b/CHANGELOG.md index 81044c7..1c051f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.1 + +- Allow alternative navigation using `tapToNavigate` on `IndexedPageView` + ## 2.1.0 - Add `FilePathPreview` - Adjust styling on `LitBackButton` diff --git a/example/pubspec.lock b/example/pubspec.lock index a378a22..73fb5d1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "2.1.0" + version: "2.1.1" material_color_utilities: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index a2e9e0f..c6b433c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -160,7 +160,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "1.9.1" string_scanner: dependency: transitive description: @@ -174,7 +174,7 @@ packages: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bff9a04..a85dfcd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: leitmotif -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/litlifesoftware/leitmotif-flutter description: >- A collection of widgets and screens for Flutter implementing the Leitmotif Design Language.