diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 51a8efcb69b22..f1c0ca1f73446 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.5.0/packages/babel-plugin-remove-graphql-queries) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.4.0/packages/babel-plugin-remove-graphql-queries) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 9cfe4ec54d01d..df335e820e0f5 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/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. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.5.0/packages/babel-preset-gatsby-package) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package babel-preset-gatsby-package + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.4.0/packages/babel-preset-gatsby-package) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index e671fe30dc609..4ae8256c6a8de 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.5.0/packages/babel-preset-gatsby) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.4.0/packages/babel-preset-gatsby) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index e1d1ad6007625..3c8815440c736 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.5.0/packages/create-gatsby) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Features + +- Deprecate `gatsby-recipes` [#34094](https://github.com/gatsbyjs/gatsby/issues/34094) ([5f62345](https://github.com/gatsbyjs/gatsby/commit/5f623451fefb55d6ace04ba6c9a221740a538bda)) + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.4.0/packages/create-gatsby) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 3baea8d86bb79..d4cb048161c27 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.5.0/packages/gatsby-cli) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Features + +- Deprecate `gatsby-recipes` [#34094](https://github.com/gatsbyjs/gatsby/issues/34094) ([5f62345](https://github.com/gatsbyjs/gatsby/commit/5f623451fefb55d6ace04ba6c9a221740a538bda)) + +#### Bug Fixes + +- make `--inspect-brk` work [#34242](https://github.com/gatsbyjs/gatsby/issues/34242) ([9b9419c](https://github.com/gatsbyjs/gatsby/commit/9b9419cea33994db0bce5eec76ec5532ca0cb476)) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) +- update dependency rollup to ^2.62.0 for gatsby-cli [#34369](https://github.com/gatsbyjs/gatsby/issues/34369) ([ada4a62](https://github.com/gatsbyjs/gatsby/commit/ada4a6281a199be78884cf05e2013b36b8997914)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.4.0/packages/gatsby-cli) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 9d227e49f7c75..b7d4ae0cf91f4 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.5.0/packages/gatsby-codemods) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- update dependency graphql to ^15.8.0 for gatsby-codemods [#34373](https://github.com/gatsbyjs/gatsby/issues/34373) ([6778193](https://github.com/gatsbyjs/gatsby/commit/677819353c8358219e0530ce88e6ce17d492761f)) + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.4.0/packages/gatsby-codemods) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index a6856e68b5a89..af23ca749b9c9 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.5.0/packages/gatsby-core-utils) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Features + +- Deprecate `gatsby-recipes` [#34094](https://github.com/gatsbyjs/gatsby/issues/34094) ([5f62345](https://github.com/gatsbyjs/gatsby/commit/5f623451fefb55d6ace04ba6c9a221740a538bda)) + +#### Bug Fixes + +- Replace special filename characters [#34249](https://github.com/gatsbyjs/gatsby/issues/34249) ([fa77ceb](https://github.com/gatsbyjs/gatsby/commit/fa77ceb2b4d729ed3f64a81ad6fad8dfe556dc60)) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) +- update dependency msw to ^0.36.3 for gatsby-core-utils [#34367](https://github.com/gatsbyjs/gatsby/issues/34367) ([42c7d64](https://github.com/gatsbyjs/gatsby/commit/42c7d64169b1383310d1a422d6964a0cca3c4972)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.4.0/packages/gatsby-core-utils) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index a89ee42358f2a..9d2561f71f406 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/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. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.5.0/packages/gatsby-cypress) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-cypress + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.4.0/packages/gatsby-cypress) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 6bf6ac1f55623..ee58b903120cb 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.5.0/packages/gatsby-design-tokens) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-design-tokens + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.4.0/packages/gatsby-design-tokens) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 06d1568aa6bb2..1aff6c448d0cf 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.5.0/packages/gatsby-dev-cli) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-dev-cli + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.4.0/packages/gatsby-dev-cli) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 77ecd6aab27c6..baad127fbc4fc 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.5.0/packages/gatsby-graphiql-explorer) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-graphiql-explorer + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.4.0/packages/gatsby-graphiql-explorer) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index 6e022008f6edb..eb99e55adf10d 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/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. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.5.0/packages/gatsby-legacy-polyfills) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-legacy-polyfills + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.4.0/packages/gatsby-legacy-polyfills) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 7461a0d3bb51e..910934cea7e74 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.5.0/packages/gatsby-link) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.4.0/packages/gatsby-link) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index d436f53dfe738..f88c3675087e6 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.5.0/packages/gatsby-page-utils) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.4.0/packages/gatsby-page-utils) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 9b1b6ccc4f819..6098c46e71484 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/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. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.5.0/packages/gatsby-plugin-benchmark-reporting) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.4.0/packages/gatsby-plugin-benchmark-reporting) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index b5809c4d0e2fe..41e02debccfe7 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.5.0/packages/gatsby-plugin-canonical-urls) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.4.0/packages/gatsby-plugin-canonical-urls) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 1f91a8030b259..53d2469dfc750 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.5.0/packages/gatsby-plugin-catch-links) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.4.0/packages/gatsby-plugin-catch-links) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index dfa40ab421939..22c721853a1c0 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.5.0/packages/gatsby-plugin-coffeescript) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.4.0/packages/gatsby-plugin-coffeescript) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index baf2815d3e4f5..614469ff7841a 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@4.5.0/packages/gatsby-plugin-create-client-paths) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@4.4.0/packages/gatsby-plugin-create-client-paths) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index d695ffa4cb15b..4e5d246c884b1 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.5.0/packages/gatsby-plugin-cxs) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-cxs + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.4.0/packages/gatsby-plugin-cxs) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index 1048907b627e3..d84954f674c5c 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/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. +## [7.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.5.0/packages/gatsby-plugin-emotion) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-emotion + ## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.4.0/packages/gatsby-plugin-emotion) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index d7a1e063d7469..4912ff6826d8e 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.5.0/packages/gatsby-plugin-facebook-analytics) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.4.0/packages/gatsby-plugin-facebook-analytics) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 0a80b800949a8..9a6c9a0d71a2f 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.5.0/packages/gatsby-plugin-feed) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-feed + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.4.0/packages/gatsby-plugin-feed) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index 4b20f630a54ba..fa5835624f83c 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.5.0/packages/gatsby-plugin-flow) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-flow + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.4.0/packages/gatsby-plugin-flow) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 75a0a7a35233c..b95180780be8b 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.5.0/packages/gatsby-plugin-fullstory) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-fullstory + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.4.0/packages/gatsby-plugin-fullstory) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 47c1fbcfd348d..68fa98bcca057 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.5.0/packages/gatsby-plugin-gatsby-cloud) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- update dependency date-fns to ^2.28.0 for gatsby-plugin-gatsby-cloud [#34371](https://github.com/gatsbyjs/gatsby/issues/34371) ([4143125](https://github.com/gatsbyjs/gatsby/commit/414312568e7571c2150130e88fbb744a22ab08fe)) + +#### Chores + +- update dependency msw to ^0.36.3 for gatsby-plugin-gatsby-cloud [#34368](https://github.com/gatsbyjs/gatsby/issues/34368) ([1367c79](https://github.com/gatsbyjs/gatsby/commit/1367c79ee0c85bff11d11de63d2b96747b0c2965)) +- update dependency @testing-library/jest-dom to ^5.16.1 [#34364](https://github.com/gatsbyjs/gatsby/issues/34364) ([5410274](https://github.com/gatsbyjs/gatsby/commit/5410274dfe21c09f94dabc6a17e2d2c3c3144ce6)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.4.0/packages/gatsby-plugin-gatsby-cloud) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 6ee43ea0d49b3..926c57b08dfeb 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@4.5.0/packages/gatsby-plugin-google-analytics) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@4.4.0/packages/gatsby-plugin-google-analytics) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 61c63361a6e07..83743f8e825b1 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.5.0/packages/gatsby-plugin-google-gtag) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.4.0/packages/gatsby-plugin-google-gtag) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index cdb71697f759c..246ce5f00f186 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.5.0/packages/gatsby-plugin-google-tagmanager) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.4.0/packages/gatsby-plugin-google-tagmanager) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-graphql-config/CHANGELOG.md b/packages/gatsby-plugin-graphql-config/CHANGELOG.md index 28be49d072c94..b0fa4ad048389 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/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. +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@1.5.0/packages/gatsby-plugin-graphql-config) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + ## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@1.4.0/packages/gatsby-plugin-graphql-config) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 925237665506e..1e50174ab2e50 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.5.0/packages/gatsby-plugin-image) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.4.0/packages/gatsby-plugin-image) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 67a5172a0742f..8d2108f36984c 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@4.5.0/packages/gatsby-plugin-jss) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-jss + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@4.4.0/packages/gatsby-plugin-jss) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index c0640a2ef1cfd..922424210ff2e 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@3.5.0/packages/gatsby-plugin-layout) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-layout + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@3.4.0/packages/gatsby-plugin-layout) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 526a265555d61..1b886da7c5569 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@6.5.0/packages/gatsby-plugin-less) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- Update mini-css-extract-plugin to fix inc builds issue fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) [#33982](https://github.com/gatsbyjs/gatsby/issues/33982) ([725dc36](https://github.com/gatsbyjs/gatsby/commit/725dc3609a85728e3dbcbd77e740b5fed488c515)) + +#### Other Changes + +- Revert "fix(gatsby): Update mini-css-extract-plugin to fix inc builds issue (#33979)" fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) fix [#34413](https://github.com/gatsbyjs/gatsby/issues/34413) ([26a94f2](https://github.com/gatsbyjs/gatsby/commit/26a94f218f3a8dbd2581ddb2cf4a6788fc48eaf1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@6.4.0/packages/gatsby-plugin-less) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 3f63cd1472825..4fa5cb068021c 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@5.5.0/packages/gatsby-plugin-lodash) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-lodash + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@5.4.0/packages/gatsby-plugin-lodash) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index cc6c6b44f1387..88d115e476dd9 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.5.0/packages/gatsby-plugin-manifest) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.4.0/packages/gatsby-plugin-manifest) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index cb36c1ee4af9e..2c1eb86038c19 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.5.0/packages/gatsby-plugin-mdx) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.4.0/packages/gatsby-plugin-mdx) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 4d30b3a5fa987..bdf7302ac40d8 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@6.5.0/packages/gatsby-plugin-netlify-cms) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- Update mini-css-extract-plugin to fix inc builds issue fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) [#33982](https://github.com/gatsbyjs/gatsby/issues/33982) ([725dc36](https://github.com/gatsbyjs/gatsby/commit/725dc3609a85728e3dbcbd77e740b5fed488c515)) + +#### Other Changes + +- Revert "fix(gatsby): Update mini-css-extract-plugin to fix inc builds issue (#33979)" fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) fix [#34413](https://github.com/gatsbyjs/gatsby/issues/34413) ([26a94f2](https://github.com/gatsbyjs/gatsby/commit/26a94f218f3a8dbd2581ddb2cf4a6788fc48eaf1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@6.4.0/packages/gatsby-plugin-netlify-cms) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index 752604d336819..a6302a373ecea 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@4.5.0/packages/gatsby-plugin-no-sourcemaps) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@4.4.0/packages/gatsby-plugin-no-sourcemaps) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 98e62c0746deb..7e7d7344c5faa 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@4.5.0/packages/gatsby-plugin-nprogress) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@4.4.0/packages/gatsby-plugin-nprogress) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 923fcc17a4626..550f5724f9184 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.5.0/packages/gatsby-plugin-offline) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- handle case of html and data files mismatch [#34225](https://github.com/gatsbyjs/gatsby/issues/34225) ([97e942e](https://github.com/gatsbyjs/gatsby/commit/97e942e28cccaf665fd94cfa8f3aed2c28237dbb)) + +#### Chores + +- update dependency rewire to v6 for gatsby-plugin-offline [#34376](https://github.com/gatsbyjs/gatsby/issues/34376) ([63207a2](https://github.com/gatsbyjs/gatsby/commit/63207a2cd340890f8de38775e13247ea55f5731b)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) +- Replace cpx with cpy-cli [#34229](https://github.com/gatsbyjs/gatsby/issues/34229) ([af6632b](https://github.com/gatsbyjs/gatsby/commit/af6632b08e7867d5304cfb13448c2086fb622543)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.4.0/packages/gatsby-plugin-offline) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index a5903316460d0..cd146d91f64c2 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.5.0/packages/gatsby-plugin-page-creator) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.4.0/packages/gatsby-plugin-page-creator) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index e3b0acc410458..9b9f715be3130 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@5.5.0/packages/gatsby-plugin-postcss) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- Update mini-css-extract-plugin to fix inc builds issue fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) [#33982](https://github.com/gatsbyjs/gatsby/issues/33982) ([725dc36](https://github.com/gatsbyjs/gatsby/commit/725dc3609a85728e3dbcbd77e740b5fed488c515)) + +#### Other Changes + +- Revert "fix(gatsby): Update mini-css-extract-plugin to fix inc builds issue (#33979)" fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) fix [#34413](https://github.com/gatsbyjs/gatsby/issues/34413) ([26a94f2](https://github.com/gatsbyjs/gatsby/commit/26a94f218f3a8dbd2581ddb2cf4a6788fc48eaf1)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@5.4.0/packages/gatsby-plugin-postcss) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index fafdd99981502..b010f65ad7985 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@6.5.0/packages/gatsby-plugin-preact) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- fix exports resolution webpack fix [#34337](https://github.com/gatsbyjs/gatsby/issues/34337) ([5e47ecf](https://github.com/gatsbyjs/gatsby/commit/5e47ecf26ad5728d4f2cbbabaa20af7170a36cf3)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@6.4.0/packages/gatsby-plugin-preact) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 765c0a6191de3..234d605f2f2bd 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.5.0/packages/gatsby-plugin-preload-fonts) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.4.0/packages/gatsby-plugin-preload-fonts) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index d759041476e3d..3a3f8aaf6fd34 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@4.5.0/packages/gatsby-plugin-react-css-modules) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@4.4.0/packages/gatsby-plugin-react-css-modules) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 680504faa233f..90ba2fd160328 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@5.5.0/packages/gatsby-plugin-react-helmet) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@5.4.0/packages/gatsby-plugin-react-helmet) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index 6f081b183b7c1..da4369f48c5eb 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@4.5.0/packages/gatsby-plugin-remove-trailing-slashes) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@4.4.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 0e2b49598f089..c5ebac120347c 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.5.0/packages/gatsby-plugin-sass) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- update dependency resolve-url-loader to ^3.1.4 for gatsby-plugin-sass [#34361](https://github.com/gatsbyjs/gatsby/issues/34361) ([8a7788d](https://github.com/gatsbyjs/gatsby/commit/8a7788d16ad03bdebac34ac3bf0bfeaeb515b212)) +- Update mini-css-extract-plugin to fix inc builds issue fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) [#33982](https://github.com/gatsbyjs/gatsby/issues/33982) ([725dc36](https://github.com/gatsbyjs/gatsby/commit/725dc3609a85728e3dbcbd77e740b5fed488c515)) + +#### Chores + +- update dependency autoprefixer to ^10.4.1 for gatsby-plugin-sass [#34357](https://github.com/gatsbyjs/gatsby/issues/34357) ([fc3e7b7](https://github.com/gatsbyjs/gatsby/commit/fc3e7b73fe456622ec3a5d3903086db4614b50b2)) + +#### Other Changes + +- Revert "fix(gatsby): Update mini-css-extract-plugin to fix inc builds issue (#33979)" fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) fix [#34413](https://github.com/gatsbyjs/gatsby/issues/34413) ([26a94f2](https://github.com/gatsbyjs/gatsby/commit/26a94f218f3a8dbd2581ddb2cf4a6788fc48eaf1)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.4.0/packages/gatsby-plugin-sass) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index 31145a51ac7b1..23a0f7a16817d 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@3.5.0/packages/gatsby-plugin-schema-snapshot) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@3.4.0/packages/gatsby-plugin-schema-snapshot) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 11df8735fa1f5..7550bd1c8f593 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.5.0/packages/gatsby-plugin-sharp) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency @types/sharp to ^0.29.5 [#34356](https://github.com/gatsbyjs/gatsby/issues/34356) ([79186ab](https://github.com/gatsbyjs/gatsby/commit/79186abdac525f6e16779015ae48c5cea5eec14a)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.4.0/packages/gatsby-plugin-sharp) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 59cfb080c7514..19ebe8ce31f09 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.5.0/packages/gatsby-plugin-sitemap) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.4.0/packages/gatsby-plugin-sitemap) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index a839508fde37c..e133c1aeca0f3 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@5.5.0/packages/gatsby-plugin-styled-components) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-styled-components + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@5.4.0/packages/gatsby-plugin-styled-components) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 78121650718bc..36136c9cb6bef 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@5.5.0/packages/gatsby-plugin-styled-jsx) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@5.4.0/packages/gatsby-plugin-styled-jsx) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index f2932771c9b6a..7a0cf698436fd 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/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. +## [7.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@7.5.0/packages/gatsby-plugin-styletron) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-styletron + ## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@7.4.0/packages/gatsby-plugin-styletron) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index a00ea8abb7264..5c442ca3f69c3 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@4.5.0/packages/gatsby-plugin-stylus) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- Update mini-css-extract-plugin to fix inc builds issue fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) [#33982](https://github.com/gatsbyjs/gatsby/issues/33982) ([725dc36](https://github.com/gatsbyjs/gatsby/commit/725dc3609a85728e3dbcbd77e740b5fed488c515)) + +#### Other Changes + +- Revert "fix(gatsby): Update mini-css-extract-plugin to fix inc builds issue (#33979)" fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) fix [#34413](https://github.com/gatsbyjs/gatsby/issues/34413) ([26a94f2](https://github.com/gatsbyjs/gatsby/commit/26a94f218f3a8dbd2581ddb2cf4a6788fc48eaf1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@4.4.0/packages/gatsby-plugin-stylus) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index 26da11542628c..efda0264b2dac 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@4.5.0/packages/gatsby-plugin-subfont) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-subfont + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@4.4.0/packages/gatsby-plugin-subfont) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index a9bb3f60959ef..7df17c4ebf100 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.5.0/packages/gatsby-plugin-twitter) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.4.0/packages/gatsby-plugin-twitter) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 9a3d1c3ed10cb..74bc4e9c71a52 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.5.0/packages/gatsby-plugin-typescript) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-plugin-typescript + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.4.0/packages/gatsby-plugin-typescript) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index dc916481daf92..e5d8b60b15efa 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@4.5.0/packages/gatsby-plugin-typography) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@4.4.0/packages/gatsby-plugin-typography) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index 288d500f7cc5c..b4c2ca6603e6b 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@2.5.0/packages/gatsby-plugin-utils) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) + ## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@2.4.0/packages/gatsby-plugin-utils) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 06b2a59e967ff..b3a374e2fc9bc 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@5.5.0/packages/gatsby-react-router-scroll) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@5.4.0/packages/gatsby-react-router-scroll) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index d2e38746311e7..48875ee0eb3e0 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.5.0/packages/gatsby-remark-autolink-headers) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.4.0/packages/gatsby-remark-autolink-headers) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index f8e1c14499edf..45f34d37350cf 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@6.5.0/packages/gatsby-remark-code-repls) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@6.4.0/packages/gatsby-remark-code-repls) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 67da74c5f4639..4043c5c3e4d60 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.5.0/packages/gatsby-remark-copy-linked-files) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.4.0/packages/gatsby-remark-copy-linked-files) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index b3b79285394a8..a974e36120683 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@4.5.0/packages/gatsby-remark-custom-blocks) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@4.4.0/packages/gatsby-remark-custom-blocks) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index b8481c0be3a3f..e6e0252d27b7d 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +## [7.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@7.5.0/packages/gatsby-remark-embed-snippet) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + ## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@7.4.0/packages/gatsby-remark-embed-snippet) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index b485582a69f14..f844df24ff9fd 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@4.5.0/packages/gatsby-remark-graphviz) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-graphviz + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@4.4.0/packages/gatsby-remark-graphviz) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 63a2ff79f314f..837e767ca1f3e 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-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. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@5.5.0/packages/gatsby-remark-images-contentful) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-images-contentful + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@5.4.0/packages/gatsby-remark-images-contentful) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 0ab82256d76ba..aa0545ef1aa93 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.5.0/packages/gatsby-remark-images) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.4.0/packages/gatsby-remark-images) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index f68ff018dc6e8..daab2953f3895 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@6.5.0/packages/gatsby-remark-katex) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-katex + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@6.4.0/packages/gatsby-remark-katex) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 1e23b83b5c4a4..bac01ad262813 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@6.5.0/packages/gatsby-remark-prismjs) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + +#### Other Changes + +- Update http links to use https [#34340](https://github.com/gatsbyjs/gatsby/issues/34340) ([45a3f76](https://github.com/gatsbyjs/gatsby/commit/45a3f767d0baa2755aca4cd2e26e23abae6d9015)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@6.4.0/packages/gatsby-remark-prismjs) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index b7b5c772dd183..675cbc10035a6 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@5.5.0/packages/gatsby-remark-responsive-iframe) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@5.4.0/packages/gatsby-remark-responsive-iframe) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index fd114d865983f..dce71279fdd6e 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@5.5.0/packages/gatsby-remark-smartypants) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-remark-smartypants + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@5.4.0/packages/gatsby-remark-smartypants) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index ae83edeb58149..5981e2b43982f 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.3.0/packages/gatsby-source-contentful) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- createNode return promise [#34399](https://github.com/gatsbyjs/gatsby/issues/34399) ([8a9b023](https://github.com/gatsbyjs/gatsby/commit/8a9b023510650e71f00f8c5c3d841e199f5b3ad0)) +- fix base64 aspect ratio fix [#33533](https://github.com/gatsbyjs/gatsby/issues/33533) ([d24268f](https://github.com/gatsbyjs/gatsby/commit/d24268f2f0565cf97903b05dafd63ffa8815985f)) +- don't rely on getNodesByType [#34276](https://github.com/gatsbyjs/gatsby/issues/34276) ([faa5c8c](https://github.com/gatsbyjs/gatsby/commit/faa5c8c7c28ee1c3a53275fe8005740e2ee745c5)) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [7.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.2.0/packages/gatsby-source-contentful) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 824e63345cb21..8750fa29cbea0 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.5.0/packages/gatsby-source-drupal) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-source-drupal [#34375](https://github.com/gatsbyjs/gatsby/issues/34375) ([4628093](https://github.com/gatsbyjs/gatsby/commit/46280933dad543845286dfc5d6fb0c860f7ad58b)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.4.0/packages/gatsby-source-drupal) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 26c1ceeab7fe3..1adb245078d99 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@4.5.0/packages/gatsby-source-faker) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-faker + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@4.4.0/packages/gatsby-source-faker) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 41ec493f86ec0..7344d4e99bdae 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.5.0/packages/gatsby-source-filesystem) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Bug Fixes + +- Replace special filename characters [#34249](https://github.com/gatsbyjs/gatsby/issues/34249) ([fa77ceb](https://github.com/gatsbyjs/gatsby/commit/fa77ceb2b4d729ed3f64a81ad6fad8dfe556dc60)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.4.0/packages/gatsby-source-filesystem) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index af44614a0b4dc..71025e08bed30 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.5.0/packages/gatsby-source-graphql) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-graphql + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.4.0/packages/gatsby-source-graphql) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index 56380f21c4a7f..efc348c4f8d03 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.5.0/packages/gatsby-source-hacker-news) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-hacker-news + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.4.0/packages/gatsby-source-hacker-news) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index d66444fe4259f..69d7252316eab 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@4.5.0/packages/gatsby-source-lever) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-lever + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@4.4.0/packages/gatsby-source-lever) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index dfc0748e1d7f6..7724e9829ab68 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@4.5.0/packages/gatsby-source-medium) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-medium + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@4.4.0/packages/gatsby-source-medium) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index a49a9d1ed29e5..d9c4e650445b4 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@4.5.0/packages/gatsby-source-mongodb) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-mongodb + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@4.4.0/packages/gatsby-source-mongodb) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 0efb90128d8c9..78168aa1dfe9e 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@4.5.0/packages/gatsby-source-npm-package-search) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-npm-package-search + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@4.4.0/packages/gatsby-source-npm-package-search) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index b454e05122e50..e23f83c8f4774 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.5.0/packages/gatsby-source-shopify) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) +- update dependency @types/sharp to ^0.29.5 [#34356](https://github.com/gatsbyjs/gatsby/issues/34356) ([79186ab](https://github.com/gatsbyjs/gatsby/commit/79186abdac525f6e16779015ae48c5cea5eec14a)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.4.0/packages/gatsby-source-shopify) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index f3f8a5d5110e8..fe8d4f97256af 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@4.5.0/packages/gatsby-source-wikipedia) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-source-wikipedia + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@4.4.0/packages/gatsby-source-wikipedia) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 04a2720b48d3a..face5625b32da 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.5.0/packages/gatsby-source-wordpress) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Features + +- Deprecate `gatsby-recipes` [#34094](https://github.com/gatsbyjs/gatsby/issues/34094) ([5f62345](https://github.com/gatsbyjs/gatsby/commit/5f623451fefb55d6ace04ba6c9a221740a538bda)) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.4.0/packages/gatsby-source-wordpress) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 7e94b0497042a..adb9f71c62411 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.5.0/packages/gatsby-telemetry) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.4.0/packages/gatsby-telemetry) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index e02933a475586..8a0fd98a55d46 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@3.5.0/packages/gatsby-transformer-asciidoc) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@3.4.0/packages/gatsby-transformer-asciidoc) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index f86f60098c3e2..a4aae97ecb12f 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@4.5.0/packages/gatsby-transformer-csv) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-csv + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@4.4.0/packages/gatsby-transformer-csv) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 43b17a234499d..2498cc411d73f 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@6.5.0/packages/gatsby-transformer-documentationjs) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@6.4.0/packages/gatsby-transformer-documentationjs) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index e1276b976dc82..15804bf7203ce 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@4.5.0/packages/gatsby-transformer-excel) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-excel + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@4.4.0/packages/gatsby-transformer-excel) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 52d302929f253..b8e4daae4d7a7 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@4.5.0/packages/gatsby-transformer-hjson) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-hjson + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@4.4.0/packages/gatsby-transformer-hjson) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 96fd446414647..8489c27edc1e2 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@4.5.0/packages/gatsby-transformer-javascript-frontmatter) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@4.4.0/packages/gatsby-transformer-javascript-frontmatter) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index f9c442e48b49b..f24c620c2f2ea 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@4.5.0/packages/gatsby-transformer-javascript-static-exports) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@4.4.0/packages/gatsby-transformer-javascript-static-exports) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index 005d6c767b15f..2df152e3d808e 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.5.0/packages/gatsby-transformer-json) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-json + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.4.0/packages/gatsby-transformer-json) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index 1a75eebb7491b..c858850a43fa4 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/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.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@3.5.0/packages/gatsby-transformer-pdf) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-pdf + ## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@3.4.0/packages/gatsby-transformer-pdf) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index b1775c7667869..41bddba27e919 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +## [7.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@7.5.0/packages/gatsby-transformer-react-docgen) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@7.4.0/packages/gatsby-transformer-react-docgen) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index dada0cdb17643..1e88720515300 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.5.0/packages/gatsby-transformer-remark) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + ## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.4.0/packages/gatsby-transformer-remark) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index d6794cabf2836..6db38f3011ff2 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@4.5.0/packages/gatsby-transformer-screenshot) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency aws-sdk to ^2.1048.0 [#34365](https://github.com/gatsbyjs/gatsby/issues/34365) ([ad4b8da](https://github.com/gatsbyjs/gatsby/commit/ad4b8da836d219c13655f0e69f111684efb427a2)) +- Update old name [#34285](https://github.com/gatsbyjs/gatsby/issues/34285) ([fb12c06](https://github.com/gatsbyjs/gatsby/commit/fb12c0655fe40a6ff354422b4b938edf7aa2d0ab)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@4.4.0/packages/gatsby-transformer-screenshot) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index cd40b6c0b2976..16812f81ca4de 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.5.0/packages/gatsby-transformer-sharp) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency @types/sharp to ^0.29.5 [#34356](https://github.com/gatsbyjs/gatsby/issues/34356) ([79186ab](https://github.com/gatsbyjs/gatsby/commit/79186abdac525f6e16779015ae48c5cea5eec14a)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.4.0/packages/gatsby-transformer-sharp) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 7aea6cb23ee4c..325d2470e3c80 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.5.0/packages/gatsby-transformer-sqip) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.4.0/packages/gatsby-transformer-sqip) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 93c0c784f782a..08cfd107e1a70 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@4.5.0/packages/gatsby-transformer-toml) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-toml + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@4.4.0/packages/gatsby-transformer-toml) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index cac229456dda1..4b5015fb61ac2 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@4.5.0/packages/gatsby-transformer-xml) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-xml + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@4.4.0/packages/gatsby-transformer-xml) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index d298656aee6b8..74a516c3b8d19 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/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. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@4.5.0/packages/gatsby-transformer-yaml) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +**Note:** Version bump only for package gatsby-transformer-yaml + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@4.4.0/packages/gatsby-transformer-yaml) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index 0da0b46a4f312..25cc73b55ae00 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.5.0/packages/gatsby-worker) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Chores + +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) + ## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.4.0/packages/gatsby-worker) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 630c1cd43ec23..3cacd0980f719 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.5.0/packages/gatsby) (2022-01-11) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5) + +#### Features + +- remove unused exports from query-engine [#33484](https://github.com/gatsbyjs/gatsby/issues/33484) ([ccf70da](https://github.com/gatsbyjs/gatsby/commit/ccf70da543d1408d4dfa76d9fb202dc024079131)) +- Deprecate `gatsby-recipes` [#34094](https://github.com/gatsbyjs/gatsby/issues/34094) ([5f62345](https://github.com/gatsbyjs/gatsby/commit/5f623451fefb55d6ace04ba6c9a221740a538bda)) + +#### Bug Fixes + +- Only start write page-data.json activity if there's pages to write [#34403](https://github.com/gatsbyjs/gatsby/issues/34403) ([ca37398](https://github.com/gatsbyjs/gatsby/commit/ca3739869d4776d5cfff56e1a188913c81b8637f)) +- createNode return promise [#34399](https://github.com/gatsbyjs/gatsby/issues/34399) ([8a9b023](https://github.com/gatsbyjs/gatsby/commit/8a9b023510650e71f00f8c5c3d841e199f5b3ad0)) +- Wrong route resolved by findPageByPath function resolved [#34070](https://github.com/gatsbyjs/gatsby/issues/34070) ([0cc5a5a](https://github.com/gatsbyjs/gatsby/commit/0cc5a5a68fd145805aba08b41bfd6705d19804a8)) +- update typescript to v5 (major) [#33786](https://github.com/gatsbyjs/gatsby/issues/33786) ([33049c8](https://github.com/gatsbyjs/gatsby/commit/33049c8e5384c856dd5fa28e79ad4c76ad628ad5)) +- update dependency eslint-plugin-react to ^7.28.0 [#34372](https://github.com/gatsbyjs/gatsby/issues/34372) ([3af68e1](https://github.com/gatsbyjs/gatsby/commit/3af68e1413514f3f5e5f6a448cfb3383db76dbe3)) +- resolve createNode promise when datastore is ready resolve [#34277](https://github.com/gatsbyjs/gatsby/issues/34277) ([c7efdb9](https://github.com/gatsbyjs/gatsby/commit/c7efdb99cdf03df028a56705921a032afdf7d6e4)) +- handle case of html and data files mismatch [#34225](https://github.com/gatsbyjs/gatsby/issues/34225) ([97e942e](https://github.com/gatsbyjs/gatsby/commit/97e942e28cccaf665fd94cfa8f3aed2c28237dbb)) +- Reorder head tags [#34030](https://github.com/gatsbyjs/gatsby/issues/34030) ([10c8227](https://github.com/gatsbyjs/gatsby/commit/10c8227a8176b40f292243954029120dab6d2ba8)) +- fix running config when page doesnt contain graphql or getServerData or gatsby-plugin-image fix [#34275](https://github.com/gatsbyjs/gatsby/issues/34275) ([d163724](https://github.com/gatsbyjs/gatsby/commit/d163724c2cc05171c7b3fe34820f9cab96e2058f)) +- Update mini-css-extract-plugin to fix inc builds issue fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) [#33982](https://github.com/gatsbyjs/gatsby/issues/33982) ([725dc36](https://github.com/gatsbyjs/gatsby/commit/725dc3609a85728e3dbcbd77e740b5fed488c515)) + +#### Performance Improvements + +- use saved schema snapshot in PQR workers [#34256](https://github.com/gatsbyjs/gatsby/issues/34256) ([c231ef6](https://github.com/gatsbyjs/gatsby/commit/c231ef6cbf26195460b7f44e78d34ff2bd1666a2)) + +#### Chores + +- Add types for `getServerData` [#34406](https://github.com/gatsbyjs/gatsby/issues/34406) ([183b5f1](https://github.com/gatsbyjs/gatsby/commit/183b5f1bd0673598559ee64ace639484f97b09c0)) +- update dependency typescript to ^4.5.4 [#34358](https://github.com/gatsbyjs/gatsby/issues/34358) ([c6e4298](https://github.com/gatsbyjs/gatsby/commit/c6e42985a20d6b148442aa5f7af1880fa600780b)) +- update dependency graphql to ^15.8.0 [#34366](https://github.com/gatsbyjs/gatsby/issues/34366) ([865a23e](https://github.com/gatsbyjs/gatsby/commit/865a23e5279996febe984c3662193867f9100da5)) +- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1)) + +#### Other Changes + +- Revert "fix(gatsby): Update mini-css-extract-plugin to fix inc builds issue (#33979)" fix [#33979](https://github.com/gatsbyjs/gatsby/issues/33979) fix [#34413](https://github.com/gatsbyjs/gatsby/issues/34413) ([26a94f2](https://github.com/gatsbyjs/gatsby/commit/26a94f218f3a8dbd2581ddb2cf4a6788fc48eaf1)) +- Add backticks to inline code comments [#34235](https://github.com/gatsbyjs/gatsby/issues/34235) ([728ac09](https://github.com/gatsbyjs/gatsby/commit/728ac09cc8b4dac32da24676904d1587bb773cb4)) + ## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.4.0/packages/gatsby) (2021-12-14) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4)