diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cd98c52b..fd1377f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.8.1","packages/common_client":"1.14.2","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.20.1"} +{"packages/common":"1.8.1","packages/common_client":"1.14.2","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.20.2"} diff --git a/packages/flutter_client_sdk/CHANGELOG.md b/packages/flutter_client_sdk/CHANGELOG.md index b6a1e9d7..15d1d123 100644 --- a/packages/flutter_client_sdk/CHANGELOG.md +++ b/packages/flutter_client_sdk/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Flutter client-side SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [4.20.2](https://github.com/launchdarkly/flutter-client-sdk/compare/4.20.1...4.20.2) (2026-07-23) + + +### Bug Fixes + +* Update launchdarkly_common_client to version 1.14.2 ([#331](https://github.com/launchdarkly/flutter-client-sdk/issues/331)) ([48f6790](https://github.com/launchdarkly/flutter-client-sdk/commit/48f6790cc0eaa8efeb5e52ec7c882dec78330194)) + ## [4.20.1](https://github.com/launchdarkly/flutter-client-sdk/compare/4.20.0...4.20.1) (2026-07-13) diff --git a/packages/flutter_client_sdk/example/pubspec.yaml b/packages/flutter_client_sdk/example/pubspec.yaml index c8c21c03..7fd7f357 100644 --- a/packages/flutter_client_sdk/example/pubspec.yaml +++ b/packages/flutter_client_sdk/example/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: # This defaults to a published package. Using `flutter pub get` will get the package from pub.dev # If you run `melos bs` in the root of the repository, then it will be linked to the local version # instead. - launchdarkly_flutter_client_sdk: 4.20.1 # x-release-please-version + launchdarkly_flutter_client_sdk: 4.20.2 # x-release-please-version # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. diff --git a/packages/flutter_client_sdk/example_fdv2/pubspec.yaml b/packages/flutter_client_sdk/example_fdv2/pubspec.yaml index 19a159d6..67acb6cb 100644 --- a/packages/flutter_client_sdk/example_fdv2/pubspec.yaml +++ b/packages/flutter_client_sdk/example_fdv2/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: # This defaults to a published package. Using `flutter pub get` will get the # package from pub.dev. If you run `melos bs` in the root of the repository, # then it will be linked to the local version instead. - launchdarkly_flutter_client_sdk: 4.20.1 # x-release-please-version + launchdarkly_flutter_client_sdk: 4.20.2 # x-release-please-version cupertino_icons: ^1.0.6 dev_dependencies: diff --git a/packages/flutter_client_sdk/lib/src/ld_client.dart b/packages/flutter_client_sdk/lib/src/ld_client.dart index 63d1431e..df2de428 100644 --- a/packages/flutter_client_sdk/lib/src/ld_client.dart +++ b/packages/flutter_client_sdk/lib/src/ld_client.dart @@ -9,7 +9,7 @@ import 'platform_env_reporter.dart'; import 'plugin.dart'; const sdkName = 'FlutterClientSdk'; -const sdkVersion = '4.20.1'; // x-release-please-version +const sdkVersion = '4.20.2'; // x-release-please-version /// The main interface for the LaunchDarkly Flutter SDK. /// diff --git a/packages/flutter_client_sdk/pubspec.yaml b/packages/flutter_client_sdk/pubspec.yaml index fa883ecf..8e957bf5 100644 --- a/packages/flutter_client_sdk/pubspec.yaml +++ b/packages/flutter_client_sdk/pubspec.yaml @@ -1,6 +1,6 @@ name: launchdarkly_flutter_client_sdk description: Official Flutter client-side SDK for LaunchDarkly. Get started using LaunchDarkly today! -version: 4.20.1 +version: 4.20.2 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk