From bbac7804deb3482c96ee3e31fc9396c797cea4ad Mon Sep 17 00:00:00 2001 From: Remon Date: Tue, 8 Oct 2024 20:58:29 +0100 Subject: [PATCH] chore(release): publish packages - stripe_android@11.2.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- packages/stripe_android/CHANGELOG.md | 2 ++ packages/stripe_android/pubspec.yaml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e29194f..8931c524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-10-08 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_android` - `v11.2.0`](#stripe_android---v1120) + - [`flutter_stripe` - `v11.1.1`](#flutter_stripe---v1111) + +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.1.1` + +--- + +#### `stripe_android` - `v11.2.0` + + ## 2024-10-08 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 4c64277a..e3324738 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - stripe_android: ^11.1.0 + stripe_android: ^11.2.0 stripe_ios: ^11.2.0 stripe_platform_interface: ^11.2.0 dev_dependencies: diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index dffd3ab0..ee88f55e 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +1,5 @@ +## 11.2.0 + ## 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. diff --git a/packages/stripe_android/pubspec.yaml b/packages/stripe_android/pubspec.yaml index 6d7d63dd..4aa412f5 100644 --- a/packages/stripe_android/pubspec.yaml +++ b/packages/stripe_android/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_android description: Stripe platform implementation for Android -version: 11.1.0 +version: 11.2.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe