Skip to content

Commit

Permalink
Release v 1140 (#2043)
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 notes

---------

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

## 2025-01-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe` - `v11.4.0`](#flutter_stripe---v1140)

---

#### `flutter_stripe` - `v11.4.0`


## 2025-01-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe_web` - `v6.4.0`](#flutter_stripe_web---v640)

---

#### `flutter_stripe_web` - `v6.4.0`

- **FIX**: prevent focus loop in PaymentElement widget (#2022).


## 2025-01-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_js` - `v6.3.0`](#stripe_js---v630)
- [`flutter_stripe_web` - `v6.3.1`](#flutter_stripe_web---v631)

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.3.1`

---

#### `stripe_js` - `v6.3.0`


## 2025-01-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_android` - `v11.4.0`](#stripe_android---v1140)
- [`flutter_stripe` - `v11.3.1`](#flutter_stripe---v1131)

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.3.1`

---

#### `stripe_android` - `v11.4.0`


## 2025-01-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_ios` - `v11.4.0`](#stripe_ios---v1140)
- [`flutter_stripe` - `v11.3.1`](#flutter_stripe---v1131)

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.3.1`

---

#### `stripe_ios` - `v11.4.0`

- Bump "stripe_ios" to `11.4.0`.


## 2025-01-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_platform_interface` - `v11.4.0`](#stripe_platform_interface---v1140)
- [`flutter_stripe_web` - `v6.3.1`](#flutter_stripe_web---v631)
- [`flutter_stripe` - `v11.3.1`](#flutter_stripe---v1131)

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

---

#### `stripe_platform_interface` - `v11.4.0`

- Bump "stripe_platform_interface" to `11.4.0`.


## 2024-10-08

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

**Features**
- Swift package manager support
- Implemented Address sheet widget
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 11.3.0
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
**Features**
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.3.0
version: 11.4.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.3.0
stripe_ios: ^11.3.0
stripe_platform_interface: ^11.3.0
stripe_android: ^11.4.0
stripe_ios: ^11.4.0
stripe_platform_interface: ^11.4.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
8 changes: 8 additions & 0 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 11.4.0

**Features**
- Implemented Address sheet widget

**Fixes**
- Compliance with latest Dart analyzer

## 11.3.0
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
**Features**
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.3.0
version: 11.4.0
repository: https://github.com/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 @@
## 11.4.0

**Features**
- Swift package manager support
- Implemented Address sheet widget

**Fixes**
- Compliance with latest Dart analyzer

## 11.3.1

**Features**
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.3.1
version: 11.4.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
8 changes: 8 additions & 0 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.3.0
**Features**
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 6.2.1
**Features**
- Add support for any kind of payment method in setup intent with [confirmSetup]
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.2.1
version: 6.3.0
homepage: https://github.com/flutter-stripe/flutter_stripe

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

**Features**
- Swift package manager support
- Implemented Address sheet widget
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 11.3.0
Align with Stripe React Native [0.39.0](https://github.com/stripe/stripe-react-native/releases/tag/v0.39.0):
**Features**
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.3.0
version: 11.4.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

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

**Features**
- Add P24 support on Stripe web

**Fixes**
- Compliance with latest Dart analyzer
- Prevent focus loop in Payment element for the web

## 6.3.0
**Features**
- Add support for any kind of payment method in setup intent with [confirmSetup]
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.3.0
version: 6.4.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.2.0
stripe_js: ^6.2.1
stripe_platform_interface: ^11.4.0
stripe_js: ^6.3.0
web: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit e0037fe

Please sign in to comment.