Skip to content

Commit

Permalink
prepare for v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jul 27, 2022
1 parent 91ef350 commit 3457dd6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.5 - Jul 27, 2022

- **state_stream**:
- `StateSubject.stream` now returns a `StateStream`.
- Update docs for `StateSubject` and `StateStream`.

## 0.2.4 - Jul 24, 2022

- Fix `StateStream.select5..select9`: miss passing `equals` param.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Liked some of my work? Buy me a coffee (or more likely a beer)
| `^0.27.2` | `0.1.2` |
| `^0.27.3` | `0.1.3 → 0.2.0` |
| `^0.27.4` | `0.2.1 → 0.2.2` |
| `^0.27.5` | `0.2.3 → 0.2.4` |
| `^0.27.5` | `0.2.3 → 0.2.5` |

- For example: `rxdart: ^0.27.4``rxdart_ext: ^v`, `v` in `0.2.1 → 0.2.2` and `0.2.3 → 0.2.4`
- For example: `rxdart: ^0.27.4``rxdart_ext: ^v`, `v` in `0.2.1 → 0.2.2` and `0.2.3 → 0.2.5`
(all rows since `^0.27.4` row in the above table).

- But in some cases there is any **conflict** between `rxdart` version and `rxdart_ext` version,
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.4"
version: "0.2.5"
stack_trace:
dependency: transitive
description:
Expand Down
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.2
version: 0.2.5

environment:
sdk: '>=2.12.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.4
version: 0.2.5
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 3457dd6

Please sign in to comment.