diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ee2e52..347d1020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,156 @@ 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 + +--- + +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 + +--- + +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 + +--- + +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 + +--- + +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 + +--- + +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/CHANGELOG.md b/packages/stripe/CHANGELOG.md index 2f3a5ea9..8a13b0d9 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +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/pubspec.yaml b/packages/stripe/pubspec.yaml index ef101a80..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 @@ -22,9 +22,9 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - stripe_android: ^11.3.0 - stripe_ios: ^11.3.0 - stripe_platform_interface: ^11.3.0 + stripe_android: ^11.4.0 + stripe_ios: ^11.4.0 + stripe_platform_interface: ^11.4.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index 2f3a5ea9..8d0f8f17 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +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_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 diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index cc3d23e1..3aca7a93 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,12 @@ +## 11.4.0 + +**Features** +- Swift package manager support +- Implemented Address sheet widget + +**Fixes** +- Compliance with latest Dart analyzer + ## 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 diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 2b86a167..5da37740 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,3 +1,11 @@ +## 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** - 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_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 2f3a5ea9..8a13b0d9 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +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_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/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index e41aa4b5..11bc43bd 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.4.0 + +**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** - 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 5f29bcd8..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: @@ -13,8 +13,8 @@ dependencies: flutter_web_plugins: sdk: flutter freezed_annotation: ^2.0.3 - stripe_platform_interface: ^11.2.0 - stripe_js: ^6.2.1 + stripe_platform_interface: ^11.4.0 + stripe_js: ^6.3.0 web: ^1.0.0 dev_dependencies: