diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55d3d33..d4fc3c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.2.0","packages/common_client":"1.2.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.6.0"} \ No newline at end of file +{"packages/common":"1.2.0","packages/common_client":"1.3.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.6.0"} \ No newline at end of file diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index 9ab6ed4..795a4c4 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.3.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.2.0...launchdarkly_common_client-v1.3.0) (2024-07-31) + + +### Features + +* Add support for waiting for non-cached values. ([#160](https://github.com/launchdarkly/flutter-client-sdk/issues/160)) ([28f7efa](https://github.com/launchdarkly/flutter-client-sdk/commit/28f7efa6128b937a4626fe4b4ca60b9e64db1641)) + ## [1.2.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.1.0...launchdarkly_common_client-v1.2.0) (2024-03-18) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index aaae9e0..38e543a 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.2.0 +version: 1.3.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client