From 29fd6464f0d45d79e283b57c41b80bb9db2aa2a9 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:08:30 -0500 Subject: [PATCH] chore(main): release 4.15.0 --- .release-please-manifest.json | 2 +- packages/flutter_client_sdk/CHANGELOG.md | 7 +++++++ packages/flutter_client_sdk/example/pubspec.yaml | 2 +- packages/flutter_client_sdk/lib/src/ld_client.dart | 2 +- packages/flutter_client_sdk/pubspec.yaml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a72bc9..c5f3ad3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.8.0","packages/common_client":"1.9.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.14.0"} +{"packages/common":"1.8.0","packages/common_client":"1.9.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.15.0"} diff --git a/packages/flutter_client_sdk/CHANGELOG.md b/packages/flutter_client_sdk/CHANGELOG.md index f403783..8dfe3f1 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.15.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.14.0...4.15.0) (2026-02-10) + + +### Features + +* Add support for per-context summary events. ([#247](https://github.com/launchdarkly/flutter-client-sdk/issues/247)) ([f09b3e2](https://github.com/launchdarkly/flutter-client-sdk/commit/f09b3e2ccf1f42a2b368f1fa6276cfcf83074a8a)) + ## [4.14.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.13.0...4.14.0) (2025-11-05) diff --git a/packages/flutter_client_sdk/example/pubspec.yaml b/packages/flutter_client_sdk/example/pubspec.yaml index 61eba35..c9d2493 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.14.0 # x-release-please-version + launchdarkly_flutter_client_sdk: 4.15.0 # 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/lib/src/ld_client.dart b/packages/flutter_client_sdk/lib/src/ld_client.dart index 9ec074a..d5cc2f9 100644 --- a/packages/flutter_client_sdk/lib/src/ld_client.dart +++ b/packages/flutter_client_sdk/lib/src/ld_client.dart @@ -8,7 +8,7 @@ import 'persistence/shared_preferences_persistence.dart'; import 'platform_env_reporter.dart'; const sdkName = 'FlutterClientSdk'; -const sdkVersion = '4.14.0'; // x-release-please-version +const sdkVersion = '4.15.0'; // 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 617bbfc..e12e6c1 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.14.0 +version: 4.15.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk