Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit f8dd6c3

Browse files
author
eightgran
committed
Increment version number - 2.1.1
- Update changelog - Upgrade dependencies
1 parent 0b83a8e commit f8dd6c3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
- Allow alternative navigation using `tapToNavigate` on `IndexedPageView`
4+
15
## 2.1.0
26
- Add `FilePathPreview`
37
- Adjust styling on `LitBackButton`

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "2.1.0"
95+
version: "2.1.1"
9696
material_color_utilities:
9797
dependency: transitive
9898
description:

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ packages:
160160
name: source_span
161161
url: "https://pub.dartlang.org"
162162
source: hosted
163-
version: "1.9.0"
163+
version: "1.9.1"
164164
string_scanner:
165165
dependency: transitive
166166
description:
@@ -174,7 +174,7 @@ packages:
174174
name: term_glyph
175175
url: "https://pub.dartlang.org"
176176
source: hosted
177-
version: "1.2.0"
177+
version: "1.2.1"
178178
typed_data:
179179
dependency: transitive
180180
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: leitmotif
2-
version: 2.1.0
2+
version: 2.1.1
33
homepage: https://github.com/litlifesoftware/leitmotif-flutter
44
description: >-
55
A collection of widgets and screens for Flutter implementing the Leitmotif Design Language.

0 commit comments

Comments
 (0)