@bigcommerce/checkout-sdk 1.237.0 → 1.237.3

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.237.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.237.2...v1.237.3) (2022-04-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **checkout:** CHECKOUT-6563 Apple Pay in Cart does not load config ([#1402](https://github.com/bigcommerce/checkout-sdk-js/issues/1402)) ([dc66e45](https://github.com/bigcommerce/checkout-sdk-js/commit/dc66e45096b193d57f4e54a8d263dc210de4988e))
11
+
12
+ ### [1.237.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.237.1...v1.237.2) (2022-04-11)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **payment:** CHECKOUT-6071 Add apple pay style container class ([#1400](https://github.com/bigcommerce/checkout-sdk-js/issues/1400)) ([f643abf](https://github.com/bigcommerce/checkout-sdk-js/commit/f643abf528aaeb33a320b1ab43b95858f9f9fe9b))
18
+
19
+ ### [1.237.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.237.0...v1.237.1) (2022-04-07)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **payment:** BOLT-203 Incorrect type of last 4 card number digit ([24fb188](https://github.com/bigcommerce/checkout-sdk-js/commit/24fb188278732be703c347eb74cda65a4653cd9c))
25
+
5
26
  ## [1.237.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.236.0...v1.237.0) (2022-04-07)
6
27
 
7
28