diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 4f278c7b77c12..dae7f2258e88b 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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.13.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.13.0/packages/babel-plugin-remove-graphql-queries) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.12.1/packages/babel-plugin-remove-graphql-queries) (2023-10-26) **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 beb096ff64477..fcccd45548cca 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.13.0/packages/babel-preset-gatsby-package) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package babel-preset-gatsby-package + ## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.12.0/packages/babel-preset-gatsby-package) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 3995b4ad13697..15acfc212055a 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.13.0/packages/babel-preset-gatsby) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package babel-preset-gatsby + ### [3.12.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.12.1/packages/babel-preset-gatsby) (2023-10-26) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 85bef0557dcb1..debacb0f8efc8 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.13.0/packages/create-gatsby) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package create-gatsby + ### [3.12.3](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.12.3/packages/create-gatsby) (2023-10-26) **Note:** Version bump only for package create-gatsby diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 1970af94d9023..3d9366cdd99de 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.13.0/packages/gatsby-cli) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Bug Fixes + +- don't break builds when using features unsupported by adapter [#38520](https://github.com/gatsbyjs/gatsby/issues/38520) ([6674ad6](https://github.com/gatsbyjs/gatsby/commit/6674ad67946c6f65e17e2cfbe45f0e9f3c69a0a3)) + +#### Chores + +- update [dev] minor and patch dependencies for gatsby-cli [#38592](https://github.com/gatsbyjs/gatsby/issues/38592) ([d148295](https://github.com/gatsbyjs/gatsby/commit/d1482959ee5e943f9ed74e7dfb9dccb078f87836)) + ### [5.12.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.12.4/packages/gatsby-cli) (2023-10-26) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 0bde5f25fa9e3..56dc5014972e5 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.13.0/packages/gatsby-codemods) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- update dependency @types/jscodeshift to ^0.11.11 for gatsby-codemods [#38595](https://github.com/gatsbyjs/gatsby/issues/38595) ([7a7fa5f](https://github.com/gatsbyjs/gatsby/commit/7a7fa5f8e4f324a29d9fd48c06f3f1073fd6dbc9)) + ## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.12.0/packages/gatsby-codemods) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index cae43b6078e04..5af6128530338 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-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. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.13.0/packages/gatsby-core-utils) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Bug Fixes + +- respect 'force' and 'conditions' properties on redirects [#38657](https://github.com/gatsbyjs/gatsby/issues/38657) ([48d311e](https://github.com/gatsbyjs/gatsby/commit/48d311e71f7ab6865b0615f6f291764b4b04a874)) + ### [4.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.12.1/packages/gatsby-core-utils) (2023-10-26) #### Bug Fixes diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 1ac195d67a1c6..b62a54a6fa2fa 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.13.0/packages/gatsby-cypress) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-cypress + ## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.12.0/packages/gatsby-cypress) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 15d5ad53f38c3..84907e12d4610 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.13.0/packages/gatsby-design-tokens) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-design-tokens + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.12.0/packages/gatsby-design-tokens) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 6f6cca3bb2e29..ebec7fe1397d9 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.13.0/packages/gatsby-dev-cli) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-dev-cli + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.12.0/packages/gatsby-dev-cli) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index f8616d40df107..4664a9058fb06 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.13.0/packages/gatsby-graphiql-explorer) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- lower minimum node version [#38577](https://github.com/gatsbyjs/gatsby/issues/38577) ([9a2e746](https://github.com/gatsbyjs/gatsby/commit/9a2e7467b9c0588e46f2e6916222a47b1d27cb69)) + ### [3.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.12.1/packages/gatsby-graphiql-explorer) (2023-09-27) #### Features diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index 8ed8f29bb70f0..947a3a4007aa9 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.13.0/packages/gatsby-legacy-polyfills) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-legacy-polyfills + ## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.12.0/packages/gatsby-legacy-polyfills) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 745975f0feff5..7784b71fedbee 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.13.0/packages/gatsby-link) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-link + ### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.12.1/packages/gatsby-link) (2023-10-26) **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 2ec6997ad2ce2..11cf9b41bca76 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.13.0/packages/gatsby-page-utils) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-page-utils + ### [3.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.12.1/packages/gatsby-page-utils) (2023-10-26) **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 e24263c82716e..c341aacdab3ba 100644 --- a/packages/gatsby-parcel-config/CHANGELOG.md +++ b/packages/gatsby-parcel-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.13.0/packages/gatsby-parcel-config) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-parcel-config + ### [1.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.12.1/packages/gatsby-parcel-config) (2023-10-26) **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 069dfd5b78df1..1fa8c5b7a0dd7 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.13.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.13.0/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd + ### [2.12.1](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.12.1/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-10-26) **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 340d574794673..5b0bc48dc601f 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.13.0/packages/gatsby-plugin-benchmark-reporting) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + ### [3.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.12.1/packages/gatsby-plugin-benchmark-reporting) (2023-10-26) **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 8dbd994374b77..aef1a76ec96aa 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.13.0/packages/gatsby-plugin-canonical-urls) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.12.0/packages/gatsby-plugin-canonical-urls) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 9495926cf0a38..6aceaf827435a 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.13.0/packages/gatsby-plugin-catch-links) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-catch-links + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.12.0/packages/gatsby-plugin-catch-links) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index 57121be21d25e..344d895e0f868 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.13.0/packages/gatsby-plugin-coffeescript) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.12.0/packages/gatsby-plugin-coffeescript) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 46c3abe9236f0..c754228a69d9e 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.13.0/packages/gatsby-plugin-cxs) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-cxs + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.12.3/packages/gatsby-plugin-cxs) (2023-10-26) **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 943552378d5b3..49902ecfa4946 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.13.0/packages/gatsby-plugin-emotion) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-emotion + ## [8.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.12.0/packages/gatsby-plugin-emotion) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index d8dbb3c3ffc38..6d51f8bd6cc0b 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.13.0/packages/gatsby-plugin-facebook-analytics) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.12.0/packages/gatsby-plugin-facebook-analytics) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 26378dcca0740..a362bb3dfb6c4 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.13.0/packages/gatsby-plugin-feed) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-feed + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.12.3/packages/gatsby-plugin-feed) (2023-10-26) **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 6594539d80151..0d9ae74dc4bcf 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.13.0/packages/gatsby-plugin-flow) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-flow + ### [4.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.12.3/packages/gatsby-plugin-flow) (2023-10-26) **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 0b396c4008855..91e4f24e86d99 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@5.13.0/packages/gatsby-plugin-fullstory) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-fullstory + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@5.12.0/packages/gatsby-plugin-fullstory) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 8bea43cbc68d8..b2a35189389de 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@5.13.0/packages/gatsby-plugin-gatsby-cloud) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Other Changes + +- Update gatsby-cloud-plugin README [#38479](https://github.com/gatsbyjs/gatsby/issues/38479) ([743cb95](https://github.com/gatsbyjs/gatsby/commit/743cb95f0a5d86d705881eac986c188cc5bc48b6)) + ### [5.12.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@5.12.2/packages/gatsby-plugin-gatsby-cloud) (2023-10-26) **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 73d9bedbbf6de..4d3ed4d028724 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.13.0/packages/gatsby-plugin-google-analytics) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.12.0/packages/gatsby-plugin-google-analytics) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 12260503569fe..d1624cdc09419 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.13.0/packages/gatsby-plugin-google-gtag) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.12.3/packages/gatsby-plugin-google-gtag) (2023-10-26) **Note:** Version bump only for package gatsby-plugin-google-gtag diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 8e0ac18c83077..6d08b0eda86a0 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.13.0/packages/gatsby-plugin-google-tagmanager) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- add self hosted path option [#38731](https://github.com/gatsbyjs/gatsby/issues/38731) ([8b9ee3f](https://github.com/gatsbyjs/gatsby/commit/8b9ee3fc84f1bb29387365ff7b10ff4f16153403)) + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.12.3/packages/gatsby-plugin-google-tagmanager) (2023-10-26) **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 ba46909283078..fcc3b7779b0b7 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.13.0/packages/gatsby-plugin-image) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-image + ### [3.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.12.3/packages/gatsby-plugin-image) (2023-10-26) **Note:** Version bump only for package gatsby-plugin-image diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 1846fedd07a1d..8f1025e34a5b7 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@5.13.0/packages/gatsby-plugin-jss) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-jss + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@5.12.0/packages/gatsby-plugin-jss) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index ee66524fd97b3..0e4fc6eaca8b4 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.13.0/packages/gatsby-plugin-layout) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-layout + ## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.12.0/packages/gatsby-plugin-layout) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 727d3eedf6500..c06c3be1a34b9 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@7.13.0/packages/gatsby-plugin-less) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-less + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@7.12.0/packages/gatsby-plugin-less) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 9f612f83da07b..c46dfd062878a 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.13.0/packages/gatsby-plugin-lodash) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-lodash + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.12.0/packages/gatsby-plugin-lodash) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 542a569a1ec32..7395a1fb7f897 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.13.0/packages/gatsby-plugin-manifest) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.12.3/packages/gatsby-plugin-manifest) (2023-10-26) **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 d88288af8bae3..ccdb84e225089 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.13.0/packages/gatsby-plugin-mdx) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-mdx + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.12.3/packages/gatsby-plugin-mdx) (2023-10-26) **Note:** Version bump only for package gatsby-plugin-mdx diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index fde91a1982fcb..501a3575bb735 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@5.13.0/packages/gatsby-plugin-no-sourcemaps) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@5.12.0/packages/gatsby-plugin-no-sourcemaps) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 133481c3da32f..c88683651e0aa 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@5.13.0/packages/gatsby-plugin-nprogress) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-nprogress + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@5.12.0/packages/gatsby-plugin-nprogress) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 9b429ec62e2e1..2c476b78e0365 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.13.0/packages/gatsby-plugin-offline) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-offline + ### [6.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.12.3/packages/gatsby-plugin-offline) (2023-10-26) **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 69c4557d7f4ca..05ce4797e2010 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@5.13.0/packages/gatsby-plugin-page-creator) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-page-creator + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@5.12.3/packages/gatsby-plugin-page-creator) (2023-10-26) **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 d1d06d5b15e87..766a5d6305b32 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.13.0/packages/gatsby-plugin-postcss) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-postcss + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.12.0/packages/gatsby-plugin-postcss) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index db9fb3d06f301..fcdbf149cdbd5 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.13.0/packages/gatsby-plugin-preact) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-preact + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.12.0/packages/gatsby-plugin-preact) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 65864e49e33eb..d647c8ad3b368 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@4.13.0/packages/gatsby-plugin-preload-fonts) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + ### [4.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@4.12.1/packages/gatsby-plugin-preload-fonts) (2023-10-26) **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 d2219d58fb692..516efe44aec23 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@5.13.0/packages/gatsby-plugin-react-css-modules) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@5.12.0/packages/gatsby-plugin-react-css-modules) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 913d2c5ba470c..814396528b963 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.13.0/packages/gatsby-plugin-react-helmet) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.12.0/packages/gatsby-plugin-react-helmet) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index a97e94850f942..4542b71ea4eea 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.13.0/packages/gatsby-plugin-sass) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-sass + ### [6.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.12.3/packages/gatsby-plugin-sass) (2023-10-26) **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 0538c0b5019ae..00a245f9b1ee3 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@4.13.0/packages/gatsby-plugin-schema-snapshot) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + ## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@4.12.0/packages/gatsby-plugin-schema-snapshot) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 8ec755d688b09..328370929f5a8 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.13.0/packages/gatsby-plugin-sharp) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.12.3/packages/gatsby-plugin-sharp) (2023-10-26) **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 bd79fa9bbe78f..01ab4939d2f42 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.13.0/packages/gatsby-plugin-sitemap) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ### [6.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.12.3/packages/gatsby-plugin-sitemap) (2023-10-26) **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 6eb68ce5606da..94d9bec22e37c 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.13.0/packages/gatsby-plugin-styled-components) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-styled-components + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.12.0/packages/gatsby-plugin-styled-components) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 13fccea3eb1fb..b1868ec392637 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.13.0/packages/gatsby-plugin-styled-jsx) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.12.0/packages/gatsby-plugin-styled-jsx) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index 5c9746929f194..6629ed66fe64b 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@8.13.0/packages/gatsby-plugin-styletron) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-styletron + ## [8.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@8.12.0/packages/gatsby-plugin-styletron) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index cb36d4c243afd..7241b13a6621f 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@5.13.0/packages/gatsby-plugin-stylus) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-stylus + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@5.12.0/packages/gatsby-plugin-stylus) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index cdfcc83556b9b..3581fcf9b8340 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@5.13.0/packages/gatsby-plugin-subfont) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-subfont + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@5.12.0/packages/gatsby-plugin-subfont) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 7a219b5c2b891..e1b0f4321b19d 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@5.13.0/packages/gatsby-plugin-twitter) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-twitter + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@5.12.3/packages/gatsby-plugin-twitter) (2023-10-26) **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 01f13881f82e1..d70bd4f7467b4 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.13.0/packages/gatsby-plugin-typescript) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-typescript + ### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.12.1/packages/gatsby-plugin-typescript) (2023-10-26) **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 9d5ece0faa585..3ddb9f849cca9 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.13.0/packages/gatsby-plugin-typography) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-plugin-typography + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.12.0/packages/gatsby-plugin-typography) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index 6792de1838bd8..bf1c9ec561ba6 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@4.13.0/packages/gatsby-plugin-utils) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- image and file cdn url generator adapter implementation [#38685](https://github.com/gatsbyjs/gatsby/issues/38685) [#38715](https://github.com/gatsbyjs/gatsby/issues/38715) [#discussion_r1414135797](https://github.com/gatsbyjs/gatsby/issues/discussion_r1414135797) [#38735](https://github.com/gatsbyjs/gatsby/issues/38735) [#38719](https://github.com/gatsbyjs/gatsby/issues/38719) ([4a780fb](https://github.com/gatsbyjs/gatsby/commit/4a780fbac717b1df337f156e2ac4b2da6478106b)) + +#### Bug Fixes + +- support multiple instances of same variable in gatsbyImage placeholderUrl [#38626](https://github.com/gatsbyjs/gatsby/issues/38626) ([b177db9](https://github.com/gatsbyjs/gatsby/commit/b177db996647785c96e5eed02a63b90fec992b19)) + ### [4.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@4.12.3/packages/gatsby-plugin-utils) (2023-10-26) **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 ac1fa90cd7cd4..39418c4c24113 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@6.13.0/packages/gatsby-react-router-scroll) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-react-router-scroll + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@6.12.0/packages/gatsby-react-router-scroll) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index ce4d51998450b..36f7d70eca3ae 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.13.0/packages/gatsby-remark-autolink-headers) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ### [6.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.12.3/packages/gatsby-remark-autolink-headers) (2023-10-26) **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 1527cedf10570..573260a816502 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@7.13.0/packages/gatsby-remark-code-repls) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-code-repls + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@7.12.0/packages/gatsby-remark-code-repls) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index ccc39c76f32e1..3fa9446551451 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.13.0/packages/gatsby-remark-copy-linked-files) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.12.0/packages/gatsby-remark-copy-linked-files) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index b1082e09bb885..a71c2d5870aef 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@5.13.0/packages/gatsby-remark-custom-blocks) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@5.12.0/packages/gatsby-remark-custom-blocks) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index bd9bccfa1187a..2a74e872e169b 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@8.13.0/packages/gatsby-remark-embed-snippet) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + ## [8.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@8.12.0/packages/gatsby-remark-embed-snippet) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 99185975ff4d0..3bd0412f76f57 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@5.13.0/packages/gatsby-remark-graphviz) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-graphviz + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@5.12.0/packages/gatsby-remark-graphviz) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index f639e9be7a86d..3f7f05057a64c 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@6.13.0/packages/gatsby-remark-images-contentful) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [6.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@6.12.1/packages/gatsby-remark-images-contentful) (2023-10-09) #### Chores diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 25e98e1604a52..b211e933a445d 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.13.0/packages/gatsby-remark-images) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-images + ### [7.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.12.3/packages/gatsby-remark-images) (2023-10-26) **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 8daa452b6f387..d72052d984c8e 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.13.0/packages/gatsby-remark-katex) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-katex + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.12.0/packages/gatsby-remark-katex) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index dad8297fee622..8c6ca47c94dd2 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.13.0/packages/gatsby-remark-prismjs) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-prismjs + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.12.0/packages/gatsby-remark-prismjs) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 04afcb955d863..cc9e2190040e5 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.13.0/packages/gatsby-remark-responsive-iframe) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.12.0/packages/gatsby-remark-responsive-iframe) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index ec42c7d23ef55..9750a746dbde9 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.13.0/packages/gatsby-remark-smartypants) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-remark-smartypants + ## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.12.0/packages/gatsby-remark-smartypants) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-script/CHANGELOG.md b/packages/gatsby-script/CHANGELOG.md index 0009d8b751541..cd4a027a33955 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-script@2.13.0/packages/gatsby-script) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-script + ## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-script@2.12.0/packages/gatsby-script) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-sharp/CHANGELOG.md b/packages/gatsby-sharp/CHANGELOG.md index edb3cb217ac05..7e03267246c77 100644 --- a/packages/gatsby-sharp/CHANGELOG.md +++ b/packages/gatsby-sharp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-sharp@1.13.0/packages/gatsby-sharp) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [1.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-sharp@1.12.1/packages/gatsby-sharp) (2023-10-09) #### Chores diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 2ae0a5e9f0b10..4f71b5a1182ce 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.13.0/packages/gatsby-source-contentful) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- image and file cdn url generator adapter implementation [#38685](https://github.com/gatsbyjs/gatsby/issues/38685) [#38715](https://github.com/gatsbyjs/gatsby/issues/38715) [#discussion_r1414135797](https://github.com/gatsbyjs/gatsby/issues/discussion_r1414135797) [#38735](https://github.com/gatsbyjs/gatsby/issues/38735) [#38719](https://github.com/gatsbyjs/gatsby/issues/38719) ([4a780fb](https://github.com/gatsbyjs/gatsby/commit/4a780fbac717b1df337f156e2ac4b2da6478106b)) + +#### Bug Fixes + +- don't apply parent node links to child nodes [#38728](https://github.com/gatsbyjs/gatsby/issues/38728) ([be36b4a](https://github.com/gatsbyjs/gatsby/commit/be36b4a833b40d01d66995d36507a1e2cec4b6c2)) +- contentful delta updates [#38468](https://github.com/gatsbyjs/gatsby/issues/38468) ([51120f4](https://github.com/gatsbyjs/gatsby/commit/51120f4d0ea12e3565bd863b2b870a84cc08f7cc)) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + +#### Other Changes + +- Update gatsby-contentful-plugin README [#38480](https://github.com/gatsbyjs/gatsby/issues/38480) ([763bfbd](https://github.com/gatsbyjs/gatsby/commit/763bfbd9ef54c60529cf014919f569e374cda618)) + ### [8.12.5](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.12.5/packages/gatsby-source-contentful) (2023-12-04) #### Bug Fixes diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index cd28b41ce4ba6..5b476ab1a9c46 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.13.0/packages/gatsby-source-drupal) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- image and file cdn url generator adapter implementation [#38685](https://github.com/gatsbyjs/gatsby/issues/38685) [#38715](https://github.com/gatsbyjs/gatsby/issues/38715) [#discussion_r1414135797](https://github.com/gatsbyjs/gatsby/issues/discussion_r1414135797) [#38735](https://github.com/gatsbyjs/gatsby/issues/38735) [#38719](https://github.com/gatsbyjs/gatsby/issues/38719) ([4a780fb](https://github.com/gatsbyjs/gatsby/commit/4a780fbac717b1df337f156e2ac4b2da6478106b)) + ### [6.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.12.3/packages/gatsby-source-drupal) (2023-10-26) **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 b9059962c4f0c..fcdffc45e850a 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@5.13.0/packages/gatsby-source-faker) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-faker + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@5.12.0/packages/gatsby-source-faker) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 1c7c655193785..daa6f1956745d 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.13.0/packages/gatsby-source-filesystem) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-filesystem + ### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.12.1/packages/gatsby-source-filesystem) (2023-10-26) **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 43867fddcc534..5c0ca30e5fd6a 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@5.13.0/packages/gatsby-source-graphql) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-graphql + ### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@5.12.1/packages/gatsby-source-graphql) (2023-10-26) **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 766db518b717e..4a389c9198659 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@5.13.0/packages/gatsby-source-hacker-news) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-hacker-news + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@5.12.0/packages/gatsby-source-hacker-news) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 1926513adf454..9cd8f0890baf8 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@5.13.0/packages/gatsby-source-lever) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-lever + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@5.12.0/packages/gatsby-source-lever) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index 9632b9fa0db28..fdd75e61f4d73 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@5.13.0/packages/gatsby-source-medium) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-medium + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@5.12.0/packages/gatsby-source-medium) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 53f4b936101c6..8fa1fa8faec1c 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@5.13.0/packages/gatsby-source-mongodb) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-mongodb + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@5.12.0/packages/gatsby-source-mongodb) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index c9852e67fd9e7..1d70d54ca914d 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@5.13.0/packages/gatsby-source-npm-package-search) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- bespoke treatment for `plugin-gatsby-cloud` and `source-contentful` [#38619](https://github.com/gatsbyjs/gatsby/issues/38619) ([d44ada7](https://github.com/gatsbyjs/gatsby/commit/d44ada77c1a37ddc37410ba20d1dd351a2623482)) + ### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@5.12.1/packages/gatsby-source-npm-package-search) (2023-10-09) #### Chores diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 80917dd9b822e..05f74c7c89b47 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@8.13.0/packages/gatsby-source-shopify) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [8.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@8.12.3/packages/gatsby-source-shopify) (2023-10-26) **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 9b01af2a8c7f6..22bf4ef0e4091 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@5.13.0/packages/gatsby-source-wikipedia) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-source-wikipedia + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@5.12.0/packages/gatsby-source-wikipedia) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 6ac91bba0280a..a62dbbc5f01f2 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@7.13.0/packages/gatsby-source-wordpress) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- image and file cdn url generator adapter implementation [#38685](https://github.com/gatsbyjs/gatsby/issues/38685) [#38715](https://github.com/gatsbyjs/gatsby/issues/38715) [#discussion_r1414135797](https://github.com/gatsbyjs/gatsby/issues/discussion_r1414135797) [#38735](https://github.com/gatsbyjs/gatsby/issues/38735) [#38719](https://github.com/gatsbyjs/gatsby/issues/38719) ([4a780fb](https://github.com/gatsbyjs/gatsby/commit/4a780fbac717b1df337f156e2ac4b2da6478106b)) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [7.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@7.12.3/packages/gatsby-source-wordpress) (2023-10-26) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 68c6bf218817e..f6891fdadd267 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@4.13.0/packages/gatsby-telemetry) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- update dependency rimraf to ^5.0.5 for gatsby-telemetry [#38597](https://github.com/gatsbyjs/gatsby/issues/38597) ([0faf0fe](https://github.com/gatsbyjs/gatsby/commit/0faf0fe8ba57473f16dae13c151810e6757822ee)) + ### [4.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@4.12.1/packages/gatsby-telemetry) (2023-10-26) **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 f77bd14c063ce..0813f59337c66 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@4.13.0/packages/gatsby-transformer-asciidoc) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + ## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@4.12.0/packages/gatsby-transformer-asciidoc) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 28d472c382513..4fd4d0f21b921 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@5.13.0/packages/gatsby-transformer-csv) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-csv + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@5.12.0/packages/gatsby-transformer-csv) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 7c42f8ec17a20..d19ec9ab9e610 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@7.13.0/packages/gatsby-transformer-documentationjs) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + ## [7.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@7.12.0/packages/gatsby-transformer-documentationjs) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index eaf31f2a30007..c7b0fd0891f03 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@5.13.0/packages/gatsby-transformer-excel) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-excel + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@5.12.0/packages/gatsby-transformer-excel) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 5d193626df9bf..6db3019d11ffa 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@5.13.0/packages/gatsby-transformer-hjson) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-hjson + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@5.12.0/packages/gatsby-transformer-hjson) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index db7c8185c5ba9..6d0810d40897f 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@5.13.0/packages/gatsby-transformer-javascript-frontmatter) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@5.12.0/packages/gatsby-transformer-javascript-frontmatter) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 970148ea5f7cb..a347ff47e294a 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@5.13.0/packages/gatsby-transformer-javascript-static-exports) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@5.12.0/packages/gatsby-transformer-javascript-static-exports) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index 8fdbdc2649e66..71c57aa472d8c 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@5.13.0/packages/gatsby-transformer-json) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-json + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@5.12.0/packages/gatsby-transformer-json) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index e3d30a1f345ad..978d754603579 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@4.13.0/packages/gatsby-transformer-pdf) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-pdf + ## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@4.12.0/packages/gatsby-transformer-pdf) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index e9ffb8d05d58c..d2bfa695f8db6 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@8.13.0/packages/gatsby-transformer-react-docgen) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ## [8.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@8.12.0/packages/gatsby-transformer-react-docgen) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index f246939259b48..f4fd8934892be 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.13.0/packages/gatsby-transformer-remark) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-remark + ### [6.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.12.3/packages/gatsby-transformer-remark) (2023-10-26) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index d854be982de09..7718172194506 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@5.13.0/packages/gatsby-transformer-screenshot) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-screenshot + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@5.12.0/packages/gatsby-transformer-screenshot) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index a3c8034d99f75..01e6673a92b88 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.13.0/packages/gatsby-transformer-sharp) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- upgrade sharp to latest v0.32.6 [#38374](https://github.com/gatsbyjs/gatsby/issues/38374) ([ca15ef3](https://github.com/gatsbyjs/gatsby/commit/ca15ef37be3febbacfb830193556048008b2fd58)) + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.12.3/packages/gatsby-transformer-sharp) (2023-10-26) **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 6e96b95af811a..adced7959205f 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@5.13.0/packages/gatsby-transformer-sqip) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-sqip + ### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@5.12.3/packages/gatsby-transformer-sqip) (2023-10-26) **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 a9e205477a16f..b968cec73d26b 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@5.13.0/packages/gatsby-transformer-toml) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-toml + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@5.12.0/packages/gatsby-transformer-toml) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index fde0817472e31..a6bf9b84c0f89 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@5.13.0/packages/gatsby-transformer-xml) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-xml + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@5.12.0/packages/gatsby-transformer-xml) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index a7562fe6fa7cd..560461027f229 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.13.0/packages/gatsby-transformer-yaml) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +**Note:** Version bump only for package gatsby-transformer-yaml + ## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.12.0/packages/gatsby-transformer-yaml) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index 372efbb2bf589..1f698f65d43e8 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.13.0/packages/gatsby-worker) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Chores + +- update dependency rimraf to ^5.0.5 for gatsby-worker [#38598](https://github.com/gatsbyjs/gatsby/issues/38598) ([31272e9](https://github.com/gatsbyjs/gatsby/commit/31272e99c157c2e0dea334a037ea4b9dea623b31)) + ## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.12.0/packages/gatsby-worker) (2023-08-24) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index ccbfb6ab34664..76186cd0e9a28 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.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.13.0/packages/gatsby) (2023-12-18) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13) + +#### Features + +- image and file cdn url generator adapter implementation [#38685](https://github.com/gatsbyjs/gatsby/issues/38685) [#38715](https://github.com/gatsbyjs/gatsby/issues/38715) [#discussion_r1414135797](https://github.com/gatsbyjs/gatsby/issues/discussion_r1414135797) [#38735](https://github.com/gatsbyjs/gatsby/issues/38735) [#38719](https://github.com/gatsbyjs/gatsby/issues/38719) ([4a780fb](https://github.com/gatsbyjs/gatsby/commit/4a780fbac717b1df337f156e2ac4b2da6478106b)) +- support pathPrefix and trailingSlash options fix [#38666](https://github.com/gatsbyjs/gatsby/issues/38666) ([63e57cf](https://github.com/gatsbyjs/gatsby/commit/63e57cf3dd96083d219c09741a751206bb715a53)) + +#### Bug Fixes + +- allow gatsby-adapter-netlify@">=1.0.0 <=1.0.3" for gatsby@<5.12.10 [#38758](https://github.com/gatsbyjs/gatsby/issues/38758) ([1953e5c](https://github.com/gatsbyjs/gatsby/commit/1953e5cf818ec307c74dd9055df8edb394954981)) +- re-install lmdb when detecting the absence of @LMDB prebuilt packages [#38691](https://github.com/gatsbyjs/gatsby/issues/38691) ([e3365ab](https://github.com/gatsbyjs/gatsby/commit/e3365ab01eebb6c17bbae7fcb7e74040a0c4f260)) +- respect 'force' and 'conditions' properties on redirects [#38657](https://github.com/gatsbyjs/gatsby/issues/38657) ([48d311e](https://github.com/gatsbyjs/gatsby/commit/48d311e71f7ab6865b0615f6f291764b4b04a874)) +- Adapter header rules [#38644](https://github.com/gatsbyjs/gatsby/issues/38644) ([dc21604](https://github.com/gatsbyjs/gatsby/commit/dc21604411e36ec0f7e44854180b66ee1506b544)) +- don't force leading slash for external paths in routes manifest [#38639](https://github.com/gatsbyjs/gatsby/issues/38639) ([5dbcf9e](https://github.com/gatsbyjs/gatsby/commit/5dbcf9ea956880af7541aaf33ed2f764ec8632d5)) +- open lmdb instances in writeable locations in generated ssr/dsg function [#38631](https://github.com/gatsbyjs/gatsby/issues/38631) ([3af35ae](https://github.com/gatsbyjs/gatsby/commit/3af35ae0de6aae4bb700279317f6beec46ea50ad)) +- don't break builds when using features unsupported by adapter [#38520](https://github.com/gatsbyjs/gatsby/issues/38520) ([6674ad6](https://github.com/gatsbyjs/gatsby/commit/6674ad67946c6f65e17e2cfbe45f0e9f3c69a0a3)) +- fix api function compilation on Windows fix [#38489](https://github.com/gatsbyjs/gatsby/issues/38489) ([26feae4](https://github.com/gatsbyjs/gatsby/commit/26feae40fd79105519b85e87bba33d69c48bae10)) +- fix fetching adapters manifest from latest gatsby version fix [#38475](https://github.com/gatsbyjs/gatsby/issues/38475) ([d1e6aea](https://github.com/gatsbyjs/gatsby/commit/d1e6aea91c53915badc0b907170180d946cd6728)) +- GatsbyNodeAPI types [#38461](https://github.com/gatsbyjs/gatsby/issues/38461) ([1416d1e](https://github.com/gatsbyjs/gatsby/commit/1416d1eaa27dbcabed1ec82c030caacbe1fa5306)) +- disable prettier for results of graphql typegen [#38453](https://github.com/gatsbyjs/gatsby/issues/38453) ([421f95a](https://github.com/gatsbyjs/gatsby/commit/421f95a10e264097f7be422f02d9de91ac279119)) + +#### Chores + +- update gatsby-adapter-netlify version manifest [#38745](https://github.com/gatsbyjs/gatsby/issues/38745) ([268a640](https://github.com/gatsbyjs/gatsby/commit/268a640fdd07d8937bb9acfdc4f8239b3e826aae)) +- Adapters [#38233](https://github.com/gatsbyjs/gatsby/issues/38233) ([7c6a7af](https://github.com/gatsbyjs/gatsby/commit/7c6a7aff5c3e3dafa5893ee3086cb14bcf876bd4)) + +#### Other Changes + +- Update node-model.js to new sort syntax [#38515](https://github.com/gatsbyjs/gatsby/issues/38515) ([f55d88d](https://github.com/gatsbyjs/gatsby/commit/f55d88db7668f451234f135dbaf1cc26cad80e59)) + ### [5.12.12](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.12.12/packages/gatsby) (2023-12-07) #### Chores