From 189ea9cf7409629e0aeed333d46b8433d94ad0e6 Mon Sep 17 00:00:00 2001 From: Kyle Durand Date: Tue, 25 Jan 2022 13:48:57 -0500 Subject: [PATCH 1/2] Add node change to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a239b0213..678b3a24464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ The format is based on [these versioning and changelog guidelines](/documentatio ### Breaking changes -- Update the base font size to `100%` from `62.5%` and update `rem` values accordingly, along with `pxtorem` `rootValue` ([#4794](https://github.com/Shopify/polaris-react/pull/4794)) +- Updated the base font size to `100%` from `62.5%` and update `rem` values accordingly, along with `pxtorem` `rootValue` ([#4794](https://github.com/Shopify/polaris-react/pull/4794)) +- Updated node version to `v16.9.1` ([#4853](https://github.com/Shopify/polaris-react/pull/4853)) ### Enhancements From 1c4e53c9a5e292613948776947fffd7da83f9b41 Mon Sep 17 00:00:00 2001 From: Kyle Durand Date: Tue, 25 Jan 2022 15:48:44 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678b3a24464..e134b412d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ The format is based on [these versioning and changelog guidelines](/documentatio ### Breaking changes - Updated the base font size to `100%` from `62.5%` and update `rem` values accordingly, along with `pxtorem` `rootValue` ([#4794](https://github.com/Shopify/polaris-react/pull/4794)) -- Updated node version to `v16.9.1` ([#4853](https://github.com/Shopify/polaris-react/pull/4853)) +- Updated required node version to `v16.9.1` ([#4853](https://github.com/Shopify/polaris-react/pull/4853)) ### Enhancements