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.1.6-rc.1 (Aug 15, 2023)

# 0.1.5 (Jul 19, 2023)

* Updated iOS SDK to `2.21.0` & Android SDK to `3.3.0`

# 0.1.5-rc.1 (Jul 19, 2023)

# 0.1.4 (May 23, 2023)
Expand Down
9 changes: 3 additions & 6 deletions splitio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_android: #^0.1.6-rc.1
path: ../splitio_android
splitio_ios: #^0.1.6-rc.1
path: ../splitio_ios
splitio_platform_interface: #^1.3.0-rc.1
path: ../splitio_platform_interface
splitio_android: ^0.1.6-rc.1
splitio_ios: ^0.1.6-rc.1
splitio_platform_interface: ^1.3.0-rc.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions splitio_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.1.6-rc.1 (Aug 15, 2023)

# 0.1.5 (Jul 19, 2023)

* Updated Android SDK to `3.3.0`, which includes:
Expand Down
3 changes: 1 addition & 2 deletions splitio_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_platform_interface: #^1.3.0-rc.1
path: ../splitio_platform_interface
splitio_platform_interface: ^1.3.0-rc.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions splitio_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.1.6-rc.1 (Aug 15, 2023)

# 0.1.5 (Jul 19, 2023)

* Updated iOS SDK to `2.21.0`, which includes:
Expand Down
3 changes: 1 addition & 2 deletions splitio_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
splitio_platform_interface: #^1.3.0-rc.1
path: ../splitio_platform_interface
splitio_platform_interface: ^1.3.0-rc.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions splitio_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.3.0-rc.1 (Aug 15, 2023)

# 1.2.0 (May 23, 2023)

* Added `setUserConsent` method.
Expand Down