adobe / commerce-cif-connector

AEM Commerce connector for Magento and GraphQL
Apache License 2.0
43 stars 27 forks source link

Version Issue with commerce-cif-graphql-client #161

Closed chetanyajain closed 3 years ago

chetanyajain commented 3 years ago

The latest version (1.6) of cif-connector embeds the 1.6.0 version of commerce-cif-graphql-client.

However, the latest version of cif-components (https://github.com/adobe/aem-core-cif-components) expects a 1.7 version and this keeps the bundle in the installed state.

We have to manually upload the latest version of graphql-client (1.7) to resolve this. Can the cif-connector export the 1.7 version of graphql-client please so that we don't have to add the extra step?

herzog31 commented 3 years ago

This was fixed by #162 and is available in the cif-connector-reactor-1.7.0 release.