diff --git a/@ecomplus/storefront-app/CHANGELOG.md b/@ecomplus/storefront-app/CHANGELOG.md index c7a364a0b..7de4b9413 100644 --- a/@ecomplus/storefront-app/CHANGELOG.md +++ b/@ecomplus/storefront-app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-beta.210](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.209...@ecomplus/storefront-app@2.0.0-beta.210) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/storefront-app + # [2.0.0-beta.209](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.208...@ecomplus/storefront-app@2.0.0-beta.209) (2024-10-09) ### Bug Fixes diff --git a/@ecomplus/storefront-app/package.json b/@ecomplus/storefront-app/package.json index dbd810270..eaf282524 100644 --- a/@ecomplus/storefront-app/package.json +++ b/@ecomplus/storefront-app/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/storefront-app", - "version": "2.0.0-beta.209", + "version": "2.0.0-beta.210", "description": "Vue.js ecommerce app with cart, checkout and account pages", "main": "dist/lib/js/app.js", "scripts": { @@ -36,7 +36,7 @@ "@ecomplus/i18n": "^1.32.2", "@ecomplus/passport-client": "^1.2.1", "@ecomplus/shopping-cart": "^2.6.0", - "@ecomplus/storefront-components": "^1.0.0-beta.183", + "@ecomplus/storefront-components": "^1.0.0-beta.184", "@ecomplus/storefront-twbs": "^7.3.6", "axios": "^0.27.2 || ^1.1.2", "card-validator": "^8.1.1", diff --git a/@ecomplus/storefront-components/CHANGELOG.md b/@ecomplus/storefront-components/CHANGELOG.md index 8bca45788..72940d5c6 100644 --- a/@ecomplus/storefront-components/CHANGELOG.md +++ b/@ecomplus/storefront-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.184](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.183...@ecomplus/storefront-components@1.0.0-beta.184) (2024-11-23) + +### Bug Fixes + +- **components/discount-applier:** keeping discount coupon when freebie product ids is returned ([547a2f9](https://github.com/ecomplus/storefront/commit/547a2f98a255729277bd415053c1170d89d99f0a)) + # [1.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.182...@ecomplus/storefront-components@1.0.0-beta.183) (2024-10-09) ### Bug Fixes diff --git a/@ecomplus/storefront-components/package.json b/@ecomplus/storefront-components/package.json index 9f69acf86..0b12ba418 100644 --- a/@ecomplus/storefront-components/package.json +++ b/@ecomplus/storefront-components/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/storefront-components", - "version": "1.0.0-beta.183", + "version": "1.0.0-beta.184", "description": "Vue components for E-Com Plus Storefront", "main": "dist/storefront-components.min.js", "scripts": { diff --git a/@ecomplus/storefront-framework/CHANGELOG.md b/@ecomplus/storefront-framework/CHANGELOG.md index bbe5c6910..cd45c2778 100644 --- a/@ecomplus/storefront-framework/CHANGELOG.md +++ b/@ecomplus/storefront-framework/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.20.49](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.48...@ecomplus/storefront-framework@5.20.49) (2024-11-23) + +### Bug Fixes + +- **deps:** update dependency sass to ^1.81.0 ([#1106](https://github.com/ecomplus/storefront/issues/1106)) ([1752148](https://github.com/ecomplus/storefront/commit/1752148e66e1638f3c33395a148324058b405c7c)) + ## [5.20.48](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.47...@ecomplus/storefront-framework@5.20.48) (2024-11-18) **Note:** Version bump only for package @ecomplus/storefront-framework diff --git a/@ecomplus/storefront-framework/package.json b/@ecomplus/storefront-framework/package.json index 589c453f2..98c1889f9 100644 --- a/@ecomplus/storefront-framework/package.json +++ b/@ecomplus/storefront-framework/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/storefront-framework", - "version": "5.20.48", + "version": "5.20.49", "description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs", "main": "src/index.js", "bin": { diff --git a/@ecomplus/storefront-starter/CHANGELOG.md b/@ecomplus/storefront-starter/CHANGELOG.md index a3aaf0c61..0422d5e04 100644 --- a/@ecomplus/storefront-starter/CHANGELOG.md +++ b/@ecomplus/storefront-starter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-starter.117](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.116...@ecomplus/storefront-starter@2.0.0-starter.117) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/storefront-starter + # [2.0.0-starter.116](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.115...@ecomplus/storefront-starter@2.0.0-starter.116) (2024-11-18) **Note:** Version bump only for package @ecomplus/storefront-starter diff --git a/@ecomplus/storefront-starter/package.json b/@ecomplus/storefront-starter/package.json index ebc8d7ce6..9476ccd8a 100644 --- a/@ecomplus/storefront-starter/package.json +++ b/@ecomplus/storefront-starter/package.json @@ -7,7 +7,7 @@ ], "private": true, "name": "@ecomplus/storefront-starter", - "version": "2.0.0-starter.116", + "version": "2.0.0-starter.117", "description": "PWA and JAMstack based e-commerce template for E-Com Plus stores", "main": "template/js/index.js", "scripts": { @@ -37,6 +37,6 @@ "url": "git+https://github.com/ecomplus/storefront-starter.git" }, "dependencies": { - "@ecomplus/storefront-template": "^2.0.0-beta.276" + "@ecomplus/storefront-template": "^2.0.0-beta.277" } } diff --git a/@ecomplus/storefront-template/CHANGELOG.md b/@ecomplus/storefront-template/CHANGELOG.md index c700812d6..fe5b96171 100644 --- a/@ecomplus/storefront-template/CHANGELOG.md +++ b/@ecomplus/storefront-template/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-beta.277](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.276...@ecomplus/storefront-template@2.0.0-beta.277) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/storefront-template + # [2.0.0-beta.276](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.275...@ecomplus/storefront-template@2.0.0-beta.276) (2024-11-18) ### Bug Fixes diff --git a/@ecomplus/storefront-template/package.json b/@ecomplus/storefront-template/package.json index 93ab907bb..03c5070e5 100644 --- a/@ecomplus/storefront-template/package.json +++ b/@ecomplus/storefront-template/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/storefront-template", - "version": "2.0.0-beta.276", + "version": "2.0.0-beta.277", "description": "Reusable & upgradable views and scripts for E-Com Plus storefront", "main": "template/js/index.js", "bin": { @@ -48,31 +48,31 @@ "@ecomplus/passport-client": "^1.2.1", "@ecomplus/search-engine": "^2.6.1", "@ecomplus/shopping-cart": "^2.6.0", - "@ecomplus/storefront-app": "^2.0.0-beta.209", - "@ecomplus/storefront-components": "^1.0.0-beta.183", - "@ecomplus/storefront-framework": "^5.20.48", + "@ecomplus/storefront-app": "^2.0.0-beta.210", + "@ecomplus/storefront-components": "^1.0.0-beta.184", + "@ecomplus/storefront-framework": "^5.20.49", "@ecomplus/storefront-router": "^2.2.1", "@ecomplus/storefront-twbs": "^7.3.6", "@ecomplus/utils": "^1.4.1", "@ecomplus/widget-addi": "^0.1.0", - "@ecomplus/widget-analytics": "^1.3.19", + "@ecomplus/widget-analytics": "^1.3.20", "@ecomplus/widget-compre-confie": "^1.2.6", "@ecomplus/widget-ebit": "^1.2.6", "@ecomplus/widget-fb-pixel": "^1.6.4", "@ecomplus/widget-gmc-ratings": "^1.3.8", - "@ecomplus/widget-martan": "^1.1.16", - "@ecomplus/widget-minicart": "^1.0.0-beta.182", + "@ecomplus/widget-martan": "^1.1.17", + "@ecomplus/widget-minicart": "^1.0.0-beta.183", "@ecomplus/widget-offers-notification": "^1.3.0", "@ecomplus/widget-opinioes-verificadas": "^1.3.0", - "@ecomplus/widget-product": "^1.0.0-beta.182", - "@ecomplus/widget-product-card": "^1.0.0-beta.182", - "@ecomplus/widget-search": "^1.0.0-beta.182", - "@ecomplus/widget-search-engine": "^1.0.0-beta.184", - "@ecomplus/widget-tag-manager": "^1.11.5", + "@ecomplus/widget-product": "^1.0.0-beta.183", + "@ecomplus/widget-product-card": "^1.0.0-beta.183", + "@ecomplus/widget-search": "^1.0.0-beta.183", + "@ecomplus/widget-search-engine": "^1.0.0-beta.185", + "@ecomplus/widget-tag-manager": "^1.11.6", "@ecomplus/widget-tawkto": "^1.2.0", "@ecomplus/widget-tiktok-pixel": "^1.2.6", "@ecomplus/widget-trustvox": "^2.3.1", - "@ecomplus/widget-user": "^1.0.0-beta.182", + "@ecomplus/widget-user": "^1.0.0-beta.183", "@ecomplus/widget-yourviews": "^1.1.0", "@glidejs/glide": "^3.6.2", "axios": "^0.27.2 || ^1.1.2", diff --git a/@ecomplus/widget-analytics/CHANGELOG.md b/@ecomplus/widget-analytics/CHANGELOG.md index 3ad5569f6..40cbfdded 100644 --- a/@ecomplus/widget-analytics/CHANGELOG.md +++ b/@ecomplus/widget-analytics/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.20](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-analytics@1.3.19...@ecomplus/widget-analytics@1.3.20) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-analytics + ## [1.3.19](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-analytics@1.3.18...@ecomplus/widget-analytics@1.3.19) (2024-11-18) ### Bug Fixes diff --git a/@ecomplus/widget-analytics/package.json b/@ecomplus/widget-analytics/package.json index 20d07a91f..b4a64caf1 100644 --- a/@ecomplus/widget-analytics/package.json +++ b/@ecomplus/widget-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-analytics", - "version": "1.3.19", + "version": "1.3.20", "description": "Storefront plugin to handle GA Universal Analytics", "main": "dist/widget-analytics.min.js", "module": "src/index.js", @@ -35,7 +35,7 @@ "core-js": "3.x" }, "dependencies": { - "@ecomplus/widget-tag-manager": "^1.11.5" + "@ecomplus/widget-tag-manager": "^1.11.6" }, "webpackOutput": { "library": "widgetAnalytics", diff --git a/@ecomplus/widget-martan/CHANGELOG.md b/@ecomplus/widget-martan/CHANGELOG.md index 50f9b3471..49a62adc5 100644 --- a/@ecomplus/widget-martan/CHANGELOG.md +++ b/@ecomplus/widget-martan/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.17](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.16...@ecomplus/widget-martan@1.1.17) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-martan + ## [1.1.16](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.15...@ecomplus/widget-martan@1.1.16) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-martan diff --git a/@ecomplus/widget-martan/package.json b/@ecomplus/widget-martan/package.json index 658a74edd..9de5c6627 100644 --- a/@ecomplus/widget-martan/package.json +++ b/@ecomplus/widget-martan/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-martan", - "version": "1.1.16", + "version": "1.1.17", "description": "Storefront plugin for martan product reviews, product q&a", "main": "dist/widget-martan.min.js", "module": "src/index.js", @@ -39,7 +39,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183", + "@ecomplus/storefront-components": "^1.0.0-beta.184", "@ecomplus/storefront-twbs": "^7.3.6", "@glidejs/glide": "^3.6.2", "axios": "^0.27.2 || ^1.1.2" diff --git a/@ecomplus/widget-minicart/CHANGELOG.md b/@ecomplus/widget-minicart/CHANGELOG.md index 4d77558f7..adbc4586a 100644 --- a/@ecomplus/widget-minicart/CHANGELOG.md +++ b/@ecomplus/widget-minicart/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-minicart@1.0.0-beta.182...@ecomplus/widget-minicart@1.0.0-beta.183) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-minicart + # [1.0.0-beta.182](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-minicart@1.0.0-beta.181...@ecomplus/widget-minicart@1.0.0-beta.182) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-minicart diff --git a/@ecomplus/widget-minicart/package.json b/@ecomplus/widget-minicart/package.json index 26a5e7893..8a5c77fdb 100644 --- a/@ecomplus/widget-minicart/package.json +++ b/@ecomplus/widget-minicart/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-minicart", - "version": "1.0.0-beta.182", + "version": "1.0.0-beta.183", "description": "Storefront plugin with Vue component for shopping cart quickview E-Com Plus stores", "module": "src/index.js", "browser": "dist/widget-minicart.min.js", @@ -36,7 +36,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183" + "@ecomplus/storefront-components": "^1.0.0-beta.184" }, "webpackOutput": { "library": "widgetMinicart", diff --git a/@ecomplus/widget-product-card/CHANGELOG.md b/@ecomplus/widget-product-card/CHANGELOG.md index 06493392b..4181fbb3b 100644 --- a/@ecomplus/widget-product-card/CHANGELOG.md +++ b/@ecomplus/widget-product-card/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product-card@1.0.0-beta.182...@ecomplus/widget-product-card@1.0.0-beta.183) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-product-card + # [1.0.0-beta.182](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product-card@1.0.0-beta.181...@ecomplus/widget-product-card@1.0.0-beta.182) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-product-card diff --git a/@ecomplus/widget-product-card/package.json b/@ecomplus/widget-product-card/package.json index b8854a494..e798a75bb 100644 --- a/@ecomplus/widget-product-card/package.json +++ b/@ecomplus/widget-product-card/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-product-card", - "version": "1.0.0-beta.182", + "version": "1.0.0-beta.183", "description": "Storefront plugin with Vue component for product cards", "module": "src/index.js", "browser": "dist/widget-product-card.min.js", @@ -36,7 +36,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183" + "@ecomplus/storefront-components": "^1.0.0-beta.184" }, "webpackOutput": { "library": "widgetProductCard", diff --git a/@ecomplus/widget-product/CHANGELOG.md b/@ecomplus/widget-product/CHANGELOG.md index 6fca5ed2e..bdc3e8ea4 100644 --- a/@ecomplus/widget-product/CHANGELOG.md +++ b/@ecomplus/widget-product/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product@1.0.0-beta.182...@ecomplus/widget-product@1.0.0-beta.183) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-product + # [1.0.0-beta.182](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product@1.0.0-beta.181...@ecomplus/widget-product@1.0.0-beta.182) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-product diff --git a/@ecomplus/widget-product/package.json b/@ecomplus/widget-product/package.json index bd068a297..5337d95f1 100644 --- a/@ecomplus/widget-product/package.json +++ b/@ecomplus/widget-product/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-product", - "version": "1.0.0-beta.182", + "version": "1.0.0-beta.183", "description": "Storefront plugin & Vue component for full product block", "module": "src/index.js", "browser": "dist/widget-product.min.js", @@ -34,7 +34,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183", + "@ecomplus/storefront-components": "^1.0.0-beta.184", "@ecomplus/storefront-twbs": "^7.3.6" }, "webpackOutput": { diff --git a/@ecomplus/widget-search-engine/CHANGELOG.md b/@ecomplus/widget-search-engine/CHANGELOG.md index c2fc42c67..4d528e167 100644 --- a/@ecomplus/widget-search-engine/CHANGELOG.md +++ b/@ecomplus/widget-search-engine/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.185](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.184...@ecomplus/widget-search-engine@1.0.0-beta.185) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-search-engine + # [1.0.0-beta.184](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.183...@ecomplus/widget-search-engine@1.0.0-beta.184) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-search-engine diff --git a/@ecomplus/widget-search-engine/package.json b/@ecomplus/widget-search-engine/package.json index fed57667b..b268103d5 100644 --- a/@ecomplus/widget-search-engine/package.json +++ b/@ecomplus/widget-search-engine/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-search-engine", - "version": "1.0.0-beta.184", + "version": "1.0.0-beta.185", "description": "Storefront plugin & Vue component for dynamic search page", "module": "src/index.js", "browser": "dist/widget-search-engine.min.js", @@ -34,7 +34,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183", + "@ecomplus/storefront-components": "^1.0.0-beta.184", "@ecomplus/storefront-twbs": "^7.3.6" }, "webpackOutput": { diff --git a/@ecomplus/widget-search/CHANGELOG.md b/@ecomplus/widget-search/CHANGELOG.md index 1188e9811..717736e85 100644 --- a/@ecomplus/widget-search/CHANGELOG.md +++ b/@ecomplus/widget-search/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search@1.0.0-beta.182...@ecomplus/widget-search@1.0.0-beta.183) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-search + # [1.0.0-beta.182](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search@1.0.0-beta.181...@ecomplus/widget-search@1.0.0-beta.182) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-search diff --git a/@ecomplus/widget-search/package.json b/@ecomplus/widget-search/package.json index cecd9f3e6..379c0fe04 100644 --- a/@ecomplus/widget-search/package.json +++ b/@ecomplus/widget-search/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-search", - "version": "1.0.0-beta.182", + "version": "1.0.0-beta.183", "description": "Storefront plugin with Vue component for instant search engine on E-Com Plus stores", "module": "src/index.js", "browser": "dist/widget-search.min.js", @@ -36,7 +36,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183" + "@ecomplus/storefront-components": "^1.0.0-beta.184" }, "webpackOutput": { "library": "widgetSearch", diff --git a/@ecomplus/widget-tag-manager/CHANGELOG.md b/@ecomplus/widget-tag-manager/CHANGELOG.md index b3d40cabd..eb24db326 100644 --- a/@ecomplus/widget-tag-manager/CHANGELOG.md +++ b/@ecomplus/widget-tag-manager/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.6](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-tag-manager@1.11.5...@ecomplus/widget-tag-manager@1.11.6) (2024-11-23) + +### Bug Fixes + +- **widget-tag-manager:** set up to 5 additional categories to product data as custom `dimensionN` ([cbcf3cb](https://github.com/ecomplus/storefront/commit/cbcf3cb65b7dd23f8f904dc7e3e5b9ac3e626e0e)) + ## [1.11.5](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-tag-manager@1.11.4...@ecomplus/widget-tag-manager@1.11.5) (2024-11-18) ### Bug Fixes diff --git a/@ecomplus/widget-tag-manager/package.json b/@ecomplus/widget-tag-manager/package.json index 8662be876..cf1b89b06 100644 --- a/@ecomplus/widget-tag-manager/package.json +++ b/@ecomplus/widget-tag-manager/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-tag-manager", - "version": "1.11.5", + "version": "1.11.6", "description": "Storefront plugin to handle GTM with ecommerce data layer", "main": "dist/widget-tag-manager.min.js", "module": "src/index.js", diff --git a/@ecomplus/widget-user/CHANGELOG.md b/@ecomplus/widget-user/CHANGELOG.md index 576e9ac1d..e68bc9cc8 100644 --- a/@ecomplus/widget-user/CHANGELOG.md +++ b/@ecomplus/widget-user/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-user@1.0.0-beta.182...@ecomplus/widget-user@1.0.0-beta.183) (2024-11-23) + +**Note:** Version bump only for package @ecomplus/widget-user + # [1.0.0-beta.182](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-user@1.0.0-beta.181...@ecomplus/widget-user@1.0.0-beta.182) (2024-10-09) **Note:** Version bump only for package @ecomplus/widget-user diff --git a/@ecomplus/widget-user/package.json b/@ecomplus/widget-user/package.json index adb073457..3c01dca7b 100644 --- a/@ecomplus/widget-user/package.json +++ b/@ecomplus/widget-user/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/widget-user", - "version": "1.0.0-beta.182", + "version": "1.0.0-beta.183", "description": "Storefront plugin with Vue component customer identification for E-Com Plus stores", "module": "src/index.js", "browser": "dist/widget-user.min.js", @@ -35,7 +35,7 @@ "vue": ">=2 <4" }, "dependencies": { - "@ecomplus/storefront-components": "^1.0.0-beta.183" + "@ecomplus/storefront-components": "^1.0.0-beta.184" }, "webpackOutput": { "library": "widgetUser",