Skip to content

Commit 594b79f

Browse files
committed
update changelog, version
1 parent f4e13d3 commit 594b79f

File tree

8 files changed

+59
-19
lines changed

8 files changed

+59
-19
lines changed

packages/stripe/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 11.3.0
2+
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
3+
**Features**
4+
- Adds support for CustomerSession in private beta 1744
5+
- Added onBehalfOf prop to CardField
6+
7+
**Fixes**
8+
- Updated stripe-ios to 23.30.*
9+
- Updated stripe-android to 20.52.*
10+
111
## 11.2.0
212

313
**Features**

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.2.0
3+
version: 11.3.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.2.0
26-
stripe_ios: ^11.2.0
27-
stripe_platform_interface: ^11.2.0
25+
stripe_android: ^11.3.0
26+
stripe_ios: ^11.3.0
27+
stripe_platform_interface: ^11.3.0
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter

packages/stripe_android/CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
## 11.2.1
2-
- Remove com.android.application gradle plugin version check
1+
## 11.3.0
2+
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
3+
**Features**
4+
- Adds support for CustomerSession in private beta 1744
5+
- Added onBehalfOf prop to CardField
6+
7+
**Fixes**
8+
- Updated stripe-ios to 23.30.*
9+
- Updated stripe-android to 20.52.*
310

411
## 11.2.0
5-
- Minor fixes and improvements
12+
13+
**Features**
14+
- Add basic support for Expresscheckout on the web
15+
16+
**Fixes**
17+
- Export elementappearance and element theme
618

719
## 11.1.0
820
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
@@ -19,10 +31,7 @@
1931
**Fixes**
2032
- #1729 parse unknown error.
2133
- #1837 fix for deferred payment methods.
22-
23-
## 10.2.1
24-
**Fixes**
25-
- Run method channel messages on UI Thread to prevent crash (#1831)
34+
- #1630 handle next action setup for ios.
2635

2736
## 10.2.0
2837

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.2.1
3+
version: 11.3.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: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
## 11.3.0
2+
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
3+
**Features**
4+
- Adds support for CustomerSession in private beta 1744
5+
- Added onBehalfOf prop to CardField
6+
7+
**Fixes**
8+
- Updated stripe-ios to 23.30.*
9+
- Updated stripe-android to 20.52.*
10+
111
## 11.2.0
2-
- Minor fixes and improvements
12+
13+
**Features**
14+
- Add basic support for Expresscheckout on the web
15+
16+
**Fixes**
17+
- Export elementappearance and element theme
318

419
## 11.1.0
520
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).

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.2.0
3+
version: 11.3.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: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 11.3.0
2+
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
3+
**Features**
4+
- Adds support for CustomerSession in private beta 1744
5+
- Added onBehalfOf prop to CardField
6+
7+
**Fixes**
8+
- Updated stripe-ios to 23.30.*
9+
- Updated stripe-android to 20.52.*
10+
111
## 11.2.0
212

313
**Features**
@@ -6,10 +16,6 @@
616
**Fixes**
717
- Export elementappearance and element theme
818

9-
## 11.1.1
10-
11-
- #1912 wallet parsing.
12-
1319
## 11.1.0
1420
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
1521
- Minor fixes and improvements.

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

0 commit comments

Comments
 (0)