Skip to content

Commit

Permalink
prepare null-safe, stable release (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 27, 2021
1 parent 898d46a commit 110171b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.26.0
* Stable, null-safe release.

## 0.26.0-nullsafety.1
* Breaking change: `ValueStream`
- Add `valueWrapper` to `ValueStream`.
Expand Down
12 changes: 4 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: rxdart
version: 0.26.0-nullsafety.1
authors:
- Frank Pepermans <frank@igindo.com>
- Brian Egan <brian@brianegan.com>
- Petrus Nguyen Thai Hoc <hoc081098@gmail.com>
version: 0.26.0
description: >
RxDart is an implementation of the popular reactiveX api for asynchronous
programming, leveraging the native Dart Streams api.
homepage: https://github.com/ReactiveX/rxdart
repository: https://github.com/ReactiveX/rxdart

environment:
sdk: '>=2.12.0-0 <3.0.0'

dev_dependencies:
build_runner: ">=1.7.0 <2.0.0"
build_web_compilers: ">=2.7.0 <3.0.0"
build_runner: ^1.7.0
build_web_compilers: ^2.7.0
pedantic: ^1.10.0
stack_trace: ^1.10.0
test: ^1.16.0

0 comments on commit 110171b

Please sign in to comment.