Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.1.9+1 (Jun 7, 2024)
* Updated Android SDK to `4.1.1`

# 0.1.9 (May 22, 2024)
* Added support for targeting rules based on semantic versions (https://semver.org/).
* Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
Expand Down
7 changes: 4 additions & 3 deletions splitio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,10 @@ packages:
splitio_android:
dependency: transitive
description:
path: "../../splitio_android"
relative: true
source: path
name: splitio_android
sha256: b7ddd9f8a694ed610dd3ecd770f16d4ce016c3211d2f56fc5a094ef58bc543fb
url: "https://pub.dev"
source: hosted
version: "0.1.9+1"
splitio_ios:
dependency: transitive
Expand Down
4 changes: 1 addition & 3 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
# splitio_android: ^0.1.9+1
splitio_android:
path: ../splitio_android
splitio_android: ^0.1.9+1
splitio_ios: ^0.1.9
splitio_platform_interface: ^1.4.0

Expand Down
3 changes: 3 additions & 0 deletions splitio_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.1.9+1 (Jun 7, 2024)
* Updated Android SDK to `4.1.1`

# 0.1.9 (May 22, 2024)
* Updated Android SDK to `4.1.0`

Expand Down