From 96f30b99e9b7659a2e6e1007f2fdb0e75ee76d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Lag=C3=AAdo?= Date: Fri, 9 Jan 2026 15:03:58 -0300 Subject: [PATCH 1/2] Try to allow login-alternative-key again --- CHANGELOG.md | 4 ++++ manifest.json | 1 + store/interfaces.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b65282..a1b4a2a5 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.146.0] - 2025-12-18 ### Added diff --git a/manifest.json b/manifest.json index 136aa4f5..5ce816e7 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", diff --git a/store/interfaces.json b/store/interfaces.json index 4ac618fb..fb309ac8 100644 --- a/store/interfaces.json +++ b/store/interfaces.json @@ -43,7 +43,7 @@ } }, "store.login": { - "required": ["vtex.login:login-content"], + "allowed": ["vtex.login:login-content", "vtex.login-alternative-key:login-content"], "preview": { "type": "spinner", "height": 600 From e9619991647a949079dfb8c464020764f6e8ed3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Lag=C3=AAdo?= Date: Fri, 9 Jan 2026 15:06:29 -0300 Subject: [PATCH 2/2] Release v2.147.0-hkignore.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5ce816e7..4d889a2c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.146.0", + "version": "2.147.0-hkignore.0", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": {