Skip to content

Commit b2a9c12

Browse files
authored
chore: Automatically update FDv2 example app SDK dependency. (#321)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Release automation and example app dependency pins only; no runtime SDK or production code changes. > > **Overview** > Aligns the **FDv2 manual test app** with the existing `example` app so **release-please** keeps its pinned `launchdarkly_flutter_client_sdk` version in sync on SDK releases. > > Adds `example_fdv2/pubspec.yaml` to `release-please-config.json` under `packages/flutter_client_sdk` `extra-files`, and marks the dependency with `# x-release-please-version` (same pattern as `example/pubspec.yaml`). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1cd8a2c. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f01ba42 commit b2a9c12

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/flutter_client_sdk/example_fdv2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
# This defaults to a published package. Using `flutter pub get` will get the
1414
# package from pub.dev. If you run `melos bs` in the root of the repository,
1515
# then it will be linked to the local version instead.
16-
launchdarkly_flutter_client_sdk: 4.19.0
16+
launchdarkly_flutter_client_sdk: 4.19.0 # x-release-please-version
1717
cupertino_icons: ^1.0.6
1818

1919
dev_dependencies:

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"type": "generic",
2222
"path": "example/pubspec.yaml"
23+
},
24+
{
25+
"type": "generic",
26+
"path": "example_fdv2/pubspec.yaml"
2327
}
2428
]
2529
}

0 commit comments

Comments
 (0)