Skip to content

Commit

Permalink
chore(publish): prepare for v0.2.9 - Apr 20, 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 20, 2023
1 parent 54273b8 commit 9fecfca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.9 - Apr 20, 2023

- **operators**:
- Fix `doOn` operator. Related issue: [rxdart#683](https://github.com/ReactiveX/rxdart/issues/683).

## 0.2.8 - Jan 26, 2023

- **single**:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.8"
version: "0.2.9"
source_span:
dependency: transitive
description:
Expand Down Expand Up @@ -129,4 +129,4 @@ packages:
source: hosted
version: "1.3.1"
sdks:
dart: ">=2.18.0 <4.0.0"
dart: ">=2.18.0 <3.0.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rxdart_ext_example
description: rxdart_ext_example
publish_to: none
version: 0.2.8
version: 0.2.9

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down
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 - RxDart extension.
version: 0.2.8
version: 0.2.9
homepage: https://github.com/hoc081098/rxdart_ext.git
repository: https://github.com/hoc081098/rxdart_ext.git
issue_tracker: https://github.com/hoc081098/rxdart_ext/issues
Expand Down

0 comments on commit 9fecfca

Please sign in to comment.