From 9fecfcabad113d4383726b46348fb5badf9379c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Thu, 20 Apr 2023 19:27:41 +0700 Subject: [PATCH] chore(publish): prepare for v0.2.9 - Apr 20, 2023 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6af8f..120cc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**: diff --git a/example/pubspec.lock b/example/pubspec.lock index 54e187c..429ff6b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -87,7 +87,7 @@ packages: path: ".." relative: true source: path - version: "0.2.8" + version: "0.2.9" source_span: dependency: transitive description: @@ -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" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5e45c1c..c6e7c71 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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' diff --git a/pubspec.yaml b/pubspec.yaml index 94f76d7..6f9faa7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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