Skip to content

Commit

Permalink
0.0.1-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Dec 23, 2020
1 parent fdb4b08 commit c9fc98f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-nullsafety.1 - Dec 24, 2020

- Fix missing exports.

## 0.0.1-nullsafety.0 - Dec 24, 2020

- Initial version.
2 changes: 2 additions & 0 deletions lib/rxdart_ext.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export 'src/distinct_unique_by.dart';
export 'src/ignore.dart';
export 'src/map_not_null.dart';
export 'src/to_single_subscription.dart';
export 'src/value/not_replay_value_connectable_stream.dart';
export 'src/value/not_replay_value_stream.dart';
export 'src/value/value_subject.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rxdart_ext
description: Some extension methods and classes built on top of RxDart.
version: 0.0.1-nullsafety.0
version: 0.0.1-nullsafety.1
author: Petrus Nguyễn Thái Học <[email protected]>
homepage: https://github.com/hoc081098/rxdart_ext.git
repository: https://github.com/hoc081098/rxdart_ext.git
Expand Down

0 comments on commit c9fc98f

Please sign in to comment.