Skip to content

Commit

Permalink
Stripe release 960 (#1511)
Browse files Browse the repository at this point in the history
* chore(release): publish packages

 - [email protected]

* chore(release): publish packages

 - [email protected]

* chore(release): publish packages

 - [email protected]

* chore(release): publish packages

 - [email protected]

* chore(release): publish packages

 - [email protected]

* chore(release): publish packages

 - [email protected]

* chore release version 9.6.0

---------

Co-authored-by: Remon <[email protected]>
  • Loading branch information
remonh87 and Remon authored Nov 28, 2023
1 parent 1c2622f commit 306f6e1
Show file tree
Hide file tree
Showing 11 changed files with 238 additions and 9 deletions.
165 changes: 165 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,171 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-11-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe` - `v9.6.0`](#flutter_stripe---v960)

---

#### `flutter_stripe` - `v9.6.0`

- aaa

- **FIX**: #1409 send usesDeprecatedTokenFlow to stripe platform (#1410).


## 2023-11-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe_web` - `v4.6.0`](#flutter_stripe_web---v460)

---

#### `flutter_stripe_web` - `v4.6.0`

- Support Flutter 3.16

- **FIX**: invalid argument `requires_capture` on web (#1431).


## 2023-11-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_checkout` - `v2.0.0`](#stripe_checkout---v200)

---

#### `stripe_checkout` - `v2.0.0`

- Add support for Flutter 3.16

- **FIX**: upgrade to android agp 8 (#1479).

Check warning on line 72 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

agp

"agp" is a typo. Did you mean "gap"?
- **FIX**: web_checkout (#973).
- **FEAT**: release 9.2.1 (#1262).
- **FEAT**: tokens for web (#1079).
- **DOCS**: fix typo "succesfullly" in `checkout.dart` (#1013).

Check warning on line 76 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

succesfullly

"succesfullly" is a typo. Did you mean "successfully"?
- **DOCS**: update checkout readme.


## 2023-11-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_ios` - `v9.6.0`](#stripe_ios---v960)
- [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe` - `v9.5.1`

---

#### `stripe_ios` - `v9.6.0`

- aaa


## 2023-11-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_android` - `v9.6.0`](#stripe_android---v960)
- [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe` - `v9.5.1`

---

#### `stripe_android` - `v9.6.0`

- aa

- **FIX**: upgrade to android agp 8 (#1479).

Check warning on line 135 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

agp

"agp" is a typo. Did you mean "gap"?


## 2023-11-28

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_platform_interface` - `v9.6.0`](#stripe_platform_interface---v960)
- [`flutter_stripe_web` - `v4.5.1`](#flutter_stripe_web---v451)
- [`flutter_stripe` - `v9.5.1`](#flutter_stripe---v951)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe_web` - `v4.5.1`
- `flutter_stripe` - `v9.5.1`

---

#### `stripe_platform_interface` - `v9.6.0`

- a

- **FIX**: #1459 allow image to be null (#1466).
- **FIX**: #1409 send usesDeprecatedTokenFlow to stripe platform (#1410).


## 2023-09-04

### Changes
Expand Down
15 changes: 15 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:

**Features**

- Added new presentationStyle options for CustomerSheet and AddressSheet.
- 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 and AGP 8

**Fixes**
#1459 allow image to be null (#1466).
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).

## 9.5.0

Sync with Stripe React Native v0.33:
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: 9.5.0+1
version: 9.6.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: ^9.5.0+1
stripe_ios: ^9.5.0+1
stripe_platform_interface: ^9.5.0+1
stripe_android: ^9.6.0
stripe_ios: ^9.6.0
stripe_platform_interface: ^9.6.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
15 changes: 15 additions & 0 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:

**Features**

- Added new presentationStyle options for CustomerSheet and AddressSheet.
- 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 and AGP 8

**Fixes**
#1459 allow image to be null (#1466).
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).

## 9.5.0

Sync with Stripe React Native v0.33:
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: 9.5.0+1
version: 9.6.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
15 changes: 15 additions & 0 deletions packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:

**Features**

- Added new presentationStyle options for CustomerSheet and AddressSheet.
- 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.

**Fixes**
#1459 allow image to be null (#1466).
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).

## 9.5.0

Sync with Stripe React Native v0.33:
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: 9.5.0+1
version: 9.6.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
15 changes: 15 additions & 0 deletions packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 9.6.0
Sync with Stripe React Native v0.34 and v0.35:

**Features**

- Added new presentationStyle options for CustomerSheet and AddressSheet.
- 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 and AGP 8

**Fixes**
#1459 allow image to be null (#1466).
#1409 send usesDeprecatedTokenFlow to stripe platform (#1410).

## 9.5.0

Sync with Stripe React Native v0.33:
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: 9.5.0+1
version: 9.6.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
4 changes: 4 additions & 0 deletions packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.6.0
- Support Flutter 3.16
- Fix invalid argument `requires_capture` on web (#1431).

## 4.5.0
- Make sure Stripe web is compatible with Stripe platform interface 9.5.0+1

Expand Down
4 changes: 2 additions & 2 deletions 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: 4.5.0
version: 4.6.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.0.3
stripe_platform_interface: ^9.5.0+1
stripe_platform_interface: ^9.6.0
js: ^0.6.3
stripe_js: ^3.2.0

Expand Down

0 comments on commit 306f6e1

Please sign in to comment.