diff --git a/cards/moengage_cards/CHANGELOG.md b/cards/moengage_cards/CHANGELOG.md index df4a296a..9dfefd9e 100644 --- a/cards/moengage_cards/CHANGELOG.md +++ b/cards/moengage_cards/CHANGELOG.md @@ -1,5 +1,4 @@ # MoEngage Cards Plugin - # 07-08-2024 ## 4.0.0 @@ -7,6 +6,13 @@ - iOS - Internal Improvements +# 31-07-2024 + +## 3.2.0 +- Exact version pinning for Cards Module dependencies +- iOS + - Updated MoEngageCards to `4.17.0` + # 15-07-2024 ## 3.1.1 diff --git a/cards/moengage_cards/pubspec.yaml b/cards/moengage_cards/pubspec.yaml index e945892e..b89dedf7 100644 --- a/cards/moengage_cards/pubspec.yaml +++ b/cards/moengage_cards/pubspec.yaml @@ -18,10 +18,10 @@ flutter: dependencies: flutter: sdk: flutter - moengage_cards_android: 2.1.1 - moengage_cards_ios: 3.0.0 - moengage_cards_platform_interface: 2.0.0 - moengage_flutter: ^7.1.1 + moengage_cards_android: 3.0.0 + moengage_cards_ios: 3.0.1 + moengage_cards_platform_interface: 3.0.0 + moengage_flutter: ^8.0.0 dev_dependencies: flutter_test: diff --git a/cards/moengage_cards_android/CHANGELOG.md b/cards/moengage_cards_android/CHANGELOG.md index 331ffcd0..7907804b 100644 --- a/cards/moengage_cards_android/CHANGELOG.md +++ b/cards/moengage_cards_android/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Cards Android Plugin +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 15-07-2024 ## 2.1.1 diff --git a/cards/moengage_cards_android/pubspec.yaml b/cards/moengage_cards_android/pubspec.yaml index e4c94ec5..b58c9fb0 100644 --- a/cards/moengage_cards_android/pubspec.yaml +++ b/cards/moengage_cards_android/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_cards_android description: Android implementation of the moengage_cards plugin -version: 2.1.1 +version: 3.0.0 homepage: https://www.moengage.com environment: @@ -19,8 +19,8 @@ flutter: dependencies: flutter: sdk: flutter - moengage_cards_platform_interface: ^2.0.0 - moengage_flutter: ^7.1.0 + moengage_cards_platform_interface: ^3.0.0 + moengage_flutter: ^8.0.0 dev_dependencies: flutter_test: diff --git a/cards/moengage_cards_ios/CHANGELOG.md b/cards/moengage_cards_ios/CHANGELOG.md index 3e3f791f..ddc750ac 100644 --- a/cards/moengage_cards_ios/CHANGELOG.md +++ b/cards/moengage_cards_ios/CHANGELOG.md @@ -2,9 +2,19 @@ # 07-08-2024 +## 3.0.1 +- Internal Improvements + +# 07-08-2024 + ## 3.0.0 - Internal Improvements +# 31-07-2024 + +## 2.3.0 +- Updated MoEngageCards to `4.17.0` + # 03-07-2024 ## 2.2.0 diff --git a/cards/moengage_cards_ios/pubspec.yaml b/cards/moengage_cards_ios/pubspec.yaml index 9bcc04b4..42f52e5e 100644 --- a/cards/moengage_cards_ios/pubspec.yaml +++ b/cards/moengage_cards_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_cards_ios description: iOS implementation of the moengage_cards plugin -version: 3.0.0 +version: 3.0.1 homepage: https://www.moengage.com environment: @@ -18,8 +18,8 @@ flutter: dependencies: flutter: sdk: flutter - moengage_cards_platform_interface: ^2.0.0 - moengage_flutter: ^7.1.0 + moengage_cards_platform_interface: ^3.0.0 + moengage_flutter: ^8.0.0 dev_dependencies: flutter_test: diff --git a/cards/moengage_cards_platform_interface/CHANGELOG.md b/cards/moengage_cards_platform_interface/CHANGELOG.md index 58c070be..d464004e 100644 --- a/cards/moengage_cards_platform_interface/CHANGELOG.md +++ b/cards/moengage_cards_platform_interface/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Cards Platform Interface +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 21-03-2024 ## 2.0.0 diff --git a/cards/moengage_cards_platform_interface/pubspec.yaml b/cards/moengage_cards_platform_interface/pubspec.yaml index 11afc330..4f822f2c 100644 --- a/cards/moengage_cards_platform_interface/pubspec.yaml +++ b/cards/moengage_cards_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_cards_platform_interface description: A common platform interface for the moengage_cards plugin. -version: 2.0.0 +version: 3.0.0 homepage: https://www.moengage.com environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.0.0 + moengage_flutter: ^8.0.0 plugin_platform_interface: ^2.1.0 dev_dependencies: diff --git a/core/moengage_flutter/CHANGELOG.md b/core/moengage_flutter/CHANGELOG.md index 18598e86..b15c5390 100644 --- a/core/moengage_flutter/CHANGELOG.md +++ b/core/moengage_flutter/CHANGELOG.md @@ -6,6 +6,14 @@ - Exact version pinning for Core Module dependencies - iOS - Added boolean user attribute tracking customization in initialization API + +# 31-07-2024 + +## 7.2.0 +- Exact version pinning for Core Module dependencies +- iOS + - Updated MoEngage-iOS-SDK to 9.18.0 + - Updated MoEngageInApp to 6.01.0 # 15-07-2024 diff --git a/core/moengage_flutter/pubspec.yaml b/core/moengage_flutter/pubspec.yaml index e3459ba5..a5f6e2a0 100644 --- a/core/moengage_flutter/pubspec.yaml +++ b/core/moengage_flutter/pubspec.yaml @@ -22,10 +22,10 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter_android: 2.1.1 + moengage_flutter_android: 3.0.0 moengage_flutter_ios: 3.0.0 moengage_flutter_platform_interface: 3.0.0 - moengage_flutter_web: 3.1.0 + moengage_flutter_web: 4.0.0 dev_dependencies: flutter_test: diff --git a/core/moengage_flutter_android/CHANGELOG.md b/core/moengage_flutter_android/CHANGELOG.md index 367fc6a9..c30ec37d 100644 --- a/core/moengage_flutter_android/CHANGELOG.md +++ b/core/moengage_flutter_android/CHANGELOG.md @@ -1,11 +1,15 @@ # MoEngage Flutter Android Plugin +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 15-07-2024 ## 2.1.1 - `moe-android-sdk` version updated to `13.03.00` - # 03-07-2024 ## 2.1.0 diff --git a/core/moengage_flutter_android/pubspec.yaml b/core/moengage_flutter_android/pubspec.yaml index 3fe6dd5e..0e0d0d14 100644 --- a/core/moengage_flutter_android/pubspec.yaml +++ b/core/moengage_flutter_android/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_flutter_android description: Android implementation of the moengage_flutter plugin -version: 2.1.1 +version: 3.0.0 homepage: https://www.moengage.com environment: @@ -19,7 +19,7 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter_platform_interface: ^2.1.0 + moengage_flutter_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/core/moengage_flutter_ios/CHANGELOG.md b/core/moengage_flutter_ios/CHANGELOG.md index 1e969b72..cb152879 100644 --- a/core/moengage_flutter_ios/CHANGELOG.md +++ b/core/moengage_flutter_ios/CHANGELOG.md @@ -5,6 +5,12 @@ ## 3.0.0 - Added boolean user attribute tracking customization in initialization API +# 31-07-2024 + +## 2.3.0 +- Updated MoEngage-iOS-SDK to 9.18.0 +- Updated MoEngageInApp to 6.01.0 + # 03-07-2024 ## 2.2.0 diff --git a/core/moengage_flutter_ios/pubspec.yaml b/core/moengage_flutter_ios/pubspec.yaml index 2eb7b39c..bb822316 100644 --- a/core/moengage_flutter_ios/pubspec.yaml +++ b/core/moengage_flutter_ios/pubspec.yaml @@ -18,7 +18,7 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter_platform_interface: ^2.1.0 + moengage_flutter_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/core/moengage_flutter_web/CHANGELOG.md b/core/moengage_flutter_web/CHANGELOG.md index 3b6789ce..dbb2de5a 100644 --- a/core/moengage_flutter_web/CHANGELOG.md +++ b/core/moengage_flutter_web/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Flutter Web Plugin +# 07-08-2024 + +## 4.0.0 +- Internal Improvements + # 03-07-2024 ## 3.1.0 diff --git a/core/moengage_flutter_web/pubspec.yaml b/core/moengage_flutter_web/pubspec.yaml index fe107926..87b46624 100644 --- a/core/moengage_flutter_web/pubspec.yaml +++ b/core/moengage_flutter_web/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_flutter_web description: Web implementation of the moengage_flutter plugin -version: 3.1.0 +version: 4.0.0 homepage: https://www.moengage.com environment: @@ -20,7 +20,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - moengage_flutter_platform_interface: ^2.1.0 + moengage_flutter_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/geofence/moengage_geofence/CHANGELOG.md b/geofence/moengage_geofence/CHANGELOG.md index c85c0f7d..a0137ca8 100644 --- a/geofence/moengage_geofence/CHANGELOG.md +++ b/geofence/moengage_geofence/CHANGELOG.md @@ -6,6 +6,13 @@ - Exact version pinning for Geofence Module dependencies - iOS - Internal Improvements + +# 31-07-2024 + +## 3.2.0 +- Exact version pinning for Geofence Module dependencies +- iOS + - Updated MoEngageGeofence to 5.17.0 # 15-07-2024 diff --git a/geofence/moengage_geofence/pubspec.yaml b/geofence/moengage_geofence/pubspec.yaml index 27fcb166..f4496535 100644 --- a/geofence/moengage_geofence/pubspec.yaml +++ b/geofence/moengage_geofence/pubspec.yaml @@ -10,10 +10,10 @@ environment: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.1.1 - moengage_geofence_android: 2.1.1 + moengage_flutter: ^8.0.0 + moengage_geofence_android: 3.0.0 moengage_geofence_ios: 3.0.0 - moengage_geofence_platform_interface: 2.0.0 + moengage_geofence_platform_interface: 3.0.0 dev_dependencies: flutter_test: diff --git a/geofence/moengage_geofence_android/CHANGELOG.md b/geofence/moengage_geofence_android/CHANGELOG.md index 7d974d80..edfed2ce 100644 --- a/geofence/moengage_geofence_android/CHANGELOG.md +++ b/geofence/moengage_geofence_android/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Geofence Android Plugin +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 15-07-2024 ## 2.1.1 diff --git a/geofence/moengage_geofence_android/pubspec.yaml b/geofence/moengage_geofence_android/pubspec.yaml index f5340e04..756cc446 100644 --- a/geofence/moengage_geofence_android/pubspec.yaml +++ b/geofence/moengage_geofence_android/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_geofence_android description: Android implementation of the moengage_geofence plugin -version: 2.1.1 +version: 3.0.0 homepage: https://www.moengage.com environment: @@ -19,8 +19,8 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.1.1 - moengage_geofence_platform_interface: ^2.0.0 + moengage_flutter: ^8.0.0 + moengage_geofence_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/geofence/moengage_geofence_ios/CHANGELOG.md b/geofence/moengage_geofence_ios/CHANGELOG.md index bf388f85..ce4a15f9 100644 --- a/geofence/moengage_geofence_ios/CHANGELOG.md +++ b/geofence/moengage_geofence_ios/CHANGELOG.md @@ -5,6 +5,11 @@ ## 3.0.0 - Internal Improvements +# 31-07-2024 + +## 2.3.0 +- Updated MoEngageGeofence to 5.17.0 + # 03-07-2024 ## 2.2.0 diff --git a/geofence/moengage_geofence_ios/pubspec.yaml b/geofence/moengage_geofence_ios/pubspec.yaml index 0fc70c53..3299afa2 100644 --- a/geofence/moengage_geofence_ios/pubspec.yaml +++ b/geofence/moengage_geofence_ios/pubspec.yaml @@ -18,8 +18,8 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.1.0 - moengage_geofence_platform_interface: ^2.0.0 + moengage_flutter: ^8.0.0 + moengage_geofence_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/geofence/moengage_geofence_platform_interface/CHANGELOG.md b/geofence/moengage_geofence_platform_interface/CHANGELOG.md index 56d5271e..1869af5f 100644 --- a/geofence/moengage_geofence_platform_interface/CHANGELOG.md +++ b/geofence/moengage_geofence_platform_interface/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Geofence Platform Interface +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 21-03-2024 ## 2.0.0 diff --git a/geofence/moengage_geofence_platform_interface/pubspec.yaml b/geofence/moengage_geofence_platform_interface/pubspec.yaml index 8ec28099..4e11b63b 100644 --- a/geofence/moengage_geofence_platform_interface/pubspec.yaml +++ b/geofence/moengage_geofence_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_geofence_platform_interface description: A common platform interface for the moengage_geofence plugin. -version: 2.0.0 +version: 3.0.0 homepage: https://www.moengage.com environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.0.0 + moengage_flutter: ^8.0.0 plugin_platform_interface: ^2.1.0 dev_dependencies: diff --git a/inbox/moengage_inbox/CHANGELOG.md b/inbox/moengage_inbox/CHANGELOG.md index ebf65176..f1488217 100644 --- a/inbox/moengage_inbox/CHANGELOG.md +++ b/inbox/moengage_inbox/CHANGELOG.md @@ -6,6 +6,13 @@ - Exact version pinning for Inbox Module dependencies - iOS - Internal Improvements + +# 31-07-2024 + +## 6.2.0 +- Exact version pinning for Inbox Module dependencies +- iOS + - Updated MoEngageInbox to 2.17.0 # 15-07-2024 diff --git a/inbox/moengage_inbox/pubspec.yaml b/inbox/moengage_inbox/pubspec.yaml index 6483f7ab..3e48f1c1 100644 --- a/inbox/moengage_inbox/pubspec.yaml +++ b/inbox/moengage_inbox/pubspec.yaml @@ -10,10 +10,10 @@ environment: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.1.1 - moengage_inbox_android: 2.1.1 + moengage_flutter: ^8.0.0 + moengage_inbox_android: 3.0.0 moengage_inbox_ios: 3.0.0 - moengage_inbox_platform_interface: 2.0.0 + moengage_inbox_platform_interface: 3.0.0 dev_dependencies: flutter_lints: ^2.0.0 diff --git a/inbox/moengage_inbox_android/CHANGELOG.md b/inbox/moengage_inbox_android/CHANGELOG.md index 503ae51c..f62751e6 100644 --- a/inbox/moengage_inbox_android/CHANGELOG.md +++ b/inbox/moengage_inbox_android/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Inbox Android Plugin +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 15-07-2024 ## 2.1.1 diff --git a/inbox/moengage_inbox_android/pubspec.yaml b/inbox/moengage_inbox_android/pubspec.yaml index aa096018..b02bc274 100644 --- a/inbox/moengage_inbox_android/pubspec.yaml +++ b/inbox/moengage_inbox_android/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_inbox_android description: Android implementation of the moengage_inbox plugin -version: 2.1.1 +version: 3.0.0 homepage: https://moengage.com environment: @@ -19,8 +19,8 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.1.0 - moengage_inbox_platform_interface: ^2.0.0 + moengage_flutter: ^8.0.0 + moengage_inbox_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/inbox/moengage_inbox_ios/CHANGELOG.md b/inbox/moengage_inbox_ios/CHANGELOG.md index aa73f3d2..dd35390a 100644 --- a/inbox/moengage_inbox_ios/CHANGELOG.md +++ b/inbox/moengage_inbox_ios/CHANGELOG.md @@ -5,6 +5,11 @@ ## 3.0.0 - Internal Improvements +# 31-07-2024 + +## 2.3.0 +- Updated MoEngageInbox to 2.17.0 + # 03-07-2024 ## 2.2.0 diff --git a/inbox/moengage_inbox_ios/pubspec.yaml b/inbox/moengage_inbox_ios/pubspec.yaml index 009db9f7..3cbc2f9f 100644 --- a/inbox/moengage_inbox_ios/pubspec.yaml +++ b/inbox/moengage_inbox_ios/pubspec.yaml @@ -18,8 +18,8 @@ flutter: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.1.0 - moengage_inbox_platform_interface: ^2.0.0 + moengage_flutter: ^8.0.0 + moengage_inbox_platform_interface: ^3.0.0 dev_dependencies: flutter_test: diff --git a/inbox/moengage_inbox_platform_interface/CHANGELOG.md b/inbox/moengage_inbox_platform_interface/CHANGELOG.md index 6aaa85ba..5ddceca3 100644 --- a/inbox/moengage_inbox_platform_interface/CHANGELOG.md +++ b/inbox/moengage_inbox_platform_interface/CHANGELOG.md @@ -1,5 +1,10 @@ # MoEngage Inbox Platform Interface +# 07-08-2024 + +## 3.0.0 +- Internal Improvements + # 21-03-2024 ## 2.0.0 diff --git a/inbox/moengage_inbox_platform_interface/pubspec.yaml b/inbox/moengage_inbox_platform_interface/pubspec.yaml index ecde5173..8092f2a0 100644 --- a/inbox/moengage_inbox_platform_interface/pubspec.yaml +++ b/inbox/moengage_inbox_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: moengage_inbox_platform_interface description: A common platform interface for the moengage_inbox plugin. -version: 2.0.0 +version: 3.0.0 homepage: https://www.moengage.com environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - moengage_flutter: ^7.0.0 + moengage_flutter: ^8.0.0 plugin_platform_interface: ^2.1.0 dev_dependencies: