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
6 changes: 6 additions & 0 deletions splitio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.0 (Nov 6, 2024)
* Added support for targeting rules based on large segments.
* BREAKING CHANGE (for Split Proxy users):
* Dropped support for Split Proxy below version `5.9.0`.
* Updated iOS SDK to `3.0.0` & Android SDK to `5.0.0`.

# 0.2.0-rc.1 (Nov 6, 2024)

# 0.1.10 (Oct 18, 2024)
Expand Down
20 changes: 11 additions & 9 deletions splitio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,21 +166,23 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0-rc.1"
version: "0.2.0"
splitio_android:
dependency: transitive
description:
path: "../../splitio_android"
relative: true
source: path
version: "0.2.0-rc.1"
name: splitio_android
sha256: "44b0e1dddd374fc73fc1b5ef89598b96ea405d533a8211c06a45665f5d6187b5"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
splitio_ios:
dependency: transitive
description:
path: "../../splitio_ios"
relative: true
source: path
version: "0.2.0-rc.1"
name: splitio_ios
sha256: "7c7a2a60711b8e6267cde7e2754d30931dafc76b20b28e1356624963628cb166"
url: "https://pub.dev"
source: hosted
version: "0.2.0"
splitio_platform_interface:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: splitio
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.
version: 0.2.0-rc.1
version: 0.2.0
homepage: https://split.io/
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/

Expand All @@ -19,8 +19,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_android: ^0.2.0-rc.1
splitio_ios: ^0.2.0-rc.1
splitio_android: ^0.2.0
splitio_ios: ^0.2.0
splitio_platform_interface: ^1.5.0

dev_dependencies:
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.2.0 (Nov 6, 2024)
* Updated Android SDK to `5.0.0`

# 0.2.0-rc.1 (Nov 6, 2024)

# 0.1.10 (Oct 18, 2024)
Expand Down
2 changes: 1 addition & 1 deletion splitio_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: splitio_android
description: The official Android implementation of splitio Flutter plugin.
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
version: 0.2.0-rc.1
version: 0.2.0

environment:
sdk: ">=2.16.2 <4.0.0"
Expand Down
3 changes: 3 additions & 0 deletions splitio_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.0 (Nov 6, 2024)
* Updated iOS SDK to `3.0.0`

# 0.2.0-rc.1 (Nov 6, 2024)

# 0.1.10 (Oct 18, 2024)
Expand Down
2 changes: 1 addition & 1 deletion splitio_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: splitio_ios
description: The official iOS implementation of splitio Flutter plugin.
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios
version: 0.2.0-rc.1
version: 0.2.0

environment:
sdk: ">=2.16.2 <4.0.0"
Expand Down