Skip to content

Commit

Permalink
CHORE: add proper release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Sep 4, 2023
1 parent 97ca5fe commit 1c686f2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
10 changes: 9 additions & 1 deletion packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## 9.4.0

- aa
**Breaking changes**
- Removed deprecated methods `isApplePaySupported`, `checkApplePaySupport`, `presentApplePay`, `confirmApplePayPayment`.

**Features**
- Added support for deffered payments in the payment sheet for more info see [docs](https://docs.page/flutter-stripe/flutter_stripe/sheet_deferred).

Check warning on line 7 in packages/stripe/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

deffered

"deffered" is a typo. Did you mean "differed"?
- Sync with Stripe [0.29.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.29.0) and [0.30.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.30.0).

**Fixes**
- Fixed #1376 focus issue on iOS.

## 9.3.0
**Features**
- Add method for retrieve setupintent.
Expand Down
4 changes: 3 additions & 1 deletion packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 9.4.0

- aa
**Features**
- Added support for deffered payments in the payment sheet for more info see [docs](https://docs.page/flutter-stripe/flutter_stripe/sheet_deferred).

Check warning on line 4 in packages/stripe_android/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

deffered

"deffered" is a typo. Did you mean "differed"?
- Sync with Stripe [0.29.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.29.0) and [0.30.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.30.0).

## 9.3.0
**Features**
Expand Down
10 changes: 9 additions & 1 deletion packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## 9.4.0

- aa
**Breaking changes**
- Removed deprecated methods `isApplePaySupported`, `checkApplePaySupport`, `presentApplePay`, `confirmApplePayPayment`.

**Features**
- Added support for deffered payments in the payment sheet for more info see [docs](https://docs.page/flutter-stripe/flutter_stripe/sheet_deferred).

Check warning on line 7 in packages/stripe_ios/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

deffered

"deffered" is a typo. Did you mean "differed"?
- Sync with Stripe [0.29.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.29.0) and [0.30.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.30.0).

**Fixes**
- Fixed #1376 focus issue on iOS.

## 9.3.1
- Fix #1325 Paymentsheet conversion issue
Expand Down
10 changes: 9 additions & 1 deletion packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## 9.4.0

- a
**Breaking changes**
- Removed deprecated methods `isApplePaySupported`, `checkApplePaySupport`, `presentApplePay`, `confirmApplePayPayment`.

**Features**
- Added support for deffered payments in the payment sheet for more info see [docs](https://docs.page/flutter-stripe/flutter_stripe/sheet_deferred).

Check warning on line 7 in packages/stripe_platform_interface/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

deffered

"deffered" is a typo. Did you mean "differed"?
- Sync with Stripe [0.29.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.29.0) and [0.30.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.30.0).

**Fixes**
- Fixed #1376 focus issue on iOS.

## 9.3.0
**Features**
Expand Down

0 comments on commit 1c686f2

Please sign in to comment.