Skip to content

Commit dde7ed5

Browse files
authored
Stripe release stripe 11.1.0 (#1929)
* 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] * fix changelogs --------- Co-authored-by: Remon <[email protected]>
1 parent 98484da commit dde7ed5

File tree

13 files changed

+185
-13
lines changed

13 files changed

+185
-13
lines changed

CHANGELOG.md

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,154 @@
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+
## 2024-09-18
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_web` - `v6.1.0`](#flutter_stripe_web---v610)
19+
20+
---
21+
22+
#### `flutter_stripe_web` - `v6.1.0`
23+
24+
- :wq
25+
26+
27+
## 2024-09-18
28+
29+
### Changes
30+
31+
---
32+
33+
Packages with breaking changes:
34+
35+
- There are no breaking changes in this release.
36+
37+
Packages with other changes:
38+
39+
- [`stripe_js` - `v6.1.0`](#stripe_js---v610)
40+
- [`flutter_stripe_web` - `v6.0.1`](#flutter_stripe_web---v601)
41+
42+
Packages with dependency updates only:
43+
44+
> 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.
45+
46+
- `flutter_stripe_web` - `v6.0.1`
47+
48+
---
49+
50+
#### `stripe_js` - `v6.1.0`
51+
52+
53+
## 2024-09-18
54+
55+
### Changes
56+
57+
---
58+
59+
Packages with breaking changes:
60+
61+
- There are no breaking changes in this release.
62+
63+
Packages with other changes:
64+
65+
- [`flutter_stripe` - `v11.1.0`](#flutter_stripe---v1110)
66+
67+
---
68+
69+
#### `flutter_stripe` - `v11.1.0`
70+
71+
- :wq
72+
73+
74+
## 2024-09-18
75+
76+
### Changes
77+
78+
---
79+
80+
Packages with breaking changes:
81+
82+
- There are no breaking changes in this release.
83+
84+
Packages with other changes:
85+
86+
- [`stripe_ios` - `v11.1.0`](#stripe_ios---v1110)
87+
- [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101)
88+
89+
Packages with dependency updates only:
90+
91+
> 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.
92+
93+
- `flutter_stripe` - `v11.0.1`
94+
95+
---
96+
97+
#### `stripe_ios` - `v11.1.0`
98+
99+
100+
## 2024-09-18
101+
102+
### Changes
103+
104+
---
105+
106+
Packages with breaking changes:
107+
108+
- There are no breaking changes in this release.
109+
110+
Packages with other changes:
111+
112+
- [`stripe_android` - `v11.1.0`](#stripe_android---v1110)
113+
- [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101)
114+
115+
Packages with dependency updates only:
116+
117+
> 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.
118+
119+
- `flutter_stripe` - `v11.0.1`
120+
121+
---
122+
123+
#### `stripe_android` - `v11.1.0`
124+
125+
126+
## 2024-09-18
127+
128+
### Changes
129+
130+
---
131+
132+
Packages with breaking changes:
133+
134+
- There are no breaking changes in this release.
135+
136+
Packages with other changes:
137+
138+
- [`stripe_platform_interface` - `v11.1.0`](#stripe_platform_interface---v1110)
139+
- [`flutter_stripe_web` - `v6.0.1`](#flutter_stripe_web---v601)
140+
- [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101)
141+
142+
Packages with dependency updates only:
143+
144+
> 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.
145+
146+
- `flutter_stripe_web` - `v6.0.1`
147+
- `flutter_stripe` - `v11.0.1`
148+
149+
---
150+
151+
#### `stripe_platform_interface` - `v11.1.0`
152+
153+
6154
## 2024-07-25
7155

8156
### Changes

packages/stripe/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.1.0
2+
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
3+
- Minor fixes and improvements.
4+
15
## 11.0.0
26
**Breaking changes**
37
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.

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: 11.0.0
3+
version: 11.1.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: ^11.0.0
26-
stripe_ios: ^11.0.0
27-
stripe_platform_interface: ^11.0.0
25+
stripe_android: ^11.1.0
26+
stripe_ios: ^11.1.0
27+
stripe_platform_interface: ^11.1.0
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter

packages/stripe_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.1.0
2+
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
3+
- Minor fixes and improvements.
4+
15
## 11.0.0
26
**Breaking changes**
37
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.

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: 11.0.0
3+
version: 11.1.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.1.0
2+
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
3+
- Minor fixes and improvements.
4+
15
## 11.0.0
26
**Breaking changes**
37
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.

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

packages/stripe_js/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 6.0.0
1+
## 6.1.0
2+
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
3+
- Minor fixes and improvements.
4+
- Fix webelement parameters.
25

3-
- aa
6+
## 6.0.0
47

58
- **FIX**: invalid argument `requires_capture` on web (#1431).
69
- **FIX**: PaymentConfirmationRedirect enum value (#1221).

packages/stripe_js/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_js
22
description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly.
3-
version: 6.0.0
3+
version: 6.1.0
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55

66
environment:

packages/stripe_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.1.0
2+
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
3+
- Minor fixes and improvements.
4+
15
## 11.0.0
26
**Breaking changes**
37
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.

0 commit comments

Comments
 (0)