@bigcommerce/checkout-sdk 1.232.2 → 1.233.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,19 @@
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.233.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.232.2...v1.233.0) (2022-03-30)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** INT-5572 Stripe UPE Hide Fields ([833c940](https://github.com/bigcommerce/checkout-sdk-js/commit/833c940a01d8bfbb8c404b32ffcf27cc5180c686))
11
+ * **payment:** INT-5572 Stripe UPE string constants ([66e06c4](https://github.com/bigcommerce/checkout-sdk-js/commit/66e06c41aa4d0f8dc901b58f113beabfcaf7ef09))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **payment:** INT-5175 fixing redirect in googlepay using embedded checkout on customer section ([42c3bc6](https://github.com/bigcommerce/checkout-sdk-js/commit/42c3bc65f4130bc4a7f9cc21311c7abe7c3acbc4))
17
+
5
18
  ### [1.232.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.232.1...v1.232.2) (2022-03-29)
6
19
 
7
20