Skip to content

Commit

Permalink
changelog & versioning"
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvandenbosch committed Oct 13, 2024
1 parent 38720d1 commit 1d178d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 2 additions & 4 deletions packages/stripe_js/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,7 +17,6 @@ dev_dependencies:
freezed: ^2.3.5
json_serializable: ^6.5.4
test: ^1.22.0

false_secrets:
- /tests/**

0 comments on commit 1d178d1

Please sign in to comment.