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

Commit e3dc2c8

Browse files
author
eightgran
committed
Increment version number - 2.0.2
1 parent 431f575 commit e3dc2c8

File tree

4 files changed

+208
-2
lines changed

4 files changed

+208
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.2
2+
- Add `ConfirmDeleteDialog`, a dialog widget to confirm a delete action.
3+
- Add additional localizations.
4+
- Refactor a variety of widgets and classes.
5+
16
## 2.0.1
27

38
- Add `LitDeleteButton`, a red-themed button to delete content.

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.1"
95+
version: "2.0.2"
9696
meta:
9797
dependency: transitive
9898
description:

pubspec.lock

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
1+
# Generated by pub
2+
# See https://dart.dev/tools/pub/glossary#lockfile
3+
packages:
4+
async:
5+
dependency: transitive
6+
description:
7+
name: async
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.8.2"
11+
characters:
12+
dependency: transitive
13+
description:
14+
name: characters
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
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"
25+
clock:
26+
dependency: transitive
27+
description:
28+
name: clock
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "1.1.0"
32+
collection:
33+
dependency: transitive
34+
description:
35+
name: collection
36+
url: "https://pub.dartlang.org"
37+
source: hosted
38+
version: "1.15.0"
39+
ffi:
40+
dependency: transitive
41+
description:
42+
name: ffi
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "1.1.2"
46+
flutter:
47+
dependency: "direct main"
48+
description: flutter
49+
source: sdk
50+
version: "0.0.0"
51+
flutter_localizations:
52+
dependency: "direct main"
53+
description: flutter
54+
source: sdk
55+
version: "0.0.0"
56+
flutter_web_plugins:
57+
dependency: transitive
58+
description: flutter
59+
source: sdk
60+
version: "0.0.0"
61+
http:
62+
dependency: transitive
63+
description:
64+
name: http
65+
url: "https://pub.dartlang.org"
66+
source: hosted
67+
version: "0.13.4"
68+
http_parser:
69+
dependency: transitive
70+
description:
71+
name: http_parser
72+
url: "https://pub.dartlang.org"
73+
source: hosted
74+
version: "4.0.0"
75+
intl:
76+
dependency: "direct main"
77+
description:
78+
name: intl
79+
url: "https://pub.dartlang.org"
80+
source: hosted
81+
version: "0.17.0"
82+
js:
83+
dependency: transitive
84+
description:
85+
name: js
86+
url: "https://pub.dartlang.org"
87+
source: hosted
88+
version: "0.6.3"
89+
meta:
90+
dependency: transitive
91+
description:
92+
name: meta
93+
url: "https://pub.dartlang.org"
94+
source: hosted
95+
version: "1.7.0"
96+
package_info_plus:
97+
dependency: "direct main"
98+
description:
99+
name: package_info_plus
100+
url: "https://pub.dartlang.org"
101+
source: hosted
102+
version: "1.3.0"
103+
package_info_plus_linux:
104+
dependency: transitive
105+
description:
106+
name: package_info_plus_linux
107+
url: "https://pub.dartlang.org"
108+
source: hosted
109+
version: "1.0.3"
110+
package_info_plus_macos:
111+
dependency: transitive
112+
description:
113+
name: package_info_plus_macos
114+
url: "https://pub.dartlang.org"
115+
source: hosted
116+
version: "1.3.0"
117+
package_info_plus_platform_interface:
118+
dependency: transitive
119+
description:
120+
name: package_info_plus_platform_interface
121+
url: "https://pub.dartlang.org"
122+
source: hosted
123+
version: "1.0.2"
124+
package_info_plus_web:
125+
dependency: transitive
126+
description:
127+
name: package_info_plus_web
128+
url: "https://pub.dartlang.org"
129+
source: hosted
130+
version: "1.0.4"
131+
package_info_plus_windows:
132+
dependency: transitive
133+
description:
134+
name: package_info_plus_windows
135+
url: "https://pub.dartlang.org"
136+
source: hosted
137+
version: "1.0.4"
138+
path:
139+
dependency: transitive
140+
description:
141+
name: path
142+
url: "https://pub.dartlang.org"
143+
source: hosted
144+
version: "1.8.0"
145+
plugin_platform_interface:
146+
dependency: transitive
147+
description:
148+
name: plugin_platform_interface
149+
url: "https://pub.dartlang.org"
150+
source: hosted
151+
version: "2.1.2"
152+
sky_engine:
153+
dependency: transitive
154+
description: flutter
155+
source: sdk
156+
version: "0.0.99"
157+
source_span:
158+
dependency: transitive
159+
description:
160+
name: source_span
161+
url: "https://pub.dartlang.org"
162+
source: hosted
163+
version: "1.8.2"
164+
string_scanner:
165+
dependency: transitive
166+
description:
167+
name: string_scanner
168+
url: "https://pub.dartlang.org"
169+
source: hosted
170+
version: "1.1.0"
171+
term_glyph:
172+
dependency: transitive
173+
description:
174+
name: term_glyph
175+
url: "https://pub.dartlang.org"
176+
source: hosted
177+
version: "1.2.0"
178+
typed_data:
179+
dependency: transitive
180+
description:
181+
name: typed_data
182+
url: "https://pub.dartlang.org"
183+
source: hosted
184+
version: "1.3.0"
185+
vector_math:
186+
dependency: transitive
187+
description:
188+
name: vector_math
189+
url: "https://pub.dartlang.org"
190+
source: hosted
191+
version: "2.1.1"
192+
win32:
193+
dependency: transitive
194+
description:
195+
name: win32
196+
url: "https://pub.dartlang.org"
197+
source: hosted
198+
version: "2.3.8"
199+
sdks:
200+
dart: ">=2.15.0 <3.0.0"
201+
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.1
2+
version: 2.0.2
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)