Skip to content

Commit

Permalink
Update rxdart dependency and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jackforesightmobile committed Aug 31, 2022
1 parent 2ea35dc commit dc4fe07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.0.3]

- Upgrade rxdart dependency

## [3.0.2]

- Only call analytics if there are feature evaluations to track
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dc4fe07

Please sign in to comment.