Skip to content
Merged

0.1.8 #108

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.8 (Feb 7, 2023)
* Updated iOS SDK to `2.24.3` & Android SDK to `4.0.0`

# 0.1.7+1-rc.2 (Feb 7, 2023)

# 0.1.7+1-rc.1 (Feb 7, 2023)
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.1.7+1-rc.2
version: 0.1.8
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.1.7+1-rc.2
splitio_ios: ^0.1.7+1-rc.1
splitio_android: ^0.1.8
splitio_ios: ^0.1.8
splitio_platform_interface: ^1.4.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.1.8 (Feb 7, 2023)
* Updated Android SDK to `4.0.0`

# 0.1.7+1-rc.2 (Feb 7, 2023)

# 0.1.7+1-rc.1 (Feb 7, 2023)
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.1.7+1-rc.2
version: 0.1.8

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.1.8 (Feb 7, 2023)
* Updated iOS SDK to `2.24.3'`

# 0.1.7+1-rc.1 (Feb 7, 2023)

# 0.1.7 (Nov 9, 2023)
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.1.7+1-rc.1
version: 0.1.8

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