Skip to content

Commit 31dfa61

Browse files
committed
fix: address breaking changes when upgrading to 2025-01
1 parent f945855 commit 31dfa61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gatsby-source-shopify/src/plugin-options-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function pluginOptionsSchema({ Joi }: PluginOptionsSchemaArgs): unknown {
4343
`Not set by default. If set to a string (example \`MyStore\`) node names will be \`allMyStoreShopifyProducts\` instead of \`allShopifyProducts\``
4444
),
4545
apiVersion: Joi.string()
46-
.default(`2024-10`)
46+
.default(`2025-01`)
4747
.description(
4848
`The API version that should be used. More information: https://shopify.dev/docs/api/usage/versioning`
4949
),

0 commit comments

Comments
 (0)