Skip to content

Commit eb0eb12

Browse files
committed
Update CHANGELOG and package version
1 parent 351dd47 commit eb0eb12

File tree

5 files changed

+35
-17
lines changed

5 files changed

+35
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.3] - 2020-09-8
2+
3+
* Add key attribute to constructor
4+
15
## [1.0.2] - 2020-06-12
26

37
* Fixed broken links

example/pubspec.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.1"
10+
version: "2.4.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "2.0.0"
18+
characters:
19+
dependency: transitive
20+
description:
21+
name: characters
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.0.0"
1825
charcode:
1926
dependency: transitive
2027
description:
@@ -35,7 +42,7 @@ packages:
3542
name: collection
3643
url: "https://pub.dartlang.org"
3744
source: hosted
38-
version: "1.14.12"
45+
version: "1.14.13"
3946
cupertino_icons:
4047
dependency: "direct main"
4148
description:
@@ -66,7 +73,7 @@ packages:
6673
name: matcher
6774
url: "https://pub.dartlang.org"
6875
source: hosted
69-
version: "0.12.6"
76+
version: "0.12.8"
7077
meta:
7178
dependency: transitive
7279
description:
@@ -87,7 +94,7 @@ packages:
8794
path: ".."
8895
relative: true
8996
source: path
90-
version: "1.0.1"
97+
version: "1.0.3"
9198
sky_engine:
9299
dependency: transitive
93100
description: flutter
@@ -106,7 +113,7 @@ packages:
106113
name: stack_trace
107114
url: "https://pub.dartlang.org"
108115
source: hosted
109-
version: "1.9.3"
116+
version: "1.9.5"
110117
stream_channel:
111118
dependency: transitive
112119
description:
@@ -134,14 +141,14 @@ packages:
134141
name: test_api
135142
url: "https://pub.dartlang.org"
136143
source: hosted
137-
version: "0.2.16"
144+
version: "0.2.17"
138145
typed_data:
139146
dependency: transitive
140147
description:
141148
name: typed_data
142149
url: "https://pub.dartlang.org"
143150
source: hosted
144-
version: "1.1.6"
151+
version: "1.2.0"
145152
vector_math:
146153
dependency: transitive
147154
description:
@@ -150,4 +157,4 @@ packages:
150157
source: hosted
151158
version: "2.0.8"
152159
sdks:
153-
dart: ">=2.7.0 <3.0.0"
160+
dart: ">=2.9.0-14.0.dev <3.0.0"

lib/src/show_up_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
2-
import 'package:show_up_animation/show_up_animation.dart';
2+
import '../show_up_animation.dart';
33
import 'show_up_builder.dart';
44
import 'enums.dart';
55

pubspec.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.4.1"
10+
version: "2.4.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
1717
version: "2.0.0"
18+
characters:
19+
dependency: transitive
20+
description:
21+
name: characters
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.0.0"
1825
charcode:
1926
dependency: transitive
2027
description:
@@ -35,7 +42,7 @@ packages:
3542
name: collection
3643
url: "https://pub.dartlang.org"
3744
source: hosted
38-
version: "1.14.12"
45+
version: "1.14.13"
3946
fake_async:
4047
dependency: transitive
4148
description:
@@ -59,7 +66,7 @@ packages:
5966
name: matcher
6067
url: "https://pub.dartlang.org"
6168
source: hosted
62-
version: "0.12.6"
69+
version: "0.12.8"
6370
meta:
6471
dependency: transitive
6572
description:
@@ -92,7 +99,7 @@ packages:
9299
name: stack_trace
93100
url: "https://pub.dartlang.org"
94101
source: hosted
95-
version: "1.9.3"
102+
version: "1.9.5"
96103
stream_channel:
97104
dependency: transitive
98105
description:
@@ -120,14 +127,14 @@ packages:
120127
name: test_api
121128
url: "https://pub.dartlang.org"
122129
source: hosted
123-
version: "0.2.16"
130+
version: "0.2.17"
124131
typed_data:
125132
dependency: transitive
126133
description:
127134
name: typed_data
128135
url: "https://pub.dartlang.org"
129136
source: hosted
130-
version: "1.1.6"
137+
version: "1.2.0"
131138
vector_math:
132139
dependency: transitive
133140
description:
@@ -136,4 +143,4 @@ packages:
136143
source: hosted
137144
version: "2.0.8"
138145
sdks:
139-
dart: ">=2.7.0 <3.0.0"
146+
dart: ">=2.9.0-14.0.dev <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: show_up_animation
22
description: A flutter package to simplify the implementation of "show up" animation
3-
version: 1.0.1
3+
version: 1.0.3
44
homepage: https://github.com/thecodepapaya/show_up_animation
55

66
environment:

0 commit comments

Comments
 (0)