From f352b1e52569ecfb75b09d1abd652ab807c0971a Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:45:58 -0500 Subject: [PATCH] chore(main): release launchdarkly_common_client 1.9.0 --- .release-please-manifest.json | 2 +- packages/common_client/CHANGELOG.md | 7 +++++++ packages/common_client/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1bd94e..8a72bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.8.0","packages/common_client":"1.8.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.14.0"} diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index f1ded1a..4f09f87 100644 --- a/packages/common_client/CHANGELOG.md +++ b/packages/common_client/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [1.9.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.8.0...launchdarkly_common_client-v1.9.0) (2026-02-10) + + +### Features + +* Add support for per-context summary events. ([#245](https://github.com/launchdarkly/flutter-client-sdk/issues/245)) ([095baeb](https://github.com/launchdarkly/flutter-client-sdk/commit/095baebe92197dc365fcab9aeb1873ed7a660ad9)) + ## [1.8.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.7.0...launchdarkly_common_client-v1.8.0) (2025-11-05) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index 829d8cb..755de36 100644 --- a/packages/common_client/pubspec.yaml +++ b/packages/common_client/pubspec.yaml @@ -1,6 +1,6 @@ name: launchdarkly_common_client description: Client-side SDK code for dart. This is an internal package not designed for general use. -version: 1.8.0 +version: 1.9.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client