Skip to content

Commit 58324cf

Browse files
committed
Bump SDK version to 2.13.0
1 parent 36798bf commit 58324cf

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

mindbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.13.0
2+
3+
* Upgrade native Android SDK dependency to v2.13.0.
4+
* Upgrade native iOS SDK dependency to v2.13.0.
5+
16
## 2.11.0
27

38
* Upgrade native Android SDK dependency to v2.11.0.

mindbox/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ flutter:
2020
dependencies:
2121
flutter:
2222
sdk: flutter
23-
mindbox_android: ^2.11.0
24-
mindbox_ios: ^2.11.0
25-
mindbox_platform_interface: ^2.11.0
23+
mindbox_android: ^2.13.0
24+
mindbox_ios: ^2.13.0
25+
mindbox_platform_interface: ^2.13.0
2626

2727
dev_dependencies:
2828
flutter_test:

mindbox_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.13.0
2+
3+
* Upgrade native Android SDK dependency to v2.13.0.
4+
15
## 2.11.0
26

37
* Upgrade native Android SDK dependency to v2.11.0.

mindbox_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
mindbox_platform_interface: ^2.11.0
22+
mindbox_platform_interface: ^2.13.0
2323

2424
dev_dependencies:
2525
flutter_test:

mindbox_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.13.0
2+
3+
* Upgrade native iOS SDK dependency to v2.13.0.
4+
15
## 2.11.0
26

37
* Upgrade native iOS SDK dependency to v2.11.0.

mindbox_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flutter:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
mindbox_platform_interface: ^2.11.0
21+
mindbox_platform_interface: ^2.13.0
2222

2323
dev_dependencies:
2424
flutter_test:

mindbox_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.13.0
2+
3+
* Upgrade native Android SDK dependency to v2.13.0.
4+
* Upgrade native iOS SDK dependency to v2.13.0.
5+
16
## 2.11.0
27

38
* Upgrade native Android SDK dependency to v2.11.0.

0 commit comments

Comments
 (0)