@letscooee/web-sdk 8.8.4 → 8.8.5
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 +5 -0
- package/dist/sdk-preview.min.js +1 -1
- package/dist/sdk.min.js +1 -1
- package/dist/shopify-sdk.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.8.5 (01/14/2025)
|
|
4
|
+
|
|
5
|
+
1. feat: Listen to GoKwik Checkout Started event and send to server.
|
|
6
|
+
2. fix: Fix selling plan not getting select.
|
|
7
|
+
|
|
3
8
|
## 8.8.4 (01/14/2025)
|
|
4
9
|
|
|
5
10
|
1. fix: Name sure to register cart drawer observer after `AppConfiguration` received.
|