From 4b1bff15e42f0321d9fd5fc797f73a60436bd97d Mon Sep 17 00:00:00 2001 From: Calise Cheung Date: Tue, 4 Mar 2025 14:54:48 -0800 Subject: [PATCH 1/4] Update Changelog Update Changelog --- plugins/flutter_aepassurance/CHANGELOG.md | 5 +++++ plugins/flutter_aepcore/CHANGELOG.md | 7 +++++++ plugins/flutter_aepedge/CHANGELOG.md | 5 +++++ plugins/flutter_aepedgebridge/CHANGELOG.md | 5 +++++ plugins/flutter_aepedgeconsent/CHANGELOG.md | 5 +++++ plugins/flutter_aepedgeidentity/CHANGELOG.md | 5 +++++ plugins/flutter_aepmessaging/CHANGELOG.md | 5 +++++ plugins/flutter_aepuserprofile/CHANGELOG.md | 5 +++++ 8 files changed, 42 insertions(+) diff --git a/plugins/flutter_aepassurance/CHANGELOG.md b/plugins/flutter_aepassurance/CHANGELOG.md index 7ddae81..1e4f7b5 100644 --- a/plugins/flutter_aepassurance/CHANGELOG.md +++ b/plugins/flutter_aepassurance/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepcore/CHANGELOG.md b/plugins/flutter_aepcore/CHANGELOG.md index 8a8c82f..32e171d 100644 --- a/plugins/flutter_aepcore/CHANGELOG.md +++ b/plugins/flutter_aepcore/CHANGELOG.md @@ -1,3 +1,10 @@ +## 5.0.0 + +* Add MobileCore.initializeWithAppId and MobileCore.initialize APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Add Error handling for NSError +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepedge/CHANGELOG.md b/plugins/flutter_aepedge/CHANGELOG.md index a5439e7..38c6177 100644 --- a/plugins/flutter_aepedge/CHANGELOG.md +++ b/plugins/flutter_aepedge/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.1.0 * Added support to customize datastream configurations on a per-event basis using the sendEvent API diff --git a/plugins/flutter_aepedgebridge/CHANGELOG.md b/plugins/flutter_aepedgebridge/CHANGELOG.md index 19b7810..b0c0dac 100644 --- a/plugins/flutter_aepedgebridge/CHANGELOG.md +++ b/plugins/flutter_aepedgebridge/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepedgeconsent/CHANGELOG.md b/plugins/flutter_aepedgeconsent/CHANGELOG.md index 7ddae81..1e4f7b5 100644 --- a/plugins/flutter_aepedgeconsent/CHANGELOG.md +++ b/plugins/flutter_aepedgeconsent/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepedgeidentity/CHANGELOG.md b/plugins/flutter_aepedgeidentity/CHANGELOG.md index 7ddae81..1e4f7b5 100644 --- a/plugins/flutter_aepedgeidentity/CHANGELOG.md +++ b/plugins/flutter_aepedgeidentity/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepmessaging/CHANGELOG.md b/plugins/flutter_aepmessaging/CHANGELOG.md index f3e6500..28e5e0b 100644 --- a/plugins/flutter_aepmessaging/CHANGELOG.md +++ b/plugins/flutter_aepmessaging/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepuserprofile/CHANGELOG.md b/plugins/flutter_aepuserprofile/CHANGELOG.md index 19b7810..b0c0dac 100644 --- a/plugins/flutter_aepuserprofile/CHANGELOG.md +++ b/plugins/flutter_aepuserprofile/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM (Bill of Materials) for sdk dependecies in Android +* Update tests to handle the deprecation warning for `setMockMethodCallHandler` + ## 4.0.2 * Update environment dependencies in pubspec. From 9b13efd856b5c3fdf9b7a47b27b960e846775321 Mon Sep 17 00:00:00 2001 From: Calise Cheung Date: Tue, 4 Mar 2025 15:39:30 -0800 Subject: [PATCH 2/4] Update typo and add a period for each sentence Update typo and add a period for each sentence --- plugins/flutter_aepassurance/CHANGELOG.md | 4 ++-- plugins/flutter_aepcore/CHANGELOG.md | 8 ++++---- plugins/flutter_aepedge/CHANGELOG.md | 4 ++-- plugins/flutter_aepedgebridge/CHANGELOG.md | 4 ++-- plugins/flutter_aepedgeconsent/CHANGELOG.md | 4 ++-- plugins/flutter_aepedgeidentity/CHANGELOG.md | 4 ++-- plugins/flutter_aepmessaging/CHANGELOG.md | 4 ++-- plugins/flutter_aepuserprofile/CHANGELOG.md | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/plugins/flutter_aepassurance/CHANGELOG.md b/plugins/flutter_aepassurance/CHANGELOG.md index 1e4f7b5..89d9579 100644 --- a/plugins/flutter_aepassurance/CHANGELOG.md +++ b/plugins/flutter_aepassurance/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepcore/CHANGELOG.md b/plugins/flutter_aepcore/CHANGELOG.md index 32e171d..e0cd25c 100644 --- a/plugins/flutter_aepcore/CHANGELOG.md +++ b/plugins/flutter_aepcore/CHANGELOG.md @@ -1,9 +1,9 @@ ## 5.0.0 -* Add MobileCore.initializeWithAppId and MobileCore.initialize APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Add Error handling for NSError -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Add MobileCore.initializeWithAppId and MobileCore.initialize APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking. +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Add Error handling for NSError. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepedge/CHANGELOG.md b/plugins/flutter_aepedge/CHANGELOG.md index 38c6177..f100615 100644 --- a/plugins/flutter_aepedge/CHANGELOG.md +++ b/plugins/flutter_aepedge/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.1.0 diff --git a/plugins/flutter_aepedgebridge/CHANGELOG.md b/plugins/flutter_aepedgebridge/CHANGELOG.md index b0c0dac..3fc51c6 100644 --- a/plugins/flutter_aepedgebridge/CHANGELOG.md +++ b/plugins/flutter_aepedgebridge/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepedgeconsent/CHANGELOG.md b/plugins/flutter_aepedgeconsent/CHANGELOG.md index 1e4f7b5..89d9579 100644 --- a/plugins/flutter_aepedgeconsent/CHANGELOG.md +++ b/plugins/flutter_aepedgeconsent/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepedgeidentity/CHANGELOG.md b/plugins/flutter_aepedgeidentity/CHANGELOG.md index 1e4f7b5..89d9579 100644 --- a/plugins/flutter_aepedgeidentity/CHANGELOG.md +++ b/plugins/flutter_aepedgeidentity/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepmessaging/CHANGELOG.md b/plugins/flutter_aepmessaging/CHANGELOG.md index 28e5e0b..fee009b 100644 --- a/plugins/flutter_aepmessaging/CHANGELOG.md +++ b/plugins/flutter_aepmessaging/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepuserprofile/CHANGELOG.md b/plugins/flutter_aepuserprofile/CHANGELOG.md index b0c0dac..3fc51c6 100644 --- a/plugins/flutter_aepuserprofile/CHANGELOG.md +++ b/plugins/flutter_aepuserprofile/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for sdk dependecies in Android -* Update tests to handle the deprecation warning for `setMockMethodCallHandler` +* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 From eb8212c8733423546e65d03b2ea1b15612a3b7f0 Mon Sep 17 00:00:00 2001 From: Calise Cheung Date: Tue, 4 Mar 2025 15:47:23 -0800 Subject: [PATCH 3/4] Add links for BOM Add links for BOM --- plugins/flutter_aepassurance/CHANGELOG.md | 2 +- plugins/flutter_aepcore/CHANGELOG.md | 2 +- plugins/flutter_aepedge/CHANGELOG.md | 2 +- plugins/flutter_aepedgebridge/CHANGELOG.md | 2 +- plugins/flutter_aepedgeconsent/CHANGELOG.md | 2 +- plugins/flutter_aepedgeidentity/CHANGELOG.md | 2 +- plugins/flutter_aepmessaging/CHANGELOG.md | 2 +- plugins/flutter_aepuserprofile/CHANGELOG.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/flutter_aepassurance/CHANGELOG.md b/plugins/flutter_aepassurance/CHANGELOG.md index 89d9579..fff03de 100644 --- a/plugins/flutter_aepassurance/CHANGELOG.md +++ b/plugins/flutter_aepassurance/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepcore/CHANGELOG.md b/plugins/flutter_aepcore/CHANGELOG.md index e0cd25c..643ff10 100644 --- a/plugins/flutter_aepcore/CHANGELOG.md +++ b/plugins/flutter_aepcore/CHANGELOG.md @@ -1,7 +1,7 @@ ## 5.0.0 * Add MobileCore.initializeWithAppId and MobileCore.initialize APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking. -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Add Error handling for NSError. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. diff --git a/plugins/flutter_aepedge/CHANGELOG.md b/plugins/flutter_aepedge/CHANGELOG.md index f100615..b1172e4 100644 --- a/plugins/flutter_aepedge/CHANGELOG.md +++ b/plugins/flutter_aepedge/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.1.0 diff --git a/plugins/flutter_aepedgebridge/CHANGELOG.md b/plugins/flutter_aepedgebridge/CHANGELOG.md index 3fc51c6..ed7a0b9 100644 --- a/plugins/flutter_aepedgebridge/CHANGELOG.md +++ b/plugins/flutter_aepedgebridge/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepedgeconsent/CHANGELOG.md b/plugins/flutter_aepedgeconsent/CHANGELOG.md index 89d9579..fff03de 100644 --- a/plugins/flutter_aepedgeconsent/CHANGELOG.md +++ b/plugins/flutter_aepedgeconsent/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepedgeidentity/CHANGELOG.md b/plugins/flutter_aepedgeidentity/CHANGELOG.md index 89d9579..fff03de 100644 --- a/plugins/flutter_aepedgeidentity/CHANGELOG.md +++ b/plugins/flutter_aepedgeidentity/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepmessaging/CHANGELOG.md b/plugins/flutter_aepmessaging/CHANGELOG.md index fee009b..c24d7ce 100644 --- a/plugins/flutter_aepmessaging/CHANGELOG.md +++ b/plugins/flutter_aepmessaging/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 diff --git a/plugins/flutter_aepuserprofile/CHANGELOG.md b/plugins/flutter_aepuserprofile/CHANGELOG.md index 3fc51c6..ed7a0b9 100644 --- a/plugins/flutter_aepuserprofile/CHANGELOG.md +++ b/plugins/flutter_aepuserprofile/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Update to use BOM (Bill of Materials) for Android SDK dependencies. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`. ## 4.0.2 From 82125a1ae663dd683211b5ab25e0f5bb021326ce Mon Sep 17 00:00:00 2001 From: Calise Cheung Date: Tue, 4 Mar 2025 15:55:25 -0800 Subject: [PATCH 4/4] Update format Update format --- plugins/flutter_aepcore/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/flutter_aepcore/CHANGELOG.md b/plugins/flutter_aepcore/CHANGELOG.md index 643ff10..e44ec2c 100644 --- a/plugins/flutter_aepcore/CHANGELOG.md +++ b/plugins/flutter_aepcore/CHANGELOG.md @@ -1,6 +1,6 @@ ## 5.0.0 -* Add MobileCore.initializeWithAppId and MobileCore.initialize APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking. +* Add `MobileCore.initializeWithAppId` and `MobileCore.initialize` APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking. * Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. * Add Error handling for NSError. * Update tests to handle the deprecation warning for `setMockMethodCallHandler`.