Skip to content

Commit

Permalink
chore(publish): prepare for v0.28.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 30, 2024
1 parent 1fbe767 commit 1d8eeb5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feedback on this change appreciated as this is a dev release before 0.28.0 stabl
* Convert all _required positional_ parameters to _required named_ parameters.
* The `disposer` is now called after the future returned from `StreamSubscription.cancel` completes.

## 0.28.0-dev.1 (2024-01-27)
## [0.28.0-dev.1] (2024-01-27)

Feedback on this change appreciated as this is a dev release before 0.28.0 stable!

Expand All @@ -28,7 +28,7 @@ Feedback on this change appreciated as this is a dev release before 0.28.0 stabl

* Replace deprecated "dart pub run" with "dart run" (thanks to [@tatsuyafujisaki](https://github.com/tatsuyafujisaki)).

## 0.28.0-dev.0 (2023-07-26)
## [0.28.0-dev.0] (2023-07-26)

Feedback on this change appreciated as this is a dev release before 0.28.0 stable!

Expand Down Expand Up @@ -722,4 +722,6 @@ for example: combineThreeLatest becomes combineLatest3
* As of this version, rxdart depends on SDK v1.21.0, to support the newly added generic method type syntax

[Unreleased]: https://github.com/ReactiveX/rxdart/compare/0.28.0-dev.2...HEAD
[0.28.0-dev.2]: https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.2
[0.28.0-dev.2]: https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.2
[0.28.0-dev.1]: https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.1
[0.28.0-dev.0]: https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.0

0 comments on commit 1d8eeb5

Please sign in to comment.