Skip to content

Commit e066288

Browse files
committed
chore: release notes
1 parent b9d0c1f commit e066288

File tree

6 files changed

+41
-3
lines changed

6 files changed

+41
-3
lines changed

packages/stripe/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## 11.4.0
22

3+
**Features**
4+
- Swift package manager support
5+
- Implemented Address sheet widget
6+
- Add P24 support on Stripe web
7+
8+
**Fixes**
9+
- Compliance with latest Dart analyzer
10+
- Prevent focus loop in Payment element for the web
11+
312
## 11.3.0
413
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
514
**Features**

packages/stripe_android/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 11.4.0
22

3+
**Features**
4+
- Implemented Address sheet widget
5+
6+
**Fixes**
7+
- Compliance with latest Dart analyzer
8+
39
## 11.3.0
410
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
511
**Features**

packages/stripe_ios/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## 11.4.0
22

3-
- Bump "stripe_ios" to `11.4.0`.
3+
**Features**
4+
- Swift package manager support
5+
- Implemented Address sheet widget
6+
7+
**Fixes**
8+
- Compliance with latest Dart analyzer
49

510
## 11.3.1
611

packages/stripe_js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## 6.3.0
2+
**Features**
3+
- Add P24 support on Stripe web
4+
5+
**Fixes**
6+
- Compliance with latest Dart analyzer
7+
- Prevent focus loop in Payment element for the web
28

39
## 6.2.1
410
**Features**

packages/stripe_platform_interface/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## 11.4.0
22

3-
- Bump "stripe_platform_interface" to `11.4.0`.
3+
**Features**
4+
- Swift package manager support
5+
- Implemented Address sheet widget
6+
- Add P24 support on Stripe web
7+
8+
**Fixes**
9+
- Compliance with latest Dart analyzer
10+
- Prevent focus loop in Payment element for the web
411

512
## 11.3.0
613
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):

packages/stripe_web/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## 6.4.0
22

3-
- **FIX**: prevent focus loop in PaymentElement widget (#2022).
3+
**Features**
4+
- Add P24 support on Stripe web
5+
6+
**Fixes**
7+
- Compliance with latest Dart analyzer
8+
- Prevent focus loop in Payment element for the web
49

510
## 6.3.0
611
**Features**

0 commit comments

Comments
 (0)