From e3d96ed6048d84125185b08b2da2fbd06e9c0314 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 18 Nov 2024 17:23:06 +0100 Subject: [PATCH 1/2] Fix broken link in migrating-from-v3-to-v4.mdx --- website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx b/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx index 3a155e388..ea8bdc2f5 100644 --- a/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx +++ b/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx @@ -1,6 +1,6 @@ # Migrating from `v3` to `v4` -With [new major version](TODO) comes breaking changes. This section will guide you through the +With new major version comes breaking changes. This section will guide you through the process of migrating from `v3` to `v4`. ## 1. Drop support for Node.js v16 From 345b709bb6a64c07b2d190c8ff4a4def1020f7a9 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 18 Nov 2024 17:28:47 +0100 Subject: [PATCH 2/2] Update migrating-from-v3-to-v4.mdx --- website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx b/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx index ea8bdc2f5..f4364cbb4 100644 --- a/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx +++ b/website/src/pages/v4/guides/migrating-from-v3-to-v4.mdx @@ -1,7 +1,7 @@ # Migrating from `v3` to `v4` -With new major version comes breaking changes. This section will guide you through the -process of migrating from `v3` to `v4`. +With new major version comes breaking changes. This section will guide you through the process of +migrating from `v3` to `v4`. ## 1. Drop support for Node.js v16