diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f7e491a..842ae94 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,7 @@ +## 1.0.3 +* Compatibility with Dart 3.4 +* Dependencies update + ## 1.0.2 * Cleared translations * Added new languages - Bulgarian, Greek, Croatian, Italian, Russian, Slovak diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4811425..3188290 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. publish_to: 'none' -version: 1.0.2 +version: 1.0.3 environment: sdk: '>=3.1.0 <4.0.0' flutter: ">=2.5.0" diff --git a/payu/pubspec.yaml b/payu/pubspec.yaml index dd2d165..7f95eba 100644 --- a/payu/pubspec.yaml +++ b/payu/pubspec.yaml @@ -1,6 +1,6 @@ name: payu description: Flutter package which gives a set of components for pay-by-link, one-time card payments, storing card options, scanning card data, and one-click payments (Google Pay, Apple Pay, BLIK). -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_add_card/pubspec.yaml b/payu_add_card/pubspec.yaml index ba6ac67..ce912ed 100644 --- a/payu_add_card/pubspec.yaml +++ b/payu_add_card/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_add_card description: Flutter package which allows to tokenize cards via Payu -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_api/pubspec.yaml b/payu_api/pubspec.yaml index 788a61e..920db27 100644 --- a/payu_api/pubspec.yaml +++ b/payu_api/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_api description: Flutter package with Payu networking mechanism. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_core/pubspec.yaml b/payu_core/pubspec.yaml index 85138ba..ee21903 100644 --- a/payu_core/pubspec.yaml +++ b/payu_core/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_core description: Flutter package with Payu core functionality and models. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_interface/pubspec.yaml b/payu_interface/pubspec.yaml index cddd943..3ed58ed 100644 --- a/payu_interface/pubspec.yaml +++ b/payu_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: payu_interface description: Flutter package with Payu interface which allows to access the main properties directly. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter diff --git a/payu_mastercard_installments/pubspec.yaml b/payu_mastercard_installments/pubspec.yaml index ff9250c..729ac24 100644 --- a/payu_mastercard_installments/pubspec.yaml +++ b/payu_mastercard_installments/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_mastercard_installments description: Flutter package that allows Mastercard card holders to split payments into monthly installments -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_mobile_payments/payu_mobile_payments/pubspec.yaml b/payu_mobile_payments/payu_mobile_payments/pubspec.yaml index 139c3b7..7903f22 100644 --- a/payu_mobile_payments/payu_mobile_payments/pubspec.yaml +++ b/payu_mobile_payments/payu_mobile_payments/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_mobile_payments description: Flutter plugin which allows make payments via Apple Pay / Google Pay -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_payment_methods/pubspec.yaml b/payu_payment_methods/pubspec.yaml index db1ed23..a5f3336 100644 --- a/payu_payment_methods/pubspec.yaml +++ b/payu_payment_methods/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_payment_methods description: Flutter package which allows to present available POS payment methods easy -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_state_management/pubspec.yaml b/payu_state_management/pubspec.yaml index 5f7079e..13b0ac5 100644 --- a/payu_state_management/pubspec.yaml +++ b/payu_state_management/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_state_management description: Flutter package with Payu interface which allows to use wrapper over state management. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_terms_and_conditions/pubspec.yaml b/payu_terms_and_conditions/pubspec.yaml index 21e0004..1870391 100644 --- a/payu_terms_and_conditions/pubspec.yaml +++ b/payu_terms_and_conditions/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_terms_and_conditions description: Flutter package with Payu Terms and Conditions widget -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_three_ds/pubspec.yaml b/payu_three_ds/pubspec.yaml index 77b94ce..384c4d6 100644 --- a/payu_three_ds/pubspec.yaml +++ b/payu_three_ds/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_three_ds description: Flutter package which allows to handle Payu 3DS. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_translations/pubspec.yaml b/payu_translations/pubspec.yaml index 3596bbd..b42b663 100644 --- a/payu_translations/pubspec.yaml +++ b/payu_translations/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_translations description: Flutter package with Payu translations functionality. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_ui/pubspec.yaml b/payu_ui/pubspec.yaml index 69c4994..bdb94a5 100644 --- a/payu_ui/pubspec.yaml +++ b/payu_ui/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_ui description: Flutter package with Payu UI elements. -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues diff --git a/payu_web_payments/pubspec.yaml b/payu_web_payments/pubspec.yaml index c7cef59..0902fab 100644 --- a/payu_web_payments/pubspec.yaml +++ b/payu_web_payments/pubspec.yaml @@ -1,6 +1,6 @@ name: payu_web_payments description: Flutter package which allows to make Web payments via Payu -version: 1.0.2 +version: 1.0.3 publish_to: none homepage: https://github.com/PayU-EMEA/PayU-Flutter issue_tracker: https://github.com/PayU-EMEA/PayU-Flutter/issues