diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf963df..9a1cb0c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.6.1","packages/common_client":"1.7.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.13.0"} +{"packages/common":"1.6.1","packages/common_client":"1.8.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.13.0"} diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index a19d286..f1ded1a 100644 --- a/packages/common_client/CHANGELOG.md +++ b/packages/common_client/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [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) + + +### Features + +* Add support for ping stream. ([3f6fd2b](https://github.com/launchdarkly/flutter-client-sdk/commit/3f6fd2b1ace248441b3e59e6892ed404b5cfe286)) + + +### Bug Fixes + +* Expose polling configuration type. ([3f6fd2b](https://github.com/launchdarkly/flutter-client-sdk/commit/3f6fd2b1ace248441b3e59e6892ed404b5cfe286)) + ## [1.7.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.6.2...launchdarkly_common_client-v1.7.0) (2025-09-12) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index 5b09e54..1eab079 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.7.0 +version: 1.8.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client