Skip to content

Commit

Permalink
chore: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Jan 18, 2025
1 parent b9d0c1f commit e066288
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 11.4.0

**Features**
- Swift package manager support
- Implemented Address sheet widget
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 11.3.0
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
**Features**
Expand Down
6 changes: 6 additions & 0 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 11.4.0

**Features**
- Implemented Address sheet widget

**Fixes**
- Compliance with latest Dart analyzer

## 11.3.0
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
**Features**
Expand Down
7 changes: 6 additions & 1 deletion packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 11.4.0

- Bump "stripe_ios" to `11.4.0`.
**Features**
- Swift package manager support
- Implemented Address sheet widget

**Fixes**
- Compliance with latest Dart analyzer

## 11.3.1

Expand Down
6 changes: 6 additions & 0 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 6.3.0
**Features**
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 6.2.1
**Features**
Expand Down
9 changes: 8 additions & 1 deletion packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 11.4.0

- Bump "stripe_platform_interface" to `11.4.0`.
**Features**
- Swift package manager support
- Implemented Address sheet widget
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 11.3.0
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
Expand Down
7 changes: 6 additions & 1 deletion packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 6.4.0

- **FIX**: prevent focus loop in PaymentElement widget (#2022).
**Features**
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 6.3.0
**Features**
Expand Down

0 comments on commit e066288

Please sign in to comment.