diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index cd7ce6cdc8c86..42b04b4b936fe 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.7.0/packages/babel-plugin-remove-graphql-queries) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.6.0/packages/babel-plugin-remove-graphql-queries) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 96e89e6d6d162..8817d43da696f 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.7.0/packages/babel-preset-gatsby-package) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package babel-preset-gatsby-package + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.6.0/packages/babel-preset-gatsby-package) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 564994a9d8297..65f0355d4bde6 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. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.7.0/packages/babel-preset-gatsby) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package babel-preset-gatsby + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.6.0/packages/babel-preset-gatsby) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index f94b13310ac1f..4827fe6358712 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/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. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.7.0/packages/create-gatsby) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- Use MDX v1 [#34710](https://github.com/gatsbyjs/gatsby/issues/34710) ([03a1863](https://github.com/gatsbyjs/gatsby/commit/03a18632e2764e3f1b4b9c80e050282a92e0834c)) + +#### Refactoring + +- Decouple package functions [#34606](https://github.com/gatsbyjs/gatsby/issues/34606) ([dcbdc0c](https://github.com/gatsbyjs/gatsby/commit/dcbdc0cb46713cc90157882e3f7c23b5f03a27c3)) + ### [2.6.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.6.1/packages/create-gatsby) (2022-02-04) #### Bug Fixes diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 786c52413ec8e..df492f37b2bfe 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.7.0/packages/gatsby-cli) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- relax error location validation and ignore extra fields [#34559](https://github.com/gatsbyjs/gatsby/issues/34559) ([0d894f5](https://github.com/gatsbyjs/gatsby/commit/0d894f59bbcc9a27eb7680969df2d4a06752b857)) + +#### Chores + +- update dependency rollup to ^2.66.1 for gatsby-cli [#34659](https://github.com/gatsbyjs/gatsby/issues/34659) ([0cc56b4](https://github.com/gatsbyjs/gatsby/commit/0cc56b474e9280dd2addd1138a9eed12b9732746)) +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ### [4.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.6.1/packages/gatsby-cli) (2022-02-04) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 8fdd7ab09f78b..444c188935530 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/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.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.7.0/packages/gatsby-codemods) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-codemods + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.6.0/packages/gatsby-codemods) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 92030e903c75d..b00f990e72eaf 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.7.0/packages/gatsby-core-utils) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- ensure remote file downloads are queued in all cases [#34414](https://github.com/gatsbyjs/gatsby/issues/34414) ([6ac1ed6](https://github.com/gatsbyjs/gatsby/commit/6ac1ed6ad61b86094e3b57004e50981820390965)) + +#### Chores + +- update dependency msw to ^0.36.8 for gatsby-core-utils [#34639](https://github.com/gatsbyjs/gatsby/issues/34639) ([741f30b](https://github.com/gatsbyjs/gatsby/commit/741f30b2d843207a78da297c0ce97323169b754c)) +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.6.0/packages/gatsby-core-utils) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 0a6bc8b133c8c..e2143f4fa8268 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.7.0/packages/gatsby-cypress) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-cypress + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.6.0/packages/gatsby-cypress) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index e4ecc7a9ebb1f..cae392613510f 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.7.0/packages/gatsby-design-tokens) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-design-tokens + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.6.0/packages/gatsby-design-tokens) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 7be67ccce5ab6..06af476e2bc7a 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.7.0/packages/gatsby-dev-cli) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-dev-cli + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.6.0/packages/gatsby-dev-cli) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 9c47d1b1837ad..ad4976d1cba6b 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.7.0/packages/gatsby-graphiql-explorer) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-graphiql-explorer + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.6.0/packages/gatsby-graphiql-explorer) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index eae9a07cfe970..0abb80cf704ac 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.7.0/packages/gatsby-legacy-polyfills) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-legacy-polyfills + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.6.0/packages/gatsby-legacy-polyfills) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index a557b5d00e94f..c07a371a5c92c 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.7.1/packages/gatsby-link) (2022-02-08) + +#### Bug Fixes + +- trailing slash undefined check for prod env [#34765](https://github.com/gatsbyjs/gatsby/issues/34765) [#34766](https://github.com/gatsbyjs/gatsby/issues/34766) ([07dccad](https://github.com/gatsbyjs/gatsby/commit/07dccadbe4df09e70003d9d3113d6c9fcc3dcf48)) + +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.7.0/packages/gatsby-link) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Features + +- `trailingSlash` config option [#34268](https://github.com/gatsbyjs/gatsby/issues/34268) ([d94c8e4](https://github.com/gatsbyjs/gatsby/commit/d94c8e48a3640b59423c37da1439531ab0c023ec)) + +#### Bug Fixes + +- update dependency @types/reach\_\_router to ^1.3.10 for gatsby-link [#34359](https://github.com/gatsbyjs/gatsby/issues/34359) ([923c881](https://github.com/gatsbyjs/gatsby/commit/923c88152a2c92f5bb32b47ff9fb4d7ceaafef64)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.6.0/packages/gatsby-link) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 3c1e5bb2c6b60..92bee90b9fb24 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.7.0/packages/gatsby-page-utils) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Features + +- `trailingSlash` config option [#34268](https://github.com/gatsbyjs/gatsby/issues/34268) ([d94c8e4](https://github.com/gatsbyjs/gatsby/commit/d94c8e48a3640b59423c37da1439531ab0c023ec)) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.6.0/packages/gatsby-page-utils) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 4ea2af59a37bb..dba318a9b5835 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/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.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.7.0/packages/gatsby-plugin-benchmark-reporting) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-plugin-benchmark-reporting [#34655](https://github.com/gatsbyjs/gatsby/issues/34655) ([9b5442b](https://github.com/gatsbyjs/gatsby/commit/9b5442ba52cb05afe64f19efdf76750592d3f278)) + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.6.0/packages/gatsby-plugin-benchmark-reporting) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index 92bff39b0887a..5793a244b1f38 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.7.0/packages/gatsby-plugin-canonical-urls) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.6.0/packages/gatsby-plugin-canonical-urls) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index d6a76cb4d94e7..5b317f20f1963 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.7.0/packages/gatsby-plugin-catch-links) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-catch-links + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.6.0/packages/gatsby-plugin-catch-links) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index 474e049713d12..953dd2590f0bc 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.7.0/packages/gatsby-plugin-coffeescript) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.6.0/packages/gatsby-plugin-coffeescript) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index a927545cef5fc..f59cbc8fcae9d 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@4.7.0/packages/gatsby-plugin-create-client-paths) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@4.6.0/packages/gatsby-plugin-create-client-paths) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 04210548a253b..5db8c6f6e925b 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.7.0/packages/gatsby-plugin-cxs) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-cxs + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.6.0/packages/gatsby-plugin-cxs) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index 53e16ddbc83a0..e78ce5a01d325 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.7.0/packages/gatsby-plugin-emotion) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-emotion + ## [7.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.6.0/packages/gatsby-plugin-emotion) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 412200da1dd41..f20677032852f 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.7.0/packages/gatsby-plugin-facebook-analytics) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.6.0/packages/gatsby-plugin-facebook-analytics) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 83c09b23a49ae..df3ea252ee980 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.7.0/packages/gatsby-plugin-feed) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-feed + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.6.0/packages/gatsby-plugin-feed) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index 5fda9f87a8083..cc8636c9f8e70 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.7.0/packages/gatsby-plugin-flow) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-flow + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.6.0/packages/gatsby-plugin-flow) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index fe4d019929712..acc883351cf6d 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.7.0/packages/gatsby-plugin-fullstory) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update snippet [#34583](https://github.com/gatsbyjs/gatsby/issues/34583) ([c084086](https://github.com/gatsbyjs/gatsby/commit/c0840867686283b97ca29c1ddeadbe1272de6947)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.6.0/packages/gatsby-plugin-fullstory) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 218e7140315e3..7ccf662d4af1f 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.7.0/packages/gatsby-plugin-gatsby-cloud) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Features + +- preview UI 2.0 [#34617](https://github.com/gatsbyjs/gatsby/issues/34617) [#34577](https://github.com/gatsbyjs/gatsby/issues/34577) [#34603](https://github.com/gatsbyjs/gatsby/issues/34603) ([e07a7e0](https://github.com/gatsbyjs/gatsby/commit/e07a7e0a1056b17aef72963eeae087f1dd9fd3e8)) +- `trailingSlash` config option [#34268](https://github.com/gatsbyjs/gatsby/issues/34268) ([d94c8e4](https://github.com/gatsbyjs/gatsby/commit/d94c8e48a3640b59423c37da1439531ab0c023ec)) + +#### Bug Fixes + +- Preview UI race condition [#34680](https://github.com/gatsbyjs/gatsby/issues/34680) ([aa3d0ee](https://github.com/gatsbyjs/gatsby/commit/aa3d0eee816bb21368b3a796bffddff78b9785f8)) +- update dependency webpack-assets-manifest to ^5.1.0 for gatsby-plugin-gatsby-cloud [#34660](https://github.com/gatsbyjs/gatsby/issues/34660) ([4d023de](https://github.com/gatsbyjs/gatsby/commit/4d023def9f0c2ce229c22bd58bf720a4b1dd98e7)) +- usability updates for the info and link indicator buttons [#34562](https://github.com/gatsbyjs/gatsby/issues/34562) ([6f09a96](https://github.com/gatsbyjs/gatsby/commit/6f09a96b795ecd5583ec3eb135599fc04d154728)) + +#### Chores + +- update dependency @testing-library/dom to ^8.11.3 [#34637](https://github.com/gatsbyjs/gatsby/issues/34637) ([d466518](https://github.com/gatsbyjs/gatsby/commit/d4665185f7aab0a389a5012b4907c81f4b665f86)) + +#### Other Changes + +- Fix polling logic for non eager redirected urls. Fix [#34712](https://github.com/gatsbyjs/gatsby/issues/34712) ([4b802ad](https://github.com/gatsbyjs/gatsby/commit/4b802ad4c1c1ff0aa141c6ab4ca179f0c95f8482)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@4.6.0/packages/gatsby-plugin-gatsby-cloud) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 577d4c33cb822..9f4bbc58a598d 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@4.7.0/packages/gatsby-plugin-google-analytics) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@4.6.0/packages/gatsby-plugin-google-analytics) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 0fed499663b93..dba22d5641245 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.7.0/packages/gatsby-plugin-google-gtag) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Features + +- add selfHostedOrigin option [#34352](https://github.com/gatsbyjs/gatsby/issues/34352) ([290955c](https://github.com/gatsbyjs/gatsby/commit/290955c53a5e580f9ca4f93f3ed5c41775ecc5e4)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.6.0/packages/gatsby-plugin-google-gtag) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 10cf0e6e0d8df..31573a77151c2 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.7.0/packages/gatsby-plugin-google-tagmanager) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.6.0/packages/gatsby-plugin-google-tagmanager) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-graphql-config/CHANGELOG.md b/packages/gatsby-plugin-graphql-config/CHANGELOG.md index f286f1c477d76..ab1135a61d492 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@1.7.0/packages/gatsby-plugin-graphql-config) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + ## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@1.6.0/packages/gatsby-plugin-graphql-config) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index cc4644be18424..0432d459b0213 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. +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.7.0/packages/gatsby-plugin-image) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.6.0/packages/gatsby-plugin-image) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 301b4b44939ab..d298b4645027c 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@4.7.0/packages/gatsby-plugin-jss) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-jss + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@4.6.0/packages/gatsby-plugin-jss) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index bb760e6b5d086..d2393dbcc76fe 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@3.7.0/packages/gatsby-plugin-layout) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-layout + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@3.6.0/packages/gatsby-plugin-layout) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 7d1771a5c63b8..3ca20a2e57c86 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. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@6.7.0/packages/gatsby-plugin-less) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-less + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@6.6.0/packages/gatsby-plugin-less) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index f720f7093d47e..494716e712a5e 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@5.7.0/packages/gatsby-plugin-lodash) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-lodash + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@5.6.0/packages/gatsby-plugin-lodash) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index a5133ef3e3c36..668b6a7bd050c 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.7.0/packages/gatsby-plugin-manifest) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-manifest + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.6.0/packages/gatsby-plugin-manifest) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 26cdc1df15642..36059c172636c 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.7.0/packages/gatsby-plugin-mdx) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-mdx + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@3.6.0/packages/gatsby-plugin-mdx) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index c578b01bfed47..2201be036a549 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@6.7.0/packages/gatsby-plugin-netlify-cms) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@6.6.0/packages/gatsby-plugin-netlify-cms) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index e8d9a2cf1cee8..59a21ebef91d1 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@4.7.0/packages/gatsby-plugin-no-sourcemaps) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@4.6.0/packages/gatsby-plugin-no-sourcemaps) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 886295a406b5d..0ec102288460d 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@4.7.0/packages/gatsby-plugin-nprogress) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-nprogress + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@4.6.0/packages/gatsby-plugin-nprogress) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 26b4f2141d8f7..90a624f1a1b0f 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.7.0/packages/gatsby-plugin-offline) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-offline + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@5.6.0/packages/gatsby-plugin-offline) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 68092573c6d19..f693a12a7d734 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.7.0/packages/gatsby-plugin-page-creator) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Features + +- `trailingSlash` config option [#34268](https://github.com/gatsbyjs/gatsby/issues/34268) ([d94c8e4](https://github.com/gatsbyjs/gatsby/commit/d94c8e48a3640b59423c37da1439531ab0c023ec)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@4.6.0/packages/gatsby-plugin-page-creator) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 79e54eb262995..17ce29c2a05ce 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@5.7.0/packages/gatsby-plugin-postcss) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-postcss + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@5.6.0/packages/gatsby-plugin-postcss) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index e1323f909c6a0..5d4fd73a18c7c 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@6.7.0/packages/gatsby-plugin-preact) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- Fix alias for react-dom/server Fix [#34694](https://github.com/gatsbyjs/gatsby/issues/34694) ([61874f4](https://github.com/gatsbyjs/gatsby/commit/61874f40ea0a36aac9cea241536b7591edb37e87)) +- Adding missing alias for `react/jsx-runtime` [#34666](https://github.com/gatsbyjs/gatsby/issues/34666) ([594a1a4](https://github.com/gatsbyjs/gatsby/commit/594a1a435ce20311add4364ed1c3ea6caacdc41b)) + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@6.6.0/packages/gatsby-plugin-preact) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 6350aba578fec..503856c3ecb2b 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. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.7.0/packages/gatsby-plugin-preload-fonts) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency date-fns to ^2.28.0 for gatsby-plugin-preload-fonts [#34644](https://github.com/gatsbyjs/gatsby/issues/34644) ([3d38b82](https://github.com/gatsbyjs/gatsby/commit/3d38b828c479220415b8dfc4314d01fd792b441f)) + +#### Chores + +- update dependency del-cli to v4 for gatsby-plugin-preload-fonts [#34664](https://github.com/gatsbyjs/gatsby/issues/34664) ([5df2dcd](https://github.com/gatsbyjs/gatsby/commit/5df2dcd09939906255a7e89be23a9283955dcf3d)) + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@3.6.0/packages/gatsby-plugin-preload-fonts) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 67698de00782e..b814becf1ba97 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@4.7.0/packages/gatsby-plugin-react-css-modules) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@4.6.0/packages/gatsby-plugin-react-css-modules) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 5b20bfef271f3..6cc974e58d7da 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@5.7.0/packages/gatsby-plugin-react-helmet) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@5.6.0/packages/gatsby-plugin-react-helmet) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index f401901113551..dbc7d84b34aa0 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/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.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@4.7.0/packages/gatsby-plugin-remove-trailing-slashes) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Chores + +- add deprecation warnings [#34604](https://github.com/gatsbyjs/gatsby/issues/34604) ([46ecb06](https://github.com/gatsbyjs/gatsby/commit/46ecb0693c81cda1ba556215053ecf8f1113ce1a)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@4.6.0/packages/gatsby-plugin-remove-trailing-slashes) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 77ae6e5604057..8b773e1af584e 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. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.7.0/packages/gatsby-plugin-sass) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Chores + +- update dependency autoprefixer to ^10.4.2 for gatsby-plugin-sass [#34638](https://github.com/gatsbyjs/gatsby/issues/34638) ([564824c](https://github.com/gatsbyjs/gatsby/commit/564824cc9a34fcb557ca68886c9381c8150c84a1)) + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@5.6.0/packages/gatsby-plugin-sass) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index d79c4b10a2397..0984c5d1e759f 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@3.7.0/packages/gatsby-plugin-schema-snapshot) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@3.6.0/packages/gatsby-plugin-schema-snapshot) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 7bfbec97cc2b9..e616a4907ef82 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.7.0/packages/gatsby-plugin-sharp) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update minor and patch dependencies for gatsby-plugin-sharp [#34656](https://github.com/gatsbyjs/gatsby/issues/34656) ([c70ab01](https://github.com/gatsbyjs/gatsby/commit/c70ab013638fb6d789af204981470eb639e5804a)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.6.0/packages/gatsby-plugin-sharp) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index f000cf3339843..5a645b1b1550a 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.7.0/packages/gatsby-plugin-sitemap) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-sitemap + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@5.6.0/packages/gatsby-plugin-sitemap) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index b096f3be8abef..946090bcfb3be 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@5.7.0/packages/gatsby-plugin-styled-components) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-styled-components + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@5.6.0/packages/gatsby-plugin-styled-components) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 4945b7e3229ff..6a6cebd7760fc 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@5.7.0/packages/gatsby-plugin-styled-jsx) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@5.6.0/packages/gatsby-plugin-styled-jsx) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index ee5af06f2664d..083c10625e35f 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@7.7.0/packages/gatsby-plugin-styletron) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-styletron + ## [7.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@7.6.0/packages/gatsby-plugin-styletron) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index c18c9c6f4a9e7..75264cd3dd956 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@4.7.0/packages/gatsby-plugin-stylus) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-stylus + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@4.6.0/packages/gatsby-plugin-stylus) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index 413c0b91ae007..3039a8a62893a 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@4.7.0/packages/gatsby-plugin-subfont) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-subfont + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@4.6.0/packages/gatsby-plugin-subfont) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 6507afcaa8185..3b23a467acaf9 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.7.0/packages/gatsby-plugin-twitter) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-twitter + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@4.6.0/packages/gatsby-plugin-twitter) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index dfd2929ae7de2..743660b928390 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.7.0/packages/gatsby-plugin-typescript) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-typescript + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@4.6.0/packages/gatsby-plugin-typescript) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 4cb2f0712d177..c4b5652e0da14 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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@4.7.0/packages/gatsby-plugin-typography) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-plugin-typography + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@4.6.0/packages/gatsby-plugin-typography) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index a0b85662afd36..b58b81664160a 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@3.1.0/packages/gatsby-plugin-utils) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@3.0.0/packages/gatsby-plugin-utils) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 00de72755942a..0e7ee5af36d7a 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. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@5.7.0/packages/gatsby-react-router-scroll) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-react-router-scroll + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@5.6.0/packages/gatsby-react-router-scroll) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index 418032678a8f4..c6abe39aaabd8 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.7.0/packages/gatsby-remark-autolink-headers) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@5.6.0/packages/gatsby-remark-autolink-headers) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 5687d19734c62..ff6c6eda82ada 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. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@6.7.0/packages/gatsby-remark-code-repls) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-code-repls + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@6.6.0/packages/gatsby-remark-code-repls) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index f30dfaa0a3079..744d0a1d4fd03 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.7.0/packages/gatsby-remark-copy-linked-files) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.6.0/packages/gatsby-remark-copy-linked-files) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 4ab561a012af7..84a3f4a04e522 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@4.7.0/packages/gatsby-remark-custom-blocks) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@4.6.0/packages/gatsby-remark-custom-blocks) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index 5a735480ad7ed..131b54c8b5c8d 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@7.7.0/packages/gatsby-remark-embed-snippet) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + ## [7.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@7.6.0/packages/gatsby-remark-embed-snippet) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 1b1e46f0255b6..3ff0ac50ddcea 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@4.7.0/packages/gatsby-remark-graphviz) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-graphviz + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@4.6.0/packages/gatsby-remark-graphviz) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 65c9c9a7d1b28..94a334a629163 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@5.7.0/packages/gatsby-remark-images-contentful) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-images-contentful + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@5.6.0/packages/gatsby-remark-images-contentful) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 0a9a1d60ef70c..4ef249ba1f1c2 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.7.0/packages/gatsby-remark-images) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-images + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@6.6.0/packages/gatsby-remark-images) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index c829f7ccfe5d3..4dbc8ad12c83d 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@6.7.0/packages/gatsby-remark-katex) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-katex + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@6.6.0/packages/gatsby-remark-katex) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index c70f849835cc5..66245e50edff8 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@6.7.0/packages/gatsby-remark-prismjs) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-prismjs + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@6.6.0/packages/gatsby-remark-prismjs) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 2df89e907e5d6..0f0d917a9c2e5 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@5.7.0/packages/gatsby-remark-responsive-iframe) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@5.6.0/packages/gatsby-remark-responsive-iframe) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 606a9d8421e4a..46dbd3a1cc7ef 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@5.7.0/packages/gatsby-remark-smartypants) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-remark-smartypants + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@5.6.0/packages/gatsby-remark-smartypants) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index ad0637ab36fd4..8293a1146725a 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.5.0/packages/gatsby-source-contentful) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency node-fetch to ^2.6.7 for gatsby-source-contentful [#34646](https://github.com/gatsbyjs/gatsby/issues/34646) ([12b0056](https://github.com/gatsbyjs/gatsby/commit/12b005670dbd0e2819dcc2563cfc1333344541f2)) +- support Content Types named Tag [#34585](https://github.com/gatsbyjs/gatsby/issues/34585) ([aa42053](https://github.com/gatsbyjs/gatsby/commit/aa42053ddd7161c62a557189a747aa96a291eadf)) + +#### Chores + +- update dependency nock to ^13.2.2 for gatsby-source-contentful [#34640](https://github.com/gatsbyjs/gatsby/issues/34640) ([33b6fc7](https://github.com/gatsbyjs/gatsby/commit/33b6fc738afd3d539f6154904c665ab99ecb37ae)) + +#### Other Changes + +- Contentful warm builds [#34678](https://github.com/gatsbyjs/gatsby/issues/34678) ([d43112f](https://github.com/gatsbyjs/gatsby/commit/d43112f418f56a5d2ffb75f5bc59b5d8f132eff4)) +- clean up and refactor Contentful unit tests [#34584](https://github.com/gatsbyjs/gatsby/issues/34584) ([102eec0](https://github.com/gatsbyjs/gatsby/commit/102eec0b4a83d189f7ba7d47721da86f785860ab)) + ## [7.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@7.4.0/packages/gatsby-source-contentful) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index b27fad66e5367..d2d7d9cd61db5 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.7.0/packages/gatsby-source-drupal) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency opentracing to ^0.14.7 for gatsby-source-drupal [#34652](https://github.com/gatsbyjs/gatsby/issues/34652) ([8088076](https://github.com/gatsbyjs/gatsby/commit/8088076aafca82581b483258b95446abdce8a43a)) + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@5.6.0/packages/gatsby-source-drupal) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index e812d9bb24c77..98513b42c3fa4 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@4.7.0/packages/gatsby-source-faker) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-source-faker + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@4.6.0/packages/gatsby-source-faker) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 38438e14c4ae5..0b6be08eaa893 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.7.0/packages/gatsby-source-filesystem) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- ensure remote file downloads are queued in all cases [#34414](https://github.com/gatsbyjs/gatsby/issues/34414) ([6ac1ed6](https://github.com/gatsbyjs/gatsby/commit/6ac1ed6ad61b86094e3b57004e50981820390965)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@4.6.0/packages/gatsby-source-filesystem) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index fe6227c6640a5..cf49c9f2a8846 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.7.0/packages/gatsby-source-graphql) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency node-fetch to ^2.6.7 for gatsby-source-graphql [#34647](https://github.com/gatsbyjs/gatsby/issues/34647) ([9590a44](https://github.com/gatsbyjs/gatsby/commit/9590a44c42a5253bda965a42f1682673baad6c29)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.6.0/packages/gatsby-source-graphql) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index 00a0ad0086f5b..e6de55f66073e 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.7.0/packages/gatsby-source-hacker-news) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-source-hacker-news + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@4.6.0/packages/gatsby-source-hacker-news) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 7f51154966334..51c9986c820fe 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@4.7.0/packages/gatsby-source-lever) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-source-lever + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@4.6.0/packages/gatsby-source-lever) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index 836a692010fec..972cce4da1bb6 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@4.7.0/packages/gatsby-source-medium) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-source-medium + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@4.6.0/packages/gatsby-source-medium) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index c7dfe4767d10f..edbee4b6250e3 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@4.7.0/packages/gatsby-source-mongodb) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-source-mongodb + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@4.6.0/packages/gatsby-source-mongodb) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 937c4425c2155..c59e70eb14260 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@4.7.0/packages/gatsby-source-npm-package-search) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-source-npm-package-search + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@4.6.0/packages/gatsby-source-npm-package-search) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index b6eb957d7c6f2..bf688aa16c97e 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.7.0/packages/gatsby-source-shopify) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency node-fetch to ^2.6.7 for gatsby-source-shopify [#34648](https://github.com/gatsbyjs/gatsby/issues/34648) ([ba3fabd](https://github.com/gatsbyjs/gatsby/commit/ba3fabd49dc14389df713c1ac9fa4104857438f8)) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@6.6.0/packages/gatsby-source-shopify) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index e05de6a78e523..332707e6df15a 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@4.7.0/packages/gatsby-source-wikipedia) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency node-fetch to ^2.6.7 for gatsby-source-wikipedia [#34649](https://github.com/gatsbyjs/gatsby/issues/34649) ([0f4324b](https://github.com/gatsbyjs/gatsby/commit/0f4324b8a297be8c7e226490bea0e9127660f7a1)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@4.6.0/packages/gatsby-source-wikipedia) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 8cb3f4ea9d138..3fbbfffc441f6 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.7.0/packages/gatsby-source-wordpress) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency node-fetch to ^2.6.7 for gatsby-source-wordpress [#34650](https://github.com/gatsbyjs/gatsby/issues/34650) ([0c4b1ca](https://github.com/gatsbyjs/gatsby/commit/0c4b1ca38af6e582d28a40009e13122d6eeae1c1)) + +#### Chores + +- Add WPGraphQL WPML [#34609](https://github.com/gatsbyjs/gatsby/issues/34609) ([a31bc5b](https://github.com/gatsbyjs/gatsby/commit/a31bc5b908e9605f85999de53f6c864f9bc4f7d6)) + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@6.6.0/packages/gatsby-source-wordpress) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 2ee53bc8d139d..1000eae53bb26 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. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.7.0/packages/gatsby-telemetry) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency node-fetch to ^2.6.7 for gatsby-telemetry [#34651](https://github.com/gatsbyjs/gatsby/issues/34651) ([59d9d9f](https://github.com/gatsbyjs/gatsby/commit/59d9d9f7281d663dca552fa14cf1030b6ec9c024)) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@3.6.0/packages/gatsby-telemetry) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 265f3bdbaf85e..c048eec715a66 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@3.7.0/packages/gatsby-transformer-asciidoc) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency asciidoctor to ^2.2.6 for gatsby-transformer-asciidoc [#34642](https://github.com/gatsbyjs/gatsby/issues/34642) ([7302083](https://github.com/gatsbyjs/gatsby/commit/730208335e3ee78e27727dc6ad22cf7a0a6900d3)) + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@3.6.0/packages/gatsby-transformer-asciidoc) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 3933608916280..1a0fc7cee3887 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@4.7.0/packages/gatsby-transformer-csv) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-csv + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@4.6.0/packages/gatsby-transformer-csv) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 8ce3d43e0c861..e4a3c2cb00ce9 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. +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@6.7.0/packages/gatsby-transformer-documentationjs) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + ## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@6.6.0/packages/gatsby-transformer-documentationjs) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index 9b200c9381583..ab99b31d61c97 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@4.7.0/packages/gatsby-transformer-excel) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-excel + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@4.6.0/packages/gatsby-transformer-excel) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index f1daf36523ebe..ddee38d1532eb 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@4.7.0/packages/gatsby-transformer-hjson) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-hjson + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@4.6.0/packages/gatsby-transformer-hjson) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 2d818c2105831..329c0166584de 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@4.7.0/packages/gatsby-transformer-javascript-frontmatter) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@4.6.0/packages/gatsby-transformer-javascript-frontmatter) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index d723fc67d74ba..1f40e0cd062b5 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@4.7.0/packages/gatsby-transformer-javascript-static-exports) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@4.6.0/packages/gatsby-transformer-javascript-static-exports) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index a43a211955619..cf8be1a9e6802 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.7.0/packages/gatsby-transformer-json) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-json + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@4.6.0/packages/gatsby-transformer-json) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index 5e559aa3be2c7..6f46c14293383 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@3.7.0/packages/gatsby-transformer-pdf) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-pdf + ## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@3.6.0/packages/gatsby-transformer-pdf) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index 8223235487c16..15d36b39f8151 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@7.7.0/packages/gatsby-transformer-react-docgen) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- run user handlers before default ones [#34286](https://github.com/gatsbyjs/gatsby/issues/34286) ([94a1e97](https://github.com/gatsbyjs/gatsby/commit/94a1e97ee6ea175e4a708741a18fd045681eb61d)) + ## [7.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@7.6.0/packages/gatsby-transformer-react-docgen) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 4e5ae9269a773..21df26acf2649 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.7.0/packages/gatsby-transformer-remark) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Bug Fixes + +- update dependency underscore.string to ^3.3.6 for gatsby-transformer-remark [#34653](https://github.com/gatsbyjs/gatsby/issues/34653) ([1d2530e](https://github.com/gatsbyjs/gatsby/commit/1d2530eaf7c2016f1dac427942b7d1bb29cc4933)) + ## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@5.6.0/packages/gatsby-transformer-remark) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 0017fb346f645..ce8f90c4a1593 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@4.7.0/packages/gatsby-transformer-screenshot) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Chores + +- update dependency aws-sdk to ^2.1066.0 [#34658](https://github.com/gatsbyjs/gatsby/issues/34658) ([8eb0616](https://github.com/gatsbyjs/gatsby/commit/8eb0616d80be73745ad534e7daa7578abd17839b)) + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@4.6.0/packages/gatsby-transformer-screenshot) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index d0655b392ce82..d3324d36128fa 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-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. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.7.0/packages/gatsby-transformer-sharp) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-sharp + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@4.6.0/packages/gatsby-transformer-sharp) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index df9fa40d7e3f0..cd46421cc43bd 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.7.0/packages/gatsby-transformer-sqip) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@4.6.0/packages/gatsby-transformer-sqip) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index bf547a0b102a3..da1c7e3c46406 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@4.7.0/packages/gatsby-transformer-toml) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-toml + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@4.6.0/packages/gatsby-transformer-toml) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index e70d393b60028..22be4131bd1d9 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@4.7.0/packages/gatsby-transformer-xml) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-xml + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@4.6.0/packages/gatsby-transformer-xml) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index 629d40b595a01..9433080c732e3 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@4.7.0/packages/gatsby-transformer-yaml) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +**Note:** Version bump only for package gatsby-transformer-yaml + ## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@4.6.0/packages/gatsby-transformer-yaml) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index d319c179f914c..57231cc65ada7 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.7.0/packages/gatsby-worker) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) + ## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.6.0/packages/gatsby-worker) (2022-01-25) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index f6950ddc8bd8c..34578be502732 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.7.1/packages/gatsby) (2022-02-08) + +**Note:** Version bump only for package gatsby + +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.7.0/packages/gatsby) (2022-02-08) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) + +#### Features + +- `trailingSlash` config option [#34268](https://github.com/gatsbyjs/gatsby/issues/34268) ([d94c8e4](https://github.com/gatsbyjs/gatsby/commit/d94c8e48a3640b59423c37da1439531ab0c023ec)) +- upgrade graphql-compose to latest for speed improvements [#34504](https://github.com/gatsbyjs/gatsby/issues/34504) ([e860faa](https://github.com/gatsbyjs/gatsby/commit/e860faaa3224b1702eb56639efb5ac12014b7ec7)) + +#### Bug Fixes + +- Local file lookups in `eq: $id` queries [#34699](https://github.com/gatsbyjs/gatsby/issues/34699) ([23accf4](https://github.com/gatsbyjs/gatsby/commit/23accf445cb09552733fc76a16f485c7cd0ce6fa)) +- update dependency eslint-plugin-import to ^2.25.4 [#34645](https://github.com/gatsbyjs/gatsby/issues/34645) ([911d0cc](https://github.com/gatsbyjs/gatsby/commit/911d0cccd42e68a465a000efc0864e98d85c2293)) +- fixes stacktraces from async functions break error reporting fixes [#33712](https://github.com/gatsbyjs/gatsby/issues/33712) ([ffdcd9e](https://github.com/gatsbyjs/gatsby/commit/ffdcd9ebb70ad31834394170fa38e56bbabd2bc4)) +- Scope remove api babel plugin to page templates [#34582](https://github.com/gatsbyjs/gatsby/issues/34582) ([5be46c0](https://github.com/gatsbyjs/gatsby/commit/5be46c0b751219e60a37f93c5c7db67104c6a0b6)) +- Handle export const syntax in babel-remove-api plugin [#34581](https://github.com/gatsbyjs/gatsby/issues/34581) ([53ca1cf](https://github.com/gatsbyjs/gatsby/commit/53ca1cff72356fbc0e0ad3312fd2fd5e6d6750b0)) +- don't remove onPluginInit in graphql-engine [#34558](https://github.com/gatsbyjs/gatsby/issues/34558) ([135e080](https://github.com/gatsbyjs/gatsby/commit/135e0803bd3d45f8062c3797f7b12fb77f373ca8)) + +#### Chores + +- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) +- Add `defer` to `createPage` type [#34612](https://github.com/gatsbyjs/gatsby/issues/34612) ([e97dc80](https://github.com/gatsbyjs/gatsby/commit/e97dc801687cdf8e06a05d45cbf32e0efe194115)) +- use lazy iterable instead of fully realized arrays for detecting stale nodes [#34540](https://github.com/gatsbyjs/gatsby/issues/34540) ([7fffe0b](https://github.com/gatsbyjs/gatsby/commit/7fffe0be9b6a0c8cdec72600f79b43c34006e1bf)) + ### [4.6.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.6.2/packages/gatsby) (2022-02-04) #### Bug Fixes