From ecd1120f9b89ec99edec0c20ce5611ac1483f687 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Wed, 23 Mar 2022 21:57:16 -0600 Subject: [PATCH] chore(changelogs): update changelogs (#35217) --- packages/babel-plugin-remove-graphql-queries/CHANGELOG.md | 4 ++++ packages/babel-preset-gatsby/CHANGELOG.md | 4 ++++ packages/create-gatsby/CHANGELOG.md | 4 ++++ packages/gatsby-cli/CHANGELOG.md | 4 ++++ packages/gatsby-core-utils/CHANGELOG.md | 6 ++++++ packages/gatsby-link/CHANGELOG.md | 4 ++++ packages/gatsby-page-utils/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-cxs/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-feed/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-flow/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-google-tagmanager/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-image/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-manifest/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-mdx/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-offline/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-page-creator/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-preload-fonts/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sass/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sitemap/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-twitter/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-typescript/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-utils/CHANGELOG.md | 4 ++++ packages/gatsby-remark-autolink-headers/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-drupal/CHANGELOG.md | 4 ++++ packages/gatsby-source-filesystem/CHANGELOG.md | 4 ++++ packages/gatsby-source-graphql/CHANGELOG.md | 4 ++++ packages/gatsby-source-shopify/CHANGELOG.md | 4 ++++ packages/gatsby-source-wordpress/CHANGELOG.md | 4 ++++ packages/gatsby-telemetry/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-remark/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby/CHANGELOG.md | 4 ++++ 37 files changed, 150 insertions(+) diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 5e9e44f9c0cbb..94c423b545b7c 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.10.1/packages/babel-plugin-remove-graphql-queries) (2022-03-23) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.10.0/packages/babel-plugin-remove-graphql-queries) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 36d2c06af65d8..9a703159a24a5 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.10.1/packages/babel-preset-gatsby) (2022-03-23) + +**Note:** Version bump only for package babel-preset-gatsby + ## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.10.0/packages/babel-preset-gatsby) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index b31f22a21898b..32bd9a768198d 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.10.2](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.10.2/packages/create-gatsby) (2022-03-23) + +**Note:** Version bump only for package create-gatsby + ### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.10.1/packages/create-gatsby) (2022-03-18) **Note:** Version bump only for package create-gatsby diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 748008ca37537..b51cd363188af 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.10.2/packages/gatsby-cli) (2022-03-23) + +**Note:** Version bump only for package gatsby-cli + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.10.1/packages/gatsby-cli) (2022-03-18) #### Bug Fixes diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index c534d1581844d..6b649a0bbb967 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/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. +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.10.1/packages/gatsby-core-utils) (2022-03-23) + +#### Bug Fixes + +- move package.json check to try catch [#35139](https://github.com/gatsbyjs/gatsby/issues/35139) [#35207](https://github.com/gatsbyjs/gatsby/issues/35207) ([6e26dd1](https://github.com/gatsbyjs/gatsby/commit/6e26dd1c4bf08921aa8660f08d3be36ec17d65df)) + ## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.10.0/packages/gatsby-core-utils) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index f2b64b8f0a57a..e5bbd4bb0aeb9 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.10.1/packages/gatsby-link) (2022-03-23) + +**Note:** Version bump only for package gatsby-link + ## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.10.0/packages/gatsby-link) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 4889cac68a685..2ba31082bc5f2 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.10.1/packages/gatsby-page-utils) (2022-03-23) + +**Note:** Version bump only for package gatsby-page-utils + ## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.10.0/packages/gatsby-page-utils) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 5fd06f3574f0c..fd0d7f8482193 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.10.1/packages/gatsby-plugin-benchmark-reporting) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + ## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.10.0/packages/gatsby-plugin-benchmark-reporting) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 9e8504068204c..3e94dcc3e11e6 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.10.2/packages/gatsby-plugin-cxs) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-cxs + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.10.1/packages/gatsby-plugin-cxs) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-cxs diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 0d0923d85c66e..5ffe7b9a2d3b2 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.10.2/packages/gatsby-plugin-feed) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-feed + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.10.1/packages/gatsby-plugin-feed) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index cc620f597af92..0fdf23aea06fb 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.10.2/packages/gatsby-plugin-flow) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-flow + ### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.10.1/packages/gatsby-plugin-flow) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-flow diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 57665ade513b3..5c387356f4272 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.10.1/packages/gatsby-plugin-gatsby-cloud) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-gatsby-cloud + ## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.10.0/packages/gatsby-plugin-gatsby-cloud) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 1b06b9333eaf8..20369c34eb700 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.10.2/packages/gatsby-plugin-google-tagmanager) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.10.1/packages/gatsby-plugin-google-tagmanager) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 8679a6a95060a..5692700b67460 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.10.1/packages/gatsby-plugin-image) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-image + ## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.10.0/packages/gatsby-plugin-image) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 036f047e7968f..bfe5b4a3ee137 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.10.2/packages/gatsby-plugin-manifest) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-manifest + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.10.1/packages/gatsby-plugin-manifest) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-manifest diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index cf3bbb25b1cc4..61aef28a4edd0 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.10.2/packages/gatsby-plugin-mdx) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-mdx + ### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.10.1/packages/gatsby-plugin-mdx) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 4c3abcc9f56db..e39d709ce9417 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.10.2/packages/gatsby-plugin-offline) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-offline + ### [5.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.10.1/packages/gatsby-plugin-offline) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index bd1a0140fd80d..9011030329f95 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.10.2/packages/gatsby-plugin-page-creator) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.10.1/packages/gatsby-plugin-page-creator) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-page-creator diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 11c42f5dbc351..25bbcf87293e3 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.10.1/packages/gatsby-plugin-preload-fonts) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.10.0/packages/gatsby-plugin-preload-fonts) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index c196e3b7777b0..76432864c457b 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.10.2/packages/gatsby-plugin-sass) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-sass + ### [5.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.10.1/packages/gatsby-plugin-sass) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 596309a6128ed..972663cdeba4a 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.10.2/packages/gatsby-plugin-sharp) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-sharp + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.10.1/packages/gatsby-plugin-sharp) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index deee2c7cecaf9..2e42c9015489d 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.10.2/packages/gatsby-plugin-sitemap) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ### [5.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.10.1/packages/gatsby-plugin-sitemap) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index a757d41c7cc04..93c7d52386a0f 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.10.2/packages/gatsby-plugin-twitter) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-twitter + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.10.1/packages/gatsby-plugin-twitter) (2022-03-18) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 86f06d8812cf8..b23008293ad3c 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.10.1/packages/gatsby-plugin-typescript) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-typescript + ## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.10.0/packages/gatsby-plugin-typescript) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index 0742445270ca4..4a37235851319 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.4.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@3.4.2/packages/gatsby-plugin-utils) (2022-03-23) + +**Note:** Version bump only for package gatsby-plugin-utils + ### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@3.4.1/packages/gatsby-plugin-utils) (2022-03-18) #### Bug Fixes diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index eb0d99bf68f07..ef93777059f8f 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.10.2/packages/gatsby-remark-autolink-headers) (2022-03-23) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ### [5.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.10.1/packages/gatsby-remark-autolink-headers) (2022-03-18) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 245782e8167f9..b15d562f12234 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.10.2/packages/gatsby-remark-images) (2022-03-23) + +**Note:** Version bump only for package gatsby-remark-images + ### [6.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.10.1/packages/gatsby-remark-images) (2022-03-18) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index ff599c8f1bc42..b7a8d704b4527 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [7.8.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.8.2/packages/gatsby-source-contentful) (2022-03-23) + +**Note:** Version bump only for package gatsby-source-contentful + ### [7.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.8.1/packages/gatsby-source-contentful) (2022-03-18) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 2236a5b17bfae..a26640ecfcde4 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.10.1/packages/gatsby-source-drupal) (2022-03-23) + +**Note:** Version bump only for package gatsby-source-drupal + ## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.10.0/packages/gatsby-source-drupal) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index f1d27c8b7c1ef..f23c52ea6d32d 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.10.1/packages/gatsby-source-filesystem) (2022-03-23) + +**Note:** Version bump only for package gatsby-source-filesystem + ## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.10.0/packages/gatsby-source-filesystem) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index de900df41090a..afb6490694406 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.10.1/packages/gatsby-source-graphql) (2022-03-23) + +**Note:** Version bump only for package gatsby-source-graphql + ## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.10.0/packages/gatsby-source-graphql) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 0630ddfdb48e8..c333dc224fd7d 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.10.2/packages/gatsby-source-shopify) (2022-03-23) + +**Note:** Version bump only for package gatsby-source-shopify + ### [6.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.10.1/packages/gatsby-source-shopify) (2022-03-18) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index bc209258dae26..ecae5f0e43c87 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [6.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.10.2/packages/gatsby-source-wordpress) (2022-03-23) + +**Note:** Version bump only for package gatsby-source-wordpress + ### [6.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.10.1/packages/gatsby-source-wordpress) (2022-03-18) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 835e2f2e0cd74..047fdfd6cd542 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.10.1/packages/gatsby-telemetry) (2022-03-23) + +**Note:** Version bump only for package gatsby-telemetry + ## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.10.0/packages/gatsby-telemetry) (2022-03-16) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index cced2f88d63ad..2b98d0da50aaa 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.10.2/packages/gatsby-transformer-remark) (2022-03-23) + +**Note:** Version bump only for package gatsby-transformer-remark + ### [5.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.10.1/packages/gatsby-transformer-remark) (2022-03-18) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index ab3f2b8d8c79e..4919fe19932de 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.10.2/packages/gatsby-transformer-sqip) (2022-03-23) + +**Note:** Version bump only for package gatsby-transformer-sqip + ### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.10.1/packages/gatsby-transformer-sqip) (2022-03-18) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 77885c9063e42..a269183d6c695 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.10.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.10.3/packages/gatsby) (2022-03-23) + +**Note:** Version bump only for package gatsby + ### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.10.2/packages/gatsby) (2022-03-22) #### Bug Fixes