diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7675c3c..b0c8e2b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.5.0","packages/common_client":"1.6.0","packages/event_source_client":"1.2.0","packages/flutter_client_sdk":"4.11.0"} +{"packages/common":"1.6.0","packages/common_client":"1.6.0","packages/event_source_client":"1.2.0","packages/flutter_client_sdk":"4.11.0"} diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index b74f60d..42ec89b 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Dart Common will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [1.6.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.5.0...launchdarkly_dart_common-v1.6.0) (2025-05-09) + + +### Features + +* Inline context for custom events ([#199](https://github.com/launchdarkly/flutter-client-sdk/issues/199)) ([70a9ead](https://github.com/launchdarkly/flutter-client-sdk/commit/70a9ead28552a3df6b8d3024295b41c35e869338)) + ## [1.5.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.4.0...launchdarkly_dart_common-v1.5.0) (2025-04-21) diff --git a/packages/common/pubspec.yaml b/packages/common/pubspec.yaml index 5f6d301..c6dec8e 100644 --- a/packages/common/pubspec.yaml +++ b/packages/common/pubspec.yaml @@ -1,6 +1,6 @@ name: launchdarkly_dart_common description: Common dart libraries used by LaunchDarkly SDKs. This is an internal package not designed for general use. -version: 1.5.0 +version: 1.6.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common