Skip to content

Commit 2672efd

Browse files
authored
Release 0.1.9+1 (#122)
2 parents 3a63773 + 88aa4c5 commit 2672efd

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

splitio/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.9+1 (Jun 7, 2024)
2+
* Updated Android SDK to `4.1.1`
3+
14
# 0.1.9 (May 22, 2024)
25
* Added support for targeting rules based on semantic versions (https://semver.org/).
36
* Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.

splitio/example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,23 +166,23 @@ packages:
166166
path: ".."
167167
relative: true
168168
source: path
169-
version: "0.1.9-rc.1"
169+
version: "0.1.9+1"
170170
splitio_android:
171171
dependency: transitive
172172
description:
173173
name: splitio_android
174-
sha256: c096d857d24642a3caa14ba9426ae82c1020ba76eaad42cc7707a76fa989a128
174+
sha256: b7ddd9f8a694ed610dd3ecd770f16d4ce016c3211d2f56fc5a094ef58bc543fb
175175
url: "https://pub.dev"
176176
source: hosted
177-
version: "0.1.9-rc.1"
177+
version: "0.1.9+1"
178178
splitio_ios:
179179
dependency: transitive
180180
description:
181181
name: splitio_ios
182-
sha256: "2b005d69476f11ade95cb7992f4fc8d03cd7ac9ef19f07373ebc97aeb273bf9a"
182+
sha256: e9b5427a7c8efa67846a5ccbe70d13d3286f50f382b369416bff7c509478b50f
183183
url: "https://pub.dev"
184184
source: hosted
185-
version: "0.1.9-rc.1"
185+
version: "0.1.9"
186186
splitio_platform_interface:
187187
dependency: transitive
188188
description:

splitio/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: splitio
22
description: Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
3-
version: 0.1.9
3+
version: 0.1.9+1
44
homepage: https://split.io/
55
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
66

@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: ^0.1.9
22+
splitio_android: ^0.1.9+1
2323
splitio_ios: ^0.1.9
2424
splitio_platform_interface: ^1.4.0
2525

splitio_android/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.9+1 (Jun 7, 2024)
2+
* Updated Android SDK to `4.1.1`
3+
14
# 0.1.9 (May 22, 2024)
25
* Updated Android SDK to `4.1.0`
36

splitio_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
implementation 'io.split.client:android-client:4.1.0'
39+
implementation 'io.split.client:android-client:4.1.1'
4040

4141
testImplementation 'junit:junit:4.13.2'
4242
testImplementation 'org.mockito:mockito-core:3.12.4'

splitio_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_android
22
description: The official Android implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
4-
version: 0.1.9
4+
version: 0.1.9+1
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"

0 commit comments

Comments
 (0)