-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sync-utils): add metafields to variant query (#179)
* chore(release): v0.22.1 [skip-ci] * docs: add agonsgd as a contributor for bug (#176) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Joseph Thomas <[email protected]> * chore(release): v0.22.2 [skip-ci] * fix(sync-utils): add metafields to variant query Co-authored-by: github-actions <[email protected]> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Joseph Thomas <[email protected]>
- Loading branch information
1 parent
e80a92c
commit fa07ebb
Showing
13 changed files
with
115 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sane-shopify/sanity-plugin", | ||
"version": "0.22.0", | ||
"version": "0.22.2", | ||
"description": "A Sanity.io field for selecting products & collections from a Shopify storefront", | ||
"author": "Joseph Thomas <[email protected]>", | ||
"homepage": "https://github.com/good-idea/sane-shopify#readme", | ||
|
@@ -72,8 +72,8 @@ | |
}, | ||
"dependencies": { | ||
"@good-idea/unwind-edges": "^1.5.3", | ||
"@sane-shopify/sync-utils": "^0.22.0", | ||
"@sane-shopify/types": "^0.22.0", | ||
"@sane-shopify/sync-utils": "^0.22.2", | ||
"@sane-shopify/types": "^0.22.2", | ||
"lodash": "^4.17.21", | ||
"react-icons": "^4.2.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sane-shopify/server", | ||
"version": "0.22.0", | ||
"version": "0.22.2", | ||
"description": "A server and lambdas to serve & sync data between Shopify and Sanity", | ||
"author": "Joseph Thomas <[email protected]>", | ||
"homepage": "https://github.com/good-idea/sane-shopify#readme", | ||
|
@@ -39,7 +39,7 @@ | |
"url": "https://github.com/good-idea/sane-shopify/issues" | ||
}, | ||
"dependencies": { | ||
"@sane-shopify/sync-utils": "^0.22.0", | ||
"@sane-shopify/sync-utils": "^0.22.2", | ||
"apollo-link": "^1.2.14", | ||
"apollo-link-http": "^1.5.17", | ||
"apollo-server-lambda": "^2.23.0", | ||
|
@@ -49,7 +49,7 @@ | |
"source-map-support": "^0.5.19" | ||
}, | ||
"devDependencies": { | ||
"@sane-shopify/types": "^0.22.0", | ||
"@sane-shopify/types": "^0.22.2", | ||
"@types/aws-lambda": "^8.10.75", | ||
"@types/node-fetch": "^2.5.10", | ||
"@types/source-map-support": "^0.5.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sane-shopify/types", | ||
"version": "0.22.0", | ||
"version": "0.22.2", | ||
"description": "Common typescript typings for @sane-shopify projects", | ||
"author": "Joseph Thomas <[email protected]>", | ||
"homepage": "https://github.com/good-idea/sane-shopify#readme", | ||
|