diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d435ddd..fe9609c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.2.0","packages/common_client":"1.3.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.0"} \ No newline at end of file +{"packages/common":"1.2.1","packages/common_client":"1.3.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.0"} \ No newline at end of file diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index ae53253..4e79ded 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.2.1](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.2.0...launchdarkly_dart_common-v1.2.1) (2024-10-09) + + +### Bug Fixes + +* Use correct flag version in evaluation events. ([#166](https://github.com/launchdarkly/flutter-client-sdk/issues/166)) ([5d3e826](https://github.com/launchdarkly/flutter-client-sdk/commit/5d3e826bbb2345b259b6ac29732440b58f29b673)) + ## [1.2.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.1.0...launchdarkly_dart_common-v1.2.0) (2024-03-14) diff --git a/packages/common/pubspec.yaml b/packages/common/pubspec.yaml index 31e38f9..7b94707 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.2.0 +version: 1.2.1 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common