diff --git a/mindbox/CHANGELOG.md b/mindbox/CHANGELOG.md index 520ea2d..1a46cfc 100644 --- a/mindbox/CHANGELOG.md +++ b/mindbox/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.13.0 + +* Upgrade native Android SDK dependency to v2.13.0. +* Upgrade native iOS SDK dependency to v2.13.0. + ## 2.11.0 * Upgrade native Android SDK dependency to v2.11.0. diff --git a/mindbox/pubspec.yaml b/mindbox/pubspec.yaml index fe792e8..de3883e 100644 --- a/mindbox/pubspec.yaml +++ b/mindbox/pubspec.yaml @@ -20,9 +20,9 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_android: ^2.11.0 - mindbox_ios: ^2.11.0 - mindbox_platform_interface: ^2.11.0 + mindbox_android: ^2.13.0 + mindbox_ios: ^2.13.0 + mindbox_platform_interface: ^2.13.0 dev_dependencies: flutter_test: diff --git a/mindbox_android/CHANGELOG.md b/mindbox_android/CHANGELOG.md index b94ee0f..97df078 100644 --- a/mindbox_android/CHANGELOG.md +++ b/mindbox_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.13.0 + +* Upgrade native Android SDK dependency to v2.13.0. + ## 2.11.0 * Upgrade native Android SDK dependency to v2.11.0. diff --git a/mindbox_android/pubspec.yaml b/mindbox_android/pubspec.yaml index 336bf6e..8747887 100644 --- a/mindbox_android/pubspec.yaml +++ b/mindbox_android/pubspec.yaml @@ -19,7 +19,7 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_platform_interface: ^2.11.0 + mindbox_platform_interface: ^2.13.0 dev_dependencies: flutter_test: diff --git a/mindbox_ios/CHANGELOG.md b/mindbox_ios/CHANGELOG.md index 98092c4..952cfa6 100644 --- a/mindbox_ios/CHANGELOG.md +++ b/mindbox_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.13.0 + +* Upgrade native iOS SDK dependency to v2.13.0. + ## 2.11.0 * Upgrade native iOS SDK dependency to v2.11.0. diff --git a/mindbox_ios/pubspec.yaml b/mindbox_ios/pubspec.yaml index ac49c16..c9a28ac 100644 --- a/mindbox_ios/pubspec.yaml +++ b/mindbox_ios/pubspec.yaml @@ -18,7 +18,7 @@ flutter: dependencies: flutter: sdk: flutter - mindbox_platform_interface: ^2.11.0 + mindbox_platform_interface: ^2.13.0 dev_dependencies: flutter_test: diff --git a/mindbox_platform_interface/CHANGELOG.md b/mindbox_platform_interface/CHANGELOG.md index a2573d1..eb04114 100644 --- a/mindbox_platform_interface/CHANGELOG.md +++ b/mindbox_platform_interface/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.13.0 + +* Upgrade native Android SDK dependency to v2.13.0. +* Upgrade native iOS SDK dependency to v2.13.0. + ## 2.11.0 * Upgrade native Android SDK dependency to v2.11.0.