From bc91047b7745e7ff56f0cc84203e65a6400f4f08 Mon Sep 17 00:00:00 2001 From: Diego Leone Date: Fri, 22 Sep 2023 07:45:01 +0200 Subject: [PATCH] Fix: allow non vtex emails --- CHANGELOG.md | 4 ++++ manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac93959..b8ca0b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Allow non VTEX emails to save app settings, as it was throwing a 403 error when trying to perform this operation + ## [1.11.3] - 2023-08-17 ### Changed diff --git a/manifest.json b/manifest.json index 5586264b..8f598ef2 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ }, "dependencies": { "vtex.address-form": "4.x", - "vtex.apps-graphql": "2.x", + "vtex.apps-graphql": "3.x", "vtex.checkout-resources": "0.x", "vtex.css-handles": "1.x", "vtex.device-detector": "0.x", @@ -139,4 +139,4 @@ ] }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} +} \ No newline at end of file