@letscooee/web-sdk 8.9.4 → 8.9.6

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
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.9.6 (2/18/2025)
4
+
5
+ 1. feat: Update cart items for HS cart drawer
6
+ 2. refactor: Do not add decimals if not needed in price
7
+ 3. fix: Apply scss styles with import as well
8
+
9
+ | File | Now |
10
+ |----------------------|--------|
11
+ | `sdk.min.js` | 530 KB |
12
+ | `shopify-sdk.min.js` | 543 KB |
13
+
14
+ ## 8.9.5 (2/17/2025)
15
+
16
+ 1. feat: Implement BYOB campaign.
17
+ 2. fix: ESModule error in the built SDK.
18
+
19
+ | File | Now |
20
+ |----------------------|--------|
21
+ | `sdk.min.js` | 524 KB |
22
+ | `shopify-sdk.min.js` | 537 KB |
23
+
3
24
  ## 8.9.4 (2/14/2025)
4
25
 
5
26
  1. feat: Inject app's common CSS in shadow DOM.