Skip to content

Commit 04812df

Browse files
authored
Merge pull request #43 from MadBrains/dev
Bump platform interface (#42)
2 parents 0b97a04 + 6bafe86 commit 04812df

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

packages/mad_pay/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
mad_pay_platform_interface: ^2.2.2
15+
mad_pay_platform_interface: ^2.2.3
1616
mad_pay_android: ^2.2.7
1717
mad_pay_ios: ^2.2.4
1818

packages/mad_pay_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
flutter_localizations:
1616
sdk: flutter
17-
mad_pay_platform_interface: ^2.2.2
17+
mad_pay_platform_interface: ^2.2.3
1818
flutter_svg: ^1.0.3
1919

2020
# For development. Remove/comment before publishing to pub.

packages/mad_pay_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
mad_pay_platform_interface: ^2.2.2
15+
mad_pay_platform_interface: ^2.2.3
1616

1717
# For development. Remove/comment before publishing to pub.
1818
# dependency_overrides:

packages/mad_pay_platform_interface/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.2.3
2+
3+
* Bump `protobuf` version to `2.0.1`
4+
* Bump `plugin_platform_interface` version to `2.1.2`
5+
* Edit `merchantCapabilities` models.
6+
7+
18
## 2.2.2
29

310
* Fix typo `emailAddress`

packages/mad_pay_platform_interface/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mad_pay_platform_interface
22
description: A common platform interface for Mad Pay. Сontains cross-platform logic.
3-
version: 2.2.2
3+
version: 2.2.3
44
repository: https://github.com/MadBrains/Mad-Pay-Flutter
55
issue_tracker: https://github.com/MadBrains/Mad-Pay-Flutter/issues
66
homepage: https://madbrains.ru/
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
protobuf: ^2.0.0
16-
plugin_platform_interface: ^2.0.2
15+
protobuf: ^2.0.1
16+
plugin_platform_interface: ^2.1.2
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)