Skip to content

Commit

Permalink
update version, changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Jun 21, 2024
1 parent 2a0928b commit c7d8e10
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 16 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_stripe: ^9.4.0
flutter_stripe_web: ^4.4.0
flutter_stripe: ^10.2.0
flutter_stripe_web: ^5.1.0
stripe_checkout: ^1.0.1
pay: ^1.1.0
http: ^1.1.0
Expand Down
9 changes: 9 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 10.2.0

**Features**
- Sync with Stripe [0.38.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.0):
- Adds support for paymentMethodOrder in PaymentSheet, which provides client side sorting of payment methods.
**Fixes**
- Fix: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798)
- Update models and bugfixes for flutter_stripe_web

## 10.1.1

**Fixes**
Expand Down
8 changes: 4 additions & 4 deletions packages/stripe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_stripe
description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more.
version: 10.1.1
version: 10.2.0
homepage: https://github.com/flutter-stripe/flutter_stripe
repository: https://github.com/flutter-stripe/flutter_stripe

Expand All @@ -22,9 +22,9 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.8.0
stripe_android: ^10.1.1
stripe_ios: ^10.1.0
stripe_platform_interface: ^10.1.1
stripe_android: ^10.2.0
stripe_ios: ^10.2.0
stripe_platform_interface: ^10.2.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
20 changes: 17 additions & 3 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
## 10.2.0

**Features**
- Sync with Stripe [0.38.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.0):
- Adds support for paymentMethodOrder in PaymentSheet, which provides client side sorting of payment methods.
**Fixes**
- Fix: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798)
- Update models and bugfixes for flutter_stripe_web

## 10.1.1
- Fix build error on SDK 34

**Fixes**
- #1670 Fix issue when not providing preferredNetworks on `CardField` or `CardForm`

## 10.1.0

**Features**
- #1122 Add google pay and apple pay for web
- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0)
- #1606 Enable tap to pay

**Fixes**
- #1637 Cash app pay causes crash on web.
- #1608 prevent paymentintent crash.
- #1465 unknow result.
- #1512 add latest charge field to payment intent (Web only).

## 10.0.0

Expand All @@ -18,12 +32,12 @@ Rename `ApplePayShippingContact` to `PlatformpayshippingContact`.

**Fixes**
- #1465 Handle nullable result coming from Stripe sdk.
- #1512 add latest charge field to payment intent (Web only).
- #1522 add bankidentifiercode to ideal paymentdata.
- #1560 fix payment sheet crash when pressing back button.

## 9.6.0+1

- fix: compile sdk to 33
- add requirement for Android gradle plugin to readme

## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_android
description: Stripe platform implementation for Android
version: 10.1.1
version: 10.2.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
24 changes: 23 additions & 1 deletion packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
## 10.2.0

**Features**
- Sync with Stripe [0.38.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.0):
- Adds support for paymentMethodOrder in PaymentSheet, which provides client side sorting of payment methods.
**Fixes**
- Fix: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798)
- Update models and bugfixes for flutter_stripe_web

## 10.1.1

**Fixes**
- #1670 Fix issue when not providing preferredNetworks on `CardField` or `CardForm`

## 10.1.0

**Features**
- #1122 Add google pay and apple pay for web
- Sync with Stripe [0.37.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.37.0)
- #1606 Enable tap to pay

**Fixes**
- #1637 Cash app pay causes crash on web.
- #1608 prevent paymentintent crash.
- #1465 unknow result.
- #1512 add latest charge field to payment intent (Web only).

## 10.0.0

Expand All @@ -14,9 +32,13 @@ Rename `ApplePayShippingContact` to `PlatformpayshippingContact`.

**Fixes**
- #1465 Handle nullable result coming from Stripe sdk.
- #1512 add latest charge field to payment intent (Web only).
- #1522 add bankidentifiercode to ideal paymentdata.
- #1560 fix payment sheet crash when pressing back button.

## 9.6.0+1
- add requirement for Android gradle plugin to readme

## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:

Expand All @@ -26,7 +48,7 @@ Sync with Stripe React Native v0.34 and v0.35:
- Support PlatformPayButton's appearance and borderRadius props on Android.
- PaymentSheet now supports Swish for PaymentIntents in private beta.
- PaymentSheet now supports saved payment method support for SEPA family payment methods.
- Added support for Flutter 3.16.
- Added support for Flutter 3.16 and AGP 8

**Fixes**
#1459 allow image to be null (#1466).
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_ios
description: Stripe platform implementation for iOS
version: 10.1.0
version: 10.2.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
17 changes: 15 additions & 2 deletions packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## 10.2.0

**Features**
- Sync with Stripe [0.38.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.0):
- Adds support for paymentMethodOrder in PaymentSheet, which provides client side sorting of payment methods.
**Fixes**
- Fix: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798)
- Update models and bugfixes for flutter_stripe_web

## 10.1.1

- Fix #1639 cashapp payments
**Fixes**
- #1670 Fix issue when not providing preferredNetworks on `CardField` or `CardForm`

## 10.1.0

Expand All @@ -23,9 +33,12 @@ Rename `ApplePayShippingContact` to `PlatformpayshippingContact`.
**Fixes**
- #1465 Handle nullable result coming from Stripe sdk.
- #1512 add latest charge field to payment intent (Web only).
- #1522 add bankidentifiercode to ideal paymentdata ().
- #1522 add bankidentifiercode to ideal paymentdata.

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

View workflow job for this annotation

GitHub Actions / Typo CI

bankidentifiercode

"bankidentifiercode" is a typo. Did you mean "identification"?
- #1560 fix payment sheet crash when pressing back button.

## 9.6.0+1
- add requirement for Android gradle plugin to readme

## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:

Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_platform_interface
description: Platform interface for stripe sdk
version: 10.1.1
version: 10.2.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_stripe_web
description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web.
version: 5.1.0
version: 5.2.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand Down

0 comments on commit c7d8e10

Please sign in to comment.