@letscooee/web-sdk 8.0.1 → 8.0.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 +10 -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,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.3 (09/24/2024)
|
|
4
|
+
|
|
5
|
+
1. Feat: Update cart drawer data after ATC in iCart drawer.
|
|
6
|
+
2. Feat: Track segment to pixels.
|
|
7
|
+
3. refactor: DRY session validate code.
|
|
8
|
+
|
|
9
|
+
## 8.0.2 (09/24/2024)
|
|
10
|
+
|
|
11
|
+
1. fix: Stop setting wrong configuration data in runtime.
|
|
12
|
+
|
|
3
13
|
## 8.0.1 (09/24/2024)
|
|
4
14
|
|
|
5
15
|
1. Fix: Do not update apiToken if not exists.
|