From 7fc6fd49c59e6465c56412385e8fb1043510e7cb Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 15 Oct 2025 16:47:02 -0300 Subject: [PATCH 1/5] feat(manifest): add `vtex.login-alternative-key` as dep --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index c26a91b3..8028034b 100644 --- a/manifest.json +++ b/manifest.json @@ -21,6 +21,7 @@ "vtex.pixel-interfaces": "1.x", "vtex.search-result": "3.x", "vtex.login": "2.x", + "vtex.login-alternative-key": "1.x", "vtex.my-account": "1.x", "vtex.pixel-manager": "1.x", "vtex.product-context": "0.x", From 4e266250ab0cfcc152a7a4d6794ac2745aac1c5b Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 15 Oct 2025 16:52:38 -0300 Subject: [PATCH 2/5] feat(interfaces): accept alternative `login-content` in login page --- store/interfaces.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/interfaces.json b/store/interfaces.json index 0a2a04c9..fb309ac8 100644 --- a/store/interfaces.json +++ b/store/interfaces.json @@ -43,7 +43,7 @@ } }, "store.login": { - "required": ["login-content"], + "allowed": ["vtex.login:login-content", "vtex.login-alternative-key:login-content"], "preview": { "type": "spinner", "height": 600 From 049e8cb925f600ef1f144247927a8e2572843648 Mon Sep 17 00:00:00 2001 From: Rafael Rubim Cabral Date: Wed, 15 Oct 2025 16:55:39 -0300 Subject: [PATCH 3/5] Release v2.143.1-beta.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8028034b..99cc7f7b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.143.0", + "version": "2.143.1-beta.0", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": { From 10459e7d9a086b4436f2cf0b93839b475c5ceb01 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 16 Oct 2025 11:36:38 -0300 Subject: [PATCH 4/5] docs(CHANGELOG): update --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f227cc..e197254b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- `vtex.store` signature to accept `vtex.login-alternative-key:login-content` + ## [2.143.0] - 2025-09-24 ### Added @@ -139,7 +143,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Include `_q` query parameter in search page canonical URLs -- Provide `meta.canonical` prop to `SearchOpenGraph` component, to ensure `og:url` and canonical are consistent +- Provide `meta.canonical` prop to `SearchOpenGraph` component, to ensure `og:url` and canonical are consistent ## [2.127.1] - 2022-10-06 From 58c878926c8a307ae343352d069bc061a8728da5 Mon Sep 17 00:00:00 2001 From: Rafael Date: Thu, 16 Oct 2025 11:38:14 -0300 Subject: [PATCH 5/5] chore(manifest): revert version to 2.143.0 for CI --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 99cc7f7b..8028034b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.143.1-beta.0", + "version": "2.143.0", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": {