From 6e215d4892d3019275d8fa8f45c4075b308f069c Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Mon, 16 Jan 2023 02:18:19 -0500 Subject: [PATCH] chore(changelogs): update changelogs (#37473) --- packages/gatsby-source-contentful/CHANGELOG.md | 6 ++++++ packages/gatsby-source-drupal/CHANGELOG.md | 10 ++++++++++ packages/gatsby/CHANGELOG.md | 6 ++++++ 3 files changed, 22 insertions(+) diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 1241f1cd7e7a8..3a27bf915389a 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [8.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.4.1/packages/gatsby-source-contentful) (2023-01-13) + +#### Bug Fixes + +- maintain back reference map between runs [#37442](https://github.com/gatsbyjs/gatsby/issues/37442) [#37455](https://github.com/gatsbyjs/gatsby/issues/37455) ([efdc5fa](https://github.com/gatsbyjs/gatsby/commit/efdc5faa84dd72d68af97cb8f131ccfbf35d7ea0)) + ## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.4.0/packages/gatsby-source-contentful) (2023-01-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index ef527adb6cb8b..2efe0f0205fd8 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.4.1/packages/gatsby-source-drupal) (2023-01-13) + +#### Features + +- drupal langcode as notlangcode [#37445](https://github.com/gatsbyjs/gatsby/issues/37445) [#37462](https://github.com/gatsbyjs/gatsby/issues/37462) [#37445](https://github.com/gatsbyjs/gatsby/issues/37445) ([0df719e](https://github.com/gatsbyjs/gatsby/commit/0df719e33a6a539b8127f7e561b3c32f6b379e89)) + +#### Bug Fixes + +- await async handleDeletedNode [#37435](https://github.com/gatsbyjs/gatsby/issues/37435) [#37461](https://github.com/gatsbyjs/gatsby/issues/37461) ([1761903](https://github.com/gatsbyjs/gatsby/commit/1761903fa7c81b1b792a99966cf0734826f2c229)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.4.0/packages/gatsby-source-drupal) (2023-01-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 551f002e67573..ca05145e8c1d1 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.4.1/packages/gatsby) (2023-01-13) + +#### Bug Fixes + +- Use correct settings for yaml-loader [#37454](https://github.com/gatsbyjs/gatsby/issues/37454) [#37463](https://github.com/gatsbyjs/gatsby/issues/37463) ([8109b9b](https://github.com/gatsbyjs/gatsby/commit/8109b9b1c950a7371f965be9dd1d8b19b64796f0)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.4.0/packages/gatsby) (2023-01-10) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4)