Skip to content

Commit 9c80715

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--launchdarkly_common_client
2 parents 143a05b + ecb5f80 commit 9c80715

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.2.0","packages/common_client":"1.3.1","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.0"}
1+
{"packages/common":"1.2.1","packages/common_client":"1.3.1","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.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.2.1](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.2.0...launchdarkly_dart_common-v1.2.1) (2024-10-09)
6+
7+
8+
### Bug Fixes
9+
10+
* Use correct flag version in evaluation events. ([#166](https://github.com/launchdarkly/flutter-client-sdk/issues/166)) ([5d3e826](https://github.com/launchdarkly/flutter-client-sdk/commit/5d3e826bbb2345b259b6ac29732440b58f29b673))
11+
512
## [1.2.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.1.0...launchdarkly_dart_common-v1.2.0) (2024-03-14)
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.2.0
3+
version: 1.2.1
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common
66

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.2.0
12+
launchdarkly_dart_common: 1.2.1
1313
launchdarkly_event_source_client: 1.0.0
1414
crypto: ^3.0.3
1515
uuid: ">= 3.0.7 <5.0.0"

0 commit comments

Comments
 (0)