Skip to content

Commit

Permalink
Release 10.1.0 (#1660)
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: add releasenotes

---------

Co-authored-by: Remon <[email protected]>
  • Loading branch information
remonh87 and Remon authored Mar 2, 2024
1 parent 9667858 commit 0ce4236
Show file tree
Hide file tree
Showing 13 changed files with 244 additions and 11 deletions.
163 changes: 163 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,169 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-02

### Changes

---

Packages with breaking changes:

- [`flutter_stripe` - `v10.1.0`](#flutter_stripe---v1010)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_stripe` - `v10.1.0`

- aa

- **BREAKING** **BREAKING**: rename ApplePayShippingContact to Platformpayshipping contact.

Check warning on line 26 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

Platformpayshipping

"Platformpayshipping" is a typo. Did you mean "Weatherstripping"?


## 2024-03-02

### Changes

---

Packages with breaking changes:

- [`flutter_stripe_web` - `v5.1.0`](#flutter_stripe_web---v510)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_stripe_web` - `v5.1.0`

- aaa

- **FIX**: Respect the font color for CardField on web platforms (#1658).
- **FIX**: #1512 add latest charge field to payment intent (Web only).
- **BREAKING** **BREAKING**: rename ApplePayShippingContact to Platformpayshipping contact.

Check warning on line 51 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

Platformpayshipping

"Platformpayshipping" is a typo. Did you mean "Weatherstripping"?


## 2024-03-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_js` - `v3.4.0`](#stripe_js---v340)
- [`flutter_stripe_web` - `v5.0.1`](#flutter_stripe_web---v501)

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` - `v5.0.1`

---

#### `stripe_js` - `v3.4.0`

- a


## 2024-03-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_ios` - `v10.1.0`](#stripe_ios---v1010)
- [`flutter_stripe` - `v10.0.1`](#flutter_stripe---v1001)

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` - `v10.0.1`

---

#### `stripe_ios` - `v10.1.0`


## 2024-03-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_android` - `v10.1.0`](#stripe_android---v1010)
- [`flutter_stripe` - `v10.0.1`](#flutter_stripe---v1001)

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` - `v10.0.1`

---

#### `stripe_android` - `v10.1.0`

- aa


## 2024-03-02

### Changes

---

Packages with breaking changes:

- [`stripe_platform_interface` - `v10.1.0`](#stripe_platform_interface---v1010)

Packages with other changes:

- [`flutter_stripe` - `v10.0.1`](#flutter_stripe---v1001)
- [`flutter_stripe_web` - `v5.0.1`](#flutter_stripe_web---v501)

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` - `v10.0.1`
- `flutter_stripe_web` - `v5.0.1`

---

#### `stripe_platform_interface` - `v10.1.0`

- aaa

- **FIX**: #1465 unknow result.

Check warning on line 164 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?
- **FIX**: #1512 add latest charge field to payment intent (Web only).
- **BREAKING** **BREAKING**: rename ApplePayShippingContact to Platformpayshipping contact.

Check warning on line 166 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

Platformpayshipping

"Platformpayshipping" is a typo. Did you mean "Weatherstripping"?


## 2023-12-19

### Changes
Expand Down
13 changes: 13 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 10.1.0

**Features**
- #1122 Add google pay and apple pay for web
- Sync with Stripe [0.37.0](https:/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.

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

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?
- #1512 add latest charge field to payment intent (Web only).

## 10.0.0

**Breaking changes**
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.0.0
version: 10.1.0
homepage: https:/flutter-stripe/flutter_stripe
repository: https:/flutter-stripe/flutter_stripe

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

**Features**
- Sync with Stripe [0.37.0](https:/stripe/stripe-react-native/releases/tag/v0.37.0)
- #1606 Enable tap to pay

**Fixes**
- #1608 prevent paymentintent crash.
- #1465 unknow result.

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

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?

## 10.0.0

**Breaking changes**
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.0.0
version: 10.1.0
repository: https:/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
9 changes: 9 additions & 0 deletions packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 10.1.0

**Features**
- Sync with Stripe [0.37.0](https:/stripe/stripe-react-native/releases/tag/v0.37.0)

**Fixes**
- #1608 prevent paymentintent crash.
- #1465 unknow result.

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

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?

## 10.0.0

**Breaking changes**
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.0.0
version: 10.1.0
repository: https:/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
12 changes: 12 additions & 0 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.4.0
**Features**
- #1122 Add google pay and apple pay for web
- Sync with Stripe [0.37.0](https:/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.

Check warning on line 10 in packages/stripe_js/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?
- #1512 add latest charge field to payment intent (Web only).

## 3.3.0
**FIXES**
- Invalid argument `requires_capture` on web (#1431).
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_js/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_js
description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly.
version: 3.3.0
version: 3.4.0
homepage: https:/flutter-stripe/flutter_stripe

environment:
Expand Down
13 changes: 13 additions & 0 deletions packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 10.1.0

**Features**
- #1122 Add google pay and apple pay for web
- Sync with Stripe [0.37.0](https:/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.

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

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?
- #1512 add latest charge field to payment intent (Web only).

## 10.0.0

**Breaking changes**
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.0.0
version: 10.1.0
repository: https:/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
13 changes: 13 additions & 0 deletions packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 5.1.0

**Features**
- #1122 Add google pay and apple pay for web
- Sync with Stripe [0.37.0](https:/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.

Check warning on line 11 in packages/stripe_web/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Typo CI

unknow

"unknow" is a typo. Did you mean "unknown"?
- #1512 add latest charge field to payment intent (Web only).

## 5.0.0

**Breaking changes**
Expand Down
6 changes: 3 additions & 3 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: 5.0.0
version: 5.1.0
homepage: https:/flutter-stripe/flutter_stripe

environment:
Expand All @@ -13,9 +13,9 @@ dependencies:
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.0.3
stripe_platform_interface: ^10.0.0
stripe_platform_interface: ^10.1.0
js: ^0.6.3
stripe_js: ^3.3.0
stripe_js: ^3.4.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 0ce4236

Please sign in to comment.