From 1d178d1a72e365da5dee7eeab2f372cc4e8a3487 Mon Sep 17 00:00:00 2001 From: cedvandenbosch Date: Mon, 14 Oct 2024 01:25:59 +0200 Subject: [PATCH] changelog & versioning" --- packages/stripe_js/CHANGELOG.md | 4 ++++ packages/stripe_js/pubspec.yaml | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 26c20d5f..2b86a167 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.2.1 +**Features** +- Add support for any kind of payment method in setup intent with [confirmSetup] + ## 6.2.0 **Features** - Add basic support for Expresscheckout on the web diff --git a/packages/stripe_js/pubspec.yaml b/packages/stripe_js/pubspec.yaml index fa7029cc..f37802fd 100644 --- a/packages/stripe_js/pubspec.yaml +++ b/packages/stripe_js/pubspec.yaml @@ -1,12 +1,11 @@ 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.0 +version: 6.2.1 homepage: https://github.com/flutter-stripe/flutter_stripe environment: sdk: ">=3.3.0 <4.0.0" - dependencies: freezed_annotation: ^2.2.0 json_annotation: ^4.8.1 @@ -18,7 +17,6 @@ dev_dependencies: freezed: ^2.3.5 json_serializable: ^6.5.4 test: ^1.22.0 - + false_secrets: - /tests/** -