Skip to content

Commit 7be4959

Browse files
committed
bump: update version
1 parent 91bb0bc commit 7be4959

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0
2+
3+
* Migrate to null safety(thanks to @areille #33)
4+
15
## 0.0.2+1
26

37
* Dartfmt line length changed from 120 to 80

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
7+
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
1010
flutter:
@@ -14,8 +14,8 @@ dependencies:
1414
path: ../
1515

1616

17-
font_awesome_flutter: ^9.0.0-nullsafety
18-
url_launcher: ^6.0.2
17+
font_awesome_flutter: ^9.0.0
18+
url_launcher: ^6.0.3
1919
url_launcher_web: ^2.0.0
2020

2121
dev_dependencies:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: timelines
2-
version: 0.0.2+1
2+
version: 0.1.0
33
description: A powerful & easy to use timeline package for Flutter. All UI components in this package are separate widgets.
44
homepage: https://chulwoo.dev
55
repository: https://github.com/chulwoo-park/timelines/
66
issue_tracker: https://github.com/chulwoo-park/timelines/issues
77

88
environment:
99
sdk: '>=2.12.0 <3.0.0'
10-
flutter: ">=1.17.0"
10+
flutter: '>=1.17.0'
1111

1212
dependencies:
1313
flutter:
@@ -16,6 +16,6 @@ dependencies:
1616
dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
19-
pedantic: ^1.9.2
19+
pedantic: ^1.11.0
2020

2121
flutter:

0 commit comments

Comments
 (0)