Skip to content

Commit c6fe43e

Browse files
chore(main): release launchdarkly_dart_common 1.8.0 (#244)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](launchdarkly_dart_common-v1.7.0...launchdarkly_dart_common-v1.8.0) (2026-02-10) ### Features * Support for per-context summary events. ([#243](#243)) ([65cf345](65cf345)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release metadata/versioning update only (manifest, `pubspec.yaml`, and changelog), with no functional code changes in this PR. > > **Overview** > Bumps `launchdarkly_dart_common` to **v1.8.0** via Release Please, updating the release manifest and the package `pubspec.yaml` version. > > Updates `packages/common/CHANGELOG.md` with the v1.8.0 release notes, highlighting added support for *per-context summary events*. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 173acc5. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 65cf345 commit c6fe43e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.7.0","packages/common_client":"1.8.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.14.0"}
1+
{"packages/common":"1.8.0","packages/common_client":"1.8.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.14.0"}

packages/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Dart Common will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [1.8.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.7.0...launchdarkly_dart_common-v1.8.0) (2026-02-10)
6+
7+
8+
### Features
9+
10+
* Support for per-context summary events. ([#243](https://github.com/launchdarkly/flutter-client-sdk/issues/243)) ([65cf345](https://github.com/launchdarkly/flutter-client-sdk/commit/65cf345c0bde8b4005b30cee0593cb7ca1223a24))
11+
512
## [1.7.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.6.1...launchdarkly_dart_common-v1.7.0) (2026-02-09)
613

714

packages/common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_dart_common
22
description: Common dart libraries used by LaunchDarkly SDKs. This is an internal package not designed for general use.
3-
version: 1.7.0
3+
version: 1.8.0
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common
66

0 commit comments

Comments
 (0)