Skip to content

Commit

Permalink
chore: release stripe ios version 9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Jul 31, 2023
1 parent a2cc100 commit 43d6b0c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-07-31

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_ios` - `v9.3.0+1`](#stripe_ios---v9301)
- [`flutter_stripe` - `v9.3.1`](#flutter_stripe---v931)

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

---

#### `stripe_ios` - `v9.3.0+1`

- Fix #1325 Stripe conversion issue


## 2023-07-18

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
sdk: flutter
meta: ^1.8.0
stripe_android: ^9.3.0
stripe_ios: ^9.3.0
stripe_ios: ^9.3.1
stripe_platform_interface: ^9.3.0
dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 9.3.1
- Fix #1325 Paymentsheet conversion issue

## 9.3.0
**Features**
- Add method for retrieve setupintent.
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.3.0
version: 9.3.1
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down

0 comments on commit 43d6b0c

Please sign in to comment.