From 1cd8a2ce409c1f4cf53e9ef89b35edf835ea047d Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:28:59 -0700 Subject: [PATCH] chore: Automatically update FDv2 example app SDK dependency. --- packages/flutter_client_sdk/example_fdv2/pubspec.yaml | 2 +- release-please-config.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/flutter_client_sdk/example_fdv2/pubspec.yaml b/packages/flutter_client_sdk/example_fdv2/pubspec.yaml index 4fa2c4f4..648750b2 100644 --- a/packages/flutter_client_sdk/example_fdv2/pubspec.yaml +++ b/packages/flutter_client_sdk/example_fdv2/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: # This defaults to a published package. Using `flutter pub get` will get the # package from pub.dev. If you run `melos bs` in the root of the repository, # then it will be linked to the local version instead. - launchdarkly_flutter_client_sdk: 4.19.0 + launchdarkly_flutter_client_sdk: 4.19.0 # x-release-please-version cupertino_icons: ^1.0.6 dev_dependencies: diff --git a/release-please-config.json b/release-please-config.json index fbbb9237..38bc5f9f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -20,6 +20,10 @@ { "type": "generic", "path": "example/pubspec.yaml" + }, + { + "type": "generic", + "path": "example_fdv2/pubspec.yaml" } ] }