Skip to content

Commit 870f85b

Browse files
authored
Merge pull request #120 from mindbox-cloud/master
Merge 'master' into 'develop' after release
2 parents 9a1ff35 + 274c32f commit 870f85b

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.14.1] - 2025-09-12
4+
5+
### Changes
6+
- Upgrade Android SDK dependency to v2.14.1
7+
- Upgrade iOS SDK dependency to v2.14.1
8+
9+
310
## [2.14.0] - 2025-08-27
411

512
### Changes

MindboxSdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717

1818
s.dependency "React-Core"
1919

20-
s.dependency "Mindbox", "2.14.0"
21-
s.dependency "MindboxNotifications", "2.14.0"
20+
s.dependency "Mindbox", "2.14.1"
21+
s.dependency "MindboxNotifications", "2.14.1"
2222
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ dependencies {
127127
// noinspection GradleDynamicVersion
128128
api 'com.facebook.react:react-native:+'
129129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130-
api 'cloud.mindbox:mobile-sdk:2.14.0'
130+
api 'cloud.mindbox:mobile-sdk:2.14.1'
131131
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mindbox-sdk",
3-
"version": "2.14.0",
4-
"target-version": "2.14.0",
3+
"version": "2.14.1",
4+
"target-version": "2.14.1",
55
"description": "SDK for integration React Native mobile apps with Mindbox",
66
"main": "lib/commonjs/index",
77
"module": "lib/module/index",

0 commit comments

Comments
 (0)