Skip to content

Commit 8df257b

Browse files
authored
Prepare release 0.1.9+1 (#121)
1 parent 3e2d9dc commit 8df257b

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,10 @@ packages:
170170
splitio_android:
171171
dependency: transitive
172172
description:
173-
path: "../../splitio_android"
174-
relative: true
175-
source: path
173+
name: splitio_android
174+
sha256: b7ddd9f8a694ed610dd3ecd770f16d4ce016c3211d2f56fc5a094ef58bc543fb
175+
url: "https://pub.dev"
176+
source: hosted
176177
version: "0.1.9+1"
177178
splitio_ios:
178179
dependency: transitive

splitio/pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
# splitio_android: ^0.1.9+1
23-
splitio_android:
24-
path: ../splitio_android
22+
splitio_android: ^0.1.9+1
2523
splitio_ios: ^0.1.9
2624
splitio_platform_interface: ^1.4.0
2725

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

0 commit comments

Comments
 (0)