@bigcommerce/checkout-sdk 1.305.1 → 1.307.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.307.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.306.0...v1.307.0) (2022-11-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** INT-6443 Hide payPal onDigital River behind an experiment ([2ad1c42](https://github.com/bigcommerce/checkout-sdk-js/commit/2ad1c42d330a58e9b4b0e25c3f8b614ab26ba8d3))
11
+ * **payment:** INT-6443 reviewed change by Animesh ([3f0292b](https://github.com/bigcommerce/checkout-sdk-js/commit/3f0292b055abef210c7eefb4e3248468b9f7c148))
12
+ * **payment:** INT-6443 reviewed change by Peng Zhou ([c756ee3](https://github.com/bigcommerce/checkout-sdk-js/commit/c756ee3ae10e9b872c431d0b5b5984b6968fe61c))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **payment:** STRIPE-167 Adding Postal Code to stripe card elemnt if not obtained in billing ([d3f6aa8](https://github.com/bigcommerce/checkout-sdk-js/commit/d3f6aa8309fc5a5f6c31f622e789203d234e2e94))
18
+
19
+ ## [1.306.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.305.1...v1.306.0) (2022-11-09)
20
+
21
+
22
+ ### Features
23
+
24
+ * **payment:** PAYPAL-1723 added skip checkout functionality to PDP paypalcommerce ([#1667](https://github.com/bigcommerce/checkout-sdk-js/issues/1667)) ([0fe4ae2](https://github.com/bigcommerce/checkout-sdk-js/commit/0fe4ae2a29bdcf5f06dd7f09dae661c119f2af44))
25
+
5
26
  ### [1.305.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.305.0...v1.305.1) (2022-11-08)
6
27
 
7
28