From d43955622351f48a41fe5b44b64694cbb5383cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Wed, 1 Jun 2022 11:40:20 +0700 Subject: [PATCH] chore: prepare for 0.2.1 --- CHANGELOG.md | 2 +- README.md | 13 +++++++------ example/pubspec.lock | 6 +++--- example/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3e5f4..c5dfb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased +## 0.2.1 - Jun 1, 2022 - Update `rxdart` to `0.27.4`. - Update `path` to `1.8.2`. diff --git a/README.md b/README.md index 482fc84..b7ef726 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ Some extension methods and classes built on top of [`RxDart`](https://pub.dev/pa ## RxDart compatibility -| **rxdart** | **rxdart_ext** | -|:------------------------:|:---------------------:| -| `0.26.0` | `below 0.0.1` | -| `from 0.27.0 to 0.27.1` | `from 0.1.0 to 0.1.1` | -| `0.27.2` | `0.1.2` | -| `0.27.3` | `from 0.1.3 to 0.2.0` | +| **rxdart** | **rxdart_ext** | +|:-----------------------:|:---------------------:| +| `0.26.0` | `below 0.0.1` | +| `from 0.27.0 to 0.27.1` | `from 0.1.0 to 0.1.1` | +| `0.27.2` | `0.1.2` | +| `0.27.3` | `from 0.1.3 to 0.2.0` | +| `0.27.4` | `0.2.1` | ## API diff --git a/example/pubspec.lock b/example/pubspec.lock index 6919f7c..4b5a327 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,21 +14,21 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" rxdart: dependency: "direct main" description: name: rxdart url: "https://pub.dartlang.org" source: hosted - version: "0.27.3" + version: "0.27.4" rxdart_ext: dependency: "direct main" description: path: ".." relative: true source: path - version: "0.2.0" + version: "0.2.1" stack_trace: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a3d22b0..a927f67 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,14 +1,14 @@ name: rxdart_ext_example description: rxdart_ext_example publish_to: none -version: 0.1.3 +version: 0.2.1 environment: sdk: '>=2.12.0 <3.0.0' dependencies: rxdart_ext: any - rxdart: ^0.27.3 + rxdart: ^0.27.4 dependency_overrides: rxdart_ext: diff --git a/pubspec.yaml b/pubspec.yaml index 4048ec0..e136f4b 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.0 +version: 0.2.1 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