diff --git a/CHANGELOG.md b/CHANGELOG.md index 257320b6..307ff66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,74 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-11-15 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe` - `v12.1.1`](#flutter_stripe---v1211) + +--- + +#### `flutter_stripe` - `v12.1.1` + + +## 2025-11-15 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe_web` - `v7.1.1`](#flutter_stripe_web---v711) + +--- + +#### `flutter_stripe_web` - `v7.1.1` + + +## 2025-11-15 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_platform_interface` - `v12.1.1`](#stripe_platform_interface---v1211) + - [`flutter_stripe_web` - `v7.1.1`](#flutter_stripe_web---v711) + - [`flutter_stripe` - `v12.1.1`](#flutter_stripe---v1211) + +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` - `v7.1.1` + - `flutter_stripe` - `v12.1.1` + +--- + +#### `stripe_platform_interface` - `v12.1.1` + + - FIX: #2064 crash collect bankaccounttoken + + ## 2025-10-28 ### Changes diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index f722adc3..f86ea8cc 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +1,8 @@ +## 12.1.1 + +**Fixes** + - 2064 crash collect bankaccounttoken + ## 12.1.0 **Features** diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 69a40db6..c45db9d3 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: 12.1.0 +version: 12.1.1 homepage: https://github.com/flutter-stripe/flutter_stripe repository: https://github.com/flutter-stripe/flutter_stripe @@ -24,7 +24,7 @@ dependencies: meta: ^1.8.0 stripe_android: ^12.1.0 stripe_ios: ^12.1.0 - stripe_platform_interface: ^12.1.0 + stripe_platform_interface: ^12.1.1 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 705c3c66..cbffe476 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +1,8 @@ +## 12.1.1 + +**Fixes** + - 2064 crash collect bankaccounttoken + ## 12.1.0 **Features** diff --git a/packages/stripe_platform_interface/pubspec.yaml b/packages/stripe_platform_interface/pubspec.yaml index 18007636..edf94263 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: 12.1.0 +version: 12.1.1 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 2bc1cf1e..bbb6aa7b 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,8 @@ +## 7.1.1 + +**Fixes** + - 2064 crash collect bankaccounttoken + ## 7.1.0 **Features** diff --git a/packages/stripe_web/lib/src/web_stripe.dart b/packages/stripe_web/lib/src/web_stripe.dart index f276f5a8..d7f57df4 100644 --- a/packages/stripe_web/lib/src/web_stripe.dart +++ b/packages/stripe_web/lib/src/web_stripe.dart @@ -511,7 +511,7 @@ class WebStripe extends StripePlatform { @override Future collectBankAccountToken({ required String clientSecret, - CollectBankAccountTokenParams? params, + required CollectBankAccountTokenParams params, }) { throw WebUnsupportedError.method('collectBankAccountToken'); } diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index c7b13c74..a904d134 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: 7.1.0 +version: 7.1.1 homepage: https://github.com/flutter-stripe/flutter_stripe environment: @@ -13,7 +13,7 @@ dependencies: flutter_web_plugins: sdk: flutter freezed_annotation: ^3.1.0 - stripe_platform_interface: ^12.1.0 + stripe_platform_interface: ^12.1.1 stripe_js: ^7.1.0 web: ^1.0.0