@adv-ui/ma-segment-wrapper
Advanced tools
Comparing version
# CHANGELOG | ||
# 1.36.0 (2022-09-12) | ||
# 1.37.0 (2022-09-13) | ||
@@ -8,2 +8,11 @@ | ||
* **Root:** Fix typo ([50a9d6e](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/50a9d6e046f3f2cd2bb10f57c8d718f2d994021a)) | ||
# [1.36.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.35.0...1.36.0) (2022-09-12) | ||
### Features | ||
* **Root:** Add list viewed and list viewed from home optimizely event tracking ([7bc8496](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/7bc84961597836c3843b3045c85c5bc817aa3b04)) | ||
@@ -342,16 +351,7 @@ | ||
### Bug Fixes | ||
* **initialConfig:** safe initialization of segmentWrapper ([8707b4a](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/8707b4a4a2135cbd1768527f46a9938029c5650b)) | ||
# [1.16.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.16.0) (2021-08-06) | ||
# [1.16.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.15.0...1.16.0) (2021-08-06) | ||
# [1.15.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.15.0) (2021-08-03) | ||
# [1.11.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.10.0...1.11.0) (2021-06-29) | ||
@@ -358,0 +358,0 @@ |
@@ -14,3 +14,3 @@ var listViewedEvent = 'List Viewed'; | ||
if (properties.hit_origin === 'home') { | ||
optimizelyEvents.push('List Vieweded from home'); | ||
optimizelyEvents.push('List Viewed from home'); | ||
} | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "@adv-ui/ma-segment-wrapper", | ||
"version": "1.36.0", | ||
"version": "1.37.0", | ||
"description": "Milanuncios Segment Wrapper", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -18,3 +18,3 @@ import {expect} from 'chai' | ||
}, | ||
optimizelyEvents: ['List Viewed', 'List Vieweded from home'] | ||
optimizelyEvents: ['List Viewed', 'List Viewed from home'] | ||
} | ||
@@ -21,0 +21,0 @@ ] |
Sorry, the diff of this file is too big to display
199356
-0.02%