Skip to content

Commit 1460876

Browse files
committed
Merge tag '2.0.1' into develop
Added collection dependency
2 parents 3b64b9b + 7f392fd commit 1460876

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.1
4+
5+
* Added collection dependency
6+
37
## 2.0.0
48

59
* Updated to NNBD

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ packages:
5151
source: hosted
5252
version: "0.3.0"
5353
collection:
54-
dependency: transitive
54+
dependency: "direct main"
5555
description:
5656
name: collection
5757
url: "https://pub.dartlang.org"

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: flinq
2-
version: 2.0.0
2+
version: 2.0.1
33
homepage: https://github.com/marchdev-tk/flinq
44
description: Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
10+
collection: ^1.15.0
1011

1112
dev_dependencies:
1213
pedantic: ^1.11.0

0 commit comments

Comments
 (0)