From 62fd274acd6ab93ed58cbf963c3153ddf8daa862 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Wed, 28 Apr 2021 08:51:20 -0700 Subject: [PATCH] Prepare to publish with null safety (#75) Bump the `stream_channel` constraint so the lower bound is migrated for null safety. --- CHANGELOG.md | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126ba00..5b3c860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.0.0-dev +## 3.0.0 * Migrate to null safety. * Accept responses even if the server converts the ID to a String. diff --git a/pubspec.yaml b/pubspec.yaml index e8d1b15..4e1b8a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_rpc_2 -version: 3.0.0-dev +version: 3.0.0 description: >- Utilities to write a client or server using the JSON-RPC 2.0 spec. homepage: https://github.com/dart-lang/json_rpc_2 @@ -9,7 +9,7 @@ environment: dependencies: stack_trace: ^1.10.0 - stream_channel: ">=1.1.0 <3.0.0" + stream_channel: ^2.1.0 dev_dependencies: pedantic: ^1.11.0