Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 22, 2020
1 parent 387ed5e commit 7c72201
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.1.0 - Apr 23, 2020

- Breaking change: support for `rxdart` 0.24.x.

## 1.0.3+1 - Jan 14, 2020

- Fix analysis
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,13 +1,13 @@
name: distinct_value_connectable_stream
description: Distinct value connectable stream for RxDart, useful for BLoC pattern
version: 1.0.3+1
version: 1.1.0
homepage: https://github.com/hoc081098/distinct_value_connectable_stream

environment:
sdk: '>=2.6.0 <3.0.0'

dependencies:
rxdart: ^0.23.1
rxdart: ^0.24.0
meta: ^1.1.6

dev_dependencies:
Expand Down

0 comments on commit 7c72201

Please sign in to comment.