Skip to content

Commit

Permalink
chore(release): publish 🎉 [skip ci]
Browse files Browse the repository at this point in the history
 - @ecomplus/storefront-app@2.0.0-beta.206
 - @ecomplus/storefront-components@1.0.0-beta.180
 - @ecomplus/storefront-framework@5.20.44
 - @ecomplus/storefront-starter@2.0.0-starter.111
 - @ecomplus/storefront-template@2.0.0-beta.271
 - @ecomplus/widget-martan@1.1.13
 - @ecomplus/widget-minicart@1.0.0-beta.179
 - @ecomplus/widget-opinioes-verificadas@1.3.0
 - @ecomplus/widget-product-card@1.0.0-beta.179
 - @ecomplus/widget-product@1.0.0-beta.179
 - @ecomplus/widget-search-engine@1.0.0-beta.181
 - @ecomplus/widget-search@1.0.0-beta.179
 - @ecomplus/widget-user@1.0.0-beta.179
  • Loading branch information
leomp12 committed Aug 15, 2024
1 parent 74a4056 commit 0aed30d
Show file tree
Hide file tree
Showing 26 changed files with 99 additions and 72 deletions.
6 changes: 6 additions & 0 deletions @ecomplus/storefront-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.0.0-beta.206](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.205...@ecomplus/storefront-app@2.0.0-beta.206) (2024-08-15)

### Reverts

