Skip to content

Commit d68822d

Browse files
Merge pull request #31 from mindbox-moscow/release/2.1.3
Release 2.1.3 * Upgrade iOS Mindbox SDK dependency to v2.1.2. * Minor iOS changes on to the CodingKey value for the customAction variable in the OperationBodyRequest class.
2 parents deb24b9 + 0299a54 commit d68822d

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
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.1.3
2+
3+
* Upgrade iOS Mindbox SDK dependency to v2.1.2.
4+
* Minor iOS changes on to the CodingKey value for the customAction variable in the OperationBodyRequest class.
5+
16
## 2.1.2
27

38
* Upgrade Android SDK dependency to v2.1.5.

mindbox/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mindbox
22
description: Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK.
3-
version: 2.1.2
3+
version: 2.1.3
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66

@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222
mindbox_android: ^2.1.2
23-
mindbox_ios: ^2.1.1
23+
mindbox_ios: ^2.1.2
2424
mindbox_platform_interface: ^2.1.0
2525

2626
dev_dependencies:

mindbox_ios/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.2
2+
3+
* Upgrade Native SDK dependency to v2.1.2.
4+
* Minor changes to the CodingKey value for the customAction variable in the OperationBodyRequest class.
5+
16
## 2.1.1
27

38
* Upgrade native SDK dependency to v.2.1.1.

mindbox_ios/ios/mindbox_ios.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mindbox_ios'
7-
s.version = '2.1.1'
7+
s.version = '2.1.2'
88
s.summary = 'Mindbox Flutter SDK'
99
s.description = <<-DESC
1010
The implementation of 'mindbox' plugin for the iOS platform
@@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Mindbox', '2.1.1'
19-
s.dependency 'MindboxNotifications', '2.1.1'
18+
s.dependency 'Mindbox', '2.1.2'
19+
s.dependency 'MindboxNotifications', '2.1.2'
2020
s.platform = :ios, '10.0'
2121

2222
# Flutter.framework does not contain a i386 slice.

mindbox_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mindbox_ios
22
description: The implementation of 'mindbox' plugin for the iOS platform.
3-
version: 2.1.1
3+
version: 2.1.2
44
homepage: https://mindbox.cloud/
55
repository: https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_ios
66

0 commit comments

Comments
 (0)