diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05f72ed7..f8f8073a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.8.2","packages/common_client":"1.14.3","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.20.2"} +{"packages/common":"1.8.2","packages/common_client":"1.14.3","packages/event_source_client":"3.0.0","packages/flutter_client_sdk":"4.20.3"} diff --git a/packages/flutter_client_sdk/CHANGELOG.md b/packages/flutter_client_sdk/CHANGELOG.md index 15d1d123..ed1c868d 100644 --- a/packages/flutter_client_sdk/CHANGELOG.md +++ b/packages/flutter_client_sdk/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/launchdarkly/flutter-client-sdk/compare/4.20.2...4.20.3) (2026-08-26) + + +### Bug Fixes + +* Includes fix for flagVersion tracking in events ([aaa2f0b](https://github.com/launchdarkly/flutter-client-sdk/commit/aaa2f0b61cade8ce35c7882a2a708d06d2450827)) +* Update launchdarkly_common_client to version 1.14.3 ([aaa2f0b](https://github.com/launchdarkly/flutter-client-sdk/commit/aaa2f0b61cade8ce35c7882a2a708d06d2450827)) + ## [4.20.2](https://github.com/launchdarkly/flutter-client-sdk/compare/4.20.1...4.20.2) (2026-07-23) diff --git a/packages/flutter_client_sdk/example/pubspec.yaml b/packages/flutter_client_sdk/example/pubspec.yaml index 7fd7f357..893ac4b2 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.2 # x-release-please-version + launchdarkly_flutter_client_sdk: 4.20.3 # 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 67acb6cb..1a324f9f 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.2 # x-release-please-version + launchdarkly_flutter_client_sdk: 4.20.3 # 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 df2de428..af0af942 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.2'; // x-release-please-version +const sdkVersion = '4.20.3'; // 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 20a0dc72..8270eb38 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.2 +version: 4.20.3 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk