@bigcommerce/checkout-sdk 1.227.2 → 1.228.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,27 @@
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.228.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.227.4...v1.228.0) (2022-03-22)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** INT-5034 StripeUPE Add support for EPS ([#1348](https://github.com/bigcommerce/checkout-sdk-js/issues/1348)) ([ce342d9](https://github.com/bigcommerce/checkout-sdk-js/commit/ce342d94cef53d37d4e5b8b6ac137974dfc52ddb))
11
+
12
+ ### [1.227.4](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.227.3...v1.227.4) (2022-03-22)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **payment:** INT-5619 fix deinitialize to remove dom elements on mollie strategy ([#1369](https://github.com/bigcommerce/checkout-sdk-js/issues/1369)) ([8e863db](https://github.com/bigcommerce/checkout-sdk-js/commit/8e863db49f272abfc2f8b13f8626861482c82d47))
18
+
19
+ ### [1.227.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.227.2...v1.227.3) (2022-03-21)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **shipping:** CHECKOUT-6003 Fix issues found in testing pickup options implementation ([#1366](https://github.com/bigcommerce/checkout-sdk-js/issues/1366)) ([d5cfd22](https://github.com/bigcommerce/checkout-sdk-js/commit/d5cfd229b15a7548c916668a552a44a4fca3d137))
25
+
5
26
  ### [1.227.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.227.1...v1.227.2) (2022-03-20)
6
27
 
7
28