From 9700d881b7871d3b9de38c9445f1cb8d081717e5 Mon Sep 17 00:00:00 2001 From: Paulo Margarido <64600052+paulomarg@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:25:29 -0500 Subject: [PATCH] Link to the v9 migration guide from changelog --- .changeset/rich-ladybugs-own.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/rich-ladybugs-own.md b/.changeset/rich-ladybugs-own.md index 2279848ca..91f490230 100644 --- a/.changeset/rich-ladybugs-own.md +++ b/.changeset/rich-ladybugs-own.md @@ -9,3 +9,5 @@ Changed `setAbstractFetchFunc` to accept a `fetch` API instead of one based on `NormalizedRequest` and `NormalizedResponse`. With this change, we can return a `Response` object for requests with the upcoming clients, which can help make the interface for requests more familiar to users. + +For more information and examples, see the [migration guide to v9](https://github.com/Shopify/shopify-api-js/blob/fix_adapter_fetch_link_to_guide/packages/shopify-api/docs/migrating-to-v9.md#changes-to-runtime-adapters).