From f3e77dcb7f34d2b58474eeca829297bb0ef8b520 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:06:42 -0800 Subject: [PATCH] chore(main): release launchdarkly_dart_common 1.1.0 (#136) :robot: I have created a release *beep* *boop* --- ## [1.1.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.0.0...launchdarkly_dart_common-v1.1.0) (2024-03-05) ### Features * Add LDContext equality comparison. ([#135](https://github.com/launchdarkly/flutter-client-sdk/issues/135)) ([3591ddc](https://github.com/launchdarkly/flutter-client-sdk/commit/3591ddce335c756518ac792f219b41f496b300ac)) * Support converting LDValue to/from dynamic. ([#134](https://github.com/launchdarkly/flutter-client-sdk/issues/134)) ([2a7ebf9](https://github.com/launchdarkly/flutter-client-sdk/commit/2a7ebf97382bc6141ac3d70fc600ae185d0c5e84)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/common/CHANGELOG.md | 8 ++++++++ packages/common/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa94608d..61892dd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.0.0","packages/common_client":"1.0.2","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.1.0"} \ No newline at end of file +{"packages/common":"1.1.0","packages/common_client":"1.0.2","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.1.0"} \ No newline at end of file diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index cbd600fb..1a88692c 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Dart Common will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [1.1.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.0.0...launchdarkly_dart_common-v1.1.0) (2024-03-05) + + +### Features + +* Add LDContext equality comparison. ([#135](https://github.com/launchdarkly/flutter-client-sdk/issues/135)) ([3591ddc](https://github.com/launchdarkly/flutter-client-sdk/commit/3591ddce335c756518ac792f219b41f496b300ac)) +* Support converting LDValue to/from dynamic. ([#134](https://github.com/launchdarkly/flutter-client-sdk/issues/134)) ([2a7ebf9](https://github.com/launchdarkly/flutter-client-sdk/commit/2a7ebf97382bc6141ac3d70fc600ae185d0c5e84)) + ## [1.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v0.0.2...launchdarkly_dart_common-v1.0.0) (2024-01-30) diff --git a/packages/common/pubspec.yaml b/packages/common/pubspec.yaml index cdd76cf3..ad96585e 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.0.0 +version: 1.1.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common