diff --git a/mindbox/CHANGELOG.md b/mindbox/CHANGELOG.md index f6e5e9f..6d2cf0b 100644 --- a/mindbox/CHANGELOG.md +++ b/mindbox/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.14.3 + +* Upgrade native Android SDK dependency to v2.14.2. +* Upgrade native iOS SDK dependency to v2.14.3. + ## 2.14.1 * Upgrade native Android SDK dependency to v2.14.1. diff --git a/mindbox/pubspec.yaml b/mindbox/pubspec.yaml index 6667e65..943bf26 100644 --- a/mindbox/pubspec.yaml +++ b/mindbox/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox description: Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK. -version: 2.14.1 +version: 2.14.3 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox documentation: https://developers.mindbox.ru/docs/flutter-sdk-integration @@ -20,9 +20,9 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_android: ^2.14.1 - mindbox_ios: ^2.14.1 - mindbox_platform_interface: ^2.14.1 + mindbox_android: ^2.14.3 + mindbox_ios: ^2.14.3 + mindbox_platform_interface: ^2.14.3 dev_dependencies: flutter_test: diff --git a/mindbox_android/CHANGELOG.md b/mindbox_android/CHANGELOG.md index cbff591..bcc5384 100644 --- a/mindbox_android/CHANGELOG.md +++ b/mindbox_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.14.3 + +* Upgrade native Android SDK dependency to v2.14.2. + ## 2.14.1 * Upgrade native Android SDK dependency to v2.14.1. diff --git a/mindbox_android/android/build.gradle b/mindbox_android/android/build.gradle index 7ad433f..20465e4 100644 --- a/mindbox_android/android/build.gradle +++ b/mindbox_android/android/build.gradle @@ -50,5 +50,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - api 'cloud.mindbox:mobile-sdk:2.14.1' + api 'cloud.mindbox:mobile-sdk:2.14.2' } diff --git a/mindbox_android/pubspec.yaml b/mindbox_android/pubspec.yaml index e017569..5b04400 100644 --- a/mindbox_android/pubspec.yaml +++ b/mindbox_android/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox_android description: The implementation of 'mindbox' plugin for the Android platform. -version: 2.14.1 +version: 2.14.3 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_android @@ -19,7 +19,7 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_platform_interface: ^2.14.1 + mindbox_platform_interface: ^2.14.3 dev_dependencies: flutter_test: diff --git a/mindbox_ios/CHANGELOG.md b/mindbox_ios/CHANGELOG.md index b157166..cde4efc 100644 --- a/mindbox_ios/CHANGELOG.md +++ b/mindbox_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.14.3 + +* Upgrade native iOS SDK dependency to v2.14.3. + ## 2.14.1 * Upgrade native iOS SDK dependency to v2.14.1. diff --git a/mindbox_ios/ios/mindbox_ios.podspec b/mindbox_ios/ios/mindbox_ios.podspec index 709f0ca..0d34e5d 100644 --- a/mindbox_ios/ios/mindbox_ios.podspec +++ b/mindbox_ios/ios/mindbox_ios.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mindbox_ios' - s.version = '2.14.1' + s.version = '2.14.3' s.summary = 'Mindbox Flutter SDK' s.description = <<-DESC The implementation of 'mindbox' plugin for the iOS platform @@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'Mindbox', '2.14.1' - s.dependency 'MindboxNotifications', '2.14.1' + s.dependency 'Mindbox', '2.14.3' + s.dependency 'MindboxNotifications', '2.14.3' s.platform = :ios, '12.0' # Flutter.framework does not contain a i386 slice. diff --git a/mindbox_ios/pubspec.yaml b/mindbox_ios/pubspec.yaml index 0ebd0cc..3df65ca 100644 --- a/mindbox_ios/pubspec.yaml +++ b/mindbox_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox_ios description: The implementation of 'mindbox' plugin for the iOS platform. -version: 2.14.1 +version: 2.14.3 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_ios @@ -18,7 +18,7 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_platform_interface: ^2.14.1 + mindbox_platform_interface: ^2.14.3 dev_dependencies: flutter_test: diff --git a/mindbox_platform_interface/CHANGELOG.md b/mindbox_platform_interface/CHANGELOG.md index 1de81e3..333b889 100644 --- a/mindbox_platform_interface/CHANGELOG.md +++ b/mindbox_platform_interface/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.14.3 + +* Upgrade native Android SDK dependency to v2.14.2. +* Upgrade native iOS SDK dependency to v2.14.3. + ## 2.14.1 * Upgrade native Android SDK dependency to v2.14.1. diff --git a/mindbox_platform_interface/pubspec.yaml b/mindbox_platform_interface/pubspec.yaml index 9dbce08..90a582e 100644 --- a/mindbox_platform_interface/pubspec.yaml +++ b/mindbox_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: mindbox_platform_interface description: Mindbox platform interface. -version: 2.14.1 +version: 2.14.3 homepage: https://mindbox.cloud/ repository: https://github.com/mindbox-cloud/flutter-sdk/tree/master/mindbox_platform_interface