Skip to content

Commit 9d0aead

Browse files
committed
chore(release): publish 🎉 [skip ci]
- @ecomplus/storefront-app@2.0.0-beta.225 - @ecomplus/storefront-components@1.0.0-beta.194 - @ecomplus/storefront-framework@5.20.62 - @ecomplus/storefront-starter@2.0.0-starter.136 - @ecomplus/storefront-template@2.0.0-beta.295 - @ecomplus/widget-martan@1.2.3 - @ecomplus/widget-minicart@1.0.0-beta.193 - @ecomplus/widget-product-card@1.0.0-beta.193 - @ecomplus/widget-product@1.0.0-beta.193 - @ecomplus/widget-search-engine@1.0.0-beta.195 - @ecomplus/widget-search@1.0.0-beta.193 - @ecomplus/widget-user@1.0.0-beta.193
1 parent 6d2a356 commit 9d0aead

File tree

25 files changed

+391
-337
lines changed

25 files changed

+391
-337
lines changed

@ecomplus/storefront-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.225](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.224...@ecomplus/storefront-app@2.0.0-beta.225) (2026-02-16)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-app
9+
610
# [2.0.0-beta.224](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.223...@ecomplus/storefront-app@2.0.0-beta.224) (2026-02-08)
711

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

@ecomplus/storefront-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-app",
3-
"version": "2.0.0-beta.224",
3+
"version": "2.0.0-beta.225",
44
"description": "Vue.js ecommerce app with cart, checkout and account pages",
55
"main": "dist/lib/js/app.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"@ecomplus/i18n": "^1.32.2",
3737
"@ecomplus/passport-client": "^1.2.1",
3838
"@ecomplus/shopping-cart": "^2.6.0",
39-
"@ecomplus/storefront-components": "^1.0.0-beta.193",
39+
"@ecomplus/storefront-components": "^1.0.0-beta.194",
4040
"@ecomplus/storefront-twbs": "^7.3.6",
4141
"axios": "^0.27.2 || ^1.1.2",
4242
"card-validator": "^8.1.1",

