Skip to content

Commit

Permalink
build: release 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BreX900 committed Sep 20, 2023
1 parent f2a7581 commit 8ad7fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions stripe_terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.4
- fix(ios): fix: store readers after discovery, otherwise lookup for connection will always fail. Thanks [@Kuama-IT](https://github.com/Kuama-IT)
- fix(ios): TimeInterval to Int inside DateTimeDartApiCodec. Thanks [@Kuama-IT](https://github.com/Kuama-IT)
- fix(ios): Error codes are correctly transmitted to dart. Thanks [@Kuama-IT](https://github.com/Kuama-IT)

## 2.1.3
- fix(ios): Fixed discoveryReaders method, it does not emit any readers and the new stream was immediately closed on subsequent invocations

Expand Down
2 changes: 1 addition & 1 deletion stripe_terminal/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mek_stripe_terminal
description: A StripeTerminal plugin to discover readers, connect to them and process payments.
version: 2.1.3
version: 2.1.4
repository: https://github.com/BreX900/mek-packages/tree/main/stripe_terminal
topics:
- stripe-terminal
Expand Down

0 comments on commit 8ad7fd2

Please sign in to comment.