Skip to content

Commit 74f2aa2

Browse files
chore(main): release launchdarkly_common_client 1.7.0 (#223)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](launchdarkly_common_client-v1.6.2...launchdarkly_common_client-v1.7.0) (2025-09-12) ### Features * Add experimental plugin support. ([#225](#225)) ([5bd9ce7](5bd9ce7)) * Add support for hooks. ([#220](#220)) ([6e7a26d](6e7a26d)) * Internal environment ID support. ([#217](#217)) ([71b522b](71b522b)) ### Bug Fixes * Change hook data values to `dynamic` from `LDValue`. ([d7720f3](d7720f3)) * Export required plugin meta-data types. ([d7720f3](d7720f3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d7720f3 commit 74f2aa2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.6.1","packages/common_client":"1.6.2","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.11.2"}
1+
{"packages/common":"1.6.1","packages/common_client":"1.7.0","packages/event_source_client":"2.0.1","packages/flutter_client_sdk":"4.11.2"}

packages/common_client/CHANGELOG.md

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

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

5+
## [1.7.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.6.2...launchdarkly_common_client-v1.7.0) (2025-09-12)
6+
7+
8+
### Features
9+
10+
* Add experimental plugin support. ([#225](https://github.com/launchdarkly/flutter-client-sdk/issues/225)) ([5bd9ce7](https://github.com/launchdarkly/flutter-client-sdk/commit/5bd9ce7035d4e0d6e56f8d2193c103a46bc8040e))
11+
* Add support for hooks. ([#220](https://github.com/launchdarkly/flutter-client-sdk/issues/220)) ([6e7a26d](https://github.com/launchdarkly/flutter-client-sdk/commit/6e7a26da6407afbf28f3ff2599ef35b536cd2db5))
12+
* Internal environment ID support. ([#217](https://github.com/launchdarkly/flutter-client-sdk/issues/217)) ([71b522b](https://github.com/launchdarkly/flutter-client-sdk/commit/71b522b78dca92d81b901a0e07089d1f1f5cc415))
13+
14+
15+
### Bug Fixes
16+
17+
* Change hook data values to `dynamic` from `LDValue`. ([d7720f3](https://github.com/launchdarkly/flutter-client-sdk/commit/d7720f3091cf31ed276a00a9a20dcf34b5dc7f28))
18+
* Export required plugin meta-data types. ([d7720f3](https://github.com/launchdarkly/flutter-client-sdk/commit/d7720f3091cf31ed276a00a9a20dcf34b5dc7f28))
19+
520
## [1.6.2](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.6.1...launchdarkly_common_client-v1.6.2) (2025-09-03)
621

722

packages/common_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_common_client
22
description: Client-side SDK code for dart. This is an internal package not designed for general use.
3-
version: 1.6.2
3+
version: 1.7.0
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client
66

0 commit comments

Comments
 (0)