Skip to content

Commit 475334a

Browse files
committed
REL-2204: Released MoEngagePluginBase 6.3.0, MoEngagePluginCards 3.4.0, MoEngagePluginGeofence 4.3.0, MoEngagePluginInbox 4.3.0
1 parent 286423c commit 475334a

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

MoEngagePluginBase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 05-08-2025
22

3+
## 6.3.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.04.0
6+
7+
# 05-08-2025
8+
39
## 6.2.3
410

511
- Updated MoEngage-iOS-SDK to 10.03.3

MoEngagePluginCards/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 05-08-2025
22

3+
## 3.4.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.04.0
6+
7+
# 05-08-2025
8+
39
## 3.3.3
410

511
- Updated MoEngage-iOS-SDK to 10.03.3

MoEngagePluginGeofence/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 05-08-2025
22

3+
## 4.3.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.04.0
6+
7+
# 05-08-2025
8+
39
## 4.2.3
410

511
- Updated MoEngage-iOS-SDK to 10.03.3

MoEngagePluginInbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 05-08-2025
22

3+
## 4.3.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.04.0
6+
7+
# 05-08-2025
8+
39
## 4.2.3
410

511
- Updated MoEngage-iOS-SDK to 10.03.3

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"name": "MoEngagePluginBase",
3-
"sdkVerMin": "10.03.3",
3+
"sdkVerMin": "10.04.0",
44
"packages": [
55
{
66
"name": "MoEngagePluginBase",
7-
"version": "6.2.3",
7+
"version": "6.3.0",
88
"changelog": "MoEngagePluginBase/CHANGELOG.md",
99
"tagPrefix": "pluginBase-"
1010
},
1111
{
1212
"name": "MoEngagePluginCards",
13-
"version": "3.3.3",
13+
"version": "3.4.0",
1414
"changelog": "MoEngagePluginCards/CHANGELOG.md",
1515
"tagPrefix": "pluginCards-"
1616
},
1717
{
1818
"name": "MoEngagePluginGeofence",
19-
"version": "4.2.3",
19+
"version": "4.3.0",
2020
"changelog": "MoEngagePluginGeofence/CHANGELOG.md",
2121
"tagPrefix": "pluginGeofence-"
2222
},
2323
{
2424
"name": "MoEngagePluginInbox",
25-
"version": "4.2.3",
25+
"version": "4.3.0",
2626
"changelog": "MoEngagePluginInbox/CHANGELOG.md",
2727
"tagPrefix": "pluginInbox-"
2828
}

0 commit comments

Comments
 (0)