Skip to content

Commit 27c8218

Browse files
committed
* Limit Dart SDK version for Dart 2.8 version breaking change.
* add links to github repo in pubspec.yaml.
1 parent 85ffe24 commit 27c8218

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Rikulo Commons Changes
2+
### 4.0.1+1
3+
4+
* Limit Dart SDK version for Dart 2.8 version breaking change.
5+
* add links to github repo in pubspec.yaml.
26

37
### 4.0.1
48

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: rikulo_commons
2-
version: 4.0.1
2+
version: 4.0.1+1
33
description: Common reusable Dart classes and utilities.
44
authors:
55
- Tom Yeh <[email protected]>
66
- Henri Chen <[email protected]>
77
- Simon Pai <[email protected]>
88
homepage: http://rikulo.org
9+
repository: https://github.com/rikulo/commons
10+
issue_tracker: https://github.com/rikulo/commons/issues
911

1012
dependencies:
1113
logging: any
@@ -16,4 +18,4 @@ dev_dependencies:
1618
test: any
1719

1820
environment:
19-
sdk: '>=2.5.0 <3.0.0'
21+
sdk: '>=2.5.0 <2.8.0'

0 commit comments

Comments
 (0)