From 8ad7fd255e2ce03ffa81f7f663f43aa56eeb5e47 Mon Sep 17 00:00:00 2001 From: BreX900 Date: Wed, 20 Sep 2023 12:41:17 +0200 Subject: [PATCH] build: release 2.1.4 --- stripe_terminal/CHANGELOG.md | 5 +++++ stripe_terminal/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stripe_terminal/CHANGELOG.md b/stripe_terminal/CHANGELOG.md index b076fb7..16b0b02 100644 --- a/stripe_terminal/CHANGELOG.md +++ b/stripe_terminal/CHANGELOG.md @@ -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 diff --git a/stripe_terminal/pubspec.yaml b/stripe_terminal/pubspec.yaml index 6bc7839..5656ad1 100644 --- a/stripe_terminal/pubspec.yaml +++ b/stripe_terminal/pubspec.yaml @@ -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