Skip to content

Commit 58e7505

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 7945339 commit 58e7505

File tree

6 files changed

+39
-4
lines changed

6 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-11-15
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`stripe_platform_interface` - `v12.1.1`](#stripe_platform_interface---v1211)
19+
- [`flutter_stripe_web` - `v7.1.1`](#flutter_stripe_web---v711)
20+
- [`flutter_stripe` - `v12.1.1`](#flutter_stripe---v1211)
21+
22+
Packages with dependency updates only:
23+
24+
> 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.
25+
26+
- `flutter_stripe_web` - `v7.1.1`
27+
- `flutter_stripe` - `v12.1.1`
28+
29+
---
30+
31+
#### `stripe_platform_interface` - `v12.1.1`
32+
33+
- FIX: #2064 crash collect bankaccounttoken
34+
35+
636
## 2025-10-28
737

838
### Changes

packages/stripe/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
meta: ^1.8.0
2525
stripe_android: ^12.1.0
2626
stripe_ios: ^12.1.0
27-
stripe_platform_interface: ^12.1.0
27+
stripe_platform_interface: ^12.1.1
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter

packages/stripe_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 12.1.1
2+
3+
**Fixes**
4+
- 2064 crash collect bankaccounttoken
5+
16
## 12.1.0
27

38
**Features**

packages/stripe_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_platform_interface
22
description: Platform interface for stripe sdk
3-
version: 12.1.0
3+
version: 12.1.1
44
repository: https://github.com/flutter-stripe/flutter_stripe
55
homepage: https://pub.dev/packages/flutter_stripe
66

packages/stripe_web/lib/src/web_stripe.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class WebStripe extends StripePlatform {
511511
@override
512512
Future<FinancialConnectionTokenResult> collectBankAccountToken({
513513
required String clientSecret,
514-
CollectBankAccountTokenParams? params,
514+
required CollectBankAccountTokenParams params,
515515
}) {
516516
throw WebUnsupportedError.method('collectBankAccountToken');
517517
}

packages/stripe_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
flutter_web_plugins:
1414
sdk: flutter
1515
freezed_annotation: ^3.1.0
16-
stripe_platform_interface: ^12.1.0
16+
stripe_platform_interface: ^12.1.1
1717
stripe_js: ^7.1.0
1818
web: ^1.0.0
1919

0 commit comments

Comments
 (0)