Skip to content

Commit

Permalink
chore(release): publish packages (#1694)
Browse files Browse the repository at this point in the history
- [email protected]

Co-authored-by: Remon <[email protected]>
  • Loading branch information
remonh87 and Remon authored Apr 1, 2024
1 parent 9a90fe4 commit 4428ba7
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-26

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_platform_interface` - `v10.1.1`](#stripe_platform_interface---v1011)
- [`flutter_stripe_web` - `v5.1.1`](#flutter_stripe_web---v511)
- [`flutter_stripe` - `v10.1.2`](#flutter_stripe---v1012)

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_web` - `v5.1.1`
- `flutter_stripe` - `v10.1.2`

---

#### `stripe_platform_interface` - `v10.1.1`

- Fix #1639 cashapp payments


## 2024-03-07

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
meta: ^1.8.0
stripe_android: ^10.1.1
stripe_ios: ^10.1.0
stripe_platform_interface: ^10.1.0
stripe_platform_interface: ^10.1.1
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.1.1

- Fix #1639 cashapp payments

## 10.1.0

**Features**
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_platform_interface
description: Platform interface for stripe sdk
version: 10.1.0
version: 10.1.1
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.0.3
stripe_platform_interface: ^10.1.0
stripe_platform_interface: ^10.1.1
js: ^0.6.3
stripe_js: ^3.4.0

Expand Down

0 comments on commit 4428ba7

Please sign in to comment.