diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 4f65506d641e3..be143530c5282 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.4.0/packages/babel-plugin-remove-graphql-queries) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update gatsby monorepo [#37366](https://github.com/gatsbyjs/gatsby/issues/37366) ([bbd6220](https://github.com/gatsbyjs/gatsby/commit/bbd62204a1a402efb681a16ead66421f6f017660)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.3.1/packages/babel-plugin-remove-graphql-queries) (2022-12-14) **Note:** Version bump only for package babel-plugin-remove-graphql-queries diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 2f809c587d8b0..b6470800a3b98 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/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. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.4.0/packages/babel-preset-gatsby-package) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update gatsby monorepo [#37366](https://github.com/gatsbyjs/gatsby/issues/37366) ([bbd6220](https://github.com/gatsbyjs/gatsby/commit/bbd62204a1a402efb681a16ead66421f6f017660)) +- update dependency @types/babel\_\_core to ^7.1.20 for babel-preset-gatsby-package [#37357](https://github.com/gatsbyjs/gatsby/issues/37357) ([be05844](https://github.com/gatsbyjs/gatsby/commit/be0584426522fd5dd2db6433ec305414a9356516)) + ## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.3.0/packages/babel-preset-gatsby-package) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index d41740e60a60d..dee44565c9512 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. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.4.0/packages/babel-preset-gatsby) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.3.1/packages/babel-preset-gatsby) (2022-12-14) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index e13198f380f9e..9561f4c2c333b 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.4.0/packages/create-gatsby) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- Always use `--legacy-peer-deps` [#37280](https://github.com/gatsbyjs/gatsby/issues/37280) ([42a3034](https://github.com/gatsbyjs/gatsby/commit/42a303408da649d2457095c57a1f30d830586d01)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for create-gatsby [#37349](https://github.com/gatsbyjs/gatsby/issues/37349) ([3e10d56](https://github.com/gatsbyjs/gatsby/commit/3e10d56c885a7b8ba2e15bcbddaabc0426087714)) + ### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.3.1/packages/create-gatsby) (2022-12-14) **Note:** Version bump only for package create-gatsby diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 9da6d67fdaa70..c338f56edabdb 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.4.0/packages/gatsby-cli) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-cli [#37378](https://github.com/gatsbyjs/gatsby/issues/37378) ([9fabd4f](https://github.com/gatsbyjs/gatsby/commit/9fabd4f86833de35ce4c1b59ad8addda50338785)) +- Always use `--legacy-peer-deps` [#37280](https://github.com/gatsbyjs/gatsby/issues/37280) ([42a3034](https://github.com/gatsbyjs/gatsby/commit/42a303408da649d2457095c57a1f30d830586d01)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update gatsby monorepo [#37366](https://github.com/gatsbyjs/gatsby/issues/37366) ([bbd6220](https://github.com/gatsbyjs/gatsby/commit/bbd62204a1a402efb681a16ead66421f6f017660)) +- update [dev] minor and patch dependencies for gatsby-cli [#37350](https://github.com/gatsbyjs/gatsby/issues/37350) ([86fc81d](https://github.com/gatsbyjs/gatsby/commit/86fc81d0c2a2a9dbfdf1552063a3b805e98cf689)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.3.1/packages/gatsby-cli) (2022-12-14) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index a740ab4657dae..4295bf50607be 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.4.0/packages/gatsby-codemods) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency @types/jscodeshift to ^0.11.6 for gatsby-codemods [#37358](https://github.com/gatsbyjs/gatsby/issues/37358) ([ccd0cc3](https://github.com/gatsbyjs/gatsby/commit/ccd0cc3a6f1640c0bcbe4b26d11fba84616ba0ca)) + ## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.3.0/packages/gatsby-codemods) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index b5beb17f11675..10a503de8411c 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.4.0/packages/gatsby-core-utils) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency msw to ^0.49.2 for gatsby-core-utils [#37361](https://github.com/gatsbyjs/gatsby/issues/37361) ([2a72d2f](https://github.com/gatsbyjs/gatsby/commit/2a72d2fb2315232b4bdfef14a0dccd7b8549d130)) + +#### Other Changes + +- Revert "fix(deps): update dependency lmdb to v2.7.1 (#37160)" [#37160](https://github.com/gatsbyjs/gatsby/issues/37160) [#37255](https://github.com/gatsbyjs/gatsby/issues/37255) ([9f6f6b8](https://github.com/gatsbyjs/gatsby/commit/9f6f6b8a2615856e95c948615a7e044131d3a93b)) + ### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.3.1/packages/gatsby-core-utils) (2022-12-14) #### Other Changes diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index fa841496a96c8..7d5cf49b1eb3f 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.4.0/packages/gatsby-cypress) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.3.0/packages/gatsby-cypress) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index dd095b05cc989..6a731583a8e9a 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.4.0/packages/gatsby-design-tokens) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.3.0/packages/gatsby-design-tokens) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 25ca1e9590544..05cfaed21885e 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.4.0/packages/gatsby-dev-cli) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-dev-cli [#37379](https://github.com/gatsbyjs/gatsby/issues/37379) ([9c4d90e](https://github.com/gatsbyjs/gatsby/commit/9c4d90e070ca2947037d85195a52a7cce238444b)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.3.0/packages/gatsby-dev-cli) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index e6a7ef93595ac..95e8aebcc668d 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.4.0/packages/gatsby-graphiql-explorer) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for gatsby-graphiql-explorer [#37351](https://github.com/gatsbyjs/gatsby/issues/37351) ([636e1d3](https://github.com/gatsbyjs/gatsby/commit/636e1d31d1a41e79ef6ad2d85eafd1aafa99abc0)) + ## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.3.0/packages/gatsby-graphiql-explorer) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index 081961e0815cc..f10218be60509 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.4.0/packages/gatsby-legacy-polyfills) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.3.0/packages/gatsby-legacy-polyfills) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 5e888109764dd..451eb81bda445 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.4.0/packages/gatsby-link) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +**Note:** Version bump only for package gatsby-link + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.3.1/packages/gatsby-link) (2022-12-14) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index aa85005047a34..dbc01ab002155 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. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.4.0/packages/gatsby-page-utils) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.3.1/packages/gatsby-page-utils) (2022-12-14) **Note:** Version bump only for package gatsby-page-utils diff --git a/packages/gatsby-parcel-config/CHANGELOG.md b/packages/gatsby-parcel-config/CHANGELOG.md index cc9d09a882f6e..0fe20439a9c6a 100644 --- a/packages/gatsby-parcel-config/CHANGELOG.md +++ b/packages/gatsby-parcel-config/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.4.0/packages/gatsby-parcel-config) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update parcel to v2.8.2 [#37383](https://github.com/gatsbyjs/gatsby/issues/37383) ([7fda6d1](https://github.com/gatsbyjs/gatsby/commit/7fda6d163eadb9a871b7954c51abfd450939b32d)) + ### [1.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.3.1/packages/gatsby-parcel-config) (2022-12-14) **Note:** Version bump only for package gatsby-parcel-config diff --git a/packages/gatsby-parcel-namer-relative-to-cwd/CHANGELOG.md b/packages/gatsby-parcel-namer-relative-to-cwd/CHANGELOG.md index 5e92abf45e6e6..b60c1c0ba88fd 100644 --- a/packages/gatsby-parcel-namer-relative-to-cwd/CHANGELOG.md +++ b/packages/gatsby-parcel-namer-relative-to-cwd/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.4.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.4.0/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +**Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd + ### [2.3.1](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.3.1/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2022-12-14) **Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index cabf856adbaad..cd4016e8f981e 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/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. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.4.0/packages/gatsby-plugin-benchmark-reporting) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency fast-glob to ^3.2.12 for gatsby-plugin-benchmark-reporting [#37369](https://github.com/gatsbyjs/gatsby/issues/37369) ([d9fd064](https://github.com/gatsbyjs/gatsby/commit/d9fd064db7378e3afc0d5bcf75649b11f221539b)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.3.1/packages/gatsby-plugin-benchmark-reporting) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index b068b2698eed7..0f64ef8cd60ee 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.4.0/packages/gatsby-plugin-canonical-urls) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.3.0/packages/gatsby-plugin-canonical-urls) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 5bff587147b85..63c9ca87792be 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.4.0/packages/gatsby-plugin-catch-links) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.3.0/packages/gatsby-plugin-catch-links) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index f1d079a9e60ef..9d8095afce6f1 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.4.0/packages/gatsby-plugin-coffeescript) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.3.0/packages/gatsby-plugin-coffeescript) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 09ba054e4257d..3ab171e5fc2cc 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.4.0/packages/gatsby-plugin-cxs) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.3.1/packages/gatsby-plugin-cxs) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-cxs diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index 2a6cc18971f0a..32b042f888b61 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/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. +## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.4.0/packages/gatsby-plugin-emotion) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [8.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.3.0/packages/gatsby-plugin-emotion) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 8247c49f2ddb7..94d1ec6f6f492 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.4.0/packages/gatsby-plugin-facebook-analytics) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.3.0/packages/gatsby-plugin-facebook-analytics) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index f231122f29d56..10ff8844c00b6 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.4.0/packages/gatsby-plugin-feed) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.3.1/packages/gatsby-plugin-feed) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index 9c88af68aeb62..9f368854498c2 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.4.0/packages/gatsby-plugin-flow) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.3.1/packages/gatsby-plugin-flow) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-flow diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index a81ed0a49f218..cfd59909cb9c4 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@5.4.0/packages/gatsby-plugin-fullstory) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@5.3.0/packages/gatsby-plugin-fullstory) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index f418a11c4f311..1c39a8f386747 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@5.4.0/packages/gatsby-plugin-gatsby-cloud) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for gatsby-plugin-gatsby-cloud [#37385](https://github.com/gatsbyjs/gatsby/issues/37385) ([594886b](https://github.com/gatsbyjs/gatsby/commit/594886b23f11d19350eccc0f1e7d55abf9563780)) +- Update README [#37243](https://github.com/gatsbyjs/gatsby/issues/37243) ([33bc518](https://github.com/gatsbyjs/gatsby/commit/33bc518f7321243240d7c2156b9d1e10e7fbc027)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@5.3.1/packages/gatsby-plugin-gatsby-cloud) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 113fb47e6650f..8d420f763b1a2 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.4.0/packages/gatsby-plugin-google-analytics) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- Fix typo in README Fix [#37276](https://github.com/gatsbyjs/gatsby/issues/37276) ([86e1685](https://github.com/gatsbyjs/gatsby/commit/86e16851efd497fecd6cf3995239b606bd5d365a)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.3.0/packages/gatsby-plugin-google-analytics) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index f4c7618139f95..84170ba81337e 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.4.0/packages/gatsby-plugin-google-gtag) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.3.0/packages/gatsby-plugin-google-gtag) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 573215576a6ae..8ee24c73aef37 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.4.0/packages/gatsby-plugin-google-tagmanager) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.3.1/packages/gatsby-plugin-google-tagmanager) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 2b597154a1c72..44314c62a808e 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/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. +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.4.0/packages/gatsby-plugin-image) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- Encode space in data SVG URI [#37241](https://github.com/gatsbyjs/gatsby/issues/37241) ([09ea753](https://github.com/gatsbyjs/gatsby/commit/09ea7534d23a1ab4e8983de275f4ab43ec88731b)) +- Normalize filename for correct hashing [#37262](https://github.com/gatsbyjs/gatsby/issues/37262) ([397fa3f](https://github.com/gatsbyjs/gatsby/commit/397fa3fc605b5e053fa3b3804e39621734dc79d3)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for gatsby-plugin-image [#37352](https://github.com/gatsbyjs/gatsby/issues/37352) ([4c2ac49](https://github.com/gatsbyjs/gatsby/commit/4c2ac49b1805d24db81f1c7193a3518fc8c9a1b7)) + ### [3.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.3.2/packages/gatsby-plugin-image) (2022-12-14) #### Bug Fixes diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 7a182101d185d..dabd96ffa5675 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@5.4.0/packages/gatsby-plugin-jss) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@5.3.0/packages/gatsby-plugin-jss) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 6686622255062..6062740eec4d7 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.4.0/packages/gatsby-plugin-layout) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.3.0/packages/gatsby-plugin-layout) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index e91aaaef6d43b..855f474ddc37c 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@7.4.0/packages/gatsby-plugin-less) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@7.3.0/packages/gatsby-plugin-less) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 944a266d68d6d..11656f98823a4 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.4.0/packages/gatsby-plugin-lodash) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.3.0/packages/gatsby-plugin-lodash) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 33adb635fd737..fb3adf0737e0c 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.4.0/packages/gatsby-plugin-manifest) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.3.1/packages/gatsby-plugin-manifest) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-manifest diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index f2c289e729b71..943aac00d59a2 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.4.0/packages/gatsby-plugin-mdx) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for gatsby-plugin-mdx [#37353](https://github.com/gatsbyjs/gatsby/issues/37353) ([9077a3f](https://github.com/gatsbyjs/gatsby/commit/9077a3f5dafa84637dcc82cf9ebe5d532ee99528)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.3.1/packages/gatsby-plugin-mdx) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 679a4a8dda590..ad801d6654692 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@7.4.0/packages/gatsby-plugin-netlify-cms) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@7.3.0/packages/gatsby-plugin-netlify-cms) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index c4fdcf1830188..6ee84f7f38ce9 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@5.4.0/packages/gatsby-plugin-no-sourcemaps) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@5.3.0/packages/gatsby-plugin-no-sourcemaps) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 065fac313946a..64bfa5ab0da9c 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@5.4.0/packages/gatsby-plugin-nprogress) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@5.3.0/packages/gatsby-plugin-nprogress) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index cc91141fb84e6..681bdc98f9e1c 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.4.0/packages/gatsby-plugin-offline) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [6.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.3.1/packages/gatsby-plugin-offline) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 99e7602b50c18..9d8c158459839 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@5.4.0/packages/gatsby-plugin-page-creator) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@5.3.1/packages/gatsby-plugin-page-creator) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-page-creator diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 6adbb768d540a..3b845f266e241 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. +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.4.0/packages/gatsby-plugin-postcss) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency postcss-loader to ^7.0.2 for gatsby-plugin-postcss [#37372](https://github.com/gatsbyjs/gatsby/issues/37372) ([bbb8388](https://github.com/gatsbyjs/gatsby/commit/bbb83880625a9cee9e4cb5110e15f5426aa77111)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.3.0/packages/gatsby-plugin-postcss) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index 85ba66b186a49..5c6d79625b045 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.4.0/packages/gatsby-plugin-preact) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for gatsby-plugin-preact [#37354](https://github.com/gatsbyjs/gatsby/issues/37354) ([f503625](https://github.com/gatsbyjs/gatsby/commit/f503625c56e2f3abb391add67da4c62aa22a77f5)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.3.0/packages/gatsby-plugin-preact) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index c146a22f7ae71..f6f7841fdb684 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@4.4.0/packages/gatsby-plugin-preload-fonts) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@4.3.1/packages/gatsby-plugin-preload-fonts) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-preload-fonts diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 60ba3a3b5d3b3..ed7584b019ad5 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@5.4.0/packages/gatsby-plugin-react-css-modules) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@5.3.0/packages/gatsby-plugin-react-css-modules) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 2f79f3debc780..992870d1942e7 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.4.0/packages/gatsby-plugin-react-helmet) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.3.0/packages/gatsby-plugin-react-helmet) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 52086a2526d02..36b625b16bf45 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.4.0/packages/gatsby-plugin-sass) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-plugin-sass [#37380](https://github.com/gatsbyjs/gatsby/issues/37380) ([b880e94](https://github.com/gatsbyjs/gatsby/commit/b880e94f99e6fe2f7c283d4094191994c28a2c12)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [6.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.3.1/packages/gatsby-plugin-sass) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index 98c3268c20262..14e7d47e794cd 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@4.4.0/packages/gatsby-plugin-schema-snapshot) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@4.3.0/packages/gatsby-plugin-schema-snapshot) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index af5a809d7e4b9..7d0e2fe8bba5c 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.4.0/packages/gatsby-plugin-sharp) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.3.2/packages/gatsby-plugin-sharp) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index f3d81956e8027..d4d65f65e8810 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.4.0/packages/gatsby-plugin-sitemap) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [6.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.3.1/packages/gatsby-plugin-sitemap) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index fe7f3a60df2e3..2d9e4c57ab063 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.4.0/packages/gatsby-plugin-styled-components) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.3.0/packages/gatsby-plugin-styled-components) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index f4ee2bfcd4177..72dfa63319b1d 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.4.0/packages/gatsby-plugin-styled-jsx) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.3.0/packages/gatsby-plugin-styled-jsx) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index 28b71acb967b4..b66ec4e39636c 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/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. +## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@8.4.0/packages/gatsby-plugin-styletron) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [8.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@8.3.0/packages/gatsby-plugin-styletron) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 8f5e47bf93d4b..4d203dc507295 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@5.4.0/packages/gatsby-plugin-stylus) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@5.3.0/packages/gatsby-plugin-stylus) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index 5f39bc4907527..00d5c0e4afd80 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@5.4.0/packages/gatsby-plugin-subfont) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@5.3.0/packages/gatsby-plugin-subfont) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index f59485fd12fcf..95ef6a17e9e4e 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@5.4.0/packages/gatsby-plugin-twitter) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@5.3.1/packages/gatsby-plugin-twitter) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 02e05fa5dc252..3cf35015ebe25 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.4.0/packages/gatsby-plugin-typescript) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.3.1/packages/gatsby-plugin-typescript) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-typescript diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 57f9c246d168e..35f0ddfe46100 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.4.0/packages/gatsby-plugin-typography) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency react-typography to ^0.16.23 for gatsby-plugin-typography [#37363](https://github.com/gatsbyjs/gatsby/issues/37363) ([b8ce9de](https://github.com/gatsbyjs/gatsby/commit/b8ce9de0feeb47ddcb55a4ef70e359c4f64815c7)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.3.0/packages/gatsby-plugin-typography) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index bca1c0bca974a..b12b238bbdffa 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@4.4.0/packages/gatsby-plugin-utils) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency msw to ^0.49.2 for gatsby-plugin-utils [#37362](https://github.com/gatsbyjs/gatsby/issues/37362) ([8dc9156](https://github.com/gatsbyjs/gatsby/commit/8dc915636f5be79bc44ca67d57458ac687403f88)) + ### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@4.3.1/packages/gatsby-plugin-utils) (2022-12-14) **Note:** Version bump only for package gatsby-plugin-utils diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 2ae0203ce1842..db71691d0abe3 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. +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@6.4.0/packages/gatsby-react-router-scroll) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@6.3.0/packages/gatsby-react-router-scroll) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index 8d99a5797303f..7f2a4cac533e9 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.4.0/packages/gatsby-remark-autolink-headers) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [6.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.3.1/packages/gatsby-remark-autolink-headers) (2022-12-14) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 08ff12919f6cd..4a9f6f95fe835 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@7.4.0/packages/gatsby-remark-code-repls) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency recursive-readdir to ^2.2.3 for gatsby-remark-code-repls [#37374](https://github.com/gatsbyjs/gatsby/issues/37374) ([aafe028](https://github.com/gatsbyjs/gatsby/commit/aafe028cb359763eef60bc7de77e63183601bf76)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@7.3.0/packages/gatsby-remark-code-repls) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 49b7e62d6391f..a8ffc5b973e74 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.4.0/packages/gatsby-remark-copy-linked-files) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.3.0/packages/gatsby-remark-copy-linked-files) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 22e7714c10c31..49adb0aa96834 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@5.4.0/packages/gatsby-remark-custom-blocks) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@5.3.0/packages/gatsby-remark-custom-blocks) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index 0d32132f24858..55f1bc2e61033 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@8.4.0/packages/gatsby-remark-embed-snippet) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [8.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@8.3.0/packages/gatsby-remark-embed-snippet) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index a85ad5e3575dc..9e9a081c483c4 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@5.4.0/packages/gatsby-remark-graphviz) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@5.3.0/packages/gatsby-remark-graphviz) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 16ef8b2cf1a31..498688a34f059 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@6.4.0/packages/gatsby-remark-images-contentful) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@6.3.0/packages/gatsby-remark-images-contentful) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index b8b2fd6b928c6..53741266c64a8 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.4.0/packages/gatsby-remark-images) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- Do not fallback title value to alt value [#37395](https://github.com/gatsbyjs/gatsby/issues/37395) ([f6543bb](https://github.com/gatsbyjs/gatsby/commit/f6543bb8aeeb6e76a1bcb3df742160e63765c25b)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [7.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.3.1/packages/gatsby-remark-images) (2022-12-14) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 21466d30864e7..5a9aa471160f1 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.4.0/packages/gatsby-remark-katex) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.3.0/packages/gatsby-remark-katex) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index add4485af144b..7bc6f3c2f5e2d 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.4.0/packages/gatsby-remark-prismjs) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency prismjs to ^1.29.0 for gatsby-remark-prismjs [#37191](https://github.com/gatsbyjs/gatsby/issues/37191) ([dc3d741](https://github.com/gatsbyjs/gatsby/commit/dc3d741260e057540ed1294558df78aa63126a8b)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.3.0/packages/gatsby-remark-prismjs) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 8689e336fce46..d8359b2714c43 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.4.0/packages/gatsby-remark-responsive-iframe) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.3.0/packages/gatsby-remark-responsive-iframe) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index b2fdb20d88c9f..515abd072a313 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.4.0/packages/gatsby-remark-smartypants) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.3.0/packages/gatsby-remark-smartypants) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-script/CHANGELOG.md b/packages/gatsby-script/CHANGELOG.md index dca7a390afbf2..f428a0179a096 100644 --- a/packages/gatsby-script/CHANGELOG.md +++ b/packages/gatsby-script/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-script@2.4.0/packages/gatsby-script) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +**Note:** Version bump only for package gatsby-script + ## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-script@2.3.0/packages/gatsby-script) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-sharp/CHANGELOG.md b/packages/gatsby-sharp/CHANGELOG.md index b0463a9190a00..878b56cc4a799 100644 --- a/packages/gatsby-sharp/CHANGELOG.md +++ b/packages/gatsby-sharp/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. +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-sharp@1.4.0/packages/gatsby-sharp) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-sharp@1.3.0/packages/gatsby-sharp) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index ea626c6eabb9e..1241f1cd7e7a8 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.4.0/packages/gatsby-source-contentful) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- Add contentTypeFilter to Joi schema [#37403](https://github.com/gatsbyjs/gatsby/issues/37403) ([56ace78](https://github.com/gatsbyjs/gatsby/commit/56ace78708ef5f1d311cfe434bd0cc87558f0b29)) +- update minor and patch dependencies for gatsby-source-contentful [#37381](https://github.com/gatsbyjs/gatsby/issues/37381) ([8ff6dc1](https://github.com/gatsbyjs/gatsby/commit/8ff6dc17842c9e693f00704fd1ac044163b87b77)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [8.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.3.1/packages/gatsby-source-contentful) (2022-12-14) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index a30914e06d361..ef527adb6cb8b 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. +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.4.0/packages/gatsby-source-drupal) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [6.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.3.1/packages/gatsby-source-drupal) (2022-12-14) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 9ef4e8c3fcc9f..e7116184525e9 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@5.4.0/packages/gatsby-source-faker) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@5.3.0/packages/gatsby-source-faker) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 2eb6c43d53291..b4bf4cdd68345 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.4.0/packages/gatsby-source-filesystem) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.3.1/packages/gatsby-source-filesystem) (2022-12-14) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index ca4e08fa1b179..099f27e4983c2 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@5.4.0/packages/gatsby-source-graphql) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@5.3.1/packages/gatsby-source-graphql) (2022-12-14) **Note:** Version bump only for package gatsby-source-graphql diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index 043480089816e..ce1592c728b35 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@5.4.0/packages/gatsby-source-hacker-news) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@5.3.0/packages/gatsby-source-hacker-news) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 7b38cfa52cef3..e083a5bc44766 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@5.4.0/packages/gatsby-source-lever) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@5.3.0/packages/gatsby-source-lever) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index e32e912b360b6..4b4db4feda36a 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@5.4.0/packages/gatsby-source-medium) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@5.3.0/packages/gatsby-source-medium) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 1147b5d9700c3..a5a91327826ce 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@5.4.0/packages/gatsby-source-mongodb) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@5.3.0/packages/gatsby-source-mongodb) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 5b2e3ee33e3a4..a652a896a74ce 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@5.4.0/packages/gatsby-source-npm-package-search) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@5.3.0/packages/gatsby-source-npm-package-search) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 29ce53539e876..2dc4be2f89087 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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. +## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@8.4.0/packages/gatsby-source-shopify) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) +- update dependency prettier to v2.8.1 [#37373](https://github.com/gatsbyjs/gatsby/issues/37373) ([6cc80df](https://github.com/gatsbyjs/gatsby/commit/6cc80df1ce1d6a077809a604408376179ccba5f7)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update [dev] minor and patch dependencies for gatsby-source-shopify [#37355](https://github.com/gatsbyjs/gatsby/issues/37355) ([dd6bb8a](https://github.com/gatsbyjs/gatsby/commit/dd6bb8a26df164dbbf8d5221841317c2f9c537e0)) + ### [8.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@8.3.2/packages/gatsby-source-shopify) (2022-12-14) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 061a1d72b86d4..d495fac4768da 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@5.4.0/packages/gatsby-source-wikipedia) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@5.3.0/packages/gatsby-source-wikipedia) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 7fbd0866bea5f..c33e283e17c5e 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@7.4.0/packages/gatsby-source-wordpress) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-source-wordpress [#37382](https://github.com/gatsbyjs/gatsby/issues/37382) ([6dd2db3](https://github.com/gatsbyjs/gatsby/commit/6dd2db3783ee3c0965a3f75ddcaa6c2568f5b338)) +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) +- update dependency prettier to v2.8.1 [#37373](https://github.com/gatsbyjs/gatsby/issues/37373) ([6cc80df](https://github.com/gatsbyjs/gatsby/commit/6cc80df1ce1d6a077809a604408376179ccba5f7)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + +#### Other Changes + +- improve media item docs for large sites [#37238](https://github.com/gatsbyjs/gatsby/issues/37238) ([91d21a6](https://github.com/gatsbyjs/gatsby/commit/91d21a6292a6d55f7e7f234a409f97b198cfb9d6)) + ### [7.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@7.3.2/packages/gatsby-source-wordpress) (2022-12-14) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 5e5ddd4c6473e..3864fbcda1cc2 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@4.4.0/packages/gatsby-telemetry) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@4.3.1/packages/gatsby-telemetry) (2022-12-14) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 2ec8a4afd420c..23d23cc040309 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@4.4.0/packages/gatsby-transformer-asciidoc) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@4.3.0/packages/gatsby-transformer-asciidoc) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index af08f9b02dcf0..d21bda404bb92 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@5.4.0/packages/gatsby-transformer-csv) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@5.3.0/packages/gatsby-transformer-csv) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index a8ba3b3165cdb..2b6b6121283c7 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. +## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@7.4.0/packages/gatsby-transformer-documentationjs) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [7.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@7.3.0/packages/gatsby-transformer-documentationjs) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index 7a9f3067e2ac4..b1e2dffa1e551 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@5.4.0/packages/gatsby-transformer-excel) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@5.3.0/packages/gatsby-transformer-excel) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index b75a29ecf0957..d9e665505f8ca 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@5.4.0/packages/gatsby-transformer-hjson) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@5.3.0/packages/gatsby-transformer-hjson) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index c8868b8724b20..db84a0a7dd530 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@5.4.0/packages/gatsby-transformer-javascript-frontmatter) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@5.3.0/packages/gatsby-transformer-javascript-frontmatter) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 0e27409dafc99..6400c90622b4f 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@5.4.0/packages/gatsby-transformer-javascript-static-exports) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@5.3.0/packages/gatsby-transformer-javascript-static-exports) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index 7520af346a354..f0795a1fe3cc6 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@5.4.0/packages/gatsby-transformer-json) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@5.3.0/packages/gatsby-transformer-json) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index debe9d1577414..50d71f9c37f69 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@4.4.0/packages/gatsby-transformer-pdf) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@4.3.0/packages/gatsby-transformer-pdf) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index c2d5efc732c75..db43547fe4924 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +## [8.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@8.4.0/packages/gatsby-transformer-react-docgen) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [8.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@8.3.0/packages/gatsby-transformer-react-docgen) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 8c362b759dcab..c0f6891d344e0 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.4.0/packages/gatsby-transformer-remark) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- Disallow JS frontmatter by default [#37244](https://github.com/gatsbyjs/gatsby/issues/37244) ([77b8ccd](https://github.com/gatsbyjs/gatsby/commit/77b8ccdf764790d027c75b6f62bab15a30e30a2b)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency prismjs to ^1.29.0 for gatsby-remark-prismjs [#37191](https://github.com/gatsbyjs/gatsby/issues/37191) ([dc3d741](https://github.com/gatsbyjs/gatsby/commit/dc3d741260e057540ed1294558df78aa63126a8b)) + ### [6.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.3.2/packages/gatsby-transformer-remark) (2022-12-20) #### Bug Fixes diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 86e3d87b2be01..c4491318f4fd6 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. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@5.4.0/packages/gatsby-transformer-screenshot) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update dependency aws-sdk to ^2.1285.0 [#37388](https://github.com/gatsbyjs/gatsby/issues/37388) ([57bea31](https://github.com/gatsbyjs/gatsby/commit/57bea31c2b193971a039cb65777d0f2dfd0e25a5)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@5.3.0/packages/gatsby-transformer-screenshot) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index ea61606364b97..052a95c20e854 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.4.0/packages/gatsby-transformer-sharp) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency sharp to ^0.31.3 [#37375](https://github.com/gatsbyjs/gatsby/issues/37375) ([9abf681](https://github.com/gatsbyjs/gatsby/commit/9abf681d6d3ba7cfa9bc357764f09c944afc21ef)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.3.1/packages/gatsby-transformer-sharp) (2022-12-14) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 416c0f3dadad8..9f698f98fce9b 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@5.4.0/packages/gatsby-transformer-sqip) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ### [5.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@5.3.2/packages/gatsby-transformer-sqip) (2022-12-14) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index ce801bd619107..f5f2252902dbf 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@5.4.0/packages/gatsby-transformer-toml) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@5.3.0/packages/gatsby-transformer-toml) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index 13324e566a687..8b984babb83b1 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@5.4.0/packages/gatsby-transformer-xml) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@5.3.0/packages/gatsby-transformer-xml) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index 89c88c891e586..069fe1927ca8b 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/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.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.4.0/packages/gatsby-transformer-yaml) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + ## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.3.0/packages/gatsby-transformer-yaml) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index d9d3fa6a0f2af..6d937e5a85b95 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.4.0/packages/gatsby-worker) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- update dependency signal-exit to ^3.0.7 for gatsby-worker [#37376](https://github.com/gatsbyjs/gatsby/issues/37376) ([03297ff](https://github.com/gatsbyjs/gatsby/commit/03297ff333d88c2821550a3f9a3278eb41d05300)) + +#### Chores + +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) + +#### Other Changes + +- increase jest timeout [#37325](https://github.com/gatsbyjs/gatsby/issues/37325) ([5498013](https://github.com/gatsbyjs/gatsby/commit/549801302c0e5ce13c16be7a0f49a97e6389d418)) + ## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.3.0/packages/gatsby-worker) (2022-12-13) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index a425a4f245afd..551f002e67573 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.4.0/packages/gatsby) (2023-01-10) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4) + +#### Bug Fixes + +- Restore asset, path prefix for file-loader handled files fix [#37429](https://github.com/gatsbyjs/gatsby/issues/37429) fix [#37430](https://github.com/gatsbyjs/gatsby/issues/37430) ([e2084f6](https://github.com/gatsbyjs/gatsby/commit/e2084f60694f41f3d70b5375c6a6edadb375c518)) +- Allow "gatsby-node" directory for Parcel Compilation [#36712](https://github.com/gatsbyjs/gatsby/issues/36712) ([57607f1](https://github.com/gatsbyjs/gatsby/commit/57607f1fb4e95e3cb2a3ec14cbe17813942bf812)) +- update parcel to v2.8.2 [#37383](https://github.com/gatsbyjs/gatsby/issues/37383) ([7fda6d1](https://github.com/gatsbyjs/gatsby/commit/7fda6d163eadb9a871b7954c51abfd450939b32d)) +- update minor and patch dependencies for gatsby [#37377](https://github.com/gatsbyjs/gatsby/issues/37377) ([919efc0](https://github.com/gatsbyjs/gatsby/commit/919efc09499760a4db43e1b8f90a36d9730d42a9)) +- update dependency eslint-plugin-react to ^7.31.11 [#37368](https://github.com/gatsbyjs/gatsby/issues/37368) ([4d464b4](https://github.com/gatsbyjs/gatsby/commit/4d464b4f47cb8063e76c201c0e03af45eb570aaf)) +- extract queries from .mjs files [#37320](https://github.com/gatsbyjs/gatsby/issues/37320) ([01724ef](https://github.com/gatsbyjs/gatsby/commit/01724eff19a701ab7cb0bb3f777e13bdee83ded5)) +- handle initializing multiple instances of gatsby-plugin-sharp [#37306](https://github.com/gatsbyjs/gatsby/issues/37306) ([26f2b72](https://github.com/gatsbyjs/gatsby/commit/26f2b72a63b29ef8425cd33ae70708279cd4af87)) +- don't output file-loader assets to .cache [#37284](https://github.com/gatsbyjs/gatsby/issues/37284) ([3cbad19](https://github.com/gatsbyjs/gatsby/commit/3cbad19275fb1e2596d6ed6d5f342c5439691050)) +- [rendering engines] use results of exports removal if sourceMap was not generated alongside transformed code [#37282](https://github.com/gatsbyjs/gatsby/issues/37282) ([770748d](https://github.com/gatsbyjs/gatsby/commit/770748d33f8fbe08adf4c7911d71f453bb14befb)) +- use file:// protocol when importing gatsby-config/node [#37257](https://github.com/gatsbyjs/gatsby/issues/37257) ([e0ea47c](https://github.com/gatsbyjs/gatsby/commit/e0ea47cc43f4d5523edea7c3eaa0ae384750c773)) +- Improve readability of page data / long running query warnings [#37220](https://github.com/gatsbyjs/gatsby/issues/37220) ([031a08f](https://github.com/gatsbyjs/gatsby/commit/031a08f92224ff4027c12448bb2011d504651827)) + +#### Chores + +- Improve SlicePlaceholderProps type [#37409](https://github.com/gatsbyjs/gatsby/issues/37409) ([c7b5e7c](https://github.com/gatsbyjs/gatsby/commit/c7b5e7c46597327cd819bf97bebf7c02e805cfa9)) +- Bump yaml-loader [#37401](https://github.com/gatsbyjs/gatsby/issues/37401) ([7a382f2](https://github.com/gatsbyjs/gatsby/commit/7a382f2b080ad02dbecbb93d21c9e90e9f529162)) +- update [dev] minor and patch dependencies for gatsby [#37384](https://github.com/gatsbyjs/gatsby/issues/37384) ([6e7c57f](https://github.com/gatsbyjs/gatsby/commit/6e7c57f12bcbc8099c7a1044ddd43efe1d76f556)) +- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f)) +- update gatsby monorepo [#37366](https://github.com/gatsbyjs/gatsby/issues/37366) ([bbd6220](https://github.com/gatsbyjs/gatsby/commit/bbd62204a1a402efb681a16ead66421f6f017660)) +- bump socket.io [#37272](https://github.com/gatsbyjs/gatsby/issues/37272) ([cad26d7](https://github.com/gatsbyjs/gatsby/commit/cad26d7568bfbc642e2f3d7036432249748a36c4)) +- Adjust information about `trailingSlash` for `createRedirect` [#37259](https://github.com/gatsbyjs/gatsby/issues/37259) ([2ac113b](https://github.com/gatsbyjs/gatsby/commit/2ac113b3e6be4b106de7d067991544afb9f1c607)) + +#### Other Changes + +- Revert "fix(deps): update dependency lmdb to v2.7.1 (#37160)" [#37160](https://github.com/gatsbyjs/gatsby/issues/37160) [#37255](https://github.com/gatsbyjs/gatsby/issues/37255) ([9f6f6b8](https://github.com/gatsbyjs/gatsby/commit/9f6f6b8a2615856e95c948615a7e044131d3a93b)) + ### [5.3.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.3.3/packages/gatsby) (2022-12-20) #### Bug Fixes