- reverting bad commited wrong imports ([0f7c562](https://github.com/ecomplus/storefront/commit/0f7c562eb11a6a6cca05ac451a89cec7a2c3beaf))

# [2.0.0-beta.205](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.204...@ecomplus/storefront-app@2.0.0-beta.205) (2024-05-31)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/storefront-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-app",
"version": "2.0.0-beta.205",
"version": "2.0.0-beta.206",
"description": "Vue.js ecommerce app with cart, checkout and account pages",
"main": "dist/lib/js/app.js",
"scripts": {
Expand Down Expand Up @@ -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.179",
"@ecomplus/storefront-components": "^1.0.0-beta.180",
"@ecomplus/storefront-twbs": "^7.3.6",
"axios": "^0.27.2 || ^1.1.2",
"card-validator": "^8.1.1",
Expand Down
6 changes: 6 additions & 0 deletions @ecomplus/storefront-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.180](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.179...@ecomplus/storefront-components@1.0.0-beta.180) (2024-08-15)

### Bug Fixes

- **deps:** update all non-major dependencies ([#1060](https://github.com/ecomplus/storefront/issues/1060)) ([7dd278a](https://github.com/ecomplus/storefront/commit/7dd278adf2808f5a3059f113d8152276c0eb443b))

# [1.0.0-beta.179](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.178...@ecomplus/storefront-components@1.0.0-beta.179) (2024-05-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion @ecomplus/storefront-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-components",
"version": "1.0.0-beta.179",
"version": "1.0.0-beta.180",
"description": "Vue components for E-Com Plus Storefront",
"main": "dist/storefront-components.min.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions @ecomplus/storefront-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.44](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.43...@ecomplus/storefront-framework@5.20.44) (2024-08-15)

### Bug Fixes

- **deps:** update dependency sass to ^1.77.6 ([#1056](https://github.com/ecomplus/storefront/issues/1056)) ([426470a](https://github.com/ecomplus/storefront/commit/426470a1f54a4563e5f39cbf49a8262e9dd65032))

## [5.20.43](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.42...@ecomplus/storefront-framework@5.20.43) (2024-05-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion @ecomplus/storefront-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-framework",
"version": "5.20.43",
"version": "5.20.44",
"description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
"main": "src/index.js",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/storefront-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.111](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.110...@ecomplus/storefront-starter@2.0.0-starter.111) (2024-08-15)

**Note:** Version bump only for package @ecomplus/storefront-starter

# [2.0.0-starter.110](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.109...@ecomplus/storefront-starter@2.0.0-starter.110) (2024-05-31)

**Note:** Version bump only for package @ecomplus/storefront-starter
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/storefront-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"private": true,
"name": "@ecomplus/storefront-starter",
"version": "2.0.0-starter.110",
"version": "2.0.0-starter.111",
"description": "PWA and JAMstack based e-commerce template for E-Com Plus stores",
"main": "template/js/index.js",
"scripts": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"url": "git+https://github.com/ecomplus/storefront-starter.git"
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.270"
"@ecomplus/storefront-template": "^2.0.0-beta.271"
}
}
6 changes: 6 additions & 0 deletions @ecomplus/storefront-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.0.0-beta.271](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.270...@ecomplus/storefront-template@2.0.0-beta.271) (2024-08-15)

### Bug Fixes

- **deps:** update all non-major dependencies ([#1060](https://github.com/ecomplus/storefront/issues/1060)) ([7dd278a](https://github.com/ecomplus/storefront/commit/7dd278adf2808f5a3059f113d8152276c0eb443b))

# [2.0.0-beta.270](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.269...@ecomplus/storefront-template@2.0.0-beta.270) (2024-05-31)

**Note:** Version bump only for package @ecomplus/storefront-template
Expand Down
24 changes: 12 additions & 12 deletions @ecomplus/storefront-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-template",
"version": "2.0.0-beta.270",
"version": "2.0.0-beta.271",
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
"main": "template/js/index.js",
"bin": {
Expand Down Expand Up @@ -48,9 +48,9 @@
"@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.205",
"@ecomplus/storefront-components": "^1.0.0-beta.179",
"@ecomplus/storefront-framework": "^5.20.43",
"@ecomplus/storefront-app": "^2.0.0-beta.206",
"@ecomplus/storefront-components": "^1.0.0-beta.180",
"@ecomplus/storefront-framework": "^5.20.44",
"@ecomplus/storefront-router": "^2.2.1",
"@ecomplus/storefront-twbs": "^7.3.6",
"@ecomplus/utils": "^1.4.1",
Expand All @@ -60,19 +60,19 @@
"@ecomplus/widget-ebit": "^1.2.6",
"@ecomplus/widget-fb-pixel": "^1.6.4",
"@ecomplus/widget-gmc-ratings": "^1.3.7",
"@ecomplus/widget-martan": "^1.1.12",
"@ecomplus/widget-minicart": "^1.0.0-beta.178",
"@ecomplus/widget-martan": "^1.1.13",
"@ecomplus/widget-minicart": "^1.0.0-beta.179",
"@ecomplus/widget-offers-notification": "^1.3.0",
"@ecomplus/widget-opinioes-verificadas": "^1.2.0",
"@ecomplus/widget-product": "^1.0.0-beta.178",
"@ecomplus/widget-product-card": "^1.0.0-beta.178",
"@ecomplus/widget-search": "^1.0.0-beta.178",
"@ecomplus/widget-search-engine": "^1.0.0-beta.180",
"@ecomplus/widget-opinioes-verificadas": "^1.3.0",
"@ecomplus/widget-product": "^1.0.0-beta.179",
"@ecomplus/widget-product-card": "^1.0.0-beta.179",
"@ecomplus/widget-search": "^1.0.0-beta.179",
"@ecomplus/widget-search-engine": "^1.0.0-beta.181",
"@ecomplus/widget-tag-manager": "^1.11.4",
"@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.178",
"@ecomplus/widget-user": "^1.0.0-beta.179",
"@ecomplus/widget-yourviews": "^1.1.0",
"@glidejs/glide": "^3.6.2",
"axios": "^0.27.2 || ^1.1.2",
Expand Down
6 changes: 6 additions & 0 deletions @ecomplus/widget-martan/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.13](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.12...@ecomplus/widget-martan@1.1.13) (2024-08-15)

### Bug Fixes

- **deps:** update all non-major dependencies ([#1060](https://github.com/ecomplus/storefront/issues/1060)) ([7dd278a](https://github.com/ecomplus/storefront/commit/7dd278adf2808f5a3059f113d8152276c0eb443b))

## [1.1.12](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-martan@1.1.11...@ecomplus/widget-martan@1.1.12) (2024-05-30)

**Note:** Version bump only for package @ecomplus/widget-martan
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/widget-martan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/widget-martan",
"version": "1.1.12",
"version": "1.1.13",
"description": "Storefront plugin for martan product reviews, product q&a",
"main": "dist/widget-martan.min.js",
"module": "src/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"vue": ">=2 <4"
},
"dependencies": {
"@ecomplus/storefront-components": "^1.0.0-beta.179",
"@ecomplus/storefront-components": "^1.0.0-beta.180",
"@ecomplus/storefront-twbs": "^7.3.6",
"@glidejs/glide": "^3.6.2",
"axios": "^0.27.2 || ^1.1.2"
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/widget-minicart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.179](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-minicart@1.0.0-beta.178...@ecomplus/widget-minicart@1.0.0-beta.179) (2024-08-15)

**Note:** Version bump only for package @ecomplus/widget-minicart

# [1.0.0-beta.178](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-minicart@1.0.0-beta.177...@ecomplus/widget-minicart@1.0.0-beta.178) (2024-05-30)

**Note:** Version bump only for package @ecomplus/widget-minicart
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/widget-minicart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/widget-minicart",
"version": "1.0.0-beta.178",
"version": "1.0.0-beta.179",
"description": "Storefront plugin with Vue component for shopping cart quickview E-Com Plus stores",
"module": "src/index.js",
"browser": "dist/widget-minicart.min.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"vue": ">=2 <4"
},
"dependencies": {
"@ecomplus/storefront-components": "^1.0.0-beta.179"
"@ecomplus/storefront-components": "^1.0.0-beta.180"
},
"webpackOutput": {
"library": "widgetMinicart",
Expand Down
47 changes: 8 additions & 39 deletions @ecomplus/widget-opinioes-verificadas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,83 +3,52 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.7...@ecomplus/widget-opinioes-verificadas@1.2.0) (2022-02-06)

# [1.3.0](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.2.0...@ecomplus/widget-opinioes-verificadas@1.3.0) (2024-08-15)

### Features

* **template/cms:** using @ecomplus/storefront-cms in place of raw netlify cms ([#596](https://github.com/ecomplus/storefront/issues/596)) ([95c8d3a](https://github.com/ecomplus/storefront/commit/95c8d3ab3f73b0b1dff0a1f5f45b5abfb6dddafa)), closes [#issuecomment-1006566949](https://github.com/ecomplus/storefront/issues/issuecomment-1006566949) [#issuecomment-1003380562](https://github.com/ecomplus/storefront/issues/issuecomment-1003380562)

- **widget-opinioes-verificadas:** properly supporting new version widgets ([74a4056](https://github.com/ecomplus/storefront/commit/74a405621abc654ff227d95db2c5acba4f5104f6))

# [1.2.0](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.7...@ecomplus/widget-opinioes-verificadas@1.2.0) (2022-02-06)

### Features

- **template/cms:** using @ecomplus/storefront-cms in place of raw netlify cms ([#596](https://github.com/ecomplus/storefront/issues/596)) ([95c8d3a](https://github.com/ecomplus/storefront/commit/95c8d3ab3f73b0b1dff0a1f5f45b5abfb6dddafa)), closes [#issuecomment-1006566949](https://github.com/ecomplus/storefront/issues/issuecomment-1006566949) [#issuecomment-1003380562](https://github.com/ecomplus/storefront/issues/issuecomment-1003380562)

## [1.1.7](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.6...@ecomplus/widget-opinioes-verificadas@1.1.7) (2021-07-24)

**Note:** Version bump only for package @ecomplus/widget-opinioes-verificadas






## [1.1.6](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.5...@ecomplus/widget-opinioes-verificadas@1.1.6) (2020-12-16)

**Note:** Version bump only for package @ecomplus/widget-opinioes-verificadas





## [1.1.5](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.4...@ecomplus/widget-opinioes-verificadas@1.1.5) (2020-12-15)

**Note:** Version bump only for package @ecomplus/widget-opinioes-verificadas





## [1.1.4](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.3...@ecomplus/widget-opinioes-verificadas@1.1.4) (2020-12-15)

**Note:** Version bump only for package @ecomplus/widget-opinioes-verificadas





## [1.1.3](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.2...@ecomplus/widget-opinioes-verificadas@1.1.3) (2020-12-15)


### Bug Fixes

* **ov-product-reviews:** fix setting product image on el dataset ([#384](https://github.com/ecomplus/storefront/issues/384)) ([dbb61e4](https://github.com/ecomplus/storefront/commit/dbb61e43009a70325584d19853515d5b87f68af3))




- **ov-product-reviews:** fix setting product image on el dataset ([#384](https://github.com/ecomplus/storefront/issues/384)) ([dbb61e4](https://github.com/ecomplus/storefront/commit/dbb61e43009a70325584d19853515d5b87f68af3))

## [1.1.2](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.1...@ecomplus/widget-opinioes-verificadas@1.1.2) (2020-10-26)

**Note:** Version bump only for package @ecomplus/widget-opinioes-verificadas





## [1.1.1](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-opinioes-verificadas@1.1.0...@ecomplus/widget-opinioes-verificadas@1.1.1) (2020-07-23)


### Bug Fixes

* **ov-tagjs:** fix loading script on product page ([e4b27fd](https://github.com/ecomplus/storefront/commit/e4b27fdc61fa5f667df534630975bd2337668c67))




- **ov-tagjs:** fix loading script on product page ([e4b27fd](https://github.com/ecomplus/storefront/commit/e4b27fdc61fa5f667df534630975bd2337668c67))

# 1.1.0 (2020-07-17)


### Features

* **opinioes-verificadas:** opinioes verificades widget for reviews and store reliability ([43b16c5](https://github.com/ecomplus/storefront/commit/43b16c535bf9490c919b283d598e38781f489b58))
- **opinioes-verificadas:** opinioes verificades widget for reviews and store reliability ([43b16c5](https://github.com/ecomplus/storefront/commit/43b16c535bf9490c919b283d598e38781f489b58))
2 changes: 1 addition & 1 deletion @ecomplus/widget-opinioes-verificadas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/widget-opinioes-verificadas",
"version": "1.2.0",
"version": "1.3.0",
"description": "Storefront plugin for Opiniões Verificadas",
"main": "dist/widget-opinioes-verificadas.min.js",
"module": "src/index.js",
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/widget-product-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.179](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product-card@1.0.0-beta.178...@ecomplus/widget-product-card@1.0.0-beta.179) (2024-08-15)

**Note:** Version bump only for package @ecomplus/widget-product-card

# [1.0.0-beta.178](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product-card@1.0.0-beta.177...@ecomplus/widget-product-card@1.0.0-beta.178) (2024-05-30)

**Note:** Version bump only for package @ecomplus/widget-product-card
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/widget-product-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/widget-product-card",
"version": "1.0.0-beta.178",
"version": "1.0.0-beta.179",
"description": "Storefront plugin with Vue component for product cards",
"module": "src/index.js",
"browser": "dist/widget-product-card.min.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"vue": ">=2 <4"
},
"dependencies": {
"@ecomplus/storefront-components": "^1.0.0-beta.179"
"@ecomplus/storefront-components": "^1.0.0-beta.180"
},
"webpackOutput": {
"library": "widgetProductCard",
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/widget-product/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.179](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product@1.0.0-beta.178...@ecomplus/widget-product@1.0.0-beta.179) (2024-08-15)

**Note:** Version bump only for package @ecomplus/widget-product

# [1.0.0-beta.178](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product@1.0.0-beta.177...@ecomplus/widget-product@1.0.0-beta.178) (2024-05-30)

**Note:** Version bump only for package @ecomplus/widget-product
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/widget-product/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/widget-product",
"version": "1.0.0-beta.178",
"version": "1.0.0-beta.179",
"description": "Storefront plugin & Vue component for full product block",
"module": "src/index.js",
"browser": "dist/widget-product.min.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"vue": ">=2 <4"
},
"dependencies": {
"@ecomplus/storefront-components": "^1.0.0-beta.179",
"@ecomplus/storefront-components": "^1.0.0-beta.180",
"@ecomplus/storefront-twbs": "^7.3.6"
},
"webpackOutput": {
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/widget-search-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.181](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.180...@ecomplus/widget-search-engine@1.0.0-beta.181) (2024-08-15)

**Note:** Version bump only for package @ecomplus/widget-search-engine

# [1.0.0-beta.180](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-search-engine@1.0.0-beta.179...@ecomplus/widget-search-engine@1.0.0-beta.180) (2024-05-30)

**Note:** Version bump only for package @ecomplus/widget-search-engine
Expand Down
Loading

0 comments on commit 0aed30d

Please sign in to comment.