From 6ff8d1cf3c7134ab8b80aeefa49fb1a15426fa90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:16:51 +0000 Subject: [PATCH] chore(main): release LaunchDarkly.CommonSdk 7.0.1 --- .release-please-manifest.json | 2 +- pkgs/shared/common/CHANGELOG.md | 8 ++++++++ pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38c0ce7b..0f4f5961 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,6 +6,6 @@ "pkgs/sdk/client": "5.4.0", "pkgs/telemetry": "1.1.0", "pkgs/sdk/server-ai": "0.7.0", - "pkgs/shared/common": "7.0.0", + "pkgs/shared/common": "7.0.1", "pkgs/shared/common-json-net": "7.0.0" } diff --git a/pkgs/shared/common/CHANGELOG.md b/pkgs/shared/common/CHANGELOG.md index 5037bda1..bfd6a257 100644 --- a/pkgs/shared/common/CHANGELOG.md +++ b/pkgs/shared/common/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `LaunchDarkly.CommonSdk` will be documented in this file. For full release notes for the projects that depend on this project, see their respective changelogs. This file describes changes only to the common code. This project adheres to [Semantic Versioning](http://semver.org). +## [7.0.1](https://github.com/launchdarkly/dotnet-core/compare/LaunchDarkly.CommonSdk-v7.0.0...LaunchDarkly.CommonSdk-v7.0.1) (2025-06-02) + + +### Bug Fixes + +* [#104](https://github.com/launchdarkly/dotnet-core/issues/104) dependency optimisation ([#111](https://github.com/launchdarkly/dotnet-core/issues/111)) ([2c7ff62](https://github.com/launchdarkly/dotnet-core/commit/2c7ff629a4c16ad866c6e4ea5b24abc622942f0e)) +* Bump System.Text.Json from 6.0.0 to 6.0.10 ([#110](https://github.com/launchdarkly/dotnet-core/issues/110)) ([3673796](https://github.com/launchdarkly/dotnet-core/commit/36737961880c807b8f9d5bd6cc7313efb4b3ad26)) + ## [7.0.0] - 2023-10-17 ### Changed: - IEnvironmentReporter now reports nullable values. diff --git a/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj b/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj index 188aa6f6..422bddff 100644 --- a/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj +++ b/pkgs/shared/common/src/LaunchDarkly.CommonSdk.csproj @@ -1,7 +1,7 @@ - 7.0.0 + 7.0.1