@bigcommerce/checkout-sdk 1.205.1 → 1.207.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.207.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.206.2...v1.207.0) (2022-01-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** INT-5031 Stripe: Stripe UPE boilerplate ([#1295](https://github.com/bigcommerce/checkout-sdk-js/issues/1295)) ([f039e8b](https://github.com/bigcommerce/checkout-sdk-js/commit/f039e8b937dcb838006b51fde0ce9e49750b186b))
11
+
12
+ ### [1.206.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.206.1...v1.206.2) (2022-01-11)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **payment:** ADYEN-373 fix iDEAL payment ([efa76e8](https://github.com/bigcommerce/checkout-sdk-js/commit/efa76e8ba2adf88face5e3e4e4d1d1ebbc1c8764))
18
+
19
+ ### [1.206.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.206.0...v1.206.1) (2022-01-04)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **payment:** ADYEN-296 Card fields validation ([40b26f1](https://github.com/bigcommerce/checkout-sdk-js/commit/40b26f168b77adff3e11504733b9d4da722bf69a))
25
+
26
+ ## [1.206.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.205.1...v1.206.0) (2021-12-21)
27
+
28
+
29
+ ### Features
30
+
31
+ * **checkout:** CHECKOUT-6248 Throw Custom Error When Tax Service Unavailable ([#1306](https://github.com/bigcommerce/checkout-sdk-js/issues/1306)) ([1e2455e](https://github.com/bigcommerce/checkout-sdk-js/commit/1e2455eb5fe91d876e99c458320e75158017bcdb))
32
+
5
33
  ### [1.205.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.205.0...v1.205.1) (2021-12-19)
6
34
 
7
35