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" } ] }