From dc4fe0714a0851d44208240141ba01b7c7c8d028 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Wed, 31 Aug 2022 09:48:51 +0100 Subject: [PATCH] Update rxdart dependency and bump version number --- CHANGELOG.md | 4 ++++ pubspec.lock | 4 ++-- pubspec.yaml | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a4c58..7a01724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.0.3] + + - Upgrade rxdart dependency + ## [3.0.2] - Only call analytics if there are feature evaluations to track diff --git a/pubspec.lock b/pubspec.lock index 717d018..af98715 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -161,7 +161,7 @@ packages: name: flagsmith_flutter_core url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.1" frontend_server_client: dependency: transitive description: @@ -322,7 +322,7 @@ packages: name: rxdart url: "https://pub.dartlang.org" source: hosted - version: "0.27.2" + version: "0.27.5" shelf: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0a33e0f..55ee4fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open Source. Host yourself or let us take care of the hosting. -version: 3.0.2 +version: 3.0.3 homepage: https://github.com/Flagsmith/flagsmith-flutter-client repository: https://github.com/Flagsmith/flagsmith-flutter-client issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues @@ -12,10 +12,10 @@ environment: sdk: '>=2.13.0 <3.0.0' dependencies: - flagsmith_flutter_core: ^2.3.0 + flagsmith_flutter_core: ^2.3.1 collection: ^1.15.0 dio: ^4.0.0 - rxdart: ">=0.26.0 <=0.27.2" + rxdart: ^0.27.5 dev_dependencies: test: ">=1.16.0 <=1.17.12" lints: ^1.0.1