From 306f6e10b97a1a7f897e0a1b742e1abae8cec000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mon?= Date: Tue, 28 Nov 2023 20:39:42 +0000 Subject: [PATCH] Stripe release 960 (#1511) * chore(release): publish packages - stripe_platform_interface@9.6.0 * chore(release): publish packages - stripe_android@9.6.0 * chore(release): publish packages - stripe_ios@9.6.0 * chore(release): publish packages - stripe_checkout@2.0.0 * chore(release): publish packages - flutter_stripe_web@4.6.0 * chore(release): publish packages - flutter_stripe@9.6.0 * chore release version 9.6.0 --------- Co-authored-by: Remon --- CHANGELOG.md | 165 ++++++++++++++++++ packages/stripe/CHANGELOG.md | 15 ++ packages/stripe/pubspec.yaml | 8 +- packages/stripe_android/CHANGELOG.md | 15 ++ packages/stripe_android/pubspec.yaml | 2 +- packages/stripe_ios/CHANGELOG.md | 15 ++ packages/stripe_ios/pubspec.yaml | 2 +- .../stripe_platform_interface/CHANGELOG.md | 15 ++ .../stripe_platform_interface/pubspec.yaml | 2 +- packages/stripe_web/CHANGELOG.md | 4 + packages/stripe_web/pubspec.yaml | 4 +- 11 files changed, 238 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99361b20d..764cbd3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,171 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe` - `v9.6.0`](#flutter_stripe---v960) + +--- + +#### `flutter_stripe` - `v9.6.0` + + - aaa + + - **FIX**: #1409 send usesDeprecatedTokenFlow to stripe platform (#1410). + + +## 2023-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe_web` - `v4.6.0`](#flutter_stripe_web---v460) + +--- + +#### `flutter_stripe_web` - `v4.6.0` + + - Support Flutter 3.16 + + - **FIX**: invalid argument `requires_capture` on web (#1431). + + +## 2023-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_checkout` - `v2.0.0`](#stripe_checkout---v200) + +--- + +#### `stripe_checkout` - `v2.0.0` + + - Add support for Flutter 3.16 + + - **FIX**: upgrade to android agp 8 (#1479). + - **FIX**: web_checkout (#973). + - **FEAT**: release 9.2.1 (#1262). + - **FEAT**: tokens for web (#1079). + - **DOCS**: fix typo "succesfullly" in `checkout.dart` (#1013). + - **DOCS**: update checkout readme. + + +## 2023-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_ios` - `v9.6.0`](#stripe_ios---v960) + - [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951) + +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` - `v9.5.1` + +--- + +#### `stripe_ios` - `v9.6.0` + + - aaa + + +## 2023-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_android` - `v9.6.0`](#stripe_android---v960) + - [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951) + +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` - `v9.5.1` + +--- + +#### `stripe_android` - `v9.6.0` + + - aa + + - **FIX**: upgrade to android agp 8 (#1479). + + +## 2023-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_platform_interface` - `v9.6.0`](#stripe_platform_interface---v960) + - [`flutter_stripe_web` - `v4.5.1`](#flutter_stripe_web---v451) + - [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951) + +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` - `v4.5.1` + - `flutter_stripe` - `v9.5.1` + +--- + +#### `stripe_platform_interface` - `v9.6.0` + + - a + + - **FIX**: #1459 allow image to be null (#1466). + - **FIX**: #1409 send usesDeprecatedTokenFlow to stripe platform (#1410). + + ## 2023-09-04 ### Changes diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index ab3191824..cd46dfd9c 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +1,18 @@ +## 9.6.0 +Sync with Stripe React Native v0.34 and v0.35: + +**Features** + +- Added new presentationStyle options for CustomerSheet and AddressSheet. +- Support PlatformPayButton's appearance and borderRadius props on Android. +- PaymentSheet now supports Swish for PaymentIntents in private beta. +- PaymentSheet now supports saved payment method support for SEPA family payment methods. +- Added support for Flutter 3.16 and AGP 8 + +**Fixes** +#1459 allow image to be null (#1466). +#1409 send usesDeprecatedTokenFlow to stripe platform (#1410). + ## 9.5.0 Sync with Stripe React Native v0.33: diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index ded40c7d1..cc8d5e70f 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: 9.5.0+1 +version: 9.6.0 homepage: https://github.com/flutter-stripe/flutter_stripe repository: https://github.com/flutter-stripe/flutter_stripe @@ -22,9 +22,9 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - stripe_android: ^9.5.0+1 - stripe_ios: ^9.5.0+1 - stripe_platform_interface: ^9.5.0+1 + stripe_android: ^9.6.0 + stripe_ios: ^9.6.0 + stripe_platform_interface: ^9.6.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index ab3191824..cd46dfd9c 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +1,18 @@ +## 9.6.0 +Sync with Stripe React Native v0.34 and v0.35: + +**Features** + +- Added new presentationStyle options for CustomerSheet and AddressSheet. +- Support PlatformPayButton's appearance and borderRadius props on Android. +- PaymentSheet now supports Swish for PaymentIntents in private beta. +- PaymentSheet now supports saved payment method support for SEPA family payment methods. +- Added support for Flutter 3.16 and AGP 8 + +**Fixes** +#1459 allow image to be null (#1466). +#1409 send usesDeprecatedTokenFlow to stripe platform (#1410). + ## 9.5.0 Sync with Stripe React Native v0.33: diff --git a/packages/stripe_android/pubspec.yaml b/packages/stripe_android/pubspec.yaml index f38c4b528..d6370695a 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: 9.5.0+1 +version: 9.6.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index ab3191824..a23e55d47 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,18 @@ +## 9.6.0 +Sync with Stripe React Native v0.34 and v0.35: + +**Features** + +- Added new presentationStyle options for CustomerSheet and AddressSheet. +- Support PlatformPayButton's appearance and borderRadius props on Android. +- PaymentSheet now supports Swish for PaymentIntents in private beta. +- PaymentSheet now supports saved payment method support for SEPA family payment methods. +- Added support for Flutter 3.16. + +**Fixes** +#1459 allow image to be null (#1466). +#1409 send usesDeprecatedTokenFlow to stripe platform (#1410). + ## 9.5.0 Sync with Stripe React Native v0.33: diff --git a/packages/stripe_ios/pubspec.yaml b/packages/stripe_ios/pubspec.yaml index 53fd1f50b..82c305261 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: 9.5.0+1 +version: 9.6.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index ab3191824..cd46dfd9c 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +1,18 @@ +## 9.6.0 +Sync with Stripe React Native v0.34 and v0.35: + +**Features** + +- Added new presentationStyle options for CustomerSheet and AddressSheet. +- Support PlatformPayButton's appearance and borderRadius props on Android. +- PaymentSheet now supports Swish for PaymentIntents in private beta. +- PaymentSheet now supports saved payment method support for SEPA family payment methods. +- Added support for Flutter 3.16 and AGP 8 + +**Fixes** +#1459 allow image to be null (#1466). +#1409 send usesDeprecatedTokenFlow to stripe platform (#1410). + ## 9.5.0 Sync with Stripe React Native v0.33: diff --git a/packages/stripe_platform_interface/pubspec.yaml b/packages/stripe_platform_interface/pubspec.yaml index a1249a688..546cc3a65 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: 9.5.0+1 +version: 9.6.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index 4ea5489af..a2f1369c1 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.6.0 + - Support Flutter 3.16 + - Fix invalid argument `requires_capture` on web (#1431). + ## 4.5.0 - Make sure Stripe web is compatible with Stripe platform interface 9.5.0+1 diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index e1a809dcc..42b9171f4 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: 4.5.0 +version: 4.6.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: @@ -13,7 +13,7 @@ dependencies: flutter_web_plugins: sdk: flutter freezed_annotation: ^2.0.3 - stripe_platform_interface: ^9.5.0+1 + stripe_platform_interface: ^9.6.0 js: ^0.6.3 stripe_js: ^3.2.0