Skip to content

Commit

Permalink
chore: prepare for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jun 1, 2022
1 parent 615bf61 commit d439556
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## unreleased
## 0.2.1 - Jun 1, 2022

- Update `rxdart` to `0.27.4`.
- Update `path` to `1.8.2`.
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
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.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
Expand Down

0 comments on commit d439556

Please sign in to comment.