From 0ce42362d62b02dea98d4ae0687a91ed59eeed08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mon?= Date: Sat, 2 Mar 2024 10:22:33 +0000 Subject: [PATCH] Release 10.1.0 (#1660) * chore(release): publish packages - stripe_platform_interface@10.1.0 * chore(release): publish packages - stripe_android@10.1.0 * chore(release): publish packages - stripe_ios@10.1.0 * chore(release): publish packages - stripe_js@3.4.0 * chore(release): publish packages - flutter_stripe_web@5.1.0 * chore(release): publish packages - flutter_stripe@10.1.0 * chore: add releasenotes --------- Co-authored-by: Remon --- CHANGELOG.md | 163 ++++++++++++++++++ packages/stripe/CHANGELOG.md | 13 ++ packages/stripe/pubspec.yaml | 8 +- packages/stripe_android/CHANGELOG.md | 10 ++ packages/stripe_android/pubspec.yaml | 2 +- packages/stripe_ios/CHANGELOG.md | 9 + packages/stripe_ios/pubspec.yaml | 2 +- packages/stripe_js/CHANGELOG.md | 12 ++ packages/stripe_js/pubspec.yaml | 2 +- .../stripe_platform_interface/CHANGELOG.md | 13 ++ .../stripe_platform_interface/pubspec.yaml | 2 +- packages/stripe_web/CHANGELOG.md | 13 ++ packages/stripe_web/pubspec.yaml | 6 +- 13 files changed, 244 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66557a54e..4aa00295a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,169 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-03-02 + +### Changes + +--- + +Packages with breaking changes: + + - [`flutter_stripe` - `v10.1.0`](#flutter_stripe---v1010) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `flutter_stripe` - `v10.1.0` + + - aa + + - **BREAKING** **BREAKING**: rename ApplePayShippingContact to Platformpayshipping contact. + + +## 2024-03-02 + +### Changes + +--- + +Packages with breaking changes: + + - [`flutter_stripe_web` - `v5.1.0`](#flutter_stripe_web---v510) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `flutter_stripe_web` - `v5.1.0` + + - aaa + + - **FIX**: Respect the font color for CardField on web platforms (#1658). + - **FIX**: #1512 add latest charge field to payment intent (Web only). + - **BREAKING** **BREAKING**: rename ApplePayShippingContact to Platformpayshipping contact. + + +## 2024-03-02 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_js` - `v3.4.0`](#stripe_js---v340) + - [`flutter_stripe_web` - `v5.0.1`](#flutter_stripe_web---v501) + +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` - `v5.0.1` + +--- + +#### `stripe_js` - `v3.4.0` + + - a + + +## 2024-03-02 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_ios` - `v10.1.0`](#stripe_ios---v1010) + - [`flutter_stripe` - `v10.0.1`](#flutter_stripe---v1001) + +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` - `v10.0.1` + +--- + +#### `stripe_ios` - `v10.1.0` + + +## 2024-03-02 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_android` - `v10.1.0`](#stripe_android---v1010) + - [`flutter_stripe` - `v10.0.1`](#flutter_stripe---v1001) + +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` - `v10.0.1` + +--- + +#### `stripe_android` - `v10.1.0` + + - aa + + +## 2024-03-02 + +### Changes + +--- + +Packages with breaking changes: + + - [`stripe_platform_interface` - `v10.1.0`](#stripe_platform_interface---v1010) + +Packages with other changes: + + - [`flutter_stripe` - `v10.0.1`](#flutter_stripe---v1001) + - [`flutter_stripe_web` - `v5.0.1`](#flutter_stripe_web---v501) + +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` - `v10.0.1` + - `flutter_stripe_web` - `v5.0.1` + +--- + +#### `stripe_platform_interface` - `v10.1.0` + + - aaa + + - **FIX**: #1465 unknow result. + - **FIX**: #1512 add latest charge field to payment intent (Web only). + - **BREAKING** **BREAKING**: rename ApplePayShippingContact to Platformpayshipping contact. + + ## 2023-12-19 ### Changes diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index e77494d15..6d7849572 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +1,16 @@ +## 10.1.0 + +**Features** +- #1122 Add google pay and apple pay for web +- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0) +- #1606 Enable tap to pay + +**Fixes** +- #1637 Cash app pay causes crash on web. +- #1608 prevent paymentintent crash. +- #1465 unknow result. +- #1512 add latest charge field to payment intent (Web only). + ## 10.0.0 **Breaking changes** diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index ba3f660ec..403ea5ccb 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: 10.0.0 +version: 10.1.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: ^10.0.0 - stripe_ios: ^10.0.0 - stripe_platform_interface: ^10.0.0 + stripe_android: ^10.1.0 + stripe_ios: ^10.1.0 + stripe_platform_interface: ^10.1.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index d2cb99f99..e8265b7fd 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +1,13 @@ +## 10.1.0 + +**Features** +- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0) +- #1606 Enable tap to pay + +**Fixes** +- #1608 prevent paymentintent crash. +- #1465 unknow result. + ## 10.0.0 **Breaking changes** diff --git a/packages/stripe_android/pubspec.yaml b/packages/stripe_android/pubspec.yaml index 248fc6a76..8b2e52151 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: 10.0.0 +version: 10.1.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 c02cd0f8f..31136c3ba 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,12 @@ +## 10.1.0 + +**Features** +- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0) + +**Fixes** +- #1608 prevent paymentintent crash. +- #1465 unknow result. + ## 10.0.0 **Breaking changes** diff --git a/packages/stripe_ios/pubspec.yaml b/packages/stripe_ios/pubspec.yaml index f20f02c5a..8b1340cd1 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: 10.0.0 +version: 10.1.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 743031d35..445713c44 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,3 +1,15 @@ +## 3.4.0 +**Features** +- #1122 Add google pay and apple pay for web +- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0) +- #1606 Enable tap to pay + +**Fixes** +- #1637 Cash app pay causes crash on web. +- #1608 prevent paymentintent crash. +- #1465 unknow result. +- #1512 add latest charge field to payment intent (Web only). + ## 3.3.0 **FIXES** - Invalid argument `requires_capture` on web (#1431). diff --git a/packages/stripe_js/pubspec.yaml b/packages/stripe_js/pubspec.yaml index 9b9953716..3d9cd3462 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: 3.3.0 +version: 3.4.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index c23432ef3..380d295c3 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +1,16 @@ +## 10.1.0 + +**Features** +- #1122 Add google pay and apple pay for web +- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0) +- #1606 Enable tap to pay + +**Fixes** +- #1637 Cash app pay causes crash on web. +- #1608 prevent paymentintent crash. +- #1465 unknow result. +- #1512 add latest charge field to payment intent (Web only). + ## 10.0.0 **Breaking changes** diff --git a/packages/stripe_platform_interface/pubspec.yaml b/packages/stripe_platform_interface/pubspec.yaml index d792ff975..881ac10ff 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: 10.0.0 +version: 10.1.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 f685b44d1..425986c4d 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,16 @@ +## 5.1.0 + +**Features** +- #1122 Add google pay and apple pay for web +- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0) +- #1606 Enable tap to pay + +**Fixes** +- #1637 Cash app pay causes crash on web. +- #1608 prevent paymentintent crash. +- #1465 unknow result. +- #1512 add latest charge field to payment intent (Web only). + ## 5.0.0 **Breaking changes** diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index c5c6b6e7e..519be912e 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: 5.0.0 +version: 5.1.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: @@ -13,9 +13,9 @@ dependencies: flutter_web_plugins: sdk: flutter freezed_annotation: ^2.0.3 - stripe_platform_interface: ^10.0.0 + stripe_platform_interface: ^10.1.0 js: ^0.6.3 - stripe_js: ^3.3.0 + stripe_js: ^3.4.0 dev_dependencies: flutter_test: