Skip to content

Commit 306f6e1

Browse files
authored
Stripe release 960 (#1511)
* chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * chore release version 9.6.0 --------- Co-authored-by: Remon <[email protected]>
1 parent 1c2622f commit 306f6e1

File tree

11 files changed

+238
-9
lines changed

11 files changed

+238
-9
lines changed

CHANGELOG.md

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,171 @@
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+
## 2023-11-28
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+
- [`flutter_stripe` - `v9.6.0`](#flutter_stripe---v960)
19+
20+
---
21+
22+
#### `flutter_stripe` - `v9.6.0`
23+
24+
- aaa
25+
26+
- **FIX**: #1409 send usesDeprecatedTokenFlow to stripe platform (#1410).
27+
28+
29+
## 2023-11-28
30+
31+
### Changes
32+
33+
---
34+
35+
Packages with breaking changes:
36+
37+
- There are no breaking changes in this release.
38+
39+
Packages with other changes:
40+
41+
- [`flutter_stripe_web` - `v4.6.0`](#flutter_stripe_web---v460)
42+
43+
---
44+
45+
#### `flutter_stripe_web` - `v4.6.0`
46+
47+
- Support Flutter 3.16
48+
49+
- **FIX**: invalid argument `requires_capture` on web (#1431).
50+
51+
52+
## 2023-11-28
53+
54+
### Changes
55+
56+
---
57+
58+
Packages with breaking changes:
59+
60+
- There are no breaking changes in this release.
61+
62+
Packages with other changes:
63+
64+
- [`stripe_checkout` - `v2.0.0`](#stripe_checkout---v200)
65+
66+
---
67+
68+
#### `stripe_checkout` - `v2.0.0`
69+
70+
- Add support for Flutter 3.16
71+
72+
- **FIX**: upgrade to android agp 8 (#1479).
73+
- **FIX**: web_checkout (#973).
74+
- **FEAT**: release 9.2.1 (#1262).
75+
- **FEAT**: tokens for web (#1079).
76+
- **DOCS**: fix typo "succesfullly" in `checkout.dart` (#1013).
77+
- **DOCS**: update checkout readme.
78+
79+
80+
## 2023-11-28
81+
82+
### Changes
83+
84+
---
85+
86+
Packages with breaking changes:
87+
88+
- There are no breaking changes in this release.
89+
90+
Packages with other changes:
91+
92+
- [`stripe_ios` - `v9.6.0`](#stripe_ios---v960)
93+
- [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951)
94+
95+
Packages with dependency updates only:
96+
97+
> 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.
98+
99+
- `flutter_stripe` - `v9.5.1`
100+
101+
---
102+
103+
#### `stripe_ios` - `v9.6.0`
104+
105+
- aaa
106+
107+
108+
## 2023-11-28
109+
110+
### Changes
111+
112+
---
113+
114+
Packages with breaking changes:
115+
116+
- There are no breaking changes in this release.
117+
118+
Packages with other changes:
119+
120+
- [`stripe_android` - `v9.6.0`](#stripe_android---v960)
121+
- [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951)
122+
123+
Packages with dependency updates only:
124+
125+
> 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.
126+
127+
- `flutter_stripe` - `v9.5.1`
128+
129+
---
130+
131+
#### `stripe_android` - `v9.6.0`
132+
133+
- aa
134+
135+
- **FIX**: upgrade to android agp 8 (#1479).
136+
137+
138+
## 2023-11-28
139+
140+
### Changes
141+
142+
---
143+
144+
Packages with breaking changes:
145+
146+
- There are no breaking changes in this release.
147+
148+
Packages with other changes:
149+
150+
- [`stripe_platform_interface` - `v9.6.0`](#stripe_platform_interface---v960)
151+
- [`flutter_stripe_web` - `v4.5.1`](#flutter_stripe_web---v451)
152+
- [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951)
153+
154+
Packages with dependency updates only:
155+
156+
> 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.
157+
158+
- `flutter_stripe_web` - `v4.5.1`
159+
- `flutter_stripe` - `v9.5.1`
160+
161+
---
162+
163+
#### `stripe_platform_interface` - `v9.6.0`
164+
165+
- a
166+
167+
- **FIX**: #1459 allow image to be null (#1466).
168+
- **FIX**: #1409 send usesDeprecatedTokenFlow to stripe platform (#1410).
169+
170+
6171
## 2023-09-04
7172

8173
### Changes

packages/stripe/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 9.6.0
2+
Sync with Stripe React Native v0.34 and v0.35:
3+
4+
**Features**
5+
6+
- Added new presentationStyle options for CustomerSheet and AddressSheet.
7+
- Support PlatformPayButton's appearance and borderRadius props on Android.
8+
- PaymentSheet now supports Swish for PaymentIntents in private beta.
9+
- PaymentSheet now supports saved payment method support for SEPA family payment methods.
10+
- Added support for Flutter 3.16 and AGP 8
11+
12+
**Fixes**
13+
#1459 allow image to be null (#1466).
14+
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).
15+
116
## 9.5.0
217

318
Sync with Stripe React Native v0.33:

packages/stripe/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_stripe
22
description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more.
3-
version: 9.5.0+1
3+
version: 9.6.0
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55
repository: https://github.com/flutter-stripe/flutter_stripe
66

@@ -22,9 +22,9 @@ dependencies:
2222
flutter:
2323
sdk: flutter
2424
meta: ^1.8.0
25-
stripe_android: ^9.5.0+1
26-
stripe_ios: ^9.5.0+1
27-
stripe_platform_interface: ^9.5.0+1
25+
stripe_android: ^9.6.0
26+
stripe_ios: ^9.6.0
27+
stripe_platform_interface: ^9.6.0
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter

packages/stripe_android/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 9.6.0
2+
Sync with Stripe React Native v0.34 and v0.35:
3+
4+
**Features**
5+
6+
- Added new presentationStyle options for CustomerSheet and AddressSheet.
7+
- Support PlatformPayButton's appearance and borderRadius props on Android.
8+
- PaymentSheet now supports Swish for PaymentIntents in private beta.
9+
- PaymentSheet now supports saved payment method support for SEPA family payment methods.
10+
- Added support for Flutter 3.16 and AGP 8
11+
12+
**Fixes**
13+
#1459 allow image to be null (#1466).
14+
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).
15+
116
## 9.5.0
217

318
Sync with Stripe React Native v0.33:

packages/stripe_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_android
22
description: Stripe platform implementation for Android
3-
version: 9.5.0+1
3+
version: 9.6.0
44
repository: https://github.com/flutter-stripe/flutter_stripe
55
homepage: https://pub.dev/packages/flutter_stripe
66

packages/stripe_ios/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 9.6.0
2+
Sync with Stripe React Native v0.34 and v0.35:
3+
4+
**Features**
5+
6+
- Added new presentationStyle options for CustomerSheet and AddressSheet.
7+
- Support PlatformPayButton's appearance and borderRadius props on Android.
8+
- PaymentSheet now supports Swish for PaymentIntents in private beta.
9+
- PaymentSheet now supports saved payment method support for SEPA family payment methods.
10+
- Added support for Flutter 3.16.
11+
12+
**Fixes**
13+
#1459 allow image to be null (#1466).
14+
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).
15+
116
## 9.5.0
217

318
Sync with Stripe React Native v0.33:

packages/stripe_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_ios
22
description: Stripe platform implementation for iOS
3-
version: 9.5.0+1
3+
version: 9.6.0
44
repository: https://github.com/flutter-stripe/flutter_stripe
55
homepage: https://pub.dev/packages/flutter_stripe
66

packages/stripe_platform_interface/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 9.6.0
2+
Sync with Stripe React Native v0.34 and v0.35:
3+
4+
**Features**
5+
6+
- Added new presentationStyle options for CustomerSheet and AddressSheet.
7+
- Support PlatformPayButton's appearance and borderRadius props on Android.
8+
- PaymentSheet now supports Swish for PaymentIntents in private beta.
9+
- PaymentSheet now supports saved payment method support for SEPA family payment methods.
10+
- Added support for Flutter 3.16 and AGP 8
11+
12+
**Fixes**
13+
#1459 allow image to be null (#1466).
14+
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).
15+
116
## 9.5.0
217

318
Sync with Stripe React Native v0.33:

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: 9.5.0+1
3+
version: 9.6.0
44
repository: https://github.com/flutter-stripe/flutter_stripe
55
homepage: https://pub.dev/packages/flutter_stripe
66

packages/stripe_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.6.0
2+
- Support Flutter 3.16
3+
- Fix invalid argument `requires_capture` on web (#1431).
4+
15
## 4.5.0
26
- Make sure Stripe web is compatible with Stripe platform interface 9.5.0+1
37

0 commit comments

Comments
 (0)