Skip to content

Commit 05544b6

Browse files
chore(main): release 4.18.1 (#294)
🤖 I have created a release *beep* *boop* --- ## [4.18.1](4.18.0...4.18.1) (2026-06-09) ### Bug Fixes * Update launchdarkly_common_client to version 1.12.0 ([#289](#289)) ([5f10f6c](5f10f6c)) --- 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** > Patch version and release-metadata-only changes with no SDK logic in the diff. > > **Overview** > **Release Please** cuts **4.18.1** of `launchdarkly_flutter_client_sdk`, bumping the package version everywhere Release Please tracks it: `.release-please-manifest.json`, `pubspec.yaml`, the reported `sdkVersion` in `ld_client.dart`, and the example app’s SDK dependency. > > The new **CHANGELOG** section documents this as a bug-fix release tied to [#289](https://github.com/launchdarkly/flutter-client-sdk/issues/289)—aligning with **`launchdarkly_common_client` 1.12.0**—even though this diff itself is version and release metadata only. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e514267. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5f10f6c commit 05544b6

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.8.1","packages/common_client":"1.12.0","packages/event_source_client":"2.1.0","packages/flutter_client_sdk":"4.18.0"}
1+
{"packages/common":"1.8.1","packages/common_client":"1.12.0","packages/event_source_client":"2.1.0","packages/flutter_client_sdk":"4.18.1"}

packages/flutter_client_sdk/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 Flutter client-side SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [4.18.1](https://github.com/launchdarkly/flutter-client-sdk/compare/4.18.0...4.18.1) (2026-06-09)
6+
7+
8+
### Bug Fixes
9+
10+
* Update launchdarkly_common_client to version 1.12.0 ([#289](https://github.com/launchdarkly/flutter-client-sdk/issues/289)) ([5f10f6c](https://github.com/launchdarkly/flutter-client-sdk/commit/5f10f6c015b5277a4ce8abf256ef73bd8d94828e))
11+
512
## [4.18.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.17.0...4.18.0) (2026-06-09)
613

714

packages/flutter_client_sdk/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
# This defaults to a published package. Using `flutter pub get` will get the package from pub.dev
3434
# If you run `melos bs` in the root of the repository, then it will be linked to the local version
3535
# instead.
36-
launchdarkly_flutter_client_sdk: 4.18.0 # x-release-please-version
36+
launchdarkly_flutter_client_sdk: 4.18.1 # x-release-please-version
3737

3838
# The following adds the Cupertino Icons font to your application.
3939
# Use with the CupertinoIcons class for iOS style icons.

packages/flutter_client_sdk/lib/src/ld_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'platform_env_reporter.dart';
99
import 'plugin.dart';
1010

1111
const sdkName = 'FlutterClientSdk';
12-
const sdkVersion = '4.18.0'; // x-release-please-version
12+
const sdkVersion = '4.18.1'; // x-release-please-version
1313

1414
/// The main interface for the LaunchDarkly Flutter SDK.
1515
///

packages/flutter_client_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_flutter_client_sdk
22
description: Official Flutter client-side SDK for LaunchDarkly. Get started using LaunchDarkly today!
3-
version: 4.18.0
3+
version: 4.18.1
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk
66

0 commit comments

Comments
 (0)