diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index ee2caede26211..c9f298e7233e5 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.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.14.0/packages/babel-plugin-remove-graphql-queries) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.13.1/packages/babel-plugin-remove-graphql-queries) (2024-01-23) **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 b85440a50e93a..82cc2a56ad64e 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.14.0/packages/babel-preset-gatsby-package) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a)) +- update dependency @types/babel\_\_core to ^7.20.5 for babel-preset-gatsby-package [#38594](https://github.com/gatsbyjs/gatsby/issues/38594) ([aef8e58](https://github.com/gatsbyjs/gatsby/commit/aef8e58f70fe7231a6c928cad2864c9b3fb18dad)) + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.13.1/packages/babel-preset-gatsby-package) (2024-01-23) #### Chores diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 2f6fcbcdbe592..39c50ec7b922c 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.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.14.0/packages/babel-preset-gatsby) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package babel-preset-gatsby + ### [3.13.2](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.13.2/packages/babel-preset-gatsby) (2024-04-10) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 8e426ac38336f..1fa475fffacef 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.14.0/packages/create-gatsby) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) +- remove outdated `forceFullSync` option from readme [#38787](https://github.com/gatsbyjs/gatsby/issues/38787) ([a39d374](https://github.com/gatsbyjs/gatsby/commit/a39d374232709ba310a8a2cc4a17f0469ebaa8d5)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.13.1/packages/create-gatsby) (2024-01-23) **Note:** Version bump only for package create-gatsby diff --git a/packages/gatsby-adapter-netlify/CHANGELOG.md b/packages/gatsby-adapter-netlify/CHANGELOG.md index 0e9568d59943f..775f3aa9398a6 100644 --- a/packages/gatsby-adapter-netlify/CHANGELOG.md +++ b/packages/gatsby-adapter-netlify/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-adapter-netlify@1.2.0/packages/gatsby-adapter-netlify) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Features + +- allow dsg/ssr renders without access to datastore if it's not required [#38974](https://github.com/gatsbyjs/gatsby/issues/38974) ([884ecaf](https://github.com/gatsbyjs/gatsby/commit/884ecaf57ba67a453fe90ecdf9999cc3549384d5)) + +#### Bug Fixes + +- support monorepos [#39005](https://github.com/gatsbyjs/gatsby/issues/39005) ([1a56c34](https://github.com/gatsbyjs/gatsby/commit/1a56c3433a4285220358a22a9d72facbc1ce59e0)) +- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92)) +- add missing fs method rewrites to handle fetchRemoteFile in dsg/ssr engine [#38822](https://github.com/gatsbyjs/gatsby/issues/38822) ([bbdddd7](https://github.com/gatsbyjs/gatsby/commit/bbdddd74063161c838c652e49448301fef5987c9)) +- update dependency cookie to ^0.6.0 [#38725](https://github.com/gatsbyjs/gatsby/issues/38725) ([f3e617b](https://github.com/gatsbyjs/gatsby/commit/f3e617b370406342c8f5a001ce0ec05da01b80ab)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) +- update remote url docs [#38768](https://github.com/gatsbyjs/gatsby/issues/38768) ([357e77f](https://github.com/gatsbyjs/gatsby/commit/357e77f88e19186bf6c39c0efc9d7ebca3e72e4f)) + +#### Performance Improvements + +- improve adapt() performance [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) ([ec77bed](https://github.com/gatsbyjs/gatsby/commit/ec77beded8ed28d8ec713f109673bd9c75d264d8)) + +#### Other Changes + +- Fixing missing .default #38606 [#38606](https://github.com/gatsbyjs/gatsby/issues/38606) [#38816](https://github.com/gatsbyjs/gatsby/issues/38816) ([5d48a98](https://github.com/gatsbyjs/gatsby/commit/5d48a9877acab00100a2e280c1ce50e080246ee8)) +- add CHANGELOG.md [#38848](https://github.com/gatsbyjs/gatsby/issues/38848) ([7cea40b](https://github.com/gatsbyjs/gatsby/commit/7cea40b61a8cbb9272d2d5cb7d637ae2a22d80e3)) + ### [1.1.7](https://github.com/gatsbyjs/gatsby/commits/gatsby-adapter-netlify@1.1.7/packages/gatsby-adapter-netlify) (2024-07-12) #### Bug Fixes diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 45f47abf488eb..d8376d2c26cbf 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.14.0/packages/gatsby-cli) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) +- update dependency rollup to ^2.79.2 for gatsby-cli [#39115](https://github.com/gatsbyjs/gatsby/issues/39115) ([d5ef4da](https://github.com/gatsbyjs/gatsby/commit/d5ef4dabc16109958200387706243bafdd67fec1)) +- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a)) +- bump clipboardy [#38775](https://github.com/gatsbyjs/gatsby/issues/38775) ([ee158d9](https://github.com/gatsbyjs/gatsby/commit/ee158d9f23854bd2ced46db3183de52f001f25a7)) + ### [5.13.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.13.3/packages/gatsby-cli) (2024-04-10) #### Bug Fixes diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index d16bcfd43fcb4..54cff720ba167 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.14.0/packages/gatsby-codemods) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- call jscodeshift natively [#38635](https://github.com/gatsbyjs/gatsby/issues/38635) ([f129c37](https://github.com/gatsbyjs/gatsby/commit/f129c37e4540754613f403af1e54e74f674b178a)) + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.13.1/packages/gatsby-codemods) (2024-01-23) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 95ab97f2c3d68..48313930052f6 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.14.0/packages/gatsby-core-utils) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency hash-wasm to ^4.11.0 for gatsby-core-utils [#38678](https://github.com/gatsbyjs/gatsby/issues/38678) ([f8ce66e](https://github.com/gatsbyjs/gatsby/commit/f8ce66e751ccb4d998fc884b7b530acbac7c590c)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.13.1/packages/gatsby-core-utils) (2024-01-23) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 087f5953caa8a..7e68001fccf64 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.14.0/packages/gatsby-cypress) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-cypress + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.13.1/packages/gatsby-cypress) (2024-01-23) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 84907e12d4610..b9cf4d09a6504 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.14.0/packages/gatsby-design-tokens) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-design-tokens + ## [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) diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 713b7bb9b2000..59d1609c4ed44 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.14.0/packages/gatsby-dev-cli) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- fix webpack compilation when pnpm is used fix [#38757](https://github.com/gatsbyjs/gatsby/issues/38757) ([d2ffc2a](https://github.com/gatsbyjs/gatsby/commit/d2ffc2a348fd62f9b0f887f860d415c813f9cbac)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.13.1/packages/gatsby-dev-cli) (2024-01-23) #### Bug Fixes diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 736b9ca5782a6..6d9371377a7a6 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.14.0/packages/gatsby-graphiql-explorer) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-graphiql-explorer + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.13.1/packages/gatsby-graphiql-explorer) (2024-01-23) **Note:** Version bump only for package gatsby-graphiql-explorer diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index a0891ba846c4d..4fff7ed0b6a14 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.14.0/packages/gatsby-legacy-polyfills) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.13.1/packages/gatsby-legacy-polyfills) (2024-04-10) #### Bug Fixes diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 10daec90feab6..19ec3aee985b4 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.14.0/packages/gatsby-link) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- navigate doesn't return anything [#38590](https://github.com/gatsbyjs/gatsby/issues/38590) ([6cb6ffb](https://github.com/gatsbyjs/gatsby/commit/6cb6ffb02f7080a1cfd02f88ebf34c18a51f54b3)) + +#### Chores + +- update dependency del-cli to ^5.1.0 for gatsby-link [#38502](https://github.com/gatsbyjs/gatsby/issues/38502) ([a04af7c](https://github.com/gatsbyjs/gatsby/commit/a04af7c1000edaa7f8e06da02dec0f3d404465f7)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.13.1/packages/gatsby-link) (2024-01-23) **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 c72800498888a..62561d810e05b 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.14.0/packages/gatsby-page-utils) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- update [dev] minor and patch dependencies for gatsby-page-utils [#38593](https://github.com/gatsbyjs/gatsby/issues/38593) ([e8efe88](https://github.com/gatsbyjs/gatsby/commit/e8efe8849f8b882fef6fc2f06439c04db2352f0b)) + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.13.1/packages/gatsby-page-utils) (2024-01-23) **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 933f9fdc73a4b..bab3b985c03e6 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.14.0/packages/gatsby-parcel-config) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-parcel-config + ### [1.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.13.1/packages/gatsby-parcel-config) (2024-01-23) **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 e07d253ca34de..692a2ee8f66a9 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.14.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.14.0/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd + ### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.13.1/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2024-01-23) **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 d2b9cdd0a75b0..61ed8158ab749 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.14.0/packages/gatsby-plugin-benchmark-reporting) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.13.1/packages/gatsby-plugin-benchmark-reporting) (2024-01-23) **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 ab72d42d8d9d6..d277486f403e9 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.14.0/packages/gatsby-plugin-canonical-urls) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.13.1/packages/gatsby-plugin-canonical-urls) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-canonical-urls diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 33cd1f66d58d1..125488d3e3f78 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.14.0/packages/gatsby-plugin-catch-links) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-catch-links + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.13.1/packages/gatsby-plugin-catch-links) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-catch-links diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index d3f2cad260e92..45c808c8dda5d 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.14.0/packages/gatsby-plugin-coffeescript) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.13.1/packages/gatsby-plugin-coffeescript) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-coffeescript diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index dd88f25835671..fc429d67cdcb7 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.14.0/packages/gatsby-plugin-cxs) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-cxs + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.13.1/packages/gatsby-plugin-cxs) (2024-01-23) **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 134d5079c8a5b..2272b12b2f654 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.14.0/packages/gatsby-plugin-emotion) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-emotion + ### [8.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.13.1/packages/gatsby-plugin-emotion) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-emotion diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index a60ba4a2f516a..b3997446f93d1 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.14.0/packages/gatsby-plugin-facebook-analytics) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.13.1/packages/gatsby-plugin-facebook-analytics) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-facebook-analytics diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 7d700b23e03cb..52ef5b7519ab0 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.14.0/packages/gatsby-plugin-feed) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.13.1/packages/gatsby-plugin-feed) (2024-01-23) **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 e0198be3c77dc..51248c0f1a4a0 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.14.0/packages/gatsby-plugin-flow) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-flow + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.13.1/packages/gatsby-plugin-flow) (2024-01-23) **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 2ea094e709416..0697807d9b2d5 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@5.14.0/packages/gatsby-plugin-fullstory) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-fullstory + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@5.13.1/packages/gatsby-plugin-fullstory) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-fullstory diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 6ddfe32cfb939..874199c4d2e34 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@5.14.0/packages/gatsby-plugin-gatsby-cloud) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@5.13.1/packages/gatsby-plugin-gatsby-cloud) (2024-01-23) **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 eb37a93a174ec..15368281131b7 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.14.0/packages/gatsby-plugin-google-analytics) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@5.13.1/packages/gatsby-plugin-google-analytics) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-google-analytics diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 5aeb26bb0815f..0e95ce6c1ffc0 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.14.0/packages/gatsby-plugin-google-gtag) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@5.13.1/packages/gatsby-plugin-google-gtag) (2024-01-23) **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 e907851c9682c..2f76eb106ddbb 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.14.0/packages/gatsby-plugin-google-tagmanager) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.13.1/packages/gatsby-plugin-google-tagmanager) (2024-01-23) **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 14edc648b2742..2e6378f21018d 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.14.0/packages/gatsby-plugin-image) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@3.13.1/packages/gatsby-plugin-image) (2024-01-23) **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 cc9995a2264b9..9b6d5e28d7a49 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@5.14.0/packages/gatsby-plugin-jss) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-jss + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@5.13.1/packages/gatsby-plugin-jss) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-jss diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 5c190e1d8106f..5bf1fd0858127 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.14.0/packages/gatsby-plugin-layout) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-layout + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@4.13.1/packages/gatsby-plugin-layout) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-layout diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 1e4be335c588d..9604f079f99fd 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@7.14.0/packages/gatsby-plugin-less) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-less + ### [7.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@7.13.1/packages/gatsby-plugin-less) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-less diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 8d3ae20c28603..a6340054ea7a5 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.14.0/packages/gatsby-plugin-lodash) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a)) + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@6.13.1/packages/gatsby-plugin-lodash) (2024-01-23) #### Chores diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index b9825d2519065..39a510cfb20f7 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.14.0/packages/gatsby-plugin-manifest) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-manifest + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.13.1/packages/gatsby-plugin-manifest) (2024-01-23) **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 1f08449de5a18..ff41d4a27b477 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.14.0/packages/gatsby-plugin-mdx) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@5.13.1/packages/gatsby-plugin-mdx) (2024-01-23) **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 501a3575bb735..4b986075b4560 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@5.14.0/packages/gatsby-plugin-no-sourcemaps) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + ## [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) diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 473c8afbde85c..90138bb58291f 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@5.14.0/packages/gatsby-plugin-nprogress) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-nprogress + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@5.13.1/packages/gatsby-plugin-nprogress) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-nprogress diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index d94d384e65411..9da76b0e170f0 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.14.0/packages/gatsby-plugin-offline) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) +- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92)) + ### [6.13.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@6.13.3/packages/gatsby-plugin-offline) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 58bfab3113c0f..5b1b8ac8080c0 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@5.14.0/packages/gatsby-plugin-page-creator) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@5.13.1/packages/gatsby-plugin-page-creator) (2024-01-23) **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 5e6ea9cd23ef0..d34aa1e1443c3 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.14.0/packages/gatsby-plugin-postcss) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency postcss-loader to ^7.3.4 for gatsby-plugin-postcss [#38792](https://github.com/gatsbyjs/gatsby/issues/38792) ([dd0ae15](https://github.com/gatsbyjs/gatsby/commit/dd0ae154062949043e95276765581ddac2e72c30)) + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@6.13.1/packages/gatsby-plugin-postcss) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-postcss diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index cc1e4f14accef..7ed6b884e0afc 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.14.0/packages/gatsby-plugin-preact) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-preact + ### [7.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.13.1/packages/gatsby-plugin-preact) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-preact diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 10ce005c1811c..532a1d816b973 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@4.14.0/packages/gatsby-plugin-preload-fonts) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- update dependency del-cli to ^5.1.0 for gatsby-plugin-preload-fonts [#38503](https://github.com/gatsbyjs/gatsby/issues/38503) ([ad567a9](https://github.com/gatsbyjs/gatsby/commit/ad567a9912c7b541523356ae8f791ab9e9851dd1)) + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@4.13.1/packages/gatsby-plugin-preload-fonts) (2024-01-23) **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 f612c74065a2f..73074d4cba53d 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@5.14.0/packages/gatsby-plugin-react-css-modules) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@5.13.1/packages/gatsby-plugin-react-css-modules) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-react-css-modules diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 267fbd2e9a33d..a02c0d5b67022 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.14.0/packages/gatsby-plugin-react-helmet) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.13.1/packages/gatsby-plugin-react-helmet) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-react-helmet diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index c148029b0df61..1f03b01a565d1 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.14.0/packages/gatsby-plugin-sass) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- update dependency autoprefixer to ^10.4.16 for gatsby-plugin-sass [#38500](https://github.com/gatsbyjs/gatsby/issues/38500) ([24afe95](https://github.com/gatsbyjs/gatsby/commit/24afe951fa538b69961670d5138c9ef3667fe7fe)) + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.13.1/packages/gatsby-plugin-sass) (2024-01-23) **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 00a245f9b1ee3..1d6f1681fae06 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@4.14.0/packages/gatsby-plugin-schema-snapshot) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + ## [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) diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index d40ca53bd8152..43b60bbd09cfa 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.14.0/packages/gatsby-plugin-sharp) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) +- update dependency async to ^3.2.5 for gatsby-plugin-sharp [#38721](https://github.com/gatsbyjs/gatsby/issues/38721) ([a30811a](https://github.com/gatsbyjs/gatsby/commit/a30811a3b05e56ea2d6f741c03e91f8991d2bfb7)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.13.1/packages/gatsby-plugin-sharp) (2024-01-23) **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 2d2031ecba5e5..c824e9bcc0904 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.14.0/packages/gatsby-plugin-sitemap) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.13.1/packages/gatsby-plugin-sitemap) (2024-01-23) **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 54c3b7c55d93d..e25e038454ce7 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.14.0/packages/gatsby-plugin-styled-components) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-styled-components + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@6.13.1/packages/gatsby-plugin-styled-components) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-styled-components diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index d1f40152ccd37..d214b17f7c728 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.14.0/packages/gatsby-plugin-styled-jsx) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@6.13.1/packages/gatsby-plugin-styled-jsx) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-styled-jsx diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index 4a8fcdc2a9b56..9d2833824d518 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@8.14.0/packages/gatsby-plugin-styletron) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-styletron + ### [8.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@8.13.1/packages/gatsby-plugin-styletron) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-styletron diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 4d7aecaeb0868..6a9a5b24159ac 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@5.14.0/packages/gatsby-plugin-stylus) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-stylus + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@5.13.1/packages/gatsby-plugin-stylus) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index 98b59008d1005..bcf830350714e 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@5.14.0/packages/gatsby-plugin-subfont) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-subfont + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@5.13.1/packages/gatsby-plugin-subfont) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-subfont diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 8e28f94dbe272..715861d359213 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@5.14.0/packages/gatsby-plugin-twitter) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-twitter + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@5.13.1/packages/gatsby-plugin-twitter) (2024-01-23) **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 d6704d0842261..2ffef0d97916e 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.14.0/packages/gatsby-plugin-typescript) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-typescript + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@5.13.1/packages/gatsby-plugin-typescript) (2024-01-23) **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 12debf2162565..5f659fb80533f 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.14.0/packages/gatsby-plugin-typography) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-plugin-typography + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@5.13.1/packages/gatsby-plugin-typography) (2024-01-23) **Note:** Version bump only for package gatsby-plugin-typography diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index fb9cce0c6b0ce..4168a3a368f66 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@4.14.0/packages/gatsby-plugin-utils) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-plugin-utils [#38513](https://github.com/gatsbyjs/gatsby/issues/38513) ([a2b2afd](https://github.com/gatsbyjs/gatsby/commit/a2b2afd7fd25db4d871e69c2083568af9ce054a1)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@4.13.1/packages/gatsby-plugin-utils) (2024-01-23) **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 aff622191575d..c189d145fbf43 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@6.14.0/packages/gatsby-react-router-scroll) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-react-router-scroll + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@6.13.1/packages/gatsby-react-router-scroll) (2024-01-23) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index e544d54899417..8012fc47c721c 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.14.0/packages/gatsby-remark-autolink-headers) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@6.13.1/packages/gatsby-remark-autolink-headers) (2024-01-23) **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 002b5fe2960f9..c9b58dcc2cac6 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@7.14.0/packages/gatsby-remark-code-repls) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-remark-code-repls + ### [7.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@7.13.1/packages/gatsby-remark-code-repls) (2024-01-23) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 5b77f8cd01f55..1af75448d9e4d 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.14.0/packages/gatsby-remark-copy-linked-files) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [6.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@6.13.2/packages/gatsby-remark-copy-linked-files) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 23238fb87ffc8..51b68122ed3c4 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@5.14.0/packages/gatsby-remark-custom-blocks) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@5.13.1/packages/gatsby-remark-custom-blocks) (2024-01-23) **Note:** Version bump only for package gatsby-remark-custom-blocks diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index ad6d40113982d..5ec79296da2a2 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@8.14.0/packages/gatsby-remark-embed-snippet) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + ### [8.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@8.13.1/packages/gatsby-remark-embed-snippet) (2024-01-23) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 3c257f1a46dbd..b59f062f574a7 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@5.14.0/packages/gatsby-remark-graphviz) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) + ### [5.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@5.13.2/packages/gatsby-remark-graphviz) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 59509b9fb806b..dec718b24b173 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@6.14.0/packages/gatsby-remark-images-contentful) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) + +#### Chores + +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) + ### [6.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@6.13.2/packages/gatsby-remark-images-contentful) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 03acd4edd1213..b8298b26cfe56 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.14.0/packages/gatsby-remark-images) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) + ### [7.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@7.13.2/packages/gatsby-remark-images) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 0712ee429e18a..8f94028476530 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.14.0/packages/gatsby-remark-katex) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-remark-katex + ### [7.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@7.13.1/packages/gatsby-remark-katex) (2024-01-23) **Note:** Version bump only for package gatsby-remark-katex diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 88f3183040728..8d98df77f1d77 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.14.0/packages/gatsby-remark-prismjs) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) + ### [7.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@7.13.2/packages/gatsby-remark-prismjs) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 40174ebad271e..7a806a7ea6d0d 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.14.0/packages/gatsby-remark-responsive-iframe) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) + ### [6.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@6.13.2/packages/gatsby-remark-responsive-iframe) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index d515cfa72642f..9f5ee10be4cca 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.14.0/packages/gatsby-remark-smartypants) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-remark-smartypants + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@6.13.1/packages/gatsby-remark-smartypants) (2024-01-23) **Note:** Version bump only for package gatsby-remark-smartypants diff --git a/packages/gatsby-script/CHANGELOG.md b/packages/gatsby-script/CHANGELOG.md index cd4a027a33955..3486eab26506d 100644 --- a/packages/gatsby-script/CHANGELOG.md +++ b/packages/gatsby-script/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-script@2.14.0/packages/gatsby-script) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- update dependency del-cli to ^5.1.0 for gatsby-script [#38504](https://github.com/gatsbyjs/gatsby/issues/38504) ([ddcc30b](https://github.com/gatsbyjs/gatsby/commit/ddcc30beba00f8a82280bb7f1ee0cea0b2eba4dd)) + ## [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) diff --git a/packages/gatsby-sharp/CHANGELOG.md b/packages/gatsby-sharp/CHANGELOG.md index 7e03267246c77..ae3cfbfc57ae9 100644 --- a/packages/gatsby-sharp/CHANGELOG.md +++ b/packages/gatsby-sharp/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-sharp@1.14.0/packages/gatsby-sharp) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-sharp + ## [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) diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index ed4097a7703be..73e2cf02d5573 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.14.0/packages/gatsby-source-contentful) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) +- remove outdated `forceFullSync` option from readme [#38787](https://github.com/gatsbyjs/gatsby/issues/38787) ([a39d374](https://github.com/gatsbyjs/gatsby/commit/a39d374232709ba310a8a2cc4a17f0469ebaa8d5)) + +#### Chores + +- bump path-to-regexp from 0.1.7 to 0.1.10 [#39096](https://github.com/gatsbyjs/gatsby/issues/39096) ([67668c9](https://github.com/gatsbyjs/gatsby/commit/67668c9839358eedcae1c86aba380a40aea08993)) +- upgrade is-online [#38862](https://github.com/gatsbyjs/gatsby/issues/38862) ([89cb129](https://github.com/gatsbyjs/gatsby/commit/89cb1292f3c8524a53fdbb109f5c400b4a2a62e9)) + ### [8.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@8.13.2/packages/gatsby-source-contentful) (2024-05-06) #### Chores diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 87bb281676a43..f15c3c6099ce3 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.14.0/packages/gatsby-source-drupal) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-source-drupal [#39126](https://github.com/gatsbyjs/gatsby/issues/39126) ([0f8b101](https://github.com/gatsbyjs/gatsby/commit/0f8b1013ccbefdfdb16137ac1f10f367daf3012d)) +- update dependency agentkeepalive to ^4.5.0 for gatsby-source-drupal [#38511](https://github.com/gatsbyjs/gatsby/issues/38511) ([8bbaea8](https://github.com/gatsbyjs/gatsby/commit/8bbaea8d5230b915ca6261a1579e42f774312473)) + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@6.13.1/packages/gatsby-source-drupal) (2024-01-23) **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 58a17b1d3aaa2..d7bbe90d34f29 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@5.14.0/packages/gatsby-source-faker) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-source-faker + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@5.13.1/packages/gatsby-source-faker) (2024-01-23) **Note:** Version bump only for package gatsby-source-faker diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 711f7da84a3e5..e558c2b12ac90 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.14.0/packages/gatsby-source-filesystem) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@5.13.1/packages/gatsby-source-filesystem) (2024-01-23) **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 af8fa4ddea4aa..30850acd0951a 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@5.14.0/packages/gatsby-source-graphql) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-source-graphql + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@5.13.1/packages/gatsby-source-graphql) (2024-01-23) **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 a906077aa499d..2394aed71cde4 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@5.14.0/packages/gatsby-source-hacker-news) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@5.13.1/packages/gatsby-source-hacker-news) (2024-01-23) **Note:** Version bump only for package gatsby-source-hacker-news diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 45a9caf1618d6..9a663ff934942 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@5.14.0/packages/gatsby-source-lever) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency axios to ^1.7.7 for gatsby-source-lever [#39118](https://github.com/gatsbyjs/gatsby/issues/39118) ([a55d755](https://github.com/gatsbyjs/gatsby/commit/a55d7557489939069edccf3aa881db4e5e6a0c94)) + +#### Chores + +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@5.13.1/packages/gatsby-source-lever) (2024-01-23) **Note:** Version bump only for package gatsby-source-lever diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index be54507e589e9..a6a264209d4a9 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@5.14.0/packages/gatsby-source-medium) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Chores + +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@5.13.1/packages/gatsby-source-medium) (2024-01-23) **Note:** Version bump only for package gatsby-source-medium diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 11a858aeba647..b1e6ebf4a82db 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@5.14.0/packages/gatsby-source-mongodb) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-source-mongodb + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@5.13.1/packages/gatsby-source-mongodb) (2024-01-23) **Note:** Version bump only for package gatsby-source-mongodb diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 58e909e74a7ac..e0733a5764644 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@5.14.0/packages/gatsby-source-npm-package-search) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-source-npm-package-search + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@5.13.1/packages/gatsby-source-npm-package-search) (2024-01-23) **Note:** Version bump only for package gatsby-source-npm-package-search diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 9200363bb7936..7a7ed0808c8df 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@8.14.0/packages/gatsby-source-shopify) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Performance Improvements + +- don't load all shopify nodes into memory at once and avoid creating many temp objects [#39138](https://github.com/gatsbyjs/gatsby/issues/39138) ([41d8aef](https://github.com/gatsbyjs/gatsby/commit/41d8aef435e86b3130a0a0f82c669895ad866690)) + ### [8.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@8.13.2/packages/gatsby-source-shopify) (2024-10-25) #### Performance Improvements diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index c70756f633602..9e0687577901f 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@5.14.0/packages/gatsby-source-wikipedia) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-source-wikipedia + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@5.13.1/packages/gatsby-source-wikipedia) (2024-01-23) **Note:** Version bump only for package gatsby-source-wikipedia diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index fe3e8bea76175..15fe5e3bb6eb9 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@7.14.0/packages/gatsby-source-wordpress) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- pin cheerio [#39066](https://github.com/gatsbyjs/gatsby/issues/39066) ([e2c3a86](https://github.com/gatsbyjs/gatsby/commit/e2c3a866e438618275a5c2979cb20e47b84fe8dc)) +- only diff wpgraphql schema if the user opts in [#38856](https://github.com/gatsbyjs/gatsby/issues/38856) ([5bd4c25](https://github.com/gatsbyjs/gatsby/commit/5bd4c2568890b7aea88efc557d7ceba83c95728a)) +- update dependency node-fetch to ^2.7.0 for gatsby-source-wordpress [#38514](https://github.com/gatsbyjs/gatsby/issues/38514) ([a0dacfe](https://github.com/gatsbyjs/gatsby/commit/a0dacfe0d660d457a4e147b66d02b393ffe3b7a5)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- upgrade file-type [#38861](https://github.com/gatsbyjs/gatsby/issues/38861) ([7661bb9](https://github.com/gatsbyjs/gatsby/commit/7661bb92f2f21ea09399476579efe9fbb2fbb7db)) +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) +- bump clipboardy [#38775](https://github.com/gatsbyjs/gatsby/issues/38775) ([ee158d9](https://github.com/gatsbyjs/gatsby/commit/ee158d9f23854bd2ced46db3183de52f001f25a7)) + ### [7.13.5](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@7.13.5/packages/gatsby-source-wordpress) (2024-08-26) #### Bug Fixes diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 67d7c24159459..c581dd9c6b5d2 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@4.14.0/packages/gatsby-telemetry) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@4.13.1/packages/gatsby-telemetry) (2024-01-23) **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 7dd4f2d38c157..1d18d53d49cf6 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@4.14.0/packages/gatsby-transformer-asciidoc) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@4.13.1/packages/gatsby-transformer-asciidoc) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index bd1eda9f3a22a..c46c750dba00f 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@5.14.0/packages/gatsby-transformer-csv) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-csv + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@5.13.1/packages/gatsby-transformer-csv) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-csv diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 92889e3d18d61..a5a0da1b62f15 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@7.14.0/packages/gatsby-transformer-documentationjs) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + ### [7.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@7.13.1/packages/gatsby-transformer-documentationjs) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-documentationjs diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index f174c949caf57..4e5e96c669f35 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@5.14.0/packages/gatsby-transformer-excel) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-excel + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@5.13.1/packages/gatsby-transformer-excel) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-excel diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 1a2009a9096a1..009b8820128b7 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@5.14.0/packages/gatsby-transformer-hjson) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-hjson + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@5.13.1/packages/gatsby-transformer-hjson) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-hjson diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 25683e907b375..b396522d63926 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@5.14.0/packages/gatsby-transformer-javascript-frontmatter) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@5.13.1/packages/gatsby-transformer-javascript-frontmatter) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 756578d129d4f..f294b17be9fbf 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@5.14.0/packages/gatsby-transformer-javascript-static-exports) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@5.13.1/packages/gatsby-transformer-javascript-static-exports) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index ea886676ed925..e24c291e85424 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@5.14.0/packages/gatsby-transformer-json) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-json + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@5.13.1/packages/gatsby-transformer-json) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-json diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index 29350a9a33787..7d76aff99b30e 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@4.14.0/packages/gatsby-transformer-pdf) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-pdf + ### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@4.13.1/packages/gatsby-transformer-pdf) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-pdf diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index 09171066f450b..880b78a05531d 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@8.14.0/packages/gatsby-transformer-react-docgen) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + ### [8.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@8.13.1/packages/gatsby-transformer-react-docgen) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-react-docgen diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index e752e2e477ef7..4cc1be1336041 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.14.0/packages/gatsby-transformer-remark) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-remark + ### [6.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.13.1/packages/gatsby-transformer-remark) (2024-01-23) **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 63a8e2148dd32..84d33c19f0b98 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@5.14.0/packages/gatsby-transformer-screenshot) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency gatsby-core-utils to ^4.12.1 [#38512](https://github.com/gatsbyjs/gatsby/issues/38512) ([650ef16](https://github.com/gatsbyjs/gatsby/commit/650ef1697bfd839b4f9adab39ca32bad1f6001c0)) + +#### Chores + +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@5.13.1/packages/gatsby-transformer-screenshot) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index ead7c3ce14870..c11f6108b6ffc 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.14.0/packages/gatsby-transformer-sharp) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.13.1/packages/gatsby-transformer-sharp) (2024-01-23) **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 39571bd042dc1..3acfb34bd5f85 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@5.14.0/packages/gatsby-transformer-sqip) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@5.13.1/packages/gatsby-transformer-sqip) (2024-01-23) **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 c79003720c0fb..b0662018457d7 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@5.14.0/packages/gatsby-transformer-toml) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-toml + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@5.13.1/packages/gatsby-transformer-toml) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-toml diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index 5eb485d8b3fd1..d56aeff5dfcac 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@5.14.0/packages/gatsby-transformer-xml) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-xml + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@5.13.1/packages/gatsby-transformer-xml) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-xml diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index da10d5883c589..ff1cb25919745 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.14.0/packages/gatsby-transformer-yaml) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +**Note:** Version bump only for package gatsby-transformer-yaml + ### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.13.1/packages/gatsby-transformer-yaml) (2024-01-23) **Note:** Version bump only for package gatsby-transformer-yaml diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index 8c20f0c0b6025..7b6b0d09f90f7 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.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.14.0/packages/gatsby-worker) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Bug Fixes + +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + ### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.13.1/packages/gatsby-worker) (2024-01-23) **Note:** Version bump only for package gatsby-worker diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 9d189cd63a1e9..cec3877ceadbe 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,49 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.14.0/packages/gatsby) (2024-11-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14) + +#### Features + +- allow dsg/ssr renders without access to datastore if it's not required [#38974](https://github.com/gatsbyjs/gatsby/issues/38974) ([884ecaf](https://github.com/gatsbyjs/gatsby/commit/884ecaf57ba67a453fe90ecdf9999cc3549384d5)) + +#### Bug Fixes + +- remove jsx tag from comment [#39051](https://github.com/gatsbyjs/gatsby/issues/39051) ([b86b00c](https://github.com/gatsbyjs/gatsby/commit/b86b00c0dcd8ffd7ba46e0de35130a0195f5d2d2)) +- support monorepos [#39005](https://github.com/gatsbyjs/gatsby/issues/39005) ([1a56c34](https://github.com/gatsbyjs/gatsby/commit/1a56c3433a4285220358a22a9d72facbc1ce59e0)) +- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92)) +- resolve url file paths before reading resolve [#38854](https://github.com/gatsbyjs/gatsby/issues/38854) ([2410754](https://github.com/gatsbyjs/gatsby/commit/2410754a756d357c7fe9adcbc48f296685ca6fe5)) +- add missing fs method rewrites to handle fetchRemoteFile in dsg/ssr engine [#38822](https://github.com/gatsbyjs/gatsby/issues/38822) ([bbdddd7](https://github.com/gatsbyjs/gatsby/commit/bbdddd74063161c838c652e49448301fef5987c9)) +- fix webpack compilation when pnpm is used fix [#38757](https://github.com/gatsbyjs/gatsby/issues/38757) ([d2ffc2a](https://github.com/gatsbyjs/gatsby/commit/d2ffc2a348fd62f9b0f887f860d415c813f9cbac)) +- more robust adapter zero-conf handling [#38778](https://github.com/gatsbyjs/gatsby/issues/38778) ([7f08e7b](https://github.com/gatsbyjs/gatsby/commit/7f08e7bca918414c188e1654d21351ca3c274669)) +- try to automatically recover when parcel segfaults [#38773](https://github.com/gatsbyjs/gatsby/issues/38773) ([0a80cd6](https://github.com/gatsbyjs/gatsby/commit/0a80cd6d6194d82d5fa49d372f20aa25075841b6)) +- support builtin modules prefixed with `node:` on `build-html` fixed [#38516](https://github.com/gatsbyjs/gatsby/issues/38516) ([a08c8a0](https://github.com/gatsbyjs/gatsby/commit/a08c8a0424da388bc4b2d5c77265ff7970ab8160)) +- fix broken DevOverlay when there is no stack trace. fix [#38535](https://github.com/gatsbyjs/gatsby/issues/38535) ([c681a9e](https://github.com/gatsbyjs/gatsby/commit/c681a9eca9393292641a2185b6d07dfc93294e9e)) +- update dependency eslint-plugin-jsx-a11y to ^6.8.0 [#38726](https://github.com/gatsbyjs/gatsby/issues/38726) ([89fedf5](https://github.com/gatsbyjs/gatsby/commit/89fedf596b3fe3e6270a94b93e886144a29c4ea8)) +- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f)) + +#### Performance Improvements + +- improve adapt() performance [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) ([ec77bed](https://github.com/gatsbyjs/gatsby/commit/ec77beded8ed28d8ec713f109673bd9c75d264d8)) +- use must-revalidate cache-control header as common and only create header routes for routes with different cache-control [#38820](https://github.com/gatsbyjs/gatsby/issues/38820) ([fb77fe5](https://github.com/gatsbyjs/gatsby/commit/fb77fe54d70a7c1fd38393ae98cae01ae7344755)) + +#### Chores + +- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8)) +- bump path-to-regexp from 0.1.7 to 0.1.10 [#39096](https://github.com/gatsbyjs/gatsby/issues/39096) ([67668c9](https://github.com/gatsbyjs/gatsby/commit/67668c9839358eedcae1c86aba380a40aea08993)) +- bump webpack-dev-middleware from 4.3.0 to 5.3.4 [#39106](https://github.com/gatsbyjs/gatsby/issues/39106) ([e0c32ff](https://github.com/gatsbyjs/gatsby/commit/e0c32ffc90353d561e189de030f675c79546e3c6)) +- bump body-parser from 1.20.1 to 1.20.3 [#39097](https://github.com/gatsbyjs/gatsby/issues/39097) ([9d987b7](https://github.com/gatsbyjs/gatsby/commit/9d987b7788549bcbfd734fe4607bdae6ce8b3278)) +- pin @vercel/webpack-asset-relocator-loader [#38981](https://github.com/gatsbyjs/gatsby/issues/38981) ([e4c51f2](https://github.com/gatsbyjs/gatsby/commit/e4c51f2aefd96e0ec799e03deeb89150a3e6b993)) +- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a)) +- upgrade axios [#38698](https://github.com/gatsbyjs/gatsby/issues/38698) ([e2b3ea3](https://github.com/gatsbyjs/gatsby/commit/e2b3ea3fbfa70b226f6c5c677efedc83f5386cce)) +- update dependency graphql to ^16.8.1 [#38509](https://github.com/gatsbyjs/gatsby/issues/38509) ([2d8dc54](https://github.com/gatsbyjs/gatsby/commit/2d8dc5441cb24b764ad9508314e5cae1a09d2dfa)) + +#### Other Changes + +- Fix getNodesByIds typo Fix [#39012](https://github.com/gatsbyjs/gatsby/issues/39012) ([4ba9652](https://github.com/gatsbyjs/gatsby/commit/4ba965272a87112b1ae805e2d311746ffff56339)) + ### [5.13.7](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.13.7/packages/gatsby) (2024-07-12) #### Bug Fixes