Skip to content

Commit

Permalink
stripe_web 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Oct 23, 2023
1 parent 724559c commit 129669b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ command:
bootstrap:
usePubspecOverrides: true
packages:
- ./**
- ./packages/**
scripts:
analyze: melos exec -- flutter analyze
format: melos exec -- dart format .
get: melos exec -- flutter pub get
unittest:
unittest:
run: melos exec -- flutter test
select-package:
dir-exists:
Expand Down
3 changes: 3 additions & 0 deletions packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.5.0
- Make sure Stripe web is compatible with Stripe platform interface 9.5.0+1

## 4.4.0

- Make sure Stripe web is compatible with Stripe platform interface 9.4.0
Expand Down
4 changes: 2 additions & 2 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: 4.4.0
version: 4.5.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.0.3
stripe_platform_interface: ^9.4.0
stripe_platform_interface: ^9.5.0+1
js: ^0.6.3
stripe_js: ^3.2.0

Expand Down

0 comments on commit 129669b

Please sign in to comment.