Skip to content

Commit a4feabb

Browse files
authored
Bump (#45)
1 parent 04812df commit a4feabb

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

packages/mad_pay/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 2.2.8
1+
## 2.2.8-2.2.9
22

3-
* Bump `mad_pay_android` version to `2.2.7` (Bump `flutter_svg` version to `1.0.3`)
4-
* Bump `mad_pay_ios` version to `2.2.4` (Added ability to provide multiple merchant capabilities)
3+
* Bump `mad_pay_android` version to `2.2.8` (Bump `flutter_svg` version to `1.0.3`)
4+
* Bump `mad_pay_ios` version to `2.2.5` (Added ability to provide multiple merchant capabilities)
5+
* Bump `mad_pay_platform_interface` version to `2.2.3`
56

67
## 2.2.7
78

packages/mad_pay/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mad_pay
22
description: Mad Pay will help you make payments through Apple Pay and Google Pay
3-
version: 2.2.8
3+
version: 2.2.9
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/
@@ -13,8 +13,8 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515
mad_pay_platform_interface: ^2.2.3
16-
mad_pay_android: ^2.2.7
17-
mad_pay_ios: ^2.2.4
16+
mad_pay_android: ^2.2.8
17+
mad_pay_ios: ^2.2.5
1818

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

packages/mad_pay_android/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.2.7
1+
## 2.2.7-2.2.8
22

33
* Bump `flutter_svg` version to `1.0.3`
4+
* Bump `mad_pay_platform_interface` version to `2.2.3`
45

56
## 2.2.6
67

packages/mad_pay_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mad_pay_android
22
description: A plug-in to add support for payments on the Android side of Mad Pay
3-
version: 2.2.7
3+
version: 2.2.8
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/

packages/mad_pay_ios/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.2.4
1+
## 2.2.4-2.2.5
22

33
* Added ability to provide multiple merchant capabilities
4+
* Bump `mad_pay_platform_interface` version to `2.2.3`
45

56
## 2.2.3
67

packages/mad_pay_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mad_pay_ios
22
description: A plug-in to add support for payments on the iOS side of Mad Pay
3-
version: 2.2.4
3+
version: 2.2.5
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/

0 commit comments

Comments
 (0)