Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pull_request_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Verify iOS
working-directory: source
run: |
kotlinc -script .github/scripts/verify-plugins.main.kts iOS
kotlin .github/scripts/verify-plugins.main.kts iOS
verify-react:
runs-on: macos-15-xlarge
if: ${{ !github.event.pull_request.draft }}
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Verify React Framework
working-directory: source
run: |
kotlinc -script .github/scripts/verify-plugins.main.kts react-native
kotlin .github/scripts/verify-plugins.main.kts react-native
verify-android-sample:
runs-on: macos-15-xlarge
if: ${{ !github.event.pull_request.draft }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Verify Android SampleApp
working-directory: source
run: |
kotlinc -script .github/scripts/verify-plugins.main.kts android-sample
kotlin .github/scripts/verify-plugins.main.kts android-sample
verify-android-expo:
runs-on: macos-15-xlarge
if: ${{ !github.event.pull_request.draft }}
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
env:
EXPO_PREBUILD_CACHED: ${{ steps.expo-prebuild-cache.outputs.cache-hit == 'true' }}
run: |
kotlinc -script .github/scripts/verify-plugins.main.kts android-expo
kotlin .github/scripts/verify-plugins.main.kts android-expo
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Publishing plugins
working-directory: source
run: |
.github/scripts/release.main.kts ${{ github.event.inputs.releaseNotes }} ${{ github.event.inputs.releaseTicket }}
kotlin .github/scripts/release.main.kts ${{ github.event.inputs.releaseNotes }} ${{ github.event.inputs.releaseTicket }}
env:
GH_TOKEN: ${{ secrets.SDK_BOT_ACCESS_TOKEN }}
- name: Notify release
Expand Down
9 changes: 9 additions & 0 deletions sdk/cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release Date

## Release Version

- Android
- [minor] updating `android-bom` to `2.3.0`
- iOS
- [minor] updating `MoEngagePluginCards` to `3.11.0`

# 11-06-2026

## 6.5.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/cards/ReactNativeMoEngageCards.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.public_header_files = 'ios/**/*.h'
s.dependency 'React'
s.dependency 'MoEngagePluginCards','3.10.0'
s.dependency 'MoEngagePluginCards','3.11.0'
s.dependency 'ReactNativeMoEngage'
s.module_map = false

Expand Down
4 changes: 2 additions & 2 deletions sdk/cards/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.moengage.gradle.android.library.plugin.configs.BuildConfigType

ext {
moengageNativeBOMVersion = "2.2.2"
moengagePluginBaseBOMVersion = "3.0.1"
moengageNativeBOMVersion = "2.3.0"
moengagePluginBaseBOMVersion = "3.1.0"
kotlinVersion = "1.9.23"
}

Expand Down
10 changes: 10 additions & 0 deletions sdk/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release Date

## Release Version

- Android
- [minor] updating `android-bom` to `2.3.0`
- iOS
- [minor] updating `MoEngagePluginBase` to `6.10.0`
- [minor] updating `MoEngage-iOS-SDK` to `10.14.0`

# 11-06-2026

## 12.8.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/ReactNativeMoEngage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.public_header_files = "iOS/MoEReactBridge/{#{headers.join(',')}}.h"
s.weak_framework = 'UserNotifications'
s.dependency 'React'
s.dependency 'MoEngagePluginBase','6.9.0'
s.dependency 'MoEngagePluginBase','6.10.0'
s.ios.dependency 'MoEngage-iOS-SDK/RichNotification'

s.prepare_command = <<-CMD
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/android/moengage-dependency-helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repositories {

ext {
// MoEngage Versions
moengageNativeBOMVersion = "2.2.2"
moengagePluginBaseBOMVersion = "3.0.1"
moengageNativeBOMVersion = "2.3.0"
moengagePluginBaseBOMVersion = "3.1.0"

// AndroidX Support Libraries Versions
androidXCore = "1.15.0"
Expand Down
9 changes: 9 additions & 0 deletions sdk/geofence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release Date

## Release Version

- Android
- [minor] updating `android-bom` to `2.3.0`
- iOS
- [minor] updating `MoEngagePluginGeofence` to `4.10.0`

# 11-06-2026

## 7.4.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/geofence/ReactNativeMoEngageGeofence.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.authors = "MoEngage Inc."
s.source = {:file => './' }
s.platform = :ios, "13.0"
s.dependency 'MoEngagePluginGeofence', '4.9.0'
s.dependency 'MoEngagePluginGeofence', '4.10.0'
s.dependency 'React'
s.dependency 'ReactNativeMoEngage'
s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand Down
4 changes: 2 additions & 2 deletions sdk/geofence/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.moengage.gradle.android.library.plugin.configs.BuildConfigType

ext {
moengageNativeBOMVersion = "2.2.2"
moengagePluginBaseBOMVersion = "3.0.1"
moengageNativeBOMVersion = "2.3.0"
moengagePluginBaseBOMVersion = "3.1.0"
kotlinVersion = "1.9.23"
}

Expand Down
9 changes: 9 additions & 0 deletions sdk/inbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release Date

## Release Version

- Android
- [minor] updating `android-bom` to `2.3.0`
- iOS
- [minor] updating `MoEngagePluginInbox` to `4.10.0`

# 11-06-2026

## 6.4.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/inbox/ReactNativeMoEngageInbox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'ios/**/*.h'

s.dependency "React-Core"
s.dependency "MoEngagePluginInbox",'4.9.0'
s.dependency "MoEngagePluginInbox",'4.10.0'
s.dependency 'ReactNativeMoEngage'
s.module_map = false

Expand Down
4 changes: 2 additions & 2 deletions sdk/inbox/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.moengage.gradle.android.library.plugin.configs.BuildConfigType

ext {
moengageNativeBOMVersion = "2.2.1"
moengagePluginBaseBOMVersion = "3.0.1"
moengageNativeBOMVersion = "2.3.0"
moengagePluginBaseBOMVersion = "3.1.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Critical — Version inconsistency: moengagePluginBaseBOMVersion was updated to 3.1.0 but moengageNativeBOMVersion is still at 2.2.1 while all other modules (cards, core, personalize, geofence) are at 2.3.0.

Impact: When an app uses both Inbox and other modules, Gradle will resolve dependencies from different BOM versions (2.2.1 vs 2.3.0), potentially pulling incompatible artifacts or causing runtime conflicts.

Fix: Update moengageNativeBOMVersion = "2.2.1" to "2.3.0" to match the other modules.

kotlinVersion = "1.9.23"
}

Expand Down
3 changes: 3 additions & 0 deletions sdk/personalize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## 1.0.2

- Android
- [minor] updating `android-bom` to `2.3.0`
- Downgrading Compile Java Version to 17
- iOS
- [minor] updating `MoEngagePluginPersonalize` to `1.1.0`

# 19-05-2026

Expand Down
2 changes: 1 addition & 1 deletion sdk/personalize/ReactNativeMoEngagePersonalize.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'ios/**/*.h'

s.dependency "React-Core"
s.dependency "MoEngagePluginPersonalize",'1.0.0'
s.dependency "MoEngagePluginPersonalize",'1.1.0'
s.dependency 'ReactNativeMoEngage'
s.module_map = false

Expand Down
4 changes: 2 additions & 2 deletions sdk/personalize/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import com.moengage.gradle.android.library.plugin.configs.BuildConfigType

ext {
moengageNativeBOMVersion = "2.2.2"
moengagePluginBaseBOMVersion = "3.0.1"
moengageNativeBOMVersion = "2.3.0"
moengagePluginBaseBOMVersion = "3.1.0"
kotlinVersion = "1.9.23"
}

Expand Down
Loading