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..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": { @@ -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