From 8ff0a720d471bf242ba343aeb821cbaa36c57cc9 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:43:48 -0400 Subject: [PATCH] chore(main): release launchdarkly_common_client 1.4.1 --- .release-please-manifest.json | 2 +- packages/common_client/CHANGELOG.md | 7 +++++++ packages/common_client/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9062862..0852c2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.3.0","packages/common_client":"1.4.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.1"} +{"packages/common":"1.3.0","packages/common_client":"1.4.1","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.1"} diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index 23b6612..a5045e1 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.4.1](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.4.0...launchdarkly_common_client-v1.4.1) (2024-10-31) + + +### Bug Fixes + +* propagating package versions ([#175](https://github.com/launchdarkly/flutter-client-sdk/issues/175)) ([f398d24](https://github.com/launchdarkly/flutter-client-sdk/commit/f398d2493da4faa1a06e7e74829bfb1b1817d55a)) + ## [1.4.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.3.1...launchdarkly_common_client-v1.4.0) (2024-10-31) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index 2381fd7..73a849a 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.4.0 +version: 1.4.1 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client