diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0dc29610..3eedc108 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.0.0","packages/common_client":"1.0.1","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.1"} \ No newline at end of file +{"packages/common":"1.0.0","packages/common_client":"1.0.2","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.1"} \ No newline at end of file diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index 16361cb1..3159b1f1 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.0.2](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.0.1...launchdarkly_common_client-v1.0.2) (2024-01-31) + + +### Bug Fixes + +* Change LDAttributesBuilder visibility. ([#123](https://github.com/launchdarkly/flutter-client-sdk/issues/123)) ([e25803a](https://github.com/launchdarkly/flutter-client-sdk/commit/e25803a8dc15a7256cd1c896511bdaac51ebf67d)) + ## [1.0.1](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.0.0...launchdarkly_common_client-v1.0.1) (2024-01-30) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index 40905f5f..6bead095 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.0.1 +version: 1.0.2 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client