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

Commit ad54ca7

Browse files
author
eightgran
committed
Increment version number - 2.1.0
- Update changelog
1 parent d19eda1 commit ad54ca7

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.0
2+
- Add `FilePathPreview`
3+
- Adjust styling on `LitBackButton`
4+
- Apply mini library concept on `widgets` library
5+
- Remove part directive
6+
- See https://dart.dev/guides/libraries/create-library-packages
7+
18
## 2.0.3
29
- Improve gradient background on `LitUserIcon`
310
- Improve color contrast on `LitDeleteButton`

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.0.3"
95+
version: "2.1.0"
9696
material_color_utilities:
9797
dependency: transitive
9898
description:

pubspec.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,14 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
characters:
1212
dependency: transitive
1313
description:
1414
name: characters
1515
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "1.2.0"
18-
charcode:
19-
dependency: transitive
20-
description:
21-
name: charcode
22-
url: "https://pub.dartlang.org"
23-
source: hosted
24-
version: "1.3.1"
2518
clock:
2619
dependency: transitive
2720
description:
@@ -42,7 +35,7 @@ packages:
4235
name: ffi
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.1.2"
38+
version: "1.2.1"
4639
flutter:
4740
dependency: "direct main"
4841
description: flutter
@@ -71,7 +64,7 @@ packages:
7164
name: http_parser
7265
url: "https://pub.dartlang.org"
7366
source: hosted
74-
version: "4.0.0"
67+
version: "4.0.1"
7568
intl:
7669
dependency: "direct main"
7770
description:
@@ -106,14 +99,14 @@ packages:
10699
name: package_info_plus
107100
url: "https://pub.dartlang.org"
108101
source: hosted
109-
version: "1.4.0"
102+
version: "1.4.2"
110103
package_info_plus_linux:
111104
dependency: transitive
112105
description:
113106
name: package_info_plus_linux
114107
url: "https://pub.dartlang.org"
115108
source: hosted
116-
version: "1.0.3"
109+
version: "1.0.5"
117110
package_info_plus_macos:
118111
dependency: transitive
119112
description:
@@ -134,14 +127,14 @@ packages:
134127
name: package_info_plus_web
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "1.0.4"
130+
version: "1.0.5"
138131
package_info_plus_windows:
139132
dependency: transitive
140133
description:
141134
name: package_info_plus_windows
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "1.0.4"
137+
version: "1.0.5"
145138
path:
146139
dependency: transitive
147140
description:
@@ -167,14 +160,14 @@ packages:
167160
name: source_span
168161
url: "https://pub.dartlang.org"
169162
source: hosted
170-
version: "1.8.2"
163+
version: "1.9.0"
171164
string_scanner:
172165
dependency: transitive
173166
description:
174167
name: string_scanner
175168
url: "https://pub.dartlang.org"
176169
source: hosted
177-
version: "1.1.0"
170+
version: "1.1.1"
178171
term_glyph:
179172
dependency: transitive
180173
description:
@@ -202,7 +195,7 @@ packages:
202195
name: win32
203196
url: "https://pub.dartlang.org"
204197
source: hosted
205-
version: "2.4.1"
198+
version: "2.5.2"
206199
sdks:
207200
dart: ">=2.15.0 <3.0.0"
208201
flutter: ">=1.20.0"

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.0.3
2+
version: 2.1.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)