Skip to content

Commit b2c8595

Browse files
authored
0.1.7 rc.1 (#101)
1 parent 405e811 commit b2c8595

File tree

8 files changed

+17
-14
lines changed

8 files changed

+17
-14
lines changed

splitio/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.1.7-rc.1 (Nov 9, 2023)
2+
13
# 0.1.6 (Aug 15, 2023)
24

35
* Added `readyTimeout` configuration option. If the SDK is not ready after the amount of time (in seconds) specified by this option, the `whenTimeout` future of the client will be completed. Defaults to 10 seconds. A negative value means no timeout.

splitio/pubspec.yaml

Lines changed: 4 additions & 7 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.6
3+
version: 0.1.7-rc.1
44
homepage: https://split.io/
55
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
66

@@ -19,12 +19,9 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: #^0.1.6
23-
path: ../splitio_android
24-
splitio_ios: #^0.1.6
25-
path: ../splitio_ios
26-
splitio_platform_interface: #^1.3.0
27-
path: ../splitio_platform_interface
22+
splitio_android: ^0.1.7-rc.1
23+
splitio_ios: ^0.1.7-rc.1
24+
splitio_platform_interface: ^1.4.0-rc.1
2825

2926
dev_dependencies:
3027
flutter_test:

splitio_android/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.1.7-rc.1 (Nov 9, 2023)
2+
13
# 0.1.6 (Aug 15, 2023)
24

35
* Added `readyTimeout` configuration option.

splitio_android/pubspec.yaml

Lines changed: 2 additions & 3 deletions
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.6
4+
version: 0.1.7-rc.1
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"
@@ -19,8 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_platform_interface: #^1.3.0
23-
path: ../splitio_platform_interface
22+
splitio_platform_interface: ^1.4.0-rc.1
2423

2524
dev_dependencies:
2625
flutter_test:

splitio_ios/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.1.7-rc.1 (Nov 9, 2023)
2+
13
# 0.1.6 (Aug 15, 2023)
24

35
* Added `readyTimeout` configuration option.

splitio_ios/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: splitio_ios
22
description: The official iOS implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios
4-
version: 0.1.6
4+
version: 0.1.7-rc.1
55

66
environment:
77
sdk: ">=2.16.2 <4.0.0"
@@ -18,8 +18,7 @@ flutter:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
splitio_platform_interface: #^1.3.0
22-
path: ../splitio_platform_interface
21+
splitio_platform_interface: ^1.4.0-rc.1
2322

2423
dev_dependencies:
2524
flutter_test:

splitio_platform_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.4.0-rc.1 (Nov 9, 2023)
2+
13
# 1.3.0 (Aug 15, 2023)
24

35
* Added `readyTimeout` configuration option.

splitio_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: splitio_platform_interface
22
description: A common platform interface for the splitio plugin.
33
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
44
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
5-
version: 1.3.0
5+
version: 1.4.0-rc.1
66
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_platform_interface
77

88
environment:

0 commit comments

Comments
 (0)