From 5228384503b74df9d28d9814fd23bc74dba2a595 Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:42:01 +0000 Subject: [PATCH 1/7] chore(release): publish packages - stripe_platform_interface@11.4.0 --- CHANGELOG.md | 30 +++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- .../stripe_platform_interface/CHANGELOG.md | 4 +++ .../stripe_platform_interface/pubspec.yaml | 2 +- packages/stripe_web/pubspec.yaml | 2 +- 5 files changed, 37 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ee2e52..a4067326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-01-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_platform_interface` - `v11.4.0`](#stripe_platform_interface---v1140) + - [`flutter_stripe_web` - `v6.3.1`](#flutter_stripe_web---v631) + - [`flutter_stripe` - `v11.3.1`](#flutter_stripe---v1131) + +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.3.1` + - `flutter_stripe` - `v11.3.1` + +--- + +#### `stripe_platform_interface` - `v11.4.0` + + - Bump "stripe_platform_interface" to `11.4.0`. + + ## 2024-10-08 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index ef101a80..67ca1981 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: meta: ^1.8.0 stripe_android: ^11.3.0 stripe_ios: ^11.3.0 - stripe_platform_interface: ^11.3.0 + stripe_platform_interface: ^11.4.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 2f3a5ea9..37194dde 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.4.0 + + - Bump "stripe_platform_interface" to `11.4.0`. + ## 11.3.0 Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0): **Features** diff --git a/packages/stripe_platform_interface/pubspec.yaml b/packages/stripe_platform_interface/pubspec.yaml index 34e0ee26..58e02f96 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.3.0 +version: 11.4.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 5f29bcd8..2f58bf9e 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.2.0 + stripe_platform_interface: ^11.4.0 stripe_js: ^6.2.1 web: ^1.0.0 From e62fdc3afbf38dab07d1a20849319483da93cbd4 Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:43:57 +0000 Subject: [PATCH 2/7] chore(release): publish packages - stripe_ios@11.4.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- packages/stripe_ios/CHANGELOG.md | 4 ++++ packages/stripe_ios/pubspec.yaml | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4067326..4cc91092 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. +## 2025-01-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_ios` - `v11.4.0`](#stripe_ios---v1140) + - [`flutter_stripe` - `v11.3.1`](#flutter_stripe---v1131) + +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.3.1` + +--- + +#### `stripe_ios` - `v11.4.0` + + - Bump "stripe_ios" to `11.4.0`. + + ## 2025-01-18 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 67ca1981..257ffb4d 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.3.0 - stripe_ios: ^11.3.0 + stripe_ios: ^11.4.0 stripe_platform_interface: ^11.4.0 dev_dependencies: flutter_test: diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index cc3d23e1..a1bec9a3 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.4.0 + + - Bump "stripe_ios" to `11.4.0`. + ## 11.3.1 **Features** diff --git a/packages/stripe_ios/pubspec.yaml b/packages/stripe_ios/pubspec.yaml index e9cc03ae..b6f39c94 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.3.1 +version: 11.4.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe From 07ef039010d2d8b22572037ea7e5a862c6264c8a Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:45:27 +0000 Subject: [PATCH 3/7] chore(release): publish packages - stripe_android@11.4.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 4cc91092..7a1aa643 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. +## 2025-01-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_android` - `v11.4.0`](#stripe_android---v1140) + - [`flutter_stripe` - `v11.3.1`](#flutter_stripe---v1131) + +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.3.1` + +--- + +#### `stripe_android` - `v11.4.0` + + ## 2025-01-18 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 257ffb4d..fcc8a6b9 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.3.0 + stripe_android: ^11.4.0 stripe_ios: ^11.4.0 stripe_platform_interface: ^11.4.0 dev_dependencies: diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index 2f3a5ea9..a7a4858e 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +1,5 @@ +## 11.4.0 + ## 11.3.0 Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0): **Features** diff --git a/packages/stripe_android/pubspec.yaml b/packages/stripe_android/pubspec.yaml index f97f692a..9a0db95d 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.3.0 +version: 11.4.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe From e2c0a64b9bb769d5178e7bba0a8d9427a36c68dd Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:47:49 +0000 Subject: [PATCH 4/7] chore(release): publish packages - stripe_js@6.3.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 7a1aa643..b916a567 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. +## 2025-01-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_js` - `v6.3.0`](#stripe_js---v630) + - [`flutter_stripe_web` - `v6.3.1`](#flutter_stripe_web---v631) + +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.3.1` + +--- + +#### `stripe_js` - `v6.3.0` + + ## 2025-01-18 ### Changes diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 2b86a167..acb83c6d 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,3 +1,5 @@ +## 6.3.0 + ## 6.2.1 **Features** - Add support for any kind of payment method in setup intent with [confirmSetup] diff --git a/packages/stripe_js/pubspec.yaml b/packages/stripe_js/pubspec.yaml index f37802fd..fa93daca 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.2.1 +version: 6.3.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 2f58bf9e..f4e557be 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.4.0 - stripe_js: ^6.2.1 + stripe_js: ^6.3.0 web: ^1.0.0 dev_dependencies: From 8a33adb79076364f2063631bedc9c238a110e13e Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:50:39 +0000 Subject: [PATCH 5/7] chore(release): publish packages - flutter_stripe_web@6.4.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 b916a567..ce00b309 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. +## 2025-01-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe_web` - `v6.4.0`](#flutter_stripe_web---v640) + +--- + +#### `flutter_stripe_web` - `v6.4.0` + + - **FIX**: prevent focus loop in PaymentElement widget (#2022). + + ## 2025-01-18 ### Changes diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index e41aa4b5..882f11df 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.4.0 + + - **FIX**: prevent focus loop in PaymentElement widget (#2022). + ## 6.3.0 **Features** - Add support for any kind of payment method in setup intent with [confirmSetup] diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index f4e557be..84327ea9 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.3.0 +version: 6.4.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: From b9d0c1f238c0def630a4520253ad196d39650d01 Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:53:10 +0000 Subject: [PATCH 6/7] chore(release): publish packages - flutter_stripe@11.4.0 --- CHANGELOG.md | 19 +++++++++++++++++++ packages/stripe/CHANGELOG.md | 2 ++ packages/stripe/pubspec.yaml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce00b309..347d1020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-01-18 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe` - `v11.4.0`](#flutter_stripe---v1140) + +--- + +#### `flutter_stripe` - `v11.4.0` + + ## 2025-01-18 ### Changes diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index 2f3a5ea9..a7a4858e 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +1,5 @@ +## 11.4.0 + ## 11.3.0 Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0): **Features** diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index fcc8a6b9..253bb891 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.3.0 +version: 11.4.0 homepage: https://github.com/flutter-stripe/flutter_stripe repository: https://github.com/flutter-stripe/flutter_stripe From e0662887af592a03d0fd3b668da38ab3f73b0e15 Mon Sep 17 00:00:00 2001 From: Remon Date: Sat, 18 Jan 2025 15:54:58 +0000 Subject: [PATCH 7/7] chore: release notes --- packages/stripe/CHANGELOG.md | 9 +++++++++ packages/stripe_android/CHANGELOG.md | 6 ++++++ packages/stripe_ios/CHANGELOG.md | 7 ++++++- packages/stripe_js/CHANGELOG.md | 6 ++++++ packages/stripe_platform_interface/CHANGELOG.md | 9 ++++++++- packages/stripe_web/CHANGELOG.md | 7 ++++++- 6 files changed, 41 insertions(+), 3 deletions(-) diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index a7a4858e..8a13b0d9 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,5 +1,14 @@ ## 11.4.0 +**Features** +- Swift package manager support +- Implemented Address sheet widget +- Add P24 support on Stripe web + +**Fixes** +- Compliance with latest Dart analyzer +- Prevent focus loop in Payment element for the web + ## 11.3.0 Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0): **Features** diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index a7a4858e..8d0f8f17 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,5 +1,11 @@ ## 11.4.0 +**Features** +- Implemented Address sheet widget + +**Fixes** +- Compliance with latest Dart analyzer + ## 11.3.0 Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0): **Features** diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index a1bec9a3..3aca7a93 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,6 +1,11 @@ ## 11.4.0 - - Bump "stripe_ios" to `11.4.0`. +**Features** +- Swift package manager support +- Implemented Address sheet widget + +**Fixes** +- Compliance with latest Dart analyzer ## 11.3.1 diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index acb83c6d..5da37740 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,4 +1,10 @@ ## 6.3.0 +**Features** +- Add P24 support on Stripe web + +**Fixes** +- Compliance with latest Dart analyzer +- Prevent focus loop in Payment element for the web ## 6.2.1 **Features** diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 37194dde..8a13b0d9 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,6 +1,13 @@ ## 11.4.0 - - Bump "stripe_platform_interface" to `11.4.0`. +**Features** +- Swift package manager support +- Implemented Address sheet widget +- Add P24 support on Stripe web + +**Fixes** +- Compliance with latest Dart analyzer +- Prevent focus loop in Payment element for the web ## 11.3.0 Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0): diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index 882f11df..11bc43bd 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,6 +1,11 @@ ## 6.4.0 - - **FIX**: prevent focus loop in PaymentElement widget (#2022). +**Features** +- Add P24 support on Stripe web + +**Fixes** +- Compliance with latest Dart analyzer +- Prevent focus loop in Payment element for the web ## 6.3.0 **Features**