From eff1d2ea4764d5cf251581b7c5ff45e5c84f5d8e Mon Sep 17 00:00:00 2001 From: Petrus Nguyen Thai Hoc Date: Mon, 8 Feb 2021 18:34:45 +0700 Subject: [PATCH] 1.2.0-nullsafety.5 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e944e3..ef751cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0-nullsafety.5 - Feb 8, 2021 + +- Update dependencies. + ## 1.2.0-nullsafety.4 - Feb 7, 2021 - Remove generic type of `DistinctValueStream.defaultEquals`. diff --git a/pubspec.yaml b/pubspec.yaml index 705e810..e0dc386 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: distinct_value_connectable_stream description: Distinct value connectable stream for RxDart, useful for BLoC pattern -author: Petrus Nguyễn Thái Học -version: 1.2.0-nullsafety.4 +author: Petrus Nguyen Thai Hoc +version: 1.2.0-nullsafety.5 homepage: https://github.com/hoc081098/distinct_value_connectable_stream.git repository: https://github.com/hoc081098/distinct_value_connectable_stream.git issue_tracker: https://github.com/hoc081098/distinct_value_connectable_stream/issues @@ -10,9 +10,9 @@ environment: sdk: '>=2.12.0-0 <3.0.0' dependencies: - rxdart_ext: ^0.0.1-nullsafety.6 - meta: ^1.3.0-nullsafety.6 + rxdart_ext: ^0.0.1-nullsafety.7 + meta: ^1.3.0 dev_dependencies: - pedantic: ^1.10.0-nullsafety.3 - test: ^1.16.0-nullsafety.13 + pedantic: ^1.10.0 + test: ^1.16.0