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

Commit 38ee58f

Browse files
author
eightgran
committed
Increment version number - 2.2.0
- Update changelog
1 parent 5adafb5 commit 38ee58f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.2.0
2+
3+
- New and updated `LitIcons`
4+
- Options to use default Material widgets on `LitScaffold` and `LitTabView`
5+
- Add `longPressed` gesture on various widgets
6+
- Update LLSW branding on `LitStartupScreen`
7+
- Add `ScrollableText` widget
8+
- Improve error handling on `LitSnackbarController`
9+
110
## 2.1.2
211

312
- Fix missing `AnimationController` dispose call on `LitToggleButton`

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.2"
95+
version: "2.2.0"
9696
material_color_utilities:
9797
dependency: transitive
9898
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.2
2+
version: 2.2.0
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)