@ecomplus/storefront-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.194](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.193...@ecomplus/storefront-components@1.0.0-beta.194) (2026-02-16)
7+
8+
### Bug Fixes
9+
10+
- **components/address-form:** switch CEP API to BrasilAPI with viaCEP fallback ([6d2a356](https://github.com/ecomplus/storefront/commit/6d2a356f47c3486925e637c491a968f212e371e9))
11+
612
# [1.0.0-beta.193](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.192...@ecomplus/storefront-components@1.0.0-beta.193) (2026-02-08)
713

814
### Bug Fixes

@ecomplus/storefront-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-components",
3-
"version": "1.0.0-beta.193",
3+
"version": "1.0.0-beta.194",
44
"description": "Vue components for E-Com Plus Storefront",
55
"main": "dist/storefront-components.min.js",
66
"scripts": {

@ecomplus/storefront-framework/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.20.62](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.61...@ecomplus/storefront-framework@5.20.62) (2026-02-16)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update all non-major dependencies ([#1220](https://github.com/ecomplus/storefront/issues/1220)) ([3db32ed](https://github.com/ecomplus/storefront/commit/3db32edff8cc91e87035efcf0f3da9bae226a809))
11+
612
## [5.20.61](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.20.60...@ecomplus/storefront-framework@5.20.61) (2026-02-08)
713

814
### Bug Fixes

@ecomplus/storefront-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-framework",
3-
"version": "5.20.61",
3+
"version": "5.20.62",
44
"description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
55
"main": "src/index.js",
66
"bin": {

@ecomplus/storefront-starter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-starter.136](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.135...@ecomplus/storefront-starter@2.0.0-starter.136) (2026-02-16)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-starter
9+
610
# [2.0.0-starter.135](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.134...@ecomplus/storefront-starter@2.0.0-starter.135) (2026-02-08)
711

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

@ecomplus/storefront-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"private": true,
99
"name": "@ecomplus/storefront-starter",
10-
"version": "2.0.0-starter.135",
10+
"version": "2.0.0-starter.136",
1111
"description": "PWA and JAMstack based e-commerce template for E-Com Plus stores",
1212
"main": "template/js/index.js",
1313
"scripts": {
@@ -37,6 +37,6 @@
3737
"url": "git+https://github.com/ecomplus/storefront-starter.git"
3838
},
3939
"dependencies": {
40-
"@ecomplus/storefront-template": "^2.0.0-beta.294"
40+
"@ecomplus/storefront-template": "^2.0.0-beta.295"
4141
}
4242
}

@ecomplus/storefront-template/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.295](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.294...@ecomplus/storefront-template@2.0.0-beta.295) (2026-02-16)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-template
9+
610
# [2.0.0-beta.294](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.293...@ecomplus/storefront-template@2.0.0-beta.294) (2026-02-08)
711

812
### Bug Fixes

@ecomplus/storefront-template/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-template",
3-
"version": "2.0.0-beta.294",
3+
"version": "2.0.0-beta.295",
44
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
55
"main": "template/js/index.js",
66
"bin": {
@@ -48,9 +48,9 @@
4848
"@ecomplus/passport-client": "^1.2.1",
4949
"@ecomplus/search-engine": "^2.6.1",
5050
"@ecomplus/shopping-cart": "^2.6.0",
51-
"@ecomplus/storefront-app": "^2.0.0-beta.224",
52-
"@ecomplus/storefront-components": "^1.0.0-beta.193",
53-
"@ecomplus/storefront-framework": "^5.20.61",
51+
"@ecomplus/storefront-app": "^2.0.0-beta.225",
52+
"@ecomplus/storefront-components": "^1.0.0-beta.194",
53+
"@ecomplus/storefront-framework": "^5.20.62",
5454
"@ecomplus/storefront-router": "^2.2.1",
5555
"@ecomplus/storefront-twbs": "^7.3.6",
5656
"@ecomplus/utils": "^1.4.1",
@@ -60,19 +60,19 @@
6060
"@ecomplus/widget-ebit": "^1.2.6",
6161
"@ecomplus/widget-fb-pixel": "^1.6.4",
6262
"@ecomplus/widget-gmc-ratings": "^1.3.8",
63-
"@ecomplus/widget-martan": "^1.2.2",
64-
"@ecomplus/widget-minicart": "^1.0.0-beta.192",
63+
"@ecomplus/widget-martan": "^1.2.3",
64+
"@ecomplus/widget-minicart": "^1.0.0-beta.193",
6565
"@ecomplus/widget-offers-notification": "^1.3.0",
6666
"@ecomplus/widget-opinioes-verificadas": "^1.3.0",
67-
"@ecomplus/widget-product": "^1.0.0-beta.192",
68-
"@ecomplus/widget-product-card": "^1.0.0-beta.192",
69-
"@ecomplus/widget-search": "^1.0.0-beta.192",
70-
"@ecomplus/widget-search-engine": "^1.0.0-beta.194",
67+
"@ecomplus/widget-product": "^1.0.0-beta.193",
68+
"@ecomplus/widget-product-card": "^1.0.0-beta.193",
69+
"@ecomplus/widget-search": "^1.0.0-beta.193",
70+
"@ecomplus/widget-search-engine": "^1.0.0-beta.195",
7171
"@ecomplus/widget-tag-manager": "^1.11.6",
7272
"@ecomplus/widget-tawkto": "^1.2.0",
7373
"@ecomplus/widget-tiktok-pixel": "^1.2.6",
7474
"@ecomplus/widget-trustvox": "^2.3.1",
75-
"@ecomplus/widget-user": "^1.0.0-beta.192",
75+
"@ecomplus/widget-user": "^1.0.0-beta.193",
7676
"@ecomplus/widget-yourviews": "^1.1.0",
7777
"@glidejs/glide": "^3.7.1",
7878
"axios": "^0.27.2 || ^1.1.2",

0 commit comments

Comments
 (0)