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