Skip to content

Commit ee131fb

Browse files
committed
REL-2332: Released MoEngagePluginBase 6.5.0, MoEngagePluginCards 3.6.0, MoEngagePluginGeofence 4.5.0, MoEngagePluginInbox 4.5.0
1 parent 56840bc commit ee131fb

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,3 +1,9 @@
1+
# 22-09-2025
2+
3+
## 6.5.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.06.0
6+
17
# 08-09-2025
28

39
## 6.4.0

MoEngagePluginCards/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 22-09-2025
2+
3+
## 3.6.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.06.0
6+
17
# 08-09-2025
28

39
## 3.5.0

MoEngagePluginGeofence/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 22-09-2025
2+
3+
## 4.5.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.06.0
6+
17
# 08-09-2025
28

39
## 4.4.0

MoEngagePluginInbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 22-09-2025
2+
3+
## 4.5.0
4+
5+
- Updated MoEngage-iOS-SDK to 10.06.0
6+
17
# 08-09-2025
28

39
## 4.4.0

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.05.0",
3+
"sdkVerMin": "10.06.0",
44
"packages": [
55
{
66
"name": "MoEngagePluginBase",
7-
"version": "6.4.0",
7+
"version": "6.5.0",
88
"changelog": "MoEngagePluginBase/CHANGELOG.md",
99
"tagPrefix": "pluginBase-"
1010
},
1111
{
1212
"name": "MoEngagePluginCards",
13-
"version": "3.5.0",
13+
"version": "3.6.0",
1414
"changelog": "MoEngagePluginCards/CHANGELOG.md",
1515
"tagPrefix": "pluginCards-"
1616
},
1717
{
1818
"name": "MoEngagePluginGeofence",
19-
"version": "4.4.0",
19+
"version": "4.5.0",
2020
"changelog": "MoEngagePluginGeofence/CHANGELOG.md",
2121
"tagPrefix": "pluginGeofence-"
2222
},
2323
{
2424
"name": "MoEngagePluginInbox",
25-
"version": "4.4.0",
25+
"version": "4.5.0",
2626
"changelog": "MoEngagePluginInbox/CHANGELOG.md",
2727
"tagPrefix": "pluginInbox-"
2828
}

0 commit comments

Comments
 (0)