Skip to content

Commit 095baeb

Browse files
authored
feat: Add support for per-context summary events. (#245)
Updates the common dependency to 1.8.0 to support per-context summary events. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Single dependency version bump with no local logic changes; risk is limited to behavior changes introduced by the updated shared library. > > **Overview** > Bumps `packages/common_client` dependency on `launchdarkly_dart_common` from `1.6.1` to `1.8.0` to pick up newer shared functionality (notably per-context summary event support). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6edaba2. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c6fe43e commit 095baeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
http: ^1.1.2
12-
launchdarkly_dart_common: 1.6.1
12+
launchdarkly_dart_common: 1.8.0
1313
launchdarkly_event_source_client: 2.0.1
1414
crypto: ^3.0.3
1515
uuid: ">= 3.0.7 <5.0.0"

0 commit comments

Comments
 (0)