From d8dd56e56cebbc61d1231fe04680902cece1c589 Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 17:54:36 +0100 Subject: [PATCH 1/7] chore(release): publish packages - stripe_platform_interface@11.1.0 --- CHANGELOG.md | 28 +++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- .../stripe_platform_interface/CHANGELOG.md | 2 ++ .../stripe_platform_interface/pubspec.yaml | 2 +- packages/stripe_web/pubspec.yaml | 2 +- 5 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a63bd9..e43609dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_platform_interface` - `v11.1.0`](#stripe_platform_interface---v1110) + - [`flutter_stripe_web` - `v6.0.1`](#flutter_stripe_web---v601) + - [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe_web` - `v6.0.1` + - `flutter_stripe` - `v11.0.1` + +--- + +#### `stripe_platform_interface` - `v11.1.0` + + ## 2024-07-25 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index f456122c..759bd790 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: meta: ^1.8.0 stripe_android: ^11.0.0 stripe_ios: ^11.0.0 - stripe_platform_interface: ^11.0.0 + stripe_platform_interface: ^11.1.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 9577a194..5fc58269 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +1,5 @@ +## 11.1.0 + ## 11.0.0 **Breaking changes** - Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. diff --git a/packages/stripe_platform_interface/pubspec.yaml b/packages/stripe_platform_interface/pubspec.yaml index 6cd99f77..4e7a21ca 100644 --- a/packages/stripe_platform_interface/pubspec.yaml +++ b/packages/stripe_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_platform_interface description: Platform interface for stripe sdk -version: 11.0.0 +version: 11.1.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index 68819b98..d25ae0a4 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter_web_plugins: sdk: flutter freezed_annotation: ^2.0.3 - stripe_platform_interface: ^11.0.0 + stripe_platform_interface: ^11.1.0 stripe_js: ^6.0.0 web: ^1.0.0 From 950b4c10e3481e3927a70b41911d5c19c3336a41 Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 17:57:23 +0100 Subject: [PATCH 2/7] chore(release): publish packages - stripe_android@11.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- packages/stripe_android/CHANGELOG.md | 2 ++ packages/stripe_android/pubspec.yaml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43609dd..0e5fdbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_android` - `v11.1.0`](#stripe_android---v1110) + - [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe` - `v11.0.1` + +--- + +#### `stripe_android` - `v11.1.0` + + ## 2024-09-18 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 759bd790..abd3c0b2 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - stripe_android: ^11.0.0 + stripe_android: ^11.1.0 stripe_ios: ^11.0.0 stripe_platform_interface: ^11.1.0 dev_dependencies: diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index 18f2ab08..c7e866d2 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +1,5 @@ +## 11.1.0 + ## 11.0.0 **Breaking changes** - Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. diff --git a/packages/stripe_android/pubspec.yaml b/packages/stripe_android/pubspec.yaml index bab1979f..6d7d63dd 100644 --- a/packages/stripe_android/pubspec.yaml +++ b/packages/stripe_android/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_android description: Stripe platform implementation for Android -version: 11.0.0 +version: 11.1.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe From ee83c8b1ac862b9cdd18080af905f81efca54c92 Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 17:59:18 +0100 Subject: [PATCH 3/7] chore(release): publish packages - stripe_ios@11.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- packages/stripe_ios/CHANGELOG.md | 2 ++ packages/stripe_ios/pubspec.yaml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5fdbef..ce3ac6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_ios` - `v11.1.0`](#stripe_ios---v1110) + - [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe` - `v11.0.1` + +--- + +#### `stripe_ios` - `v11.1.0` + + ## 2024-09-18 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index abd3c0b2..da6df063 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: sdk: flutter meta: ^1.8.0 stripe_android: ^11.1.0 - stripe_ios: ^11.0.0 + stripe_ios: ^11.1.0 stripe_platform_interface: ^11.1.0 dev_dependencies: flutter_test: diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index 9577a194..5fc58269 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,5 @@ +## 11.1.0 + ## 11.0.0 **Breaking changes** - Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. diff --git a/packages/stripe_ios/pubspec.yaml b/packages/stripe_ios/pubspec.yaml index ccf22b3d..23fede0c 100644 --- a/packages/stripe_ios/pubspec.yaml +++ b/packages/stripe_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_ios description: Stripe platform implementation for iOS -version: 11.0.0 +version: 11.1.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe From 24e74193f8988560cce93c4d34951ef61b194b7d Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 18:00:17 +0100 Subject: [PATCH 4/7] chore(release): publish packages - flutter_stripe@11.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/stripe/CHANGELOG.md | 4 ++++ packages/stripe/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3ac6b3..a96cbf15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe` - `v11.1.0`](#flutter_stripe---v1110) + +--- + +#### `flutter_stripe` - `v11.1.0` + + - :wq + + ## 2024-09-18 ### Changes diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index 9577a194..a6f32539 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.1.0 + + - :wq + ## 11.0.0 **Breaking changes** - Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index da6df063..ae2a25fc 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_stripe description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more. -version: 11.0.0 +version: 11.1.0 homepage: https://github.com/flutter-stripe/flutter_stripe repository: https://github.com/flutter-stripe/flutter_stripe From 44e4f6ab5e743a867296c986475b10806bb27bcd Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 18:01:14 +0100 Subject: [PATCH 5/7] chore(release): publish packages - stripe_js@6.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/stripe_js/CHANGELOG.md | 2 ++ packages/stripe_js/pubspec.yaml | 2 +- packages/stripe_web/pubspec.yaml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96cbf15..03d29307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_js` - `v6.1.0`](#stripe_js---v610) + - [`flutter_stripe_web` - `v6.0.1`](#flutter_stripe_web---v601) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe_web` - `v6.0.1` + +--- + +#### `stripe_js` - `v6.1.0` + + ## 2024-09-18 ### Changes diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 20425e63..45139d5e 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,3 +1,5 @@ +## 6.1.0 + ## 6.0.0 - aa diff --git a/packages/stripe_js/pubspec.yaml b/packages/stripe_js/pubspec.yaml index c0f7ceb5..d748d884 100644 --- a/packages/stripe_js/pubspec.yaml +++ b/packages/stripe_js/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_js description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly. -version: 6.0.0 +version: 6.1.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index d25ae0a4..b4193544 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: sdk: flutter freezed_annotation: ^2.0.3 stripe_platform_interface: ^11.1.0 - stripe_js: ^6.0.0 + stripe_js: ^6.1.0 web: ^1.0.0 dev_dependencies: From be0cf85ca4426748da78643957518ca5eaa8c54c Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 18:03:10 +0100 Subject: [PATCH 6/7] chore(release): publish packages - flutter_stripe_web@6.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/stripe_web/CHANGELOG.md | 4 ++++ packages/stripe_web/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d29307..6d90f24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe_web` - `v6.1.0`](#flutter_stripe_web---v610) + +--- + +#### `flutter_stripe_web` - `v6.1.0` + + - :wq + + ## 2024-09-18 ### Changes diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index d9b90429..abf25b4e 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.1.0 + + - :wq + ## 6.0.0 **Breaking changes** - Converted the library to the new js interop so this library can be compiled to WASM. diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index b4193544..27d7a9a2 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_stripe_web description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web. -version: 6.0.0 +version: 6.1.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: From 88812175169d529c43a928a5bfb3610c25fa9f2f Mon Sep 17 00:00:00 2001 From: Remon Date: Wed, 18 Sep 2024 18:04:38 +0100 Subject: [PATCH 7/7] fix changelogs --- packages/stripe/CHANGELOG.md | 4 ++-- packages/stripe_android/CHANGELOG.md | 2 ++ packages/stripe_ios/CHANGELOG.md | 2 ++ packages/stripe_js/CHANGELOG.md | 5 +++-- packages/stripe_platform_interface/CHANGELOG.md | 2 ++ packages/stripe_web/CHANGELOG.md | 5 +++-- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index a6f32539..448ef744 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,6 +1,6 @@ ## 11.1.0 - - - :wq +- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). +- Minor fixes and improvements. ## 11.0.0 **Breaking changes** diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index c7e866d2..dffd3ab0 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,4 +1,6 @@ ## 11.1.0 +- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). +- Minor fixes and improvements. ## 11.0.0 **Breaking changes** diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index 5fc58269..448ef744 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,4 +1,6 @@ ## 11.1.0 +- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). +- Minor fixes and improvements. ## 11.0.0 **Breaking changes** diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 45139d5e..63fd0b15 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,9 +1,10 @@ ## 6.1.0 +- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). +- Minor fixes and improvements. +- Fix webelement parameters. ## 6.0.0 - - aa - - **FIX**: invalid argument `requires_capture` on web (#1431). - **FIX**: PaymentConfirmationRedirect enum value (#1221). - **FIX**: confirmation redirect and stripeAccountId (#1201). diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 5fc58269..448ef744 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,4 +1,6 @@ ## 11.1.0 +- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). +- Minor fixes and improvements. ## 11.0.0 **Breaking changes** diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index abf25b4e..bc923b82 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,6 +1,7 @@ ## 6.1.0 - - - :wq +- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6). +- Minor fixes and improvements. +- Fix parameters for webelement ## 6.0.0 **Breaking changes**