Skip to content

Commit 13fc741

Browse files
authored
Release web (#2133)
* chore(release): publish packages - [email protected] * chore(release): publish packages - [email protected] * fix changelog --------- Co-authored-by: Remon <[email protected]>
1 parent db499a8 commit 13fc741

File tree

5 files changed

+60
-4
lines changed

5 files changed

+60
-4
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-04-16
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`flutter_stripe_web` - `v6.5.0`](#flutter_stripe_web---v650)
19+
20+
---
21+
22+
#### `flutter_stripe_web` - `v6.5.0`
23+
24+
- Bug fixes
25+
26+
27+
## 2025-04-16
28+
29+
### Changes
30+
31+
---
32+
33+
Packages with breaking changes:
34+
35+
- There are no breaking changes in this release.
36+
37+
Packages with other changes:
38+
39+
- [`stripe_js` - `v6.4.0`](#stripe_js---v640)
40+
- [`flutter_stripe_web` - `v6.4.1`](#flutter_stripe_web---v641)
41+
42+
Packages with dependency updates only:
43+
44+
> 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.
45+
46+
- `flutter_stripe_web` - `v6.4.1`
47+
48+
---
49+
50+
#### `stripe_js` - `v6.4.0`
51+
52+
- Use latest platform interface
53+
54+
655
## 2025-01-18
756

857
### Changes

packages/stripe_js/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.4.0
2+
- Use latest platform interface
3+
14
## 6.3.0
25
**Features**
36
- Add P24 support on Stripe web

packages/stripe_js/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stripe_js
22
description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly.
3-
version: 6.3.0
3+
version: 6.4.0
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55

66
environment:

packages/stripe_web/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## 6.4.1
1+
## 6.5.1
22
- remove usage of `dart:ui` in favor of `dart:ui_web`
33

4+
## 6.5.0
5+
- Bug fixes
6+
- Alignment with latest platform interface
7+
48
## 6.4.0
59

610
**Features**

packages/stripe_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_stripe_web
22
description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web.
3-
version: 6.4.1
3+
version: 6.5.1
44
homepage: https://github.com/flutter-stripe/flutter_stripe
55

66
environment:
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
freezed_annotation: ^2.0.3
1616
stripe_platform_interface: ^11.5.0
17-
stripe_js: ^6.3.0
17+
stripe_js: ^6.4.0
1818
web: ^1.0.0
1919

2020
dev_dependencies:

0 commit comments

Comments
 (0)