From 2c1d100b378a379efe314c96d5c2de4d352ca918 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:31:26 -0700 Subject: [PATCH] chore(main): release launchdarkly_common_client 1.11.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 af6d4dc8..7b83df47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.8.1","packages/common_client":"1.10.0","packages/event_source_client":"2.1.0","packages/flutter_client_sdk":"4.16.0"} +{"packages/common":"1.8.1","packages/common_client":"1.11.0","packages/event_source_client":"2.1.0","packages/flutter_client_sdk":"4.16.0"} diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index 591a7d27..990f73eb 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.11.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.10.0...launchdarkly_common_client-v1.11.0) (2026-06-03) + + +### Features + +* Wire FDv2 connection-mode resolution in common_client ([#279](https://github.com/launchdarkly/flutter-client-sdk/issues/279)) ([ceb931f](https://github.com/launchdarkly/flutter-client-sdk/commit/ceb931fdbe108fc52eeabc48ababd5727e09f8be)) + ## [1.10.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.9.0...launchdarkly_common_client-v1.10.0) (2026-05-29) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index ba317aac..1c699171 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.10.0 +version: 1.11.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client