Skip to content

Commit

Permalink
Stripe release stripe 11.1.0 (#1929)
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]

* fix changelogs

---------

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

## 2024-09-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe_web` - `v6.1.0`](#flutter_stripe_web---v610)

---

#### `flutter_stripe_web` - `v6.1.0`

- :wq


## 2024-09-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_js` - `v6.1.0`](#stripe_js---v610)
- [`flutter_stripe_web` - `v6.0.1`](#flutter_stripe_web---v601)

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

---

#### `stripe_js` - `v6.1.0`


## 2024-09-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe` - `v11.1.0`](#flutter_stripe---v1110)

---

#### `flutter_stripe` - `v11.1.0`

- :wq


## 2024-09-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_ios` - `v11.1.0`](#stripe_ios---v1110)
- [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101)

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

---

#### `stripe_ios` - `v11.1.0`


## 2024-09-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_android` - `v11.1.0`](#stripe_android---v1110)
- [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101)

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

---

#### `stripe_android` - `v11.1.0`


## 2024-09-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_platform_interface` - `v11.1.0`](#stripe_platform_interface---v1110)
- [`flutter_stripe_web` - `v6.0.1`](#flutter_stripe_web---v601)
- [`flutter_stripe` - `v11.0.1`](#flutter_stripe---v1101)

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` - `v6.0.1`
- `flutter_stripe` - `v11.0.1`

---

#### `stripe_platform_interface` - `v11.1.0`


## 2024-07-25

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.

## 11.0.0
**Breaking changes**
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.
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: 11.0.0
version: 11.1.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: ^11.0.0
stripe_ios: ^11.0.0
stripe_platform_interface: ^11.0.0
stripe_android: ^11.1.0
stripe_ios: ^11.1.0
stripe_platform_interface: ^11.1.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.

## 11.0.0
**Breaking changes**
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.
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: 11.0.0
version: 11.1.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_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.

## 11.0.0
**Breaking changes**
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.
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: 11.0.0
version: 11.1.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
7 changes: 5 additions & 2 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 6.0.0
## 6.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.
- Fix webelement parameters.

- aa
## 6.0.0

- **FIX**: invalid argument `requires_capture` on web (#1431).
- **FIX**: PaymentConfirmationRedirect enum value (#1221).
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: 6.0.0
version: 6.1.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.

## 11.0.0
**Breaking changes**
- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead.
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: 11.0.0
version: 11.1.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
5 changes: 5 additions & 0 deletions packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.
- Fix parameters for webelement

## 6.0.0
**Breaking changes**
- Converted the library to the new js interop so this library can be compiled to WASM.
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: 6.0.0
version: 6.1.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand All @@ -13,8 +13,8 @@ dependencies:
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.0.3
stripe_platform_interface: ^11.0.0
stripe_js: ^6.0.0
stripe_platform_interface: ^11.1.0
stripe_js: ^6.1.0
web: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit dde7ed5

Please sign in to comment.