diff --git a/.circleci/config.yml b/.circleci/config.yml index e40e3f77dfab2..e8d0f9519ce9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -469,6 +469,16 @@ jobs: - run: git config --global user.email "core-team@gatsbyjs.com" - run: sh ./scripts/publish-starters.sh "starters/*" + update_changelogs: + executor: node + steps: + - checkout + - run: apt-get update && apt-get install jq python -y + - <<: *restore_cache + - run: git config --global user.name "GatsbyJS Bot" + - run: git config --global user.email "core-team@gatsbyjs.com" + - run: node scripts/gatsby-changelog-generator/update-and-open-pr.js + update_i18n_source: executor: node steps: @@ -692,3 +702,8 @@ workflows: branches: only: - master +# - update_changelogs: +# filters: +# branches: +# only: +# - /release\/.+/ diff --git a/lerna.json b/lerna.json index 8fb0950e25f92..4c5f57ab77c33 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,7 @@ "allowBranch": "release/*", "bump": "patch", "conventionalCommits": true, + "changelog": false, "message": "chore(release): Publish" }, "bootstrap": { diff --git a/package.json b/package.json index a803d9d900211..2ca870eb26cd9 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "test:watch": "jest --watch", "typecheck": "node ./scripts/check-ts", "update-dictionary": "node ./scripts/update-dictionary.js", - "version": "prettier --write \"**/CHANGELOG.md\"", + "version": "node ./scripts/gatsby-changelog-generator/lerna-version-lifecycle.js && prettier --write \"**/CHANGELOG.md\"", "watch": "lerna run watch --no-sort --stream --concurrency 999" }, "workspaces": [ diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 9148063c0f569..682ecccf37a44 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -1,174 +1,175 @@ -# Change Log +# Changelog: `babel-plugin-remove-graphql-queries` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.13.0-next.0...babel-plugin-remove-graphql-queries@3.13.0-next.1) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.12.0/packages/babel-plugin-remove-graphql-queries) (2021-08-18) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.3...babel-plugin-remove-graphql-queries@3.13.0-next.0) (2021-08-12) +#### Chores -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.2...babel-plugin-remove-graphql-queries@3.12.0-next.3) (2021-08-09) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.11.0/packages/babel-plugin-remove-graphql-queries) (2021-08-04) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries - -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.1...babel-plugin-remove-graphql-queries@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.0...babel-plugin-remove-graphql-queries@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.10.0/packages/babel-plugin-remove-graphql-queries) (2021-07-20) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.11.0-next.0...babel-plugin-remove-graphql-queries@3.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package babel-plugin-remove-graphql-queries - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.10.0-next.1...babel-plugin-remove-graphql-queries@3.11.0-next.0) (2021-07-15) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.9.0/packages/babel-plugin-remove-graphql-queries) (2021-07-07) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.10.0-next.0...babel-plugin-remove-graphql-queries@3.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.9.0-next.0...babel-plugin-remove-graphql-queries@3.10.0-next.0) (2021-07-01) - -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.8.0/packages/babel-plugin-remove-graphql-queries) (2021-06-23) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.8.0-next.1...babel-plugin-remove-graphql-queries@3.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.8.0-next.0...babel-plugin-remove-graphql-queries@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.7.1/packages/babel-plugin-remove-graphql-queries) (2021-06-10) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.7.0-next.2...babel-plugin-remove-graphql-queries@3.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.7.0-next.1...babel-plugin-remove-graphql-queries@3.7.0-next.2) (2021-06-02) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.7.0/packages/babel-plugin-remove-graphql-queries) (2021-06-09) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.7.0-next.0...babel-plugin-remove-graphql-queries@3.7.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.6.0-next.0...babel-plugin-remove-graphql-queries@3.7.0-next.0) (2021-05-21) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.6.0/packages/babel-plugin-remove-graphql-queries) (2021-05-25) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +#### Bug Fixes -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.5.0-next.0...babel-plugin-remove-graphql-queries@3.6.0-next.0) (2021-05-06) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.5.0/packages/babel-plugin-remove-graphql-queries) (2021-05-12) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.4.0-next.3...babel-plugin-remove-graphql-queries@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.4.0-next.2...babel-plugin-remove-graphql-queries@3.4.0-next.3) (2021-04-20) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.4.0/packages/babel-plugin-remove-graphql-queries) (2021-04-28) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.4.0-next.1...babel-plugin-remove-graphql-queries@3.4.0-next.2) (2021-04-20) +#### Bug Fixes -### Bug Fixes +- add support for useStaticQuery with commonjs/require [#30941](https://github.com/gatsbyjs/gatsby/issues/30941) ([0d23703](https://github.com/gatsbyjs/gatsby/commit/0d23703c104c3557a77cfbc0e98d5dc9f947c909)) -- **gatsby:** add support for useStaticQuery with commonjs/require ([#30941](https://github.com/gatsbyjs/gatsby/issues/30941)) ([0d23703](https://github.com/gatsbyjs/gatsby/commit/0d23703c104c3557a77cfbc0e98d5dc9f947c909)) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.3.0/packages/babel-plugin-remove-graphql-queries) (2021-04-14) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.4.0-next.0...babel-plugin-remove-graphql-queries@3.4.0-next.1) (2021-04-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.3.0-next.1...babel-plugin-remove-graphql-queries@3.4.0-next.0) (2021-04-09) - -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.2.0/packages/babel-plugin-remove-graphql-queries) (2021-03-30) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.3.0-next.0...babel-plugin-remove-graphql-queries@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.2.0-next.0...babel-plugin-remove-graphql-queries@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.1.0/packages/babel-plugin-remove-graphql-queries) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.1.0-next.1...babel-plugin-remove-graphql-queries@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.0.0/packages/babel-plugin-remove-graphql-queries) (2021-03-02) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.1.0-next.0...babel-plugin-remove-graphql-queries@3.1.0-next.1) (2021-02-26) +#### Features -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +- Remove possibility to use global graphql tag for queries [#29291](https://github.com/gatsbyjs/gatsby/issues/29291) ([d933462](https://github.com/gatsbyjs/gatsby/commit/d933462d64f004e1a9db2d3407797d45ff8b4762)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.0.0-next.3...babel-plugin-remove-graphql-queries@3.1.0-next.0) (2021-02-26) +#### Refactoring -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +- remove fs from ssr bundle, remove static queries from ssr bundle [#29396](https://github.com/gatsbyjs/gatsby/issues/29396) ([f221c33](https://github.com/gatsbyjs/gatsby/commit/f221c3394d344d7ad84f2add79bd203dbded4de0)) -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.0.0-next.2...babel-plugin-remove-graphql-queries@3.0.0-next.3) (2021-02-25) +### [2.16.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.16.1/packages/babel-plugin-remove-graphql-queries) (2021-02-24) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.0.0-next.1...babel-plugin-remove-graphql-queries@3.0.0-next.2) (2021-02-22) +## [2.16.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.16.0/packages/babel-plugin-remove-graphql-queries) (2021-02-02) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.0.0-next.0...babel-plugin-remove-graphql-queries@3.0.0-next.1) (2021-02-17) +#### Bug Fixes -### Features +- make sure imports are posix [#29144](https://github.com/gatsbyjs/gatsby/issues/29144) ([3a5a855](https://github.com/gatsbyjs/gatsby/commit/3a5a855ebc16c1cd2e9c1cae1586765591a4b353)) -- **gatsby:** Remove possibility to use global graphql tag for queries ([#29291](https://github.com/gatsbyjs/gatsby/issues/29291)) ([d933462](https://github.com/gatsbyjs/gatsby/commit/d933462d64f004e1a9db2d3407797d45ff8b4762)) +## [2.15.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.15.0/packages/babel-plugin-remove-graphql-queries) (2021-01-20) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.17.0-next.0...babel-plugin-remove-graphql-queries@3.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [2.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.1...babel-plugin-remove-graphql-queries@2.17.0-next.0) (2021-01-28) +## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.14.0/packages/babel-plugin-remove-graphql-queries) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package babel-plugin-remove-graphql-queries -# [2.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.0...babel-plugin-remove-graphql-queries@2.16.0-next.1) (2021-01-26) +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.13.0/packages/babel-plugin-remove-graphql-queries) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **babel-plugin-remove-graphql-queries:** make sure imports are posix ([#29144](https://github.com/gatsbyjs/gatsby/issues/29144)) ([3a5a855](https://github.com/gatsbyjs/gatsby/commit/3a5a855ebc16c1cd2e9c1cae1586765591a4b353)) +#### Bug Fixes -# [2.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.15.0-next.0...babel-plugin-remove-graphql-queries@2.16.0-next.0) (2021-01-18) +- Avoid undefined object errors [#28554](https://github.com/gatsbyjs/gatsby/issues/28554) ([39995ae](https://github.com/gatsbyjs/gatsby/commit/39995ae008d72ff17ab57bb91cbb625ed64e39f5)) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +#### Chores -# [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.14.0-next.0...babel-plugin-remove-graphql-queries@2.15.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package babel-plugin-remove-graphql-queries +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.12.0/packages/babel-plugin-remove-graphql-queries) (2020-12-02) -# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.13.0-next.0...babel-plugin-remove-graphql-queries@2.14.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -### Bug Fixes +#### Features -- **gatsby:** Avoid undefined object errors ([#28554](https://github.com/gatsbyjs/gatsby/issues/28554)) ([39995ae](https://github.com/gatsbyjs/gatsby/commit/39995ae008d72ff17ab57bb91cbb625ed64e39f5)) +- Add preliminary fast-refresh integration [#26664](https://github.com/gatsbyjs/gatsby/issues/26664) ([613f5c7](https://github.com/gatsbyjs/gatsby/commit/613f5c791fd059e8a64eeaa81993d1f9f14bec53)) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.12.0-next.0...babel-plugin-remove-graphql-queries@2.13.0-next.0) (2020-11-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.11.0/packages/babel-plugin-remove-graphql-queries) (2020-11-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **gatsby:** Add preliminary fast-refresh integration ([#26664](https://github.com/gatsbyjs/gatsby/issues/26664)) ([613f5c7](https://github.com/gatsbyjs/gatsby/commit/613f5c791fd059e8a64eeaa81993d1f9f14bec53)) +#### Features -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.11.0-next.0...babel-plugin-remove-graphql-queries@2.12.0-next.0) (2020-11-18) +- SSR pages during development [#27432](https://github.com/gatsbyjs/gatsby/issues/27432) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) -### Features +#### Chores -- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.10.0-next.0...babel-plugin-remove-graphql-queries@2.10.0-next.1) (2020-11-10) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@2.10.0/packages/babel-plugin-remove-graphql-queries) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package babel-plugin-remove-graphql-queries + + ## [2.9.20](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.9.19...babel-plugin-remove-graphql-queries@2.9.20) (2020-09-28) **Note:** Version bump only for package babel-plugin-remove-graphql-queries diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index d16267958be57..b9b06c160047c 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -1,137 +1,163 @@ -# Change Log +# Changelog: `babel-preset-gatsby-package` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.3...babel-preset-gatsby-package@1.13.0-next.0) (2021-08-12) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.12.0/packages/babel-preset-gatsby-package) (2021-08-18) -**Note:** Version bump only for package babel-preset-gatsby-package +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.2...babel-preset-gatsby-package@1.12.0-next.3) (2021-08-09) +#### Features -### Bug Fixes +- add conditional compilation plugin [#32687](https://github.com/gatsbyjs/gatsby/issues/32687) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41)) -- **babel-preset-gatsby:** no compile ([#32713](https://github.com/gatsbyjs/gatsby/issues/32713)) ([850a5ea](https://github.com/gatsbyjs/gatsby/commit/850a5ea69fb6b66acbce1cdfe8048faf0ba33e77)) +#### Bug Fixes -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.1...babel-preset-gatsby-package@1.12.0-next.2) (2021-08-05) +- no compile [#32713](https://github.com/gatsbyjs/gatsby/issues/32713) ([850a5ea](https://github.com/gatsbyjs/gatsby/commit/850a5ea69fb6b66acbce1cdfe8048faf0ba33e77)) -### Features +#### Chores + +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **babel-preset-gatsby-package:** add conditional compilation plugin ([#32687](https://github.com/gatsbyjs/gatsby/issues/32687)) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41)) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.11.0/packages/babel-preset-gatsby-package) (2021-08-04) -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.0...babel-preset-gatsby-package@1.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.11.0-next.0...babel-preset-gatsby-package@1.12.0-next.0) (2021-07-29) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.10.0/packages/babel-preset-gatsby-package) (2021-07-20) -**Note:** Version bump only for package babel-preset-gatsby-package +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.10.0-next.1...babel-preset-gatsby-package@1.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby-package +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.10.0-next.0...babel-preset-gatsby-package@1.10.0-next.1) (2021-07-08) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.9.0/packages/babel-preset-gatsby-package) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.9.0-next.0...babel-preset-gatsby-package@1.10.0-next.0) (2021-07-01) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.8.0/packages/babel-preset-gatsby-package) (2021-06-23) -**Note:** Version bump only for package babel-preset-gatsby-package +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.1...babel-preset-gatsby-package@1.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby-package +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.0...babel-preset-gatsby-package@1.8.0-next.1) (2021-06-10) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.7.1/packages/babel-preset-gatsby-package) (2021-06-10) -**Note:** Version bump only for package babel-preset-gatsby-package +#### Chores -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.2...babel-preset-gatsby-package@1.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package babel-preset-gatsby-package +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.7.0/packages/babel-preset-gatsby-package) (2021-06-09) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.1...babel-preset-gatsby-package@1.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package babel-preset-gatsby-package +#### Bug Fixes -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.0...babel-preset-gatsby-package@1.7.0-next.1) (2021-05-31) +- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e)) -### Bug Fixes +#### Chores -- **gatsby-plugin-gatsby-cloud:** only load indicator code when enabled ([#31506](https://github.com/gatsbyjs/gatsby/issues/31506)) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e)) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.6.0-next.0...babel-preset-gatsby-package@1.7.0-next.0) (2021-05-21) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.6.0/packages/babel-preset-gatsby-package) (2021-05-25) -**Note:** Version bump only for package babel-preset-gatsby-package +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.5.0-next.0...babel-preset-gatsby-package@1.6.0-next.0) (2021-05-06) +#### Bug Fixes -**Note:** Version bump only for package babel-preset-gatsby-package +- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) [#31575](https://github.com/gatsbyjs/gatsby/issues/31575) ([ae5f270](https://github.com/gatsbyjs/gatsby/commit/ae5f270bb1c472fd75b307f42711cc1339db1909)) + +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.5.0/packages/babel-preset-gatsby-package) (2021-05-12) -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.4.0-next.0...babel-preset-gatsby-package@1.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.3.0-next.1...babel-preset-gatsby-package@1.4.0-next.0) (2021-04-09) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.4.0/packages/babel-preset-gatsby-package) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.3.0-next.0...babel-preset-gatsby-package@1.3.0-next.1) (2021-04-07) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.3.0/packages/babel-preset-gatsby-package) (2021-04-14) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- **deps:** update minor and patch for babel-preset-gatsby-package ([#29852](https://github.com/gatsbyjs/gatsby/issues/29852)) ([5fd8f33](https://github.com/gatsbyjs/gatsby/commit/5fd8f33371a699578e5ffbd39be3ccd9e2c438f6)) +#### Bug Fixes -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.2.0-next.0...babel-preset-gatsby-package@1.3.0-next.0) (2021-03-25) +- update minor and patch for babel-preset-gatsby-package [#29852](https://github.com/gatsbyjs/gatsby/issues/29852) ([5fd8f33](https://github.com/gatsbyjs/gatsby/commit/5fd8f33371a699578e5ffbd39be3ccd9e2c438f6)) -**Note:** Version bump only for package babel-preset-gatsby-package +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.2.0/packages/babel-preset-gatsby-package) (2021-03-30) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.1.0-next.1...babel-preset-gatsby-package@1.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.1.0-next.0...babel-preset-gatsby-package@1.1.0-next.1) (2021-02-26) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.1.0/packages/babel-preset-gatsby-package) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.0.0-next.0...babel-preset-gatsby-package@1.1.0-next.0) (2021-02-26) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.0.0/packages/babel-preset-gatsby-package) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package babel-preset-gatsby-package -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.13.0-next.0...babel-preset-gatsby-package@1.0.0-next.0) (2021-02-05) +## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.12.0/packages/babel-preset-gatsby-package) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package babel-preset-gatsby-package -# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.12.0-next.0...babel-preset-gatsby-package@0.13.0-next.0) (2021-01-28) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.11.0/packages/babel-preset-gatsby-package) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package babel-preset-gatsby-package -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.11.0-next.0...babel-preset-gatsby-package@0.12.0-next.0) (2021-01-18) +## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.10.0/packages/babel-preset-gatsby-package) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package babel-preset-gatsby-package -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.10.0-next.0...babel-preset-gatsby-package@0.11.0-next.0) (2020-12-29) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.9.0/packages/babel-preset-gatsby-package) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) **Note:** Version bump only for package babel-preset-gatsby-package -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.9.0-next.0...babel-preset-gatsby-package@0.10.0-next.0) (2020-12-10) +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.8.0/packages/babel-preset-gatsby-package) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package babel-preset-gatsby-package -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.8.0-next.0...babel-preset-gatsby-package@0.9.0-next.0) (2020-11-26) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.7.0/packages/babel-preset-gatsby-package) (2020-11-20) -**Note:** Version bump only for package babel-preset-gatsby-package +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.7.0-next.0...babel-preset-gatsby-package@0.8.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby-package +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.6.0-next.0...babel-preset-gatsby-package@0.6.0-next.1) (2020-11-10) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.6.0/packages/babel-preset-gatsby-package) (2020-11-12) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Bug Fixes + +- update minor and patch for babel-preset-gatsby-package [#27905](https://github.com/gatsbyjs/gatsby/issues/27905) ([34bf36b](https://github.com/gatsbyjs/gatsby/commit/34bf36b449afde745dd192d80fca015f003acec6)) -- **deps:** update minor and patch for babel-preset-gatsby-package ([#27905](https://github.com/gatsbyjs/gatsby/issues/27905)) ([34bf36b](https://github.com/gatsbyjs/gatsby/commit/34bf36b449afde745dd192d80fca015f003acec6)) + ## [0.5.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.5.2...babel-preset-gatsby-package@0.5.3) (2020-09-15) diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index e46c38bf24004..ba7ccbb640398 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/CHANGELOG.md @@ -1,176 +1,183 @@ -# Change Log +# Changelog: `babel-preset-gatsby` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.13.0-next.0...babel-preset-gatsby@1.13.0-next.1) (2021-08-25) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.12.0/packages/babel-preset-gatsby) (2021-08-18) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.3...babel-preset-gatsby@1.13.0-next.0) (2021-08-12) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.2...babel-preset-gatsby@1.12.0-next.3) (2021-08-09) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.11.0/packages/babel-preset-gatsby) (2021-08-04) -**Note:** Version bump only for package babel-preset-gatsby - -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.1...babel-preset-gatsby@1.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package babel-preset-gatsby -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.0...babel-preset-gatsby@1.12.0-next.1) (2021-08-05) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.10.0/packages/babel-preset-gatsby) (2021-07-20) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.11.0-next.0...babel-preset-gatsby@1.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.9.0/packages/babel-preset-gatsby) (2021-07-07) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.10.0-next.1...babel-preset-gatsby@1.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package babel-preset-gatsby -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.10.0-next.0...babel-preset-gatsby@1.10.0-next.1) (2021-07-08) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.8.0/packages/babel-preset-gatsby) (2021-06-23) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.9.0-next.0...babel-preset-gatsby@1.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.8.0-next.1...babel-preset-gatsby@1.9.0-next.0) (2021-06-18) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.7.1/packages/babel-preset-gatsby) (2021-06-10) -**Note:** Version bump only for package babel-preset-gatsby +#### Chores -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.8.0-next.0...babel-preset-gatsby@1.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package babel-preset-gatsby +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.7.0/packages/babel-preset-gatsby) (2021-06-09) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.7.0-next.2...babel-preset-gatsby@1.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package babel-preset-gatsby +#### Chores -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.7.0-next.1...babel-preset-gatsby@1.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package babel-preset-gatsby +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.6.0/packages/babel-preset-gatsby) (2021-05-25) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.7.0-next.0...babel-preset-gatsby@1.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package babel-preset-gatsby -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.6.0-next.0...babel-preset-gatsby@1.7.0-next.0) (2021-05-21) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.5.0/packages/babel-preset-gatsby) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package babel-preset-gatsby -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.5.0-next.0...babel-preset-gatsby@1.6.0-next.0) (2021-05-06) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.4.0/packages/babel-preset-gatsby) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package babel-preset-gatsby -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.4.0-next.3...babel-preset-gatsby@1.5.0-next.0) (2021-04-23) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.3.0/packages/babel-preset-gatsby) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package babel-preset-gatsby -# [1.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.4.0-next.2...babel-preset-gatsby@1.4.0-next.3) (2021-04-20) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.2.0/packages/babel-preset-gatsby) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package babel-preset-gatsby -# [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.4.0-next.1...babel-preset-gatsby@1.4.0-next.2) (2021-04-20) +### [1.1.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.1.1/packages/babel-preset-gatsby) (2021-03-30) **Note:** Version bump only for package babel-preset-gatsby -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.4.0-next.0...babel-preset-gatsby@1.4.0-next.1) (2021-04-16) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.1.0/packages/babel-preset-gatsby) (2021-03-16) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.3.0-next.2...babel-preset-gatsby@1.4.0-next.0) (2021-04-09) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby +- update core-js [#29791](https://github.com/gatsbyjs/gatsby/issues/29791) ([2758329](https://github.com/gatsbyjs/gatsby/commit/27583295f7d5d82deed4bf324bc0233ff49944cd)) -# [1.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.3.0-next.1...babel-preset-gatsby@1.3.0-next.2) (2021-04-07) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.0.0/packages/babel-preset-gatsby) (2021-03-02) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.3.0-next.0...babel-preset-gatsby@1.3.0-next.1) (2021-03-30) +#### Features -**Note:** Version bump only for package babel-preset-gatsby +- allow setting importSource on preset-react [#29260](https://github.com/gatsbyjs/gatsby/issues/29260) ([f72ff77](https://github.com/gatsbyjs/gatsby/commit/f72ff7747afb1a71d53ba9258bd9a8838c0b062f)) -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.2.0-next.0...babel-preset-gatsby@1.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package babel-preset-gatsby +- remove spread operator from node builds [#29346](https://github.com/gatsbyjs/gatsby/issues/29346) ([d163691](https://github.com/gatsbyjs/gatsby/commit/d16369170b0e56bbc33f680de2bf9ed0650d3702)) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.1.0-next.2...babel-preset-gatsby@1.2.0-next.0) (2021-03-11) +#### Other Changes -**Note:** Version bump only for package babel-preset-gatsby +- Address todos for major release [#29413](https://github.com/gatsbyjs/gatsby/issues/29413) ([bde7394](https://github.com/gatsbyjs/gatsby/commit/bde7394fc5245739cdf6b740ccb211a061126828)) -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.1.0-next.1...babel-preset-gatsby@1.1.0-next.2) (2021-03-10) +### [0.12.3](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.12.3/packages/babel-preset-gatsby) (2021-04-07) **Note:** Version bump only for package babel-preset-gatsby -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.1.0-next.0...babel-preset-gatsby@1.1.0-next.1) (2021-02-26) +### [0.12.2](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.12.2/packages/babel-preset-gatsby) (2021-02-24) **Note:** Version bump only for package babel-preset-gatsby -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.4...babel-preset-gatsby@1.1.0-next.0) (2021-02-26) - -### Features +### [0.12.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.12.1/packages/babel-preset-gatsby) (2021-02-05) -- **babel-preset-gatsby:** allow setting importSource on preset-react ([#29260](https://github.com/gatsbyjs/gatsby/issues/29260)) ([f72ff77](https://github.com/gatsbyjs/gatsby/commit/f72ff7747afb1a71d53ba9258bd9a8838c0b062f)) +#### Bug Fixes -# [1.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.3...babel-preset-gatsby@1.0.0-next.4) (2021-02-25) +- remove spread operator from node builds [#29346](https://github.com/gatsbyjs/gatsby/issues/29346) [#29357](https://github.com/gatsbyjs/gatsby/issues/29357) ([794b387](https://github.com/gatsbyjs/gatsby/commit/794b38799cd8b8ad33bddf857ad9d87cd2615dca)) -**Note:** Version bump only for package babel-preset-gatsby +## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.12.0/packages/babel-preset-gatsby) (2021-02-02) -# [1.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.2...babel-preset-gatsby@1.0.0-next.3) (2021-02-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package babel-preset-gatsby -# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.1...babel-preset-gatsby@1.0.0-next.2) (2021-02-11) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.11.0/packages/babel-preset-gatsby) (2021-01-20) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.0...babel-preset-gatsby@1.0.0-next.1) (2021-02-08) - -### Bug Fixes +**Note:** Version bump only for package babel-preset-gatsby -- **babel-preset-gatsby:** remove spread operator from node builds ([#29346](https://github.com/gatsbyjs/gatsby/issues/29346)) ([d163691](https://github.com/gatsbyjs/gatsby/commit/d16369170b0e56bbc33f680de2bf9ed0650d3702)) +## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.10.0/packages/babel-preset-gatsby) (2021-01-06) -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.13.0-next.0...babel-preset-gatsby@1.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package babel-preset-gatsby -# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0-next.0...babel-preset-gatsby@0.13.0-next.0) (2021-01-28) +### [0.9.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.9.1/packages/babel-preset-gatsby) (2020-12-23) **Note:** Version bump only for package babel-preset-gatsby -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.11.0-next.0...babel-preset-gatsby@0.12.0-next.0) (2021-01-18) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.9.0/packages/babel-preset-gatsby) (2020-12-15) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.10.0-next.1...babel-preset-gatsby@0.11.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [0.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.10.0-next.0...babel-preset-gatsby@0.10.0-next.1) (2020-12-29) - -**Note:** Version bump only for package babel-preset-gatsby +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.8.0/packages/babel-preset-gatsby) (2020-12-02) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.9.0-next.0...babel-preset-gatsby@0.10.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package babel-preset-gatsby -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.8.0-next.0...babel-preset-gatsby@0.9.0-next.0) (2020-11-26) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.7.0/packages/babel-preset-gatsby) (2020-11-20) -**Note:** Version bump only for package babel-preset-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.7.0-next.0...babel-preset-gatsby@0.8.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package babel-preset-gatsby +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.6.0-next.0...babel-preset-gatsby@0.6.0-next.1) (2020-11-10) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@0.6.0/packages/babel-preset-gatsby) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package babel-preset-gatsby + + ## [0.5.15](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.14...babel-preset-gatsby@0.5.15) (2020-11-02) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index bef690b2f9d67..0eca1d1192e01 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/CHANGELOG.md @@ -1,249 +1,254 @@ -# Change Log +# Changelog: `create-gatsby` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.13.0-next.0...create-gatsby@1.13.0-next.1) (2021-08-19) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.12.0/packages/create-gatsby) (2021-08-18) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **create-gatsby:** Clarify multi-choice instructions ([#32827](https://github.com/gatsbyjs/gatsby/issues/32827)) ([23b7b60](https://github.com/gatsbyjs/gatsby/commit/23b7b60e5016fa8e5d606e8309018d2dd1f8257b)) +#### Bug Fixes -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.3...create-gatsby@1.13.0-next.0) (2021-08-12) +- Clarify multi-choice instructions [#32827](https://github.com/gatsbyjs/gatsby/issues/32827) [#32840](https://github.com/gatsbyjs/gatsby/issues/32840) ([a2e72d1](https://github.com/gatsbyjs/gatsby/commit/a2e72d1b513d4f4dd578789607c91d9778c77a5a)) +- update dependency eslint to ^7.32.0 [#32628](https://github.com/gatsbyjs/gatsby/issues/32628) ([65fe945](https://github.com/gatsbyjs/gatsby/commit/65fe94547e0892b3978a7c7376ff1297acb0144f)) -**Note:** Version bump only for package create-gatsby +#### Chores -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.2...create-gatsby@1.12.0-next.3) (2021-08-09) +- update [dev] minor and patch dependencies for create-gatsby [#32557](https://github.com/gatsbyjs/gatsby/issues/32557) ([451c847](https://github.com/gatsbyjs/gatsby/commit/451c8477427f2cb5ea6b0e48d7863241a8fd9d81)) +- update fs-extra [#32570](https://github.com/gatsbyjs/gatsby/issues/32570) ([bc3410b](https://github.com/gatsbyjs/gatsby/commit/bc3410bff0c31be8e4aba5ce45fd49d93d25118f)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package create-gatsby +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.11.0/packages/create-gatsby) (2021-08-04) -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.1...create-gatsby@1.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package create-gatsby -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.0...create-gatsby@1.12.0-next.1) (2021-08-05) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.10.0/packages/create-gatsby) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency eslint to ^7.32.0 ([#32628](https://github.com/gatsbyjs/gatsby/issues/32628)) ([65fe945](https://github.com/gatsbyjs/gatsby/commit/65fe94547e0892b3978a7c7376ff1297acb0144f)) +#### Bug Fixes -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.11.0-next.0...create-gatsby@1.12.0-next.0) (2021-07-29) +- update dependency execa to v5 [#32232](https://github.com/gatsbyjs/gatsby/issues/32232) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -**Note:** Version bump only for package create-gatsby +#### Chores -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.10.0-next.1...create-gatsby@1.11.0-next.0) (2021-07-15) - -**Note:** Version bump only for package create-gatsby +- update [dev] minor and patch dependencies for create-gatsby [#32241](https://github.com/gatsbyjs/gatsby/issues/32241) ([a2551a9](https://github.com/gatsbyjs/gatsby/commit/a2551a9975e751a58874ce05381cbabdd278cb5a)) +- update dependency prettier to ^2.3.2 [#31149](https://github.com/gatsbyjs/gatsby/issues/31149) ([0666d6f](https://github.com/gatsbyjs/gatsby/commit/0666d6fc1b0e3cfd0181bec822b4ae2a9f9ad5f7)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.10.0-next.0...create-gatsby@1.10.0-next.1) (2021-07-08) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.9.0/packages/create-gatsby) (2021-07-07) -### Bug Fixes - -- **deps:** update dependency execa to v5 ([#32232](https://github.com/gatsbyjs/gatsby/issues/32232)) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) - -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.9.0-next.1...create-gatsby@1.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package create-gatsby -# [1.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.9.0-next.0...create-gatsby@1.9.0-next.1) (2021-06-28) - -**Note:** Version bump only for package create-gatsby +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.8.0/packages/create-gatsby) (2021-06-23) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.8.0-next.1...create-gatsby@1.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) **Note:** Version bump only for package create-gatsby -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.8.0-next.0...create-gatsby@1.8.0-next.1) (2021-06-10) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.7.1/packages/create-gatsby) (2021-06-10) **Note:** Version bump only for package create-gatsby -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.7.0-next.2...create-gatsby@1.8.0-next.0) (2021-06-03) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.7.0/packages/create-gatsby) (2021-06-09) -**Note:** Version bump only for package create-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.7.0-next.1...create-gatsby@1.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package create-gatsby +- update minor and patch for create-gatsby [#31680](https://github.com/gatsbyjs/gatsby/issues/31680) ([dd51c37](https://github.com/gatsbyjs/gatsby/commit/dd51c379bbace9c5617dd647e4e74de825b6d981)) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.7.0-next.0...create-gatsby@1.7.0-next.1) (2021-05-31) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.6.0/packages/create-gatsby) (2021-05-25) -**Note:** Version bump only for package create-gatsby - -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.6.0-next.0...create-gatsby@1.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package create-gatsby -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.5.0-next.0...create-gatsby@1.6.0-next.0) (2021-05-06) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.5.0/packages/create-gatsby) (2021-05-12) -**Note:** Version bump only for package create-gatsby - -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.4.0-next.0...create-gatsby@1.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package create-gatsby -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.3.0-next.1...create-gatsby@1.4.0-next.0) (2021-04-09) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.4.0/packages/create-gatsby) (2021-04-28) -**Note:** Version bump only for package create-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.3.0-next.0...create-gatsby@1.3.0-next.1) (2021-04-07) +#### Chores -**Note:** Version bump only for package create-gatsby +- update eslint [#29279](https://github.com/gatsbyjs/gatsby/issues/29279) ([780d6db](https://github.com/gatsbyjs/gatsby/commit/780d6db7e760d4a185df4130154f1a8a2c7a49b8)) -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.2.0-next.1...create-gatsby@1.3.0-next.0) (2021-03-25) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.3.0/packages/create-gatsby) (2021-04-14) -**Note:** Version bump only for package create-gatsby - -# [1.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.2.0-next.0...create-gatsby@1.2.0-next.1) (2021-03-19) - -### Bug Fixes - -- **gatsby-plugin-netlify:** upgrade webpack-assets-manifest for compatibility with webpack@5 ([#30217](https://github.com/gatsbyjs/gatsby/issues/30217)) ([ca44a9e](https://github.com/gatsbyjs/gatsby/commit/ca44a9eb04878919ee52874a5e879a1a29ee0463)) - -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.3...create-gatsby@1.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package create-gatsby -# [1.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.2...create-gatsby@1.1.0-next.3) (2021-03-10) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.2.0/packages/create-gatsby) (2021-03-30) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- **create-gatsby:** Use legacy peer deps ([#29856](https://github.com/gatsbyjs/gatsby/issues/29856)) ([a92b276](https://github.com/gatsbyjs/gatsby/commit/a92b27683e53941bb41eff0a9747961f842c210e)) +#### Bug Fixes -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.1...create-gatsby@1.1.0-next.2) (2021-02-28) +- upgrade webpack-assets-manifest for compatibility with webpack@5 [#30217](https://github.com/gatsbyjs/gatsby/issues/30217) ([ca44a9e](https://github.com/gatsbyjs/gatsby/commit/ca44a9eb04878919ee52874a5e879a1a29ee0463)) -### Features +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.1.0/packages/create-gatsby) (2021-03-16) -- **create-gatsby:** Add support for cloud plugin ([#29807](https://github.com/gatsbyjs/gatsby/issues/29807)) ([3c39340](https://github.com/gatsbyjs/gatsby/commit/3c39340145d69d50207fa357f9240397635d8d99)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.0...create-gatsby@1.1.0-next.1) (2021-02-26) +#### Features -**Note:** Version bump only for package create-gatsby +- Add support for cloud plugin [#29807](https://github.com/gatsbyjs/gatsby/issues/29807) ([3c39340](https://github.com/gatsbyjs/gatsby/commit/3c39340145d69d50207fa357f9240397635d8d99)) -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.2...create-gatsby@1.1.0-next.0) (2021-02-26) +#### Bug Fixes -### Features +- Use legacy peer deps [#29856](https://github.com/gatsbyjs/gatsby/issues/29856) ([a92b276](https://github.com/gatsbyjs/gatsby/commit/a92b27683e53941bb41eff0a9747961f842c210e)) -- **create-gatsby:** Remove offline plugin ([#29771](https://github.com/gatsbyjs/gatsby/issues/29771)) ([27adffe](https://github.com/gatsbyjs/gatsby/commit/27adffe1ade6dc5c1dcf649bc204b45bf85c700f)) +#### Chores -# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.1...create-gatsby@1.0.0-next.2) (2021-02-25) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package create-gatsby +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.0.0/packages/create-gatsby) (2021-03-02) -# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.0...create-gatsby@1.0.0-next.1) (2021-02-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package create-gatsby +#### Features -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.6.0-next.1...create-gatsby@1.0.0-next.0) (2021-02-05) +- Add support for cloud plugin [#29807](https://github.com/gatsbyjs/gatsby/issues/29807) [#29812](https://github.com/gatsbyjs/gatsby/issues/29812) ([40c18f5](https://github.com/gatsbyjs/gatsby/commit/40c18f5610dd5d2e879d2ca7cb8436b49a8cc9fd)) +- Remove offline plugin [#29771](https://github.com/gatsbyjs/gatsby/issues/29771) ([27adffe](https://github.com/gatsbyjs/gatsby/commit/27adffe1ade6dc5c1dcf649bc204b45bf85c700f)) -**Note:** Version bump only for package create-gatsby +#### Bug Fixes -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.6.0-next.0...create-gatsby@0.6.0-next.1) (2021-02-04) +- Use legacy peer deps [#29856](https://github.com/gatsbyjs/gatsby/issues/29856) [#29862](https://github.com/gatsbyjs/gatsby/issues/29862) ([8639f7b](https://github.com/gatsbyjs/gatsby/commit/8639f7ba6924f26da2d7e891ef2d3ac6eb0b3fc9)) -**Note:** Version bump only for package create-gatsby +#### Chores -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.5.0-next.0...create-gatsby@0.6.0-next.0) (2021-01-28) +- Fix broken eslint rule Fix [#29727](https://github.com/gatsbyjs/gatsby/issues/29727) ([3db77a5](https://github.com/gatsbyjs/gatsby/commit/3db77a59f84a61243e2fa42132acf8ad7d140996)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) +- Use new image plugin [#29356](https://github.com/gatsbyjs/gatsby/issues/29356) ([936c74e](https://github.com/gatsbyjs/gatsby/commit/936c74ea7ff9965c993541bd8feea82e40c0919b)) -**Note:** Version bump only for package create-gatsby +### [0.5.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.5.1/packages/create-gatsby) (2021-02-04) -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.4.0-next.1...create-gatsby@0.5.0-next.0) (2021-01-18) +#### Other Changes -**Note:** Version bump only for package create-gatsby +- launch gatsby-source-wordpress v4 [#29150](https://github.com/gatsbyjs/gatsby/issues/29150) [#29330](https://github.com/gatsbyjs/gatsby/issues/29330) [#29150](https://github.com/gatsbyjs/gatsby/issues/29150) ([0a31b64](https://github.com/gatsbyjs/gatsby/commit/0a31b64709a4118730adbf0551f921f7027304bf)) -# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.4.0-next.0...create-gatsby@0.4.0-next.1) (2021-01-12) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.5.0/packages/create-gatsby) (2021-02-02) -**Note:** Version bump only for package create-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.4...create-gatsby@0.4.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package create-gatsby +- update dependency eslint to ^7.18.0 [#29172](https://github.com/gatsbyjs/gatsby/issues/29172) ([94936fb](https://github.com/gatsbyjs/gatsby/commit/94936fb5c5699be4c261235dc37f913c70dc420d)) -# [0.3.0-next.4](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.3...create-gatsby@0.3.0-next.4) (2020-12-17) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.4.0/packages/create-gatsby) (2021-01-20) -**Note:** Version bump only for package create-gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.2...create-gatsby@0.3.0-next.3) (2020-12-17) +#### Chores -### Bug Fixes +- update eslint [#28709](https://github.com/gatsbyjs/gatsby/issues/28709) ([2aae8c0](https://github.com/gatsbyjs/gatsby/commit/2aae8c0ce634783c4ac350b849473d36d723426c)) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -- **create-gatsby:** Switch dependency to sass ([#28655](https://github.com/gatsbyjs/gatsby/issues/28655)) ([a1f6e79](https://github.com/gatsbyjs/gatsby/commit/a1f6e79a4c8bb444381503fae0fadfe3bc4cbf9c)) +#### Other Changes -# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.1...create-gatsby@0.3.0-next.2) (2020-12-16) +- fix(create-gatsby) the sessionId is supposed to be the same for the whole duration of the session [#28864](https://github.com/gatsbyjs/gatsby/issues/28864) ([de87590](https://github.com/gatsbyjs/gatsby/commit/de8759002872c8fcf3bf9598dcf19573f9b712d5)) -### Bug Fixes +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.3.0/packages/create-gatsby) (2021-01-06) -- **create-gatsby:** Adds a default icon so plugin-manifest works out of the box ([#28635](https://github.com/gatsbyjs/gatsby/issues/28635)) ([4dc8ab7](https://github.com/gatsbyjs/gatsby/commit/4dc8ab79c194fe5c56a1d2bd794ff9c8e03ad927)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.0...create-gatsby@0.3.0-next.1) (2020-12-15) +#### Bug Fixes -### Bug Fixes +- Switch dependency to sass [#28655](https://github.com/gatsbyjs/gatsby/issues/28655) ([a1f6e79](https://github.com/gatsbyjs/gatsby/commit/a1f6e79a4c8bb444381503fae0fadfe3bc4cbf9c)) +- Adds a default icon so plugin-manifest works out of the box [#28635](https://github.com/gatsbyjs/gatsby/issues/28635) ([4dc8ab7](https://github.com/gatsbyjs/gatsby/commit/4dc8ab79c194fe5c56a1d2bd794ff9c8e03ad927)) +- Default to gatsby-image until the plugin is GA [#28607](https://github.com/gatsbyjs/gatsby/issues/28607) ([84f3d08](https://github.com/gatsbyjs/gatsby/commit/84f3d08ac4ae2830bdb946da30a51c41ecb00ed1)) -- **create-gatsby:** Default to gatsby-image until the plugin is GA ([#28607](https://github.com/gatsbyjs/gatsby/issues/28607)) ([84f3d08](https://github.com/gatsbyjs/gatsby/commit/84f3d08ac4ae2830bdb946da30a51c41ecb00ed1)) +#### Other Changes -# [0.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.4...create-gatsby@0.3.0-next.0) (2020-12-10) +- fix(create-gatsby) the sessionId is supposed to be the same for the whole duration of the session [#28864](https://github.com/gatsbyjs/gatsby/issues/28864) [#28870](https://github.com/gatsbyjs/gatsby/issues/28870) ([0c1c807](https://github.com/gatsbyjs/gatsby/commit/0c1c8076b442bcf2e4bdaa70dd56b7392ed7e550)) +- fix (creat-gatsby): Remove license information fix [#28644](https://github.com/gatsbyjs/gatsby/issues/28644) ([2050e93](https://github.com/gatsbyjs/gatsby/commit/2050e93c2ccdcbabc48a4769e046da3671337418)) -**Note:** Version bump only for package create-gatsby +### [0.2.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.2.1/packages/create-gatsby) (2020-12-16) -# [0.2.0-next.4](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.3...create-gatsby@0.2.0-next.4) (2020-12-08) +#### Bug Fixes -### Bug Fixes +- Adds a default icon so plugin-manifest works out of the box [#28635](https://github.com/gatsbyjs/gatsby/issues/28635) [#28661](https://github.com/gatsbyjs/gatsby/issues/28661) ([b5b96bc](https://github.com/gatsbyjs/gatsby/commit/b5b96bcd38f47760cc5ce76e4fe798b2dbda92af)) -- **create-gatsby:** Fix kebabcase edge cases and tests ([#28480](https://github.com/gatsbyjs/gatsby/issues/28480)) ([d76ccb1](https://github.com/gatsbyjs/gatsby/commit/d76ccb16ff6b8f8da541ebe06f0455f41f343807)) +## [0.2.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.2.0/packages/create-gatsby) (2020-12-15) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **create-gatsby:** Add -y flag ([#28468](https://github.com/gatsbyjs/gatsby/issues/28468)) ([a93c71d](https://github.com/gatsbyjs/gatsby/commit/a93c71d5e66fe2265c650d1bfb4b94b50d56d91c)) +#### Features -# [0.2.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.2...create-gatsby@0.2.0-next.3) (2020-12-04) +- Add -y flag [#28468](https://github.com/gatsbyjs/gatsby/issues/28468) ([a93c71d](https://github.com/gatsbyjs/gatsby/commit/a93c71d5e66fe2265c650d1bfb4b94b50d56d91c)) +- Prompt for site name [#28401](https://github.com/gatsbyjs/gatsby/issues/28401) ([5ffb6dd](https://github.com/gatsbyjs/gatsby/commit/5ffb6ddc5d3fdcf1658b66d186269dc4eb412b4b)) +- Add name to site metadata [#28324](https://github.com/gatsbyjs/gatsby/issues/28324) ([064a16f](https://github.com/gatsbyjs/gatsby/commit/064a16f5f6049edea3d49a3787b5ef2346b7b89b)) -**Note:** Version bump only for package create-gatsby +#### Bug Fixes -# [0.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.1...create-gatsby@0.2.0-next.2) (2020-12-03) +- Default to gatsby-image until the plugin is GA [#28607](https://github.com/gatsbyjs/gatsby/issues/28607) [#28633](https://github.com/gatsbyjs/gatsby/issues/28633) ([a96c05c](https://github.com/gatsbyjs/gatsby/commit/a96c05c47dc9418c083f54a99f70a91bcb07bc80)) +- Fix kebabcase edge cases and tests Fix [#28480](https://github.com/gatsbyjs/gatsby/issues/28480) ([d76ccb1](https://github.com/gatsbyjs/gatsby/commit/d76ccb16ff6b8f8da541ebe06f0455f41f343807)) +- Improve install [#28318](https://github.com/gatsbyjs/gatsby/issues/28318) ([4fbded2](https://github.com/gatsbyjs/gatsby/commit/4fbded2e336fd97548bf3df23d764f3a500fe5ec)) -### Features +#### Chores -- **create-gatsby:** Prompt for site name ([#28401](https://github.com/gatsbyjs/gatsby/issues/28401)) ([5ffb6dd](https://github.com/gatsbyjs/gatsby/commit/5ffb6ddc5d3fdcf1658b66d186269dc4eb412b4b)) +- update eslint [#28080](https://github.com/gatsbyjs/gatsby/issues/28080) ([8c9bd5f](https://github.com/gatsbyjs/gatsby/commit/8c9bd5fe9244b665b20de4f4f7d515a8d9eb6e28)) -# [0.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.2.0-next.0...create-gatsby@0.2.0-next.1) (2020-12-01) +#### Other Changes -### Bug Fixes +- reorder styles by popularity and change postcss title [#28566](https://github.com/gatsbyjs/gatsby/issues/28566) ([723b8b4](https://github.com/gatsbyjs/gatsby/commit/723b8b4caedb53f2c844f1b588549df8755a5782)) +- fix (create-gatsby): Ignore confirmation prompt fix [#28540](https://github.com/gatsbyjs/gatsby/issues/28540) ([f4f924a](https://github.com/gatsbyjs/gatsby/commit/f4f924a369cb7aa287de88f0e64cc076f2204806)) +- fix duplicate message fix [#28484](https://github.com/gatsbyjs/gatsby/issues/28484) ([fbb2758](https://github.com/gatsbyjs/gatsby/commit/fbb275835b4bdf841f71bb36f88ee4647d13a4c5)) +- add test for handling errors in install plugins [#28364](https://github.com/gatsbyjs/gatsby/issues/28364) ([e7b329c](https://github.com/gatsbyjs/gatsby/commit/e7b329c4e1cf22888b8713b605ac1e3a266fd903)) +- some for init starter [#28376](https://github.com/gatsbyjs/gatsby/issues/28376) ([4d14e22](https://github.com/gatsbyjs/gatsby/commit/4d14e22a5dd4a9522c25f55c5faefb207bd78db0)) +- (gatsby-cli) Add a CLI command for listing plugins [#28018](https://github.com/gatsbyjs/gatsby/issues/28018) ([0e4d026](https://github.com/gatsbyjs/gatsby/commit/0e4d026059d9d0507de9433ed13e4bcd3d7376a6)) +- snapshot plugins-options-form and tiny refactoring [#28366](https://github.com/gatsbyjs/gatsby/issues/28366) ([a19a76d](https://github.com/gatsbyjs/gatsby/commit/a19a76d6aa429cda949ce6802bcd6820cdc4a1f7)) -- **create-gatsby:** Improve install ([#28318](https://github.com/gatsbyjs/gatsby/issues/28318)) ([4fbded2](https://github.com/gatsbyjs/gatsby/commit/4fbded2e336fd97548bf3df23d764f3a500fe5ec)) +## [0.1.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.1.0/packages/create-gatsby) (2020-12-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **create-gatsby:** Add name to site metadata ([#28324](https://github.com/gatsbyjs/gatsby/issues/28324)) ([064a16f](https://github.com/gatsbyjs/gatsby/commit/064a16f5f6049edea3d49a3787b5ef2346b7b89b)) +#### Features -# [0.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.1.0-next.2...create-gatsby@0.2.0-next.0) (2020-11-26) +- Update gatsby-minimal-starter [#28040](https://github.com/gatsbyjs/gatsby/issues/28040) ([fe18a18](https://github.com/gatsbyjs/gatsby/commit/fe18a18812276c19c2bef654f08039f1037113f7)) -### Bug Fixes +#### Bug Fixes -- Fix starter publish and scripts ([#28260](https://github.com/gatsbyjs/gatsby/issues/28260)) ([f6417dd](https://github.com/gatsbyjs/gatsby/commit/f6417dd58360bd3e243a955c413dd46138608af6)), closes [/github.com/gatsbyjs/gatsby/issues/28238#issuecomment-732506607](https://github.com//github.com/gatsbyjs/gatsby/issues/28238/issues/issuecomment-732506607) +- Improve install [#28318](https://github.com/gatsbyjs/gatsby/issues/28318) [#28406](https://github.com/gatsbyjs/gatsby/issues/28406) ([500ade2](https://github.com/gatsbyjs/gatsby/commit/500ade25810c380889c77a80dd1834f4370bd76a)) +- Fix starter publish and scripts Fix [#28260](https://github.com/gatsbyjs/gatsby/issues/28260) [#issuecomment-732506607](https://github.com/gatsbyjs/gatsby/issues/issuecomment-732506607) ([f6417dd](https://github.com/gatsbyjs/gatsby/commit/f6417dd58360bd3e243a955c413dd46138608af6)) -# [0.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.1.0-next.1...create-gatsby@0.1.0-next.2) (2020-11-23) +#### Other Changes -**Note:** Version bump only for package create-gatsby +- update to emotion@11 [#27981](https://github.com/gatsbyjs/gatsby/issues/27981) ([9c00fc9](https://github.com/gatsbyjs/gatsby/commit/9c00fc9ec27ebedb440b8400aee8b41892b173ee)) -# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.1.0-next.0...create-gatsby@0.1.0-next.1) (2020-11-22) +### [0.0.2](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.0.2/packages/create-gatsby) (2020-11-25) -### Features +#### Bug Fixes -- **create-gatsby:** Update gatsby-minimal-starter ([#28040](https://github.com/gatsbyjs/gatsby/issues/28040)) ([fe18a18](https://github.com/gatsbyjs/gatsby/commit/fe18a18812276c19c2bef654f08039f1037113f7)) +- Fix starter publish and scripts Fix [#28260](https://github.com/gatsbyjs/gatsby/issues/28260) Fix [#28282](https://github.com/gatsbyjs/gatsby/issues/28282) [#issuecomment-732506607](https://github.com/gatsbyjs/gatsby/issues/issuecomment-732506607) ([bd3abae](https://github.com/gatsbyjs/gatsby/commit/bd3abae8de6b68c25bd0181b98fcd7a549b2882d)) -# [0.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.0.0-next.0...create-gatsby@0.1.0-next.0) (2020-11-18) +### [0.0.1](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@0.0.1/packages/create-gatsby) (2020-11-20) -### Features +#### Features -- **create-gatsby:** add telemetry tracking ([#28107](https://github.com/gatsbyjs/gatsby/issues/28107)) ([f9838f7](https://github.com/gatsbyjs/gatsby/commit/f9838f7233057841ac705427ba5b6ca95e9678ac)) +- add telemetry tracking [#28107](https://github.com/gatsbyjs/gatsby/issues/28107) ([f9838f7](https://github.com/gatsbyjs/gatsby/commit/f9838f7233057841ac705427ba5b6ca95e9678ac)) -# 0.0.0-next.0 (2020-11-16) +#### Chores -### Bug Fixes +- Remove alpha warning [#28132](https://github.com/gatsbyjs/gatsby/issues/28132) ([23b4137](https://github.com/gatsbyjs/gatsby/commit/23b413741e0ea4079752a21f0c390ae590d5bc26)) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- update dependency execa to ^4.1.0 [#28081](https://github.com/gatsbyjs/gatsby/issues/28081) ([422b7bb](https://github.com/gatsbyjs/gatsby/commit/422b7bb63bfd22a5291348abe7fad9ef4d6b50ab)) -- **create-gatsby:** Better subprocess handling ([#28043](https://github.com/gatsbyjs/gatsby/issues/28043)) ([d4ab6d2](https://github.com/gatsbyjs/gatsby/commit/d4ab6d27aadd11c22622ec36f4ba0ecfcb908703)) -- **create-gatsby:** Disable emojis on Windows ([#28039](https://github.com/gatsbyjs/gatsby/issues/28039)) ([5fbda3c](https://github.com/gatsbyjs/gatsby/commit/5fbda3ccd93f76f30bbacb861760d10b7087436f)) -- **create-gatsby:** Shim worker_threads ([#28064](https://github.com/gatsbyjs/gatsby/issues/28064)) ([4c400f3](https://github.com/gatsbyjs/gatsby/commit/4c400f35f37d31a939e81b0dbf23f3023d5885a5)) +#### Other Changes -### Features +- Try adding sitehash to success event [#28136](https://github.com/gatsbyjs/gatsby/issues/28136) ([6858f22](https://github.com/gatsbyjs/gatsby/commit/6858f22fc9a64f71756d5cd5122fab99d12749cf)) +- Add Netlify CMS [#28124](https://github.com/gatsbyjs/gatsby/issues/28124) ([061b459](https://github.com/gatsbyjs/gatsby/commit/061b459a73d27f9a2b9bfcc696fb1447e51fe6e4)) -- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) + diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index bb950e800af4e..e7423b9bd6b44 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -1,411 +1,363 @@ -# Change Log +# Changelog: `gatsby-admin` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.23.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.23.0-next.2...gatsby-admin@0.23.0-next.3) (2021-08-25) +## [0.22.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.22.0/packages/gatsby-admin) (2021-08-18) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [0.23.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.23.0-next.1...gatsby-admin@0.23.0-next.2) (2021-08-20) +#### Chores -**Note:** Version bump only for package gatsby-admin +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) -# [0.23.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.23.0-next.0...gatsby-admin@0.23.0-next.1) (2021-08-19) +### [0.21.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.21.1/packages/gatsby-admin) (2021-08-09) **Note:** Version bump only for package gatsby-admin -# [0.23.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.3...gatsby-admin@0.23.0-next.0) (2021-08-12) +## [0.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.21.0/packages/gatsby-admin) (2021-08-04) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -# [0.22.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.2...gatsby-admin@0.22.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-admin +- add allowlist of files [#32486](https://github.com/gatsbyjs/gatsby/issues/32486) ([6b75dbd](https://github.com/gatsbyjs/gatsby/commit/6b75dbdc4edca8aa9dc5d57d234770f814191dcc)) -# [0.22.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.1...gatsby-admin@0.22.0-next.2) (2021-08-05) +### [0.20.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.20.2/packages/gatsby-admin) (2021-07-26) **Note:** Version bump only for package gatsby-admin -# [0.22.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.0...gatsby-admin@0.22.0-next.1) (2021-08-05) +### [0.20.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.20.1/packages/gatsby-admin) (2021-07-21) **Note:** Version bump only for package gatsby-admin -# [0.22.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.6...gatsby-admin@0.22.0-next.0) (2021-07-29) +## [0.20.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.20.0/packages/gatsby-admin) (2021-07-20) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [0.21.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.5...gatsby-admin@0.21.0-next.6) (2021-07-27) +#### Bug Fixes -**Note:** Version bump only for package gatsby-admin +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -# [0.21.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.4...gatsby-admin@0.21.0-next.5) (2021-07-26) +### [0.19.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.19.1/packages/gatsby-admin) (2021-07-10) **Note:** Version bump only for package gatsby-admin -# [0.21.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.3...gatsby-admin@0.21.0-next.4) (2021-07-23) - -**Note:** Version bump only for package gatsby-admin +## [0.19.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.19.0/packages/gatsby-admin) (2021-07-07) -# [0.21.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.2...gatsby-admin@0.21.0-next.3) (2021-07-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-admin -# [0.21.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.1...gatsby-admin@0.21.0-next.2) (2021-07-22) +### [0.18.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.18.1/packages/gatsby-admin) (2021-06-29) **Note:** Version bump only for package gatsby-admin -# [0.21.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.21.0-next.0...gatsby-admin@0.21.0-next.1) (2021-07-19) +## [0.18.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.18.0/packages/gatsby-admin) (2021-06-23) -**Note:** Version bump only for package gatsby-admin - -# [0.21.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.7...gatsby-admin@0.21.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) **Note:** Version bump only for package gatsby-admin -# [0.20.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.6...gatsby-admin@0.20.0-next.7) (2021-07-14) +### [0.17.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.17.2/packages/gatsby-admin) (2021-06-16) **Note:** Version bump only for package gatsby-admin -# [0.20.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.5...gatsby-admin@0.20.0-next.6) (2021-07-14) +### [0.17.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.17.1/packages/gatsby-admin) (2021-06-10) **Note:** Version bump only for package gatsby-admin -# [0.20.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.4...gatsby-admin@0.20.0-next.5) (2021-07-13) - -**Note:** Version bump only for package gatsby-admin +## [0.17.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.17.0/packages/gatsby-admin) (2021-06-09) -# [0.20.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.3...gatsby-admin@0.20.0-next.4) (2021-07-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) **Note:** Version bump only for package gatsby-admin -# [0.20.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.2...gatsby-admin@0.20.0-next.3) (2021-07-08) - -### Bug Fixes - -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) - -# [0.20.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.1...gatsby-admin@0.20.0-next.2) (2021-07-05) +### [0.16.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.16.2/packages/gatsby-admin) (2021-06-02) **Note:** Version bump only for package gatsby-admin -# [0.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.20.0-next.0...gatsby-admin@0.20.0-next.1) (2021-07-02) +### [0.16.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.16.1/packages/gatsby-admin) (2021-05-27) **Note:** Version bump only for package gatsby-admin -# [0.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.19.0-next.1...gatsby-admin@0.20.0-next.0) (2021-07-01) +## [0.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.16.0/packages/gatsby-admin) (2021-05-25) -**Note:** Version bump only for package gatsby-admin - -# [0.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.19.0-next.0...gatsby-admin@0.19.0-next.1) (2021-06-28) - -**Note:** Version bump only for package gatsby-admin - -# [0.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.18.0-next.2...gatsby-admin@0.19.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-admin -# [0.18.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.18.0-next.1...gatsby-admin@0.18.0-next.2) (2021-06-17) +### [0.15.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.15.1/packages/gatsby-admin) (2021-05-19) **Note:** Version bump only for package gatsby-admin -# [0.18.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.18.0-next.0...gatsby-admin@0.18.0-next.1) (2021-06-10) +## [0.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.15.0/packages/gatsby-admin) (2021-05-12) -**Note:** Version bump only for package gatsby-admin - -# [0.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.17.0-next.2...gatsby-admin@0.18.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-admin -# [0.17.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.17.0-next.1...gatsby-admin@0.17.0-next.2) (2021-06-02) +### [0.14.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.14.2/packages/gatsby-admin) (2021-05-08) **Note:** Version bump only for package gatsby-admin -# [0.17.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.17.0-next.0...gatsby-admin@0.17.0-next.1) (2021-05-31) +### [0.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.14.1/packages/gatsby-admin) (2021-05-05) **Note:** Version bump only for package gatsby-admin -# [0.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.6...gatsby-admin@0.17.0-next.0) (2021-05-21) - -**Note:** Version bump only for package gatsby-admin +## [0.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.14.0/packages/gatsby-admin) (2021-04-28) -# [0.16.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.5...gatsby-admin@0.16.0-next.6) (2021-05-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-admin -# [0.16.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.4...gatsby-admin@0.16.0-next.5) (2021-05-19) +### [0.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.13.1/packages/gatsby-admin) (2021-04-20) **Note:** Version bump only for package gatsby-admin -# [0.16.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.3...gatsby-admin@0.16.0-next.4) (2021-05-19) +## [0.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.13.0/packages/gatsby-admin) (2021-04-14) -**Note:** Version bump only for package gatsby-admin - -# [0.16.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.2...gatsby-admin@0.16.0-next.3) (2021-05-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-admin -# [0.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.1...gatsby-admin@0.16.0-next.2) (2021-05-18) +### [0.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.12.1/packages/gatsby-admin) (2021-04-02) **Note:** Version bump only for package gatsby-admin -# [0.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.16.0-next.0...gatsby-admin@0.16.0-next.1) (2021-05-12) - -**Note:** Version bump only for package gatsby-admin +## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.12.0/packages/gatsby-admin) (2021-03-30) -# [0.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.4...gatsby-admin@0.16.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-admin -# [0.15.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.3...gatsby-admin@0.15.0-next.4) (2021-05-05) +### [0.11.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.11.3/packages/gatsby-admin) (2021-03-30) **Note:** Version bump only for package gatsby-admin -# [0.15.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.2...gatsby-admin@0.15.0-next.3) (2021-05-01) +### [0.11.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.11.2/packages/gatsby-admin) (2021-03-23) **Note:** Version bump only for package gatsby-admin -# [0.15.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.1...gatsby-admin@0.15.0-next.2) (2021-04-29) +### [0.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.11.1/packages/gatsby-admin) (2021-03-18) **Note:** Version bump only for package gatsby-admin -# [0.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.0...gatsby-admin@0.15.0-next.1) (2021-04-28) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.11.0/packages/gatsby-admin) (2021-03-16) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [0.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.6...gatsby-admin@0.15.0-next.0) (2021-04-23) +#### Bug Fixes -**Note:** Version bump only for package gatsby-admin +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [0.14.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.5...gatsby-admin@0.14.0-next.6) (2021-04-22) +#### Chores -**Note:** Version bump only for package gatsby-admin +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [0.14.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.4...gatsby-admin@0.14.0-next.5) (2021-04-20) +### [0.10.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.10.4/packages/gatsby-admin) (2021-03-10) **Note:** Version bump only for package gatsby-admin -# [0.14.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.3...gatsby-admin@0.14.0-next.4) (2021-04-20) +### [0.10.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.10.3/packages/gatsby-admin) (2021-03-06) **Note:** Version bump only for package gatsby-admin -# [0.14.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.2...gatsby-admin@0.14.0-next.3) (2021-04-19) +### [0.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.10.2/packages/gatsby-admin) (2021-03-05) **Note:** Version bump only for package gatsby-admin -# [0.14.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.1...gatsby-admin@0.14.0-next.2) (2021-04-16) +### [0.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.10.1/packages/gatsby-admin) (2021-03-04) **Note:** Version bump only for package gatsby-admin -# [0.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.14.0-next.0...gatsby-admin@0.14.0-next.1) (2021-04-16) +## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.10.0/packages/gatsby-admin) (2021-03-02) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [0.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.13.0-next.3...gatsby-admin@0.14.0-next.0) (2021-04-09) +#### Features -**Note:** Version bump only for package gatsby-admin +- upgrade webpack to version 5 [#29145](https://github.com/gatsbyjs/gatsby/issues/29145) ([a7a3991](https://github.com/gatsbyjs/gatsby/commit/a7a3991ca2ad450abaacdc168e9900dad995b584)) -# [0.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.13.0-next.2...gatsby-admin@0.13.0-next.3) (2021-04-09) +#### Chores -**Note:** Version bump only for package gatsby-admin +- Fix broken eslint rule Fix [#29727](https://github.com/gatsbyjs/gatsby/issues/29727) ([3db77a5](https://github.com/gatsbyjs/gatsby/commit/3db77a59f84a61243e2fa42132acf8ad7d140996)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) -# [0.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.13.0-next.1...gatsby-admin@0.13.0-next.2) (2021-04-07) +### [0.8.13](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.13/packages/gatsby-admin) (2021-05-04) **Note:** Version bump only for package gatsby-admin -# [0.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.13.0-next.0...gatsby-admin@0.13.0-next.1) (2021-03-30) +### [0.8.12](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.12/packages/gatsby-admin) (2021-04-07) **Note:** Version bump only for package gatsby-admin -# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.12.0-next.1...gatsby-admin@0.13.0-next.0) (2021-03-25) +### [0.8.11](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.11/packages/gatsby-admin) (2021-03-09) **Note:** Version bump only for package gatsby-admin -# [0.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.12.0-next.0...gatsby-admin@0.12.0-next.1) (2021-03-19) +### [0.8.10](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.10/packages/gatsby-admin) (2021-03-08) **Note:** Version bump only for package gatsby-admin -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.4...gatsby-admin@0.12.0-next.0) (2021-03-11) +### [0.8.9](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.9/packages/gatsby-admin) (2021-03-01) **Note:** Version bump only for package gatsby-admin -# [0.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.3...gatsby-admin@0.11.0-next.4) (2021-03-10) - -### Bug Fixes - -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) - -# [0.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.2...gatsby-admin@0.11.0-next.3) (2021-02-28) +### [0.8.8](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.8/packages/gatsby-admin) (2021-02-25) **Note:** Version bump only for package gatsby-admin -# [0.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.1...gatsby-admin@0.11.0-next.2) (2021-02-26) +### [0.8.7](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.7/packages/gatsby-admin) (2021-02-25) **Note:** Version bump only for package gatsby-admin -# [0.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.0...gatsby-admin@0.11.0-next.1) (2021-02-26) +### [0.8.6](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.6/packages/gatsby-admin) (2021-02-24) **Note:** Version bump only for package gatsby-admin -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.9...gatsby-admin@0.11.0-next.0) (2021-02-26) +### [0.8.5](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.5/packages/gatsby-admin) (2021-02-24) **Note:** Version bump only for package gatsby-admin -# [0.10.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.8...gatsby-admin@0.10.0-next.9) (2021-02-25) +### [0.8.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.4/packages/gatsby-admin) (2021-02-18) **Note:** Version bump only for package gatsby-admin -# [0.10.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.7...gatsby-admin@0.10.0-next.8) (2021-02-22) +### [0.8.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.3/packages/gatsby-admin) (2021-02-05) **Note:** Version bump only for package gatsby-admin -# [0.10.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.6...gatsby-admin@0.10.0-next.7) (2021-02-19) +### [0.8.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.2/packages/gatsby-admin) (2021-02-04) **Note:** Version bump only for package gatsby-admin -# [0.10.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.5...gatsby-admin@0.10.0-next.6) (2021-02-18) +### [0.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.1/packages/gatsby-admin) (2021-02-04) **Note:** Version bump only for package gatsby-admin -# [0.10.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.4...gatsby-admin@0.10.0-next.5) (2021-02-17) - -### Features +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.8.0/packages/gatsby-admin) (2021-02-02) -- **gatsby:** upgrade webpack to version 5 ([#29145](https://github.com/gatsbyjs/gatsby/issues/29145)) ([a7a3991](https://github.com/gatsbyjs/gatsby/commit/a7a3991ca2ad450abaacdc168e9900dad995b584)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [0.10.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.3...gatsby-admin@0.10.0-next.4) (2021-02-15) +#### Chores -**Note:** Version bump only for package gatsby-admin +- update minor and patch for gatsby-admin [#28084](https://github.com/gatsbyjs/gatsby/issues/28084) ([675dcfa](https://github.com/gatsbyjs/gatsby/commit/675dcfae23cea9015690590335b62c2023d0eb5f)) -# [0.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.2...gatsby-admin@0.10.0-next.3) (2021-02-12) +### [0.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.7.1/packages/gatsby-admin) (2021-01-22) **Note:** Version bump only for package gatsby-admin -# [0.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.1...gatsby-admin@0.10.0-next.2) (2021-02-11) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.7.0/packages/gatsby-admin) (2021-01-20) -**Note:** Version bump only for package gatsby-admin - -# [0.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.0...gatsby-admin@0.10.0-next.1) (2021-02-08) - -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.9.0-next.1...gatsby-admin@0.10.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-admin +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- Pin socket.io version to 2.3.0 [#28885](https://github.com/gatsbyjs/gatsby/issues/28885) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd)) -# [0.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.9.0-next.0...gatsby-admin@0.9.0-next.1) (2021-02-04) +#### Chores -**Note:** Version bump only for package gatsby-admin +- update dependency lodash-es to ^4.17.20 [#28710](https://github.com/gatsbyjs/gatsby/issues/28710) ([3b3d5ba](https://github.com/gatsbyjs/gatsby/commit/3b3d5baa8c5e60c947ad63121dd97f7be9693034)) +- fix code block language to shell fix [#28895](https://github.com/gatsbyjs/gatsby/issues/28895) ([ef12dca](https://github.com/gatsbyjs/gatsby/commit/ef12dca08b960ca4c09a59d3e687ec7bd20e7e55)) +- add http to localhost [#28896](https://github.com/gatsbyjs/gatsby/issues/28896) ([a2d0ef8](https://github.com/gatsbyjs/gatsby/commit/a2d0ef824303bd65485b6e133dcae764797dd00a)) -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.0-next.1...gatsby-admin@0.9.0-next.0) (2021-01-28) +### [0.6.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.6.3/packages/gatsby-admin) (2021-01-16) **Note:** Version bump only for package gatsby-admin -# [0.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.8.0-next.0...gatsby-admin@0.8.0-next.1) (2021-01-26) +### [0.6.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.6.2/packages/gatsby-admin) (2021-01-13) **Note:** Version bump only for package gatsby-admin -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.7.0-next.1...gatsby-admin@0.8.0-next.0) (2021-01-18) +### [0.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.6.1/packages/gatsby-admin) (2021-01-06) -### Bug Fixes +#### Bug Fixes -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- Pin socket.io version to 2.3.0 [#28885](https://github.com/gatsbyjs/gatsby/issues/28885) [#28886](https://github.com/gatsbyjs/gatsby/issues/28886) ([64f2e95](https://github.com/gatsbyjs/gatsby/commit/64f2e95316c557e64efcc4bd8a8399eb33f9856c)) -# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.7.0-next.0...gatsby-admin@0.7.0-next.1) (2021-01-12) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.6.0/packages/gatsby-admin) (2021-01-06) -### Bug Fixes - -- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd)) - -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.8...gatsby-admin@0.7.0-next.0) (2020-12-29) - -**Note:** Version bump only for package gatsby-admin - -# [0.6.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.7...gatsby-admin@0.6.0-next.8) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.6...gatsby-admin@0.6.0-next.7) (2020-12-18) +### [0.5.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.5.3/packages/gatsby-admin) (2020-12-30) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.5...gatsby-admin@0.6.0-next.6) (2020-12-17) +### [0.5.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.5.2/packages/gatsby-admin) (2020-12-23) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.4...gatsby-admin@0.6.0-next.5) (2020-12-17) +### [0.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.5.1/packages/gatsby-admin) (2020-12-16) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.3...gatsby-admin@0.6.0-next.4) (2020-12-17) - -**Note:** Version bump only for package gatsby-admin +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.5.0/packages/gatsby-admin) (2020-12-15) -# [0.6.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.2...gatsby-admin@0.6.0-next.3) (2020-12-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.1...gatsby-admin@0.6.0-next.2) (2020-12-15) +### [0.4.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.4.2/packages/gatsby-admin) (2020-12-10) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.0...gatsby-admin@0.6.0-next.1) (2020-12-11) +### [0.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.4.1/packages/gatsby-admin) (2020-12-07) **Note:** Version bump only for package gatsby-admin -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.4...gatsby-admin@0.6.0-next.0) (2020-12-10) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.4.0/packages/gatsby-admin) (2020-12-02) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [0.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.3...gatsby-admin@0.5.0-next.4) (2020-12-08) +#### Other Changes -**Note:** Version bump only for package gatsby-admin +- update to emotion@11 [#27981](https://github.com/gatsbyjs/gatsby/issues/27981) ([9c00fc9](https://github.com/gatsbyjs/gatsby/commit/9c00fc9ec27ebedb440b8400aee8b41892b173ee)) -# [0.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.2...gatsby-admin@0.5.0-next.3) (2020-12-04) +### [0.3.5](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.3.5/packages/gatsby-admin) (2020-12-01) **Note:** Version bump only for package gatsby-admin -# [0.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.1...gatsby-admin@0.5.0-next.2) (2020-12-03) +### [0.3.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.3.4/packages/gatsby-admin) (2020-11-27) **Note:** Version bump only for package gatsby-admin -# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.5.0-next.0...gatsby-admin@0.5.0-next.1) (2020-12-01) +### [0.3.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.3.3/packages/gatsby-admin) (2020-11-25) **Note:** Version bump only for package gatsby-admin -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.4.0-next.2...gatsby-admin@0.5.0-next.0) (2020-11-26) +### [0.3.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.3.2/packages/gatsby-admin) (2020-11-25) **Note:** Version bump only for package gatsby-admin -# [0.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.4.0-next.1...gatsby-admin@0.4.0-next.2) (2020-11-23) +### [0.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.3.1/packages/gatsby-admin) (2020-11-24) **Note:** Version bump only for package gatsby-admin -# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.4.0-next.0...gatsby-admin@0.4.0-next.1) (2020-11-22) +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.3.0/packages/gatsby-admin) (2020-11-20) -**Note:** Version bump only for package gatsby-admin +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.3.0-next.1...gatsby-admin@0.4.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-admin +- update minor and patch for gatsby-admin [#27896](https://github.com/gatsbyjs/gatsby/issues/27896) ([fb96705](https://github.com/gatsbyjs/gatsby/commit/fb967055bb4204ca530103952431ef73841825f7)) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.3.0-next.0...gatsby-admin@0.3.0-next.1) (2020-11-16) +### [0.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.2.1/packages/gatsby-admin) (2020-11-14) **Note:** Version bump only for package gatsby-admin -# [0.2.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.2.0-next.2...gatsby-admin@0.2.0-next.3) (2020-11-10) - -### Bug Fixes - -- **gatsby-admin:** Move `isOfficalPackage` & `GatsbyMonogram` to own components ([#27921](https://github.com/gatsbyjs/gatsby/issues/27921)) ([3489672](https://github.com/gatsbyjs/gatsby/commit/3489672640f92027ff76aab108783d2db2271b1f)) +## [0.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-admin@0.2.0/packages/gatsby-admin) (2020-11-12) -# [0.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.2.0-next.1...gatsby-admin@0.2.0-next.2) (2020-11-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -**Note:** Version bump only for package gatsby-admin +#### Bug Fixes -# [0.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.2.0-next.0...gatsby-admin@0.2.0-next.1) (2020-11-05) +- Move `isOfficalPackage` & `GatsbyMonogram` to own components [#27921](https://github.com/gatsbyjs/gatsby/issues/27921) ([3489672](https://github.com/gatsbyjs/gatsby/commit/3489672640f92027ff76aab108783d2db2271b1f)) -**Note:** Version bump only for package gatsby-admin + ## [0.1.182](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.181...gatsby-admin@0.1.182) (2020-11-02) diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 6dc71e4296a32..3311bd5d13232 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -1,337 +1,294 @@ -# Change Log +# Changelog: `gatsby-cli` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.13.0-next.1...gatsby-cli@3.13.0-next.2) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.12.0/packages/gatsby-cli) (2021-08-18) -**Note:** Version bump only for package gatsby-cli - -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.13.0-next.0...gatsby-cli@3.13.0-next.1) (2021-08-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-cli +#### Bug Fixes -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.3...gatsby-cli@3.13.0-next.0) (2021-08-12) +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -**Note:** Version bump only for package gatsby-cli +#### Chores -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.2...gatsby-cli@3.12.0-next.3) (2021-08-09) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-cli +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.11.0/packages/gatsby-cli) (2021-08-04) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.1...gatsby-cli@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-cli -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.0...gatsby-cli@3.12.0-next.1) (2021-08-05) - -### Bug Fixes - -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.10.0/packages/gatsby-cli) (2021-07-20) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.11.0-next.0...gatsby-cli@3.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-cli +#### Features -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.10.0-next.2...gatsby-cli@3.11.0-next.0) (2021-07-15) +- handle structured logs [#32289](https://github.com/gatsbyjs/gatsby/issues/32289) ([a4ab474](https://github.com/gatsbyjs/gatsby/commit/a4ab4749fb085fb1b3cfcc5927100c0487bb6b1e)) -**Note:** Version bump only for package gatsby-cli +#### Bug Fixes -# [3.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.10.0-next.1...gatsby-cli@3.10.0-next.2) (2021-07-09) +- update dependency execa to v5 [#32232](https://github.com/gatsbyjs/gatsby/issues/32232) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -### Features +#### Chores -- **pqr:** handle structured logs ([#32289](https://github.com/gatsbyjs/gatsby/issues/32289)) ([a4ab474](https://github.com/gatsbyjs/gatsby/commit/a4ab4749fb085fb1b3cfcc5927100c0487bb6b1e)) +- update [dev] minor and patch dependencies for gatsby-cli [#32242](https://github.com/gatsbyjs/gatsby/issues/32242) ([0cecaaf](https://github.com/gatsbyjs/gatsby/commit/0cecaaf34f7cb49b00d3dc658c02d8829e17bf05)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.10.0-next.0...gatsby-cli@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.9.0/packages/gatsby-cli) (2021-07-07) -### Bug Fixes - -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -- **deps:** update dependency execa to v5 ([#32232](https://github.com/gatsbyjs/gatsby/issues/32232)) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) - -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.9.0-next.1...gatsby-cli@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-cli -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.9.0-next.0...gatsby-cli@3.9.0-next.1) (2021-06-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.8.0/packages/gatsby-cli) (2021-06-23) -**Note:** Version bump only for package gatsby-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.8.0-next.2...gatsby-cli@3.9.0-next.0) (2021-06-18) +#### Refactoring -**Note:** Version bump only for package gatsby-cli +- load config and plugins in worker [#31773](https://github.com/gatsbyjs/gatsby/issues/31773) ([81458a0](https://github.com/gatsbyjs/gatsby/commit/81458a078e2140834f25cc7c9b412f9eabb9070c)) -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.8.0-next.1...gatsby-cli@3.8.0-next.2) (2021-06-17) +#### Chores -**Note:** Version bump only for package gatsby-cli +- Fix multiple grammar issues Fix [#31946](https://github.com/gatsbyjs/gatsby/issues/31946) ([aa3bad2](https://github.com/gatsbyjs/gatsby/commit/aa3bad2afaea4dcdd935f629d418f082a9451d47)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) +- don't crash child process when reporter is used [#31812](https://github.com/gatsbyjs/gatsby/issues/31812) ([989a12f](https://github.com/gatsbyjs/gatsby/commit/989a12f696f905ae6a5fedf9ff878d8d2e4a6eb1)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.8.0-next.0...gatsby-cli@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.7.1/packages/gatsby-cli) (2021-06-10) -**Note:** Version bump only for package gatsby-cli +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.7.0-next.2...gatsby-cli@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -### Features +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.7.0/packages/gatsby-cli) (2021-06-09) -- **gatsby:** add createNodeManifest action ([#31127](https://github.com/gatsbyjs/gatsby/issues/31127)) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.7.0-next.1...gatsby-cli@3.7.0-next.2) (2021-06-02) +#### Features -**Note:** Version bump only for package gatsby-cli +- add createNodeManifest action [#31127](https://github.com/gatsbyjs/gatsby/issues/31127) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.7.0-next.0...gatsby-cli@3.7.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-cli +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.6.0-next.2...gatsby-cli@3.7.0-next.0) (2021-05-21) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.6.0/packages/gatsby-cli) (2021-05-25) -**Note:** Version bump only for package gatsby-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [3.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.6.0-next.1...gatsby-cli@3.6.0-next.2) (2021-05-18) +#### Features -### Bug Fixes +- Only load gatsby-recipes in develop if Admin is enabled [#31401](https://github.com/gatsbyjs/gatsby/issues/31401) ([3ee94dc](https://github.com/gatsbyjs/gatsby/commit/3ee94dcb5237f3ed1a05f2e53be964c735bd9e1c)) +- New overlay for DEV_SSR [#31061](https://github.com/gatsbyjs/gatsby/issues/31061) ([7110189](https://github.com/gatsbyjs/gatsby/commit/7110189fda3942aba27cf35f577ce14d7b252d0b)) -- **gatsby-cli:** Switch host env to GATSBY\_ prefix ([#31426](https://github.com/gatsbyjs/gatsby/issues/31426)) ([7c587bf](https://github.com/gatsbyjs/gatsby/commit/7c587bff2041d1b0da79dad5eccab68cbd44fdf0)) +#### Bug Fixes -### Features +- Switch host env to GATSBY\_ prefix fix [#31426](https://github.com/gatsbyjs/gatsby/issues/31426) ([7c587bf](https://github.com/gatsbyjs/gatsby/commit/7c587bff2041d1b0da79dad5eccab68cbd44fdf0)) -- **gatsby:** Only load gatsby-recipes in develop if Admin is enabled ([#31401](https://github.com/gatsbyjs/gatsby/issues/31401)) ([3ee94dc](https://github.com/gatsbyjs/gatsby/commit/3ee94dcb5237f3ed1a05f2e53be964c735bd9e1c)) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.5.0/packages/gatsby-cli) (2021-05-12) -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.6.0-next.0...gatsby-cli@3.6.0-next.1) (2021-05-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -### Features +#### Features -- **gatsby:** New overlay for DEV_SSR ([#31061](https://github.com/gatsbyjs/gatsby/issues/31061)) ([7110189](https://github.com/gatsbyjs/gatsby/commit/7110189fda3942aba27cf35f577ce14d7b252d0b)) +- New overlay for DEV_SSR [#31061](https://github.com/gatsbyjs/gatsby/issues/31061) [#31361](https://github.com/gatsbyjs/gatsby/issues/31361) ([1a4a3a7](https://github.com/gatsbyjs/gatsby/commit/1a4a3a785f88afc0cd54382a5d93fcc0fa1958ef)) +- speedup cli startup by lazily requiring modules [#31134](https://github.com/gatsbyjs/gatsby/issues/31134) ([5105390](https://github.com/gatsbyjs/gatsby/commit/51053902082608e1effe824e66d7b68468dcf06c)) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.5.0-next.1...gatsby-cli@3.6.0-next.0) (2021-05-06) +### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.4.1/packages/gatsby-cli) (2021-05-05) **Note:** Version bump only for package gatsby-cli -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.5.0-next.0...gatsby-cli@3.5.0-next.1) (2021-05-05) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.4.0/packages/gatsby-cli) (2021-04-28) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **gatsby:** speedup cli startup by lazily requiring modules ([#31134](https://github.com/gatsbyjs/gatsby/issues/31134)) ([5105390](https://github.com/gatsbyjs/gatsby/commit/51053902082608e1effe824e66d7b68468dcf06c)) +#### Bug Fixes -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.4...gatsby-cli@3.5.0-next.0) (2021-04-23) +- added HOST environment variable [#26712](https://github.com/gatsbyjs/gatsby/issues/26712) ([b1990c9](https://github.com/gatsbyjs/gatsby/commit/b1990c996a1b061ad1b2bc7dfc1a45c07f459485)) -**Note:** Version bump only for package gatsby-cli +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.3.0/packages/gatsby-cli) (2021-04-14) -# [3.4.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.3...gatsby-cli@3.4.0-next.4) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -**Note:** Version bump only for package gatsby-cli +#### Bug Fixes -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.2...gatsby-cli@3.4.0-next.3) (2021-04-20) +- Update docs links in error-map [#30493](https://github.com/gatsbyjs/gatsby/issues/30493) ([a777367](https://github.com/gatsbyjs/gatsby/commit/a7773678cd5c8e492e047193b20451eeb1ade541)) +- edit copy for gatsby cli docs [#30692](https://github.com/gatsbyjs/gatsby/issues/30692) ([30789d9](https://github.com/gatsbyjs/gatsby/commit/30789d95e44d7abd74a717a765abc357bd259668)) -**Note:** Version bump only for package gatsby-cli +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.2.0/packages/gatsby-cli) (2021-03-30) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.1...gatsby-cli@3.4.0-next.2) (2021-04-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -### Bug Fixes +#### Bug Fixes -- **gatsby-cli:** added HOST environment variable ([#26712](https://github.com/gatsbyjs/gatsby/issues/26712)) ([b1990c9](https://github.com/gatsbyjs/gatsby/commit/b1990c996a1b061ad1b2bc7dfc1a45c07f459485)) +- Correct behavior for reporter.error with pluginName [#30331](https://github.com/gatsbyjs/gatsby/issues/30331) ([eb1e2d8](https://github.com/gatsbyjs/gatsby/commit/eb1e2d8a3fa78027613b530f667b22fe99b4bfcd)) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.0...gatsby-cli@3.4.0-next.1) (2021-04-16) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.1.0/packages/gatsby-cli) (2021-03-16) -**Note:** Version bump only for package gatsby-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.3.0-next.1...gatsby-cli@3.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-cli +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.3.0-next.0...gatsby-cli@3.3.0-next.1) (2021-04-07) - -### Bug Fixes +#### Chores -- **docs:** edit copy for gatsby cli docs ([#30692](https://github.com/gatsbyjs/gatsby/issues/30692)) ([30789d9](https://github.com/gatsbyjs/gatsby/commit/30789d95e44d7abd74a717a765abc357bd259668)) -- **gatsby-cli:** Update docs links in error-map ([#30493](https://github.com/gatsbyjs/gatsby/issues/30493)) ([a777367](https://github.com/gatsbyjs/gatsby/commit/a7773678cd5c8e492e047193b20451eeb1ade541)) +- fix spelling, grammar, links, whitespace and end of files fix [#30063](https://github.com/gatsbyjs/gatsby/issues/30063) ([542d945](https://github.com/gatsbyjs/gatsby/commit/542d94550caece4cb3fecf46ee50c1ac4dce3439)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- move to latest joi [#29792](https://github.com/gatsbyjs/gatsby/issues/29792) ([86b8b26](https://github.com/gatsbyjs/gatsby/commit/86b8b2643be554496178426c8ba8466411ce56f7)) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.2.0-next.1...gatsby-cli@3.3.0-next.0) (2021-03-25) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.0.0/packages/gatsby-cli) (2021-03-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -- **gatsby,gatsby-cli:** Correct behavior for reporter.error with pluginName ([#30331](https://github.com/gatsbyjs/gatsby/issues/30331)) ([eb1e2d8](https://github.com/gatsbyjs/gatsby/commit/eb1e2d8a3fa78027613b530f667b22fe99b4bfcd)) +#### Features -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.2.0-next.0...gatsby-cli@3.2.0-next.1) (2021-03-19) +- track potentially unsafe Node.js builtin modules usage [#29560](https://github.com/gatsbyjs/gatsby/issues/29560) ([fe737d0](https://github.com/gatsbyjs/gatsby/commit/fe737d0784b11dd03f6d3b8c69cf964de5bd50f5)) +- make it default [#29548](https://github.com/gatsbyjs/gatsby/issues/29548) ([348a5bf](https://github.com/gatsbyjs/gatsby/commit/348a5bf989a955345d1b958e25978ed90864cd72)) -**Note:** Version bump only for package gatsby-cli +#### Bug Fixes -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.3...gatsby-cli@3.2.0-next.0) (2021-03-11) +- fix fs empty webpack5 deprecation fix [#29631](https://github.com/gatsbyjs/gatsby/issues/29631) ([893219e](https://github.com/gatsbyjs/gatsby/commit/893219ebceb84c5eb43beebbdeefe81fece33330)) -**Note:** Version bump only for package gatsby-cli +#### Chores -# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.2...gatsby-cli@3.1.0-next.3) (2021-03-10) +- Fix broken eslint rule Fix [#29727](https://github.com/gatsbyjs/gatsby/issues/29727) ([3db77a5](https://github.com/gatsbyjs/gatsby/commit/3db77a59f84a61243e2fa42132acf8ad7d140996)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) -### Bug Fixes +#### Other Changes -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.1...gatsby-cli@3.1.0-next.2) (2021-02-28) +### [2.19.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.19.3/packages/gatsby-cli) (2021-05-04) **Note:** Version bump only for package gatsby-cli -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.0...gatsby-cli@3.1.0-next.1) (2021-02-26) +### [2.19.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.19.2/packages/gatsby-cli) (2021-02-24) **Note:** Version bump only for package gatsby-cli -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.7...gatsby-cli@3.1.0-next.0) (2021-02-26) +### [2.19.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.19.1/packages/gatsby-cli) (2021-02-04) **Note:** Version bump only for package gatsby-cli -# [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.6...gatsby-cli@3.0.0-next.7) (2021-02-25) - -### Bug Fixes +## [2.19.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.19.0/packages/gatsby-cli) (2021-02-02) -- **gatsby:** fix fs empty webpack5 deprecation ([#29631](https://github.com/gatsbyjs/gatsby/issues/29631)) ([893219e](https://github.com/gatsbyjs/gatsby/commit/893219ebceb84c5eb43beebbdeefe81fece33330)) - -### Features - -- **conditional-page-builds:** track potentially unsafe Node.js builtin modules usage ([#29560](https://github.com/gatsbyjs/gatsby/issues/29560)) ([fe737d0](https://github.com/gatsbyjs/gatsby/commit/fe737d0784b11dd03f6d3b8c69cf964de5bd50f5)) - -# [3.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.5...gatsby-cli@3.0.0-next.6) (2021-02-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-cli -# [3.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.4...gatsby-cli@3.0.0-next.5) (2021-02-18) +## [2.18.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.18.0/packages/gatsby-cli) (2021-01-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- **conditional-page-builds:** make it default ([#29548](https://github.com/gatsbyjs/gatsby/issues/29548)) ([348a5bf](https://github.com/gatsbyjs/gatsby/commit/348a5bf989a955345d1b958e25978ed90864cd72)) +#### Bug Fixes -# [3.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.3...gatsby-cli@3.0.0-next.4) (2021-02-17) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- fix timers on progress bar fix [#28684](https://github.com/gatsbyjs/gatsby/issues/28684) ([f11adbb](https://github.com/gatsbyjs/gatsby/commit/f11adbb00d9e1c3add1e3f77c69e258bc5f65699)) -**Note:** Version bump only for package gatsby-cli - -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.2...gatsby-cli@3.0.0-next.3) (2021-02-15) - -**Note:** Version bump only for package gatsby-cli - -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.1...gatsby-cli@3.0.0-next.2) (2021-02-11) - -**Note:** Version bump only for package gatsby-cli - -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.0...gatsby-cli@3.0.0-next.1) (2021-02-08) - -**Note:** Version bump only for package gatsby-cli - -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.20.0-next.1...gatsby-cli@3.0.0-next.0) (2021-02-05) +#### Chores -**Note:** Version bump only for package gatsby-cli - -# [2.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.20.0-next.0...gatsby-cli@2.20.0-next.1) (2021-02-04) - -**Note:** Version bump only for package gatsby-cli +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -# [2.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0-next.1...gatsby-cli@2.20.0-next.0) (2021-01-28) +### [2.17.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.17.1/packages/gatsby-cli) (2021-01-13) **Note:** Version bump only for package gatsby-cli -# [2.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.19.0-next.0...gatsby-cli@2.19.0-next.1) (2021-01-26) - -**Note:** Version bump only for package gatsby-cli +## [2.17.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.17.0/packages/gatsby-cli) (2021-01-06) -# [2.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.18.0-next.1...gatsby-cli@2.19.0-next.0) (2021-01-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -### Bug Fixes - -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) - -# [2.18.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.18.0-next.0...gatsby-cli@2.18.0-next.1) (2021-01-12) - -### Bug Fixes +#### Chores -- **gatsby-cli:** fix timers on progress bar ([#28684](https://github.com/gatsbyjs/gatsby/issues/28684)) ([f11adbb](https://github.com/gatsbyjs/gatsby/commit/f11adbb00d9e1c3add1e3f77c69e258bc5f65699)) +- update ink to v3 [#26190](https://github.com/gatsbyjs/gatsby/issues/26190) ([1e702ae](https://github.com/gatsbyjs/gatsby/commit/1e702ae64e08e8b5d22ca448d870c9bb24954bf8)) -# [2.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.5...gatsby-cli@2.18.0-next.0) (2020-12-29) +### [2.16.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.16.2/packages/gatsby-cli) (2020-12-23) **Note:** Version bump only for package gatsby-cli -# [2.17.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.4...gatsby-cli@2.17.0-next.5) (2020-12-29) +### [2.16.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.16.1/packages/gatsby-cli) (2020-12-16) **Note:** Version bump only for package gatsby-cli -# [2.17.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.3...gatsby-cli@2.17.0-next.4) (2020-12-17) +## [2.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.16.0/packages/gatsby-cli) (2020-12-15) -**Note:** Version bump only for package gatsby-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.17.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.2...gatsby-cli@2.17.0-next.3) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-cli +- update ink to v3 [#26190](https://github.com/gatsbyjs/gatsby/issues/26190) [#28631](https://github.com/gatsbyjs/gatsby/issues/28631) ([e5f5b8f](https://github.com/gatsbyjs/gatsby/commit/e5f5b8fb31d3936ce72416441c4a8cb2a5823103)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.17.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.1...gatsby-cli@2.17.0-next.2) (2020-12-16) +#### Other Changes -**Note:** Version bump only for package gatsby-cli +- (gatsby-cli) Add a CLI command for listing plugins [#28018](https://github.com/gatsbyjs/gatsby/issues/28018) ([0e4d026](https://github.com/gatsbyjs/gatsby/commit/0e4d026059d9d0507de9433ed13e4bcd3d7376a6)) +- add login, logout, whoami commands [#28251](https://github.com/gatsbyjs/gatsby/issues/28251) ([d18b199](https://github.com/gatsbyjs/gatsby/commit/d18b19967936efcefb9d806b49050d00ceb73575)) -# [2.17.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.0...gatsby-cli@2.17.0-next.1) (2020-12-15) +### [2.15.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.15.1/packages/gatsby-cli) (2020-12-10) **Note:** Version bump only for package gatsby-cli -# [2.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.4...gatsby-cli@2.17.0-next.0) (2020-12-10) +## [2.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.15.0/packages/gatsby-cli) (2020-12-02) -**Note:** Version bump only for package gatsby-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [2.16.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.3...gatsby-cli@2.16.0-next.4) (2020-12-08) +#### Features -**Note:** Version bump only for package gatsby-cli +- remove feature flag for new interactive `gatsby new` experience [#28125](https://github.com/gatsbyjs/gatsby/issues/28125) ([911d5e3](https://github.com/gatsbyjs/gatsby/commit/911d5e38f142cf8270f4ce359767076964e19a94)) -# [2.16.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.2...gatsby-cli@2.16.0-next.3) (2020-12-04) +#### Bug Fixes -**Note:** Version bump only for package gatsby-cli +- Fix starter publish and scripts Fix [#28260](https://github.com/gatsbyjs/gatsby/issues/28260) [#issuecomment-732506607](https://github.com/gatsbyjs/gatsby/issues/issuecomment-732506607) ([f6417dd](https://github.com/gatsbyjs/gatsby/commit/f6417dd58360bd3e243a955c413dd46138608af6)) -# [2.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.1...gatsby-cli@2.16.0-next.2) (2020-12-03) +#### Chores -**Note:** Version bump only for package gatsby-cli +- Bump up update-notifier version to 5.0.1 [#28273](https://github.com/gatsbyjs/gatsby/issues/28273) Fixes [#28201](https://github.com/gatsbyjs/gatsby/issues/28201) ([dc6af8a](https://github.com/gatsbyjs/gatsby/commit/dc6af8a81a65766476738ce05482cb12a2cb6a1a)) -# [2.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.16.0-next.0...gatsby-cli@2.16.0-next.1) (2020-12-01) +### [2.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.14.1/packages/gatsby-cli) (2020-11-25) -**Note:** Version bump only for package gatsby-cli +#### Bug Fixes -# [2.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.15.0-next.2...gatsby-cli@2.16.0-next.0) (2020-11-26) +- Fix starter publish and scripts Fix [#28260](https://github.com/gatsbyjs/gatsby/issues/28260) Fix [#28282](https://github.com/gatsbyjs/gatsby/issues/28282) [#issuecomment-732506607](https://github.com/gatsbyjs/gatsby/issues/issuecomment-732506607) ([bd3abae](https://github.com/gatsbyjs/gatsby/commit/bd3abae8de6b68c25bd0181b98fcd7a549b2882d)) -### Bug Fixes +## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.14.0/packages/gatsby-cli) (2020-11-20) -- Fix starter publish and scripts ([#28260](https://github.com/gatsbyjs/gatsby/issues/28260)) ([f6417dd](https://github.com/gatsbyjs/gatsby/commit/f6417dd58360bd3e243a955c413dd46138608af6)), closes [/github.com/gatsbyjs/gatsby/issues/28238#issuecomment-732506607](https://github.com//github.com/gatsbyjs/gatsby/issues/28238/issues/issuecomment-732506607) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -### Features +#### Features -- **gatsby-cli:** remove feature flag for new interactive `gatsby new` experience ([#28125](https://github.com/gatsbyjs/gatsby/issues/28125)) ([911d5e3](https://github.com/gatsbyjs/gatsby/commit/911d5e38f142cf8270f4ce359767076964e19a94)) +- SSR pages during development [#27432](https://github.com/gatsbyjs/gatsby/issues/27432) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +- add GATSBY_EXPERIMENTAL_GATSBY_NEW_FLOW flag to use create-gatsby when no options are provided [#27954](https://github.com/gatsbyjs/gatsby/issues/27954) ([55821db](https://github.com/gatsbyjs/gatsby/commit/55821dbc731fb5755582370f9acd9827050172e0)) +- Add create-gatsby [#27703](https://github.com/gatsbyjs/gatsby/issues/27703) [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)) -# [2.15.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.15.0-next.1...gatsby-cli@2.15.0-next.2) (2020-11-23) +#### Chores -**Note:** Version bump only for package gatsby-cli +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Microbundle package [#28030](https://github.com/gatsbyjs/gatsby/issues/28030) ([ff805c6](https://github.com/gatsbyjs/gatsby/commit/ff805c6c53193a303073610e53a22f18c6aaaedf)) -# [2.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.15.0-next.0...gatsby-cli@2.15.0-next.1) (2020-11-22) +### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.13.1/packages/gatsby-cli) (2020-11-14) **Note:** Version bump only for package gatsby-cli -# [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.14.0-next.1...gatsby-cli@2.15.0-next.0) (2020-11-18) +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.13.0/packages/gatsby-cli) (2020-11-12) -### Features - -- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) - -# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.14.0-next.0...gatsby-cli@2.14.0-next.1) (2020-11-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -### Features - -- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) -- **gatsby-cli:** add GATSBY_EXPERIMENTAL_GATSBY_NEW_FLOW flag to use create-gatsby when no options are provided ([#27954](https://github.com/gatsbyjs/gatsby/issues/27954)) ([55821db](https://github.com/gatsbyjs/gatsby/commit/55821dbc731fb5755582370f9acd9827050172e0)) +#### Features -# [2.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.13.0-next.2...gatsby-cli@2.13.0-next.3) (2020-11-10) +- Augment plugin errors with plugin name [#27435](https://github.com/gatsbyjs/gatsby/issues/27435) ([700d245](https://github.com/gatsbyjs/gatsby/commit/700d2454c824dcfbf7535a40df5032e1dc208c0c)) -**Note:** Version bump only for package gatsby-cli +#### Chores -# [2.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.13.0-next.1...gatsby-cli@2.13.0-next.2) (2020-11-09) +- ensure plugin validation errors are captured [#27933](https://github.com/gatsbyjs/gatsby/issues/27933) ([f49fe0b](https://github.com/gatsbyjs/gatsby/commit/f49fe0b6a55407f13a3af23abe3ac489794606fe)) -### Features - -- **gatsby-cli:** Augment plugin errors with plugin name ([#27435](https://github.com/gatsbyjs/gatsby/issues/27435)) ([700d245](https://github.com/gatsbyjs/gatsby/commit/700d2454c824dcfbf7535a40df5032e1dc208c0c)) - -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.13.0-next.0...gatsby-cli@2.13.0-next.1) (2020-11-05) - -**Note:** Version bump only for package gatsby-cli + ## [2.12.115](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.114...gatsby-cli@2.12.115) (2020-11-02) diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 3541cf83e3526..f90eecd4ebe96 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -1,170 +1,182 @@ -# Change Log +# Changelog: `gatsby-codemods` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.3...gatsby-codemods@2.13.0-next.0) (2021-08-12) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.12.0/packages/gatsby-codemods) (2021-08-18) -**Note:** Version bump only for package gatsby-codemods - -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.2...gatsby-codemods@2.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-codemods +#### Bug Fixes -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.1...gatsby-codemods@2.12.0-next.2) (2021-08-05) - -**Note:** Version bump only for package gatsby-codemods +- update minor and patch dependencies for gatsby-codemods [#32596](https://github.com/gatsbyjs/gatsby/issues/32596) ([4d36328](https://github.com/gatsbyjs/gatsby/commit/4d36328761ead775029606653666a114aff8eb93)) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.0...gatsby-codemods@2.12.0-next.1) (2021-08-05) +#### Chores -### Bug Fixes +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **deps:** update minor and patch dependencies for gatsby-codemods ([#32596](https://github.com/gatsbyjs/gatsby/issues/32596)) ([4d36328](https://github.com/gatsbyjs/gatsby/commit/4d36328761ead775029606653666a114aff8eb93)) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.11.0/packages/gatsby-codemods) (2021-08-04) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.11.0-next.0...gatsby-codemods@2.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-codemods -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.10.0-next.1...gatsby-codemods@2.11.0-next.0) (2021-07-15) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.10.0/packages/gatsby-codemods) (2021-07-20) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.10.0-next.0...gatsby-codemods@2.10.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-codemods +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.9.0-next.0...gatsby-codemods@2.10.0-next.0) (2021-07-01) - -**Note:** Version bump only for package gatsby-codemods +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.9.0/packages/gatsby-codemods) (2021-07-07) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.8.0-next.2...gatsby-codemods@2.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-codemods -# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.8.0-next.1...gatsby-codemods@2.8.0-next.2) (2021-06-17) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.8.0/packages/gatsby-codemods) (2021-06-23) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.8.0-next.0...gatsby-codemods@2.8.0-next.1) (2021-06-10) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-codemods [#31685](https://github.com/gatsbyjs/gatsby/issues/31685) ([94b5875](https://github.com/gatsbyjs/gatsby/commit/94b587577b2d42f415d67f8be78c9269823f944b)) -- **deps:** update minor and patch for gatsby-codemods ([#31685](https://github.com/gatsbyjs/gatsby/issues/31685)) ([94b5875](https://github.com/gatsbyjs/gatsby/commit/94b587577b2d42f415d67f8be78c9269823f944b)) +#### Chores -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.7.0-next.2...gatsby-codemods@2.8.0-next.0) (2021-06-03) +- Fix multiple grammar issues Fix [#31946](https://github.com/gatsbyjs/gatsby/issues/31946) ([aa3bad2](https://github.com/gatsbyjs/gatsby/commit/aa3bad2afaea4dcdd935f629d418f082a9451d47)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-codemods +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.7.1/packages/gatsby-codemods) (2021-06-10) -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.7.0-next.1...gatsby-codemods@2.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-codemods +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.7.0-next.0...gatsby-codemods@2.7.0-next.1) (2021-05-31) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.7.0/packages/gatsby-codemods) (2021-06-09) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.6.0-next.0...gatsby-codemods@2.7.0-next.0) (2021-05-21) +#### Chores -**Note:** Version bump only for package gatsby-codemods +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.6.0/packages/gatsby-codemods) (2021-05-25) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.5.0-next.0...gatsby-codemods@2.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-codemods -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.4.0-next.0...gatsby-codemods@2.5.0-next.0) (2021-04-23) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.5.0/packages/gatsby-codemods) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-codemods -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.3.0-next.1...gatsby-codemods@2.4.0-next.0) (2021-04-09) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.4.0/packages/gatsby-codemods) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-codemods -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.3.0-next.0...gatsby-codemods@2.3.0-next.1) (2021-04-07) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.3.0/packages/gatsby-codemods) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-codemods -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.2.0-next.0...gatsby-codemods@2.3.0-next.0) (2021-03-25) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.2.0/packages/gatsby-codemods) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-codemods -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.1.0-next.2...gatsby-codemods@2.2.0-next.0) (2021-03-11) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.1.0/packages/gatsby-codemods) (2021-03-16) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.1.0-next.1...gatsby-codemods@2.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-codemods +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.1.0-next.0...gatsby-codemods@2.1.0-next.1) (2021-02-26) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.0.0/packages/gatsby-codemods) (2021-03-02) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.0.0-next.2...gatsby-codemods@2.1.0-next.0) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-codemods +- update minor and patch for gatsby-codemods [#29513](https://github.com/gatsbyjs/gatsby/issues/29513) ([e65d60c](https://github.com/gatsbyjs/gatsby/commit/e65d60c154b3523fbefa9a9fb7a4bc8dddef32f6)) -# [2.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.0.0-next.1...gatsby-codemods@2.0.0-next.2) (2021-02-22) +#### Chores -### Bug Fixes +- bump graphql and graphql-compose major versions [#29090](https://github.com/gatsbyjs/gatsby/issues/29090) ([7e4ba2b](https://github.com/gatsbyjs/gatsby/commit/7e4ba2b82a7c63ea4809c489d5e95165e9a33c03)) -- **deps:** update minor and patch for gatsby-codemods ([#29513](https://github.com/gatsbyjs/gatsby/issues/29513)) ([e65d60c](https://github.com/gatsbyjs/gatsby/commit/e65d60c154b3523fbefa9a9fb7a4bc8dddef32f6)) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.10.0/packages/gatsby-codemods) (2021-02-02) -# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.0.0-next.0...gatsby-codemods@2.0.0-next.1) (2021-02-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-codemods -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.11.0-next.0...gatsby-codemods@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.9.0/packages/gatsby-codemods) (2021-01-20) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.10.0-next.0...gatsby-codemods@1.11.0-next.0) (2021-01-28) +#### Features -**Note:** Version bump only for package gatsby-codemods +- Handle or warn on nested options changes [#29046](https://github.com/gatsbyjs/gatsby/issues/29046) ([2439b44](https://github.com/gatsbyjs/gatsby/commit/2439b4440e7c756ae6c09b0e854c91b484d9a462)) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.9.0-next.0...gatsby-codemods@1.10.0-next.0) (2021-01-18) +#### Chores -### Features +- Update to match new image API [#29004](https://github.com/gatsbyjs/gatsby/issues/29004) ([2c6c42c](https://github.com/gatsbyjs/gatsby/commit/2c6c42c6525de1564443d0f97ce87a141883d8c9)) -- **gatsby-codemods:** Handle or warn on nested options changes ([#29046](https://github.com/gatsbyjs/gatsby/issues/29046)) ([2439b44](https://github.com/gatsbyjs/gatsby/commit/2439b4440e7c756ae6c09b0e854c91b484d9a462)) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.8.0/packages/gatsby-codemods) (2021-01-06) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.8.0-next.0...gatsby-codemods@1.9.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-codemods -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.4...gatsby-codemods@1.8.0-next.0) (2020-12-10) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.7.0/packages/gatsby-codemods) (2020-12-15) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.7.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.3...gatsby-codemods@1.7.0-next.4) (2020-12-08) +#### Bug Fixes -**Note:** Version bump only for package gatsby-codemods +- Need as dependencies and not devDependencies [#28493](https://github.com/gatsbyjs/gatsby/issues/28493) ([01b0278](https://github.com/gatsbyjs/gatsby/commit/01b0278b53460c348c5e803d7fcb49229a8e9131)) -# [1.7.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.2...gatsby-codemods@1.7.0-next.3) (2020-12-04) +#### Chores -### Bug Fixes +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -- **gatsby-codemods:** Need as dependencies and not devDependencies ([#28493](https://github.com/gatsbyjs/gatsby/issues/28493)) ([01b0278](https://github.com/gatsbyjs/gatsby/commit/01b0278b53460c348c5e803d7fcb49229a8e9131)) +#### Other Changes -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.1...gatsby-codemods@1.7.0-next.2) (2020-12-04) +- update docs for codemod [#28519](https://github.com/gatsbyjs/gatsby/issues/28519) ([493fd73](https://github.com/gatsbyjs/gatsby/commit/493fd739f8f4522e4a3e5099a7c9273d640dbc7f)) +- Add execa [#28492](https://github.com/gatsbyjs/gatsby/issues/28492) ([665e867](https://github.com/gatsbyjs/gatsby/commit/665e867368d0a90550d6080b94a996128b17788c)) +- gatsby-image codemod [#28112](https://github.com/gatsbyjs/gatsby/issues/28112) ([726a5fe](https://github.com/gatsbyjs/gatsby/commit/726a5fe741e2f118c4d29c758fee1de784da66bc)) -**Note:** Version bump only for package gatsby-codemods +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.6.0/packages/gatsby-codemods) (2020-12-02) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.7.0-next.0...gatsby-codemods@1.7.0-next.1) (2020-12-04) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-codemods -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.6.0-next.0...gatsby-codemods@1.7.0-next.0) (2020-11-26) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.5.0/packages/gatsby-codemods) (2020-11-20) -**Note:** Version bump only for package gatsby-codemods +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.5.0-next.0...gatsby-codemods@1.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-codemods +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.4.0-next.0...gatsby-codemods@1.4.0-next.1) (2020-11-10) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@1.4.0/packages/gatsby-codemods) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-codemods + + ## [1.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.3.11...gatsby-codemods@1.3.12) (2020-09-28) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 2c6237edaa313..be8d53a683877 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -1,170 +1,189 @@ -# Change Log +# Changelog: `gatsby-core-utils` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.13.0-next.0...gatsby-core-utils@2.13.0-next.1) (2021-08-25) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.12.0/packages/gatsby-core-utils) (2021-08-18) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **gatsby-core-utils:** Move page-data & HTML utils to package ([#32861](https://github.com/gatsbyjs/gatsby/issues/32861)) ([114e3d3](https://github.com/gatsbyjs/gatsby/commit/114e3d39695bd96b8c477a413f5927317a19b4cb)) -- **gatsby-plugin-gatsby-cloud:** IPC events for routes, redirects, rewrites, and headers ([#32847](https://github.com/gatsbyjs/gatsby/issues/32847)) ([ba4b08c](https://github.com/gatsbyjs/gatsby/commit/ba4b08caac00dd286f962849183e99ab7dc84a0a)) +#### Bug Fixes -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.3...gatsby-core-utils@2.13.0-next.0) (2021-08-12) +- update minor and patch dependencies for gatsby-core-utils [#32631](https://github.com/gatsbyjs/gatsby/issues/32631) ([e82339b](https://github.com/gatsbyjs/gatsby/commit/e82339b4cd47d9fc48f07f66a87f84690001af77)) +- avoid circular imports [#32675](https://github.com/gatsbyjs/gatsby/issues/32675) ([57f25bd](https://github.com/gatsbyjs/gatsby/commit/57f25bd3d34c9b5ed7ea092528455a1ae5174261)) -**Note:** Version bump only for package gatsby-core-utils +#### Chores -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.2...gatsby-core-utils@2.12.0-next.3) (2021-08-09) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-core-utils +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.11.0/packages/gatsby-core-utils) (2021-08-04) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.1...gatsby-core-utils@2.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-core-utils -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.0...gatsby-core-utils@2.12.0-next.1) (2021-08-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.10.0/packages/gatsby-core-utils) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update minor and patch dependencies for gatsby-core-utils ([#32631](https://github.com/gatsbyjs/gatsby/issues/32631)) ([e82339b](https://github.com/gatsbyjs/gatsby/commit/e82339b4cd47d9fc48f07f66a87f84690001af77)) -- **gatsby-core-utils:** avoid circular imports ([#32675](https://github.com/gatsbyjs/gatsby/issues/32675)) ([57f25bd](https://github.com/gatsbyjs/gatsby/commit/57f25bd3d34c9b5ed7ea092528455a1ae5174261)) +#### Bug Fixes -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.11.0-next.0...gatsby-core-utils@2.12.0-next.0) (2021-07-29) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -**Note:** Version bump only for package gatsby-core-utils +#### Chores -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.10.0-next.1...gatsby-core-utils@2.11.0-next.0) (2021-07-15) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-core-utils +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.9.0/packages/gatsby-core-utils) (2021-07-07) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.10.0-next.0...gatsby-core-utils@2.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -### Bug Fixes +**Note:** Version bump only for package gatsby-core-utils -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.8.0/packages/gatsby-core-utils) (2021-06-23) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.9.0-next.0...gatsby-core-utils@2.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-core-utils +#### Chores -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.8.0-next.1...gatsby-core-utils@2.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-core-utils +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.7.1/packages/gatsby-core-utils) (2021-06-10) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.8.0-next.0...gatsby-core-utils@2.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-core-utils +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.7.0-next.2...gatsby-core-utils@2.8.0-next.0) (2021-06-03) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.7.0/packages/gatsby-core-utils) (2021-06-09) -**Note:** Version bump only for package gatsby-core-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.7.0-next.1...gatsby-core-utils@2.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-core-utils +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.6.0/packages/gatsby-core-utils) (2021-05-25) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.7.0-next.0...gatsby-core-utils@2.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-core-utils -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.6.0-next.0...gatsby-core-utils@2.7.0-next.0) (2021-05-21) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.5.0/packages/gatsby-core-utils) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-core-utils -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.5.0-next.0...gatsby-core-utils@2.6.0-next.0) (2021-05-06) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.4.0/packages/gatsby-core-utils) (2021-04-28) -**Note:** Version bump only for package gatsby-core-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.4.0-next.3...gatsby-core-utils@2.5.0-next.0) (2021-04-23) +#### Features -**Note:** Version bump only for package gatsby-core-utils +- add support for dynamic routes for API functions [#30904](https://github.com/gatsbyjs/gatsby/issues/30904) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) -# [2.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.4.0-next.2...gatsby-core-utils@2.4.0-next.3) (2021-04-20) +#### Bug Fixes -**Note:** Version bump only for package gatsby-core-utils +- fetch-remote-file download failure when missing content-length header [#30810](https://github.com/gatsbyjs/gatsby/issues/30810) ([1164a93](https://github.com/gatsbyjs/gatsby/commit/1164a93b5dfe411bba088267ba1ffb6a2ad5449d)) -# [2.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.4.0-next.1...gatsby-core-utils@2.4.0-next.2) (2021-04-20) +#### Other Changes -### Features +- Copy tweak ([9111b04](https://github.com/gatsbyjs/gatsby/commit/9111b04fb0e731a87a0c7352c8b2f98a25bb5856)) -- **gatsby:** add support for dynamic routes for API functions ([#30904](https://github.com/gatsbyjs/gatsby/issues/30904)) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.3.0/packages/gatsby-core-utils) (2021-04-14) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.4.0-next.0...gatsby-core-utils@2.4.0-next.1) (2021-04-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -### Bug Fixes +**Note:** Version bump only for package gatsby-core-utils -- **gatsby-core-utils:** fetch-remote-file download failure when missing content-length header ([#30810](https://github.com/gatsbyjs/gatsby/issues/30810)) ([1164a93](https://github.com/gatsbyjs/gatsby/commit/1164a93b5dfe411bba088267ba1ffb6a2ad5449d)) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.2.0/packages/gatsby-core-utils) (2021-03-30) -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.3.0-next.1...gatsby-core-utils@2.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-core-utils -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.3.0-next.0...gatsby-core-utils@2.3.0-next.1) (2021-04-07) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.1.0/packages/gatsby-core-utils) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-core-utils -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.2.0-next.0...gatsby-core-utils@2.3.0-next.0) (2021-03-25) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.0.0/packages/gatsby-core-utils) (2021-03-02) -**Note:** Version bump only for package gatsby-core-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.1.0-next.1...gatsby-core-utils@2.2.0-next.0) (2021-03-11) +#### Features -**Note:** Version bump only for package gatsby-core-utils +- Add file download functions [#29531](https://github.com/gatsbyjs/gatsby/issues/29531) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.1.0-next.0...gatsby-core-utils@2.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-core-utils +- Move isTruthy to gatsby-core-utils [#29707](https://github.com/gatsbyjs/gatsby/issues/29707) ([837fcd2](https://github.com/gatsbyjs/gatsby/commit/837fcd2831cfaab38274466027b5384d4c19ad84)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.0.0-next.2...gatsby-core-utils@2.1.0-next.0) (2021-02-26) +### [1.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.10.1/packages/gatsby-core-utils) (2021-02-24) -**Note:** Version bump only for package gatsby-core-utils +#### Chores -# [2.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.0.0-next.1...gatsby-core-utils@2.0.0-next.2) (2021-02-25) +- Move isTruthy to gatsby-core-utils [#29707](https://github.com/gatsbyjs/gatsby/issues/29707) [#29710](https://github.com/gatsbyjs/gatsby/issues/29710) ([2022f2b](https://github.com/gatsbyjs/gatsby/commit/2022f2bd5d56d966b17b0c11c94232605a021cd4)) -**Note:** Version bump only for package gatsby-core-utils +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.10.0/packages/gatsby-core-utils) (2021-02-02) -# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.0.0-next.0...gatsby-core-utils@2.0.0-next.1) (2021-02-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -### Features +**Note:** Version bump only for package gatsby-core-utils -- **gatsby-core-utils:** Add file download functions ([#29531](https://github.com/gatsbyjs/gatsby/issues/29531)) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.9.0/packages/gatsby-core-utils) (2021-01-20) -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.11.0-next.0...gatsby-core-utils@2.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-core-utils -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0-next.0...gatsby-core-utils@1.11.0-next.0) (2021-01-28) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.8.0/packages/gatsby-core-utils) (2021-01-06) -**Note:** Version bump only for package gatsby-core-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.9.0-next.0...gatsby-core-utils@1.10.0-next.0) (2021-01-18) +#### Other Changes -**Note:** Version bump only for package gatsby-core-utils +- chore(telemetry) improve github action and circle detection [#28732](https://github.com/gatsbyjs/gatsby/issues/28732) ([3af7182](https://github.com/gatsbyjs/gatsby/commit/3af7182c2ef92240ca1772375fb24ab9285ce3d6)) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.8.0-next.1...gatsby-core-utils@1.9.0-next.0) (2020-12-29) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.7.1/packages/gatsby-core-utils) (2020-12-23) -**Note:** Version bump only for package gatsby-core-utils +#### Other Changes -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.8.0-next.0...gatsby-core-utils@1.8.0-next.1) (2020-12-29) +- chore(telemetry) improve github action and circle detection [#28732](https://github.com/gatsbyjs/gatsby/issues/28732) [#28747](https://github.com/gatsbyjs/gatsby/issues/28747) ([e3992ab](https://github.com/gatsbyjs/gatsby/commit/e3992ab4c4c474d66e4021657dff0ba555aa668b)) -**Note:** Version bump only for package gatsby-core-utils +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.7.0/packages/gatsby-core-utils) (2020-12-15) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.7.0-next.0...gatsby-core-utils@1.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -**Note:** Version bump only for package gatsby-core-utils +#### Chores -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.6.0-next.0...gatsby-core-utils@1.7.0-next.0) (2020-11-26) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-core-utils +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.6.0/packages/gatsby-core-utils) (2020-12-02) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.5.0-next.0...gatsby-core-utils@1.6.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-core-utils -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.4.0-next.0...gatsby-core-utils@1.4.0-next.1) (2020-11-10) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.5.0/packages/gatsby-core-utils) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@1.4.0/packages/gatsby-core-utils) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-core-utils + + ## [1.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.22...gatsby-core-utils@1.3.23) (2020-10-06) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 068f4e833296f..ed0d5c155afc8 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/CHANGELOG.md @@ -1,132 +1,154 @@ -# Change Log +# Changelog: `gatsby-cypress` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.3...gatsby-cypress@1.13.0-next.0) (2021-08-12) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.12.0/packages/gatsby-cypress) (2021-08-18) -**Note:** Version bump only for package gatsby-cypress - -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.2...gatsby-cypress@1.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-cypress +#### Chores -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.1...gatsby-cypress@1.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-cypress +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.11.0/packages/gatsby-cypress) (2021-08-04) -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.0...gatsby-cypress@1.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-cypress -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.11.0-next.0...gatsby-cypress@1.12.0-next.0) (2021-07-29) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.10.0/packages/gatsby-cypress) (2021-07-20) -**Note:** Version bump only for package gatsby-cypress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.10.0-next.1...gatsby-cypress@1.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-cypress +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.10.0-next.0...gatsby-cypress@1.10.0-next.1) (2021-07-08) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.9.0/packages/gatsby-cypress) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-cypress -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.9.0-next.0...gatsby-cypress@1.10.0-next.0) (2021-07-01) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.8.0/packages/gatsby-cypress) (2021-06-23) -**Note:** Version bump only for package gatsby-cypress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.8.0-next.1...gatsby-cypress@1.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-cypress +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.8.0-next.0...gatsby-cypress@1.8.0-next.1) (2021-06-10) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.7.1/packages/gatsby-cypress) (2021-06-10) -**Note:** Version bump only for package gatsby-cypress +#### Chores -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.7.0-next.2...gatsby-cypress@1.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-cypress +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.7.0/packages/gatsby-cypress) (2021-06-09) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.7.0-next.1...gatsby-cypress@1.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-cypress +#### Chores -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.7.0-next.0...gatsby-cypress@1.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-cypress +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.6.0/packages/gatsby-cypress) (2021-05-25) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.6.0-next.0...gatsby-cypress@1.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-cypress -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.5.0-next.0...gatsby-cypress@1.6.0-next.0) (2021-05-06) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.5.0/packages/gatsby-cypress) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-cypress -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.4.0-next.0...gatsby-cypress@1.5.0-next.0) (2021-04-23) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.4.0/packages/gatsby-cypress) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-cypress -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.3.0-next.1...gatsby-cypress@1.4.0-next.0) (2021-04-09) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.3.0/packages/gatsby-cypress) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-cypress -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.3.0-next.0...gatsby-cypress@1.3.0-next.1) (2021-04-07) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.2.0/packages/gatsby-cypress) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-cypress -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.2.0-next.0...gatsby-cypress@1.3.0-next.0) (2021-03-25) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.1.0/packages/gatsby-cypress) (2021-03-16) -**Note:** Version bump only for package gatsby-cypress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.1.0-next.2...gatsby-cypress@1.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-cypress +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) + +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.0.0/packages/gatsby-cypress) (2021-03-02) -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.1.0-next.1...gatsby-cypress@1.1.0-next.2) (2021-03-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-cypress -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.1.0-next.0...gatsby-cypress@1.1.0-next.1) (2021-02-26) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.11.0/packages/gatsby-cypress) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-cypress -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.0.0-next.0...gatsby-cypress@1.1.0-next.0) (2021-02-26) +## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.10.0/packages/gatsby-cypress) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-cypress -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.12.0-next.0...gatsby-cypress@1.0.0-next.0) (2021-02-05) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.9.0/packages/gatsby-cypress) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-cypress -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.11.0-next.0...gatsby-cypress@0.12.0-next.0) (2021-01-28) +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.8.0/packages/gatsby-cypress) (2020-12-15) -**Note:** Version bump only for package gatsby-cypress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.10.0-next.0...gatsby-cypress@0.11.0-next.0) (2021-01-18) +#### Chores -**Note:** Version bump only for package gatsby-cypress +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.7.0/packages/gatsby-cypress) (2020-12-02) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.9.0-next.0...gatsby-cypress@0.10.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-cypress -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.8.0-next.0...gatsby-cypress@0.9.0-next.0) (2020-12-10) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.6.0/packages/gatsby-cypress) (2020-11-20) -**Note:** Version bump only for package gatsby-cypress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.7.0-next.0...gatsby-cypress@0.8.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-cypress +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.6.0-next.0...gatsby-cypress@0.7.0-next.0) (2020-11-18) +#### Other Changes -**Note:** Version bump only for package gatsby-cypress +- bump timeout for those flaky test that seems to timeout sometimes in CI [#28122](https://github.com/gatsbyjs/gatsby/issues/28122) ([ac80693](https://github.com/gatsbyjs/gatsby/commit/ac806931c1cfbcb757030c586d729d7a0168b2fe)) + +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@0.5.0/packages/gatsby-cypress) (2020-11-12) -# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.5.0-next.0...gatsby-cypress@0.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-cypress + + ## [0.4.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.4.11...gatsby-cypress@0.4.12) (2020-09-28) ### Bug Fixes diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 434b1a326bff0..5054d807cf740 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/CHANGELOG.md @@ -1,122 +1,146 @@ -# Change Log +# Changelog: `gatsby-design-tokens` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.12.0-next.1...gatsby-design-tokens@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.12.0/packages/gatsby-design-tokens) (2021-08-18) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.12.0-next.0...gatsby-design-tokens@3.12.0-next.1) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-design-tokens +- update [dev] major dependencies for gatsby-design-tokens (major) [#32637](https://github.com/gatsbyjs/gatsby/issues/32637) ([394840c](https://github.com/gatsbyjs/gatsby/commit/394840c72c5e2a364e4068003ce9c1f94e6c3697)) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.11.0-next.0...gatsby-design-tokens@3.12.0-next.0) (2021-07-29) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.11.0/packages/gatsby-design-tokens) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-design-tokens -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.10.0-next.1...gatsby-design-tokens@3.11.0-next.0) (2021-07-15) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.10.0/packages/gatsby-design-tokens) (2021-07-20) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.10.0-next.0...gatsby-design-tokens@3.10.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-design-tokens +- update dependency microbundle to ^0.13.3 for gatsby-design-tokens [#32240](https://github.com/gatsbyjs/gatsby/issues/32240) ([1fd8f25](https://github.com/gatsbyjs/gatsby/commit/1fd8f258a51cfba89b9c8965d090e177beeca703)) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.9.0-next.1...gatsby-design-tokens@3.10.0-next.0) (2021-07-01) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.9.0/packages/gatsby-design-tokens) (2021-07-07) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.9.0-next.0...gatsby-design-tokens@3.9.0-next.1) (2021-06-28) +#### Features -### Features +- palette update [#30662](https://github.com/gatsbyjs/gatsby/issues/30662) ([fe853ae](https://github.com/gatsbyjs/gatsby/commit/fe853ae75dc380ad0843aa7b274c2085c077db6c)) -- **gatsby-design-tokens:** palette update ([#30662](https://github.com/gatsbyjs/gatsby/issues/30662)) ([fe853ae](https://github.com/gatsbyjs/gatsby/commit/fe853ae75dc380ad0843aa7b274c2085c077db6c)) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.8.0/packages/gatsby-design-tokens) (2021-06-23) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.8.0-next.1...gatsby-design-tokens@3.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-design-tokens +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.8.0-next.0...gatsby-design-tokens@3.8.0-next.1) (2021-06-17) +- Fix multiple grammar issues Fix [#31946](https://github.com/gatsbyjs/gatsby/issues/31946) ([aa3bad2](https://github.com/gatsbyjs/gatsby/commit/aa3bad2afaea4dcdd935f629d418f082a9451d47)) -**Note:** Version bump only for package gatsby-design-tokens +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.7.0/packages/gatsby-design-tokens) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.7.0-next.0...gatsby-design-tokens@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) **Note:** Version bump only for package gatsby-design-tokens -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.6.0-next.0...gatsby-design-tokens@3.7.0-next.0) (2021-05-21) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.6.0/packages/gatsby-design-tokens) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-design-tokens -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.5.0-next.0...gatsby-design-tokens@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.5.0/packages/gatsby-design-tokens) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-design-tokens -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.4.0-next.0...gatsby-design-tokens@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.4.0/packages/gatsby-design-tokens) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-design-tokens -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.3.0-next.0...gatsby-design-tokens@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.3.0/packages/gatsby-design-tokens) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-design-tokens -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.2.0-next.0...gatsby-design-tokens@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.2.0/packages/gatsby-design-tokens) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-design-tokens -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.1.0-next.2...gatsby-design-tokens@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.1.0/packages/gatsby-design-tokens) (2021-03-16) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.1.0-next.1...gatsby-design-tokens@3.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-design-tokens +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.1.0-next.0...gatsby-design-tokens@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.0.0/packages/gatsby-design-tokens) (2021-03-02) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.0.0-next.1...gatsby-design-tokens@3.1.0-next.0) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-design-tokens +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.0.0-next.0...gatsby-design-tokens@3.0.0-next.1) (2021-02-25) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.7.0/packages/gatsby-design-tokens) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-design-tokens -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.8.0-next.0...gatsby-design-tokens@3.0.0-next.0) (2021-02-05) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.6.0/packages/gatsby-design-tokens) (2021-01-20) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.7.0-next.0...gatsby-design-tokens@2.8.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-design-tokens +- add http to localhost [#28896](https://github.com/gatsbyjs/gatsby/issues/28896) ([a2d0ef8](https://github.com/gatsbyjs/gatsby/commit/a2d0ef824303bd65485b6e133dcae764797dd00a)) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.6.0-next.1...gatsby-design-tokens@2.7.0-next.0) (2021-01-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.5.0/packages/gatsby-design-tokens) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-design-tokens -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.6.0-next.0...gatsby-design-tokens@2.6.0-next.1) (2021-01-12) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.4.0/packages/gatsby-design-tokens) (2020-12-15) -**Note:** Version bump only for package gatsby-design-tokens +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.5.0-next.0...gatsby-design-tokens@2.6.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-design-tokens +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.3.0/packages/gatsby-design-tokens) (2020-12-02) -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.4.0-next.0...gatsby-design-tokens@2.5.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-design-tokens -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.3.0-next.0...gatsby-design-tokens@2.4.0-next.0) (2020-11-26) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.2.0/packages/gatsby-design-tokens) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) **Note:** Version bump only for package gatsby-design-tokens -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.2.0-next.0...gatsby-design-tokens@2.3.0-next.0) (2020-11-18) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@2.1.0/packages/gatsby-design-tokens) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-design-tokens + + ## [2.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.12...gatsby-design-tokens@2.0.13) (2020-10-01) **Note:** Version bump only for package gatsby-design-tokens diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 3598826deea39..c1981d3cbe2c4 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -1,156 +1,180 @@ -# Change Log +# Changelog: `gatsby-dev-cli` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.3...gatsby-dev-cli@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.12.0/packages/gatsby-dev-cli) (2021-08-18) -**Note:** Version bump only for package gatsby-dev-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.2...gatsby-dev-cli@3.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-dev-cli +- update dependency verdaccio to ^4.12.2 for gatsby-dev-cli [#32597](https://github.com/gatsbyjs/gatsby/issues/32597) ([cd2856d](https://github.com/gatsbyjs/gatsby/commit/cd2856d7f52b1f0de6ee635e4fa7b79f420f477e)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.1...gatsby-dev-cli@3.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-dev-cli +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.0...gatsby-dev-cli@3.12.0-next.1) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.11.0/packages/gatsby-dev-cli) (2021-08-04) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -- **deps:** update dependency verdaccio to ^4.12.2 for gatsby-dev-cli ([#32597](https://github.com/gatsbyjs/gatsby/issues/32597)) ([cd2856d](https://github.com/gatsbyjs/gatsby/commit/cd2856d7f52b1f0de6ee635e4fa7b79f420f477e)) +**Note:** Version bump only for package gatsby-dev-cli -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.11.0-next.0...gatsby-dev-cli@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.10.0/packages/gatsby-dev-cli) (2021-07-20) -**Note:** Version bump only for package gatsby-dev-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.10.0-next.1...gatsby-dev-cli@3.11.0-next.0) (2021-07-15) +#### Bug Fixes -**Note:** Version bump only for package gatsby-dev-cli +- update dependency execa to v5 [#32232](https://github.com/gatsbyjs/gatsby/issues/32232) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.10.0-next.0...gatsby-dev-cli@3.10.0-next.1) (2021-07-08) +#### Chores -### Bug Fixes +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -- **deps:** update dependency execa to v5 ([#32232](https://github.com/gatsbyjs/gatsby/issues/32232)) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.9.0/packages/gatsby-dev-cli) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.9.0-next.0...gatsby-dev-cli@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-dev-cli -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.8.0-next.2...gatsby-dev-cli@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.8.0/packages/gatsby-dev-cli) (2021-06-23) -**Note:** Version bump only for package gatsby-dev-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.8.0-next.1...gatsby-dev-cli@3.8.0-next.2) (2021-06-17) +#### Chores -**Note:** Version bump only for package gatsby-dev-cli +- Fix multiple grammar issues Fix [#31946](https://github.com/gatsbyjs/gatsby/issues/31946) ([aa3bad2](https://github.com/gatsbyjs/gatsby/commit/aa3bad2afaea4dcdd935f629d418f082a9451d47)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.8.0-next.0...gatsby-dev-cli@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.7.1/packages/gatsby-dev-cli) (2021-06-10) -**Note:** Version bump only for package gatsby-dev-cli +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.7.0-next.2...gatsby-dev-cli@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-dev-cli +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.7.0/packages/gatsby-dev-cli) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.7.0-next.1...gatsby-dev-cli@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-dev-cli +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.7.0-next.0...gatsby-dev-cli@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-dev-cli +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.6.0/packages/gatsby-dev-cli) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.6.0-next.0...gatsby-dev-cli@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-dev-cli -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.5.0-next.0...gatsby-dev-cli@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.5.0/packages/gatsby-dev-cli) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-dev-cli -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.4.0-next.0...gatsby-dev-cli@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.4.0/packages/gatsby-dev-cli) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-dev-cli -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.3.0-next.1...gatsby-dev-cli@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.3.0/packages/gatsby-dev-cli) (2021-04-14) -**Note:** Version bump only for package gatsby-dev-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.3.0-next.0...gatsby-dev-cli@3.3.0-next.1) (2021-04-07) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-dev-cli [#29174](https://github.com/gatsbyjs/gatsby/issues/29174) ([4f8ae3c](https://github.com/gatsbyjs/gatsby/commit/4f8ae3c1087f36619a8c6fecc0e2cc0187b02930)) -- **deps:** update minor and patch for gatsby-dev-cli ([#29174](https://github.com/gatsbyjs/gatsby/issues/29174)) ([4f8ae3c](https://github.com/gatsbyjs/gatsby/commit/4f8ae3c1087f36619a8c6fecc0e2cc0187b02930)) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.2.0/packages/gatsby-dev-cli) (2021-03-30) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.2.0-next.0...gatsby-dev-cli@3.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-dev-cli -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.1.0-next.2...gatsby-dev-cli@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.1.0/packages/gatsby-dev-cli) (2021-03-16) -**Note:** Version bump only for package gatsby-dev-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.1.0-next.1...gatsby-dev-cli@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Chores -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.1.0-next.0...gatsby-dev-cli@3.1.0-next.1) (2021-02-26) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-dev-cli +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.0.0/packages/gatsby-dev-cli) (2021-03-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.0.0-next.0...gatsby-dev-cli@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-dev-cli -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.15.0-next.0...gatsby-dev-cli@3.0.0-next.0) (2021-02-05) +## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.14.0/packages/gatsby-dev-cli) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-dev-cli -# [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.14.0-next.0...gatsby-dev-cli@2.15.0-next.0) (2021-01-28) +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.13.0/packages/gatsby-dev-cli) (2021-01-20) -**Note:** Version bump only for package gatsby-dev-cli +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) + +#### Bug Fixes -# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.13.0-next.1...gatsby-dev-cli@2.14.0-next.0) (2021-01-18) +- update minor and patch for gatsby-dev-cli [#28971](https://github.com/gatsbyjs/gatsby/issues/28971) ([2e10dae](https://github.com/gatsbyjs/gatsby/commit/2e10dae130d77861bb229d21fd7e46046f5c73d7)) + +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.12.0/packages/gatsby-dev-cli) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-dev-cli -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.13.0-next.0...gatsby-dev-cli@2.13.0-next.1) (2021-01-12) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.11.0/packages/gatsby-dev-cli) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **deps:** update minor and patch for gatsby-dev-cli ([#28971](https://github.com/gatsbyjs/gatsby/issues/28971)) ([2e10dae](https://github.com/gatsbyjs/gatsby/commit/2e10dae130d77861bb229d21fd7e46046f5c73d7)) +#### Bug Fixes -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.12.0-next.0...gatsby-dev-cli@2.13.0-next.0) (2020-12-29) +- Back out resolutions, and add ignore-engines to dev cli [#28464](https://github.com/gatsbyjs/gatsby/issues/28464) ([4add7d2](https://github.com/gatsbyjs/gatsby/commit/4add7d2340af559e3ed08f21d5ad2a2f94896da6)) -**Note:** Version bump only for package gatsby-dev-cli +#### Chores -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.11.0-next.1...gatsby-dev-cli@2.12.0-next.0) (2020-12-10) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-dev-cli +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.10.1/packages/gatsby-dev-cli) (2020-12-07) -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.11.0-next.0...gatsby-dev-cli@2.11.0-next.1) (2020-12-03) +#### Other Changes -**Note:** Version bump only for package gatsby-dev-cli +- Backport #28459 and #28464 to 2.28 release branch [#28459](https://github.com/gatsbyjs/gatsby/issues/28459) [#28464](https://github.com/gatsbyjs/gatsby/issues/28464) [#28481](https://github.com/gatsbyjs/gatsby/issues/28481) [#28459](https://github.com/gatsbyjs/gatsby/issues/28459) [#28464](https://github.com/gatsbyjs/gatsby/issues/28464) ([4952d54](https://github.com/gatsbyjs/gatsby/commit/4952d545f834b825882c32acadbfa44d6b76c633)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.10.0-next.0...gatsby-dev-cli@2.11.0-next.0) (2020-11-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.10.0/packages/gatsby-dev-cli) (2020-12-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **gatsby-dev-cli:** Correctly catch 404s from NPM when a package hasn't been published yet ([#28297](https://github.com/gatsbyjs/gatsby/issues/28297)) ([c993d52](https://github.com/gatsbyjs/gatsby/commit/c993d52bff1b2255ba8a2c0d04726bfdb71b070a)) +#### Bug Fixes -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.9.0-next.0...gatsby-dev-cli@2.10.0-next.0) (2020-11-18) +- Correctly catch 404s from NPM when a package hasn't been published yet [#28297](https://github.com/gatsbyjs/gatsby/issues/28297) ([c993d52](https://github.com/gatsbyjs/gatsby/commit/c993d52bff1b2255ba8a2c0d04726bfdb71b070a)) -**Note:** Version bump only for package gatsby-dev-cli +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.9.0/packages/gatsby-dev-cli) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.8.0-next.0...gatsby-dev-cli@2.8.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@2.8.0/packages/gatsby-dev-cli) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-dev-cli + + ## [2.7.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.7.22...gatsby-dev-cli@2.7.23) (2020-11-02) ### Bug Fixes diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index c767d9029fddb..37d3f2515178e 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/CHANGELOG.md @@ -1,137 +1,155 @@ -# Change Log +# Changelog: `gatsby-graphiql-explorer` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.3...gatsby-graphiql-explorer@1.13.0-next.0) (2021-08-12) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.12.0/packages/gatsby-graphiql-explorer) (2021-08-18) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.2...gatsby-graphiql-explorer@1.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.1...gatsby-graphiql-explorer@1.12.0-next.2) (2021-08-05) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.11.0/packages/gatsby-graphiql-explorer) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.0...gatsby-graphiql-explorer@1.12.0-next.1) (2021-08-05) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.10.0/packages/gatsby-graphiql-explorer) (2021-07-20) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.11.0-next.0...gatsby-graphiql-explorer@1.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.9.0/packages/gatsby-graphiql-explorer) (2021-07-07) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.10.0-next.1...gatsby-graphiql-explorer@1.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.10.0-next.0...gatsby-graphiql-explorer@1.10.0-next.1) (2021-07-08) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.8.0/packages/gatsby-graphiql-explorer) (2021-06-23) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.9.0-next.0...gatsby-graphiql-explorer@1.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.8.0-next.1...gatsby-graphiql-explorer@1.9.0-next.0) (2021-06-18) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.7.1/packages/gatsby-graphiql-explorer) (2021-06-10) -**Note:** Version bump only for package gatsby-graphiql-explorer +#### Chores -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.8.0-next.0...gatsby-graphiql-explorer@1.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-graphiql-explorer +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.7.0/packages/gatsby-graphiql-explorer) (2021-06-09) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.7.0-next.2...gatsby-graphiql-explorer@1.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-graphiql-explorer +#### Chores -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.7.0-next.1...gatsby-graphiql-explorer@1.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-graphiql-explorer +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.6.0/packages/gatsby-graphiql-explorer) (2021-05-25) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.7.0-next.0...gatsby-graphiql-explorer@1.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.6.0-next.0...gatsby-graphiql-explorer@1.7.0-next.0) (2021-05-21) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.5.0/packages/gatsby-graphiql-explorer) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.5.0-next.0...gatsby-graphiql-explorer@1.6.0-next.0) (2021-05-06) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.4.0/packages/gatsby-graphiql-explorer) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.4.0-next.0...gatsby-graphiql-explorer@1.5.0-next.0) (2021-04-23) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.3.0/packages/gatsby-graphiql-explorer) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.3.0-next.1...gatsby-graphiql-explorer@1.4.0-next.0) (2021-04-09) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.2.0/packages/gatsby-graphiql-explorer) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.3.0-next.0...gatsby-graphiql-explorer@1.3.0-next.1) (2021-04-07) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.1.0/packages/gatsby-graphiql-explorer) (2021-03-16) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.2.0-next.0...gatsby-graphiql-explorer@1.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.1.0-next.2...gatsby-graphiql-explorer@1.2.0-next.0) (2021-03-11) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.0.0/packages/gatsby-graphiql-explorer) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.1.0-next.1...gatsby-graphiql-explorer@1.1.0-next.2) (2021-03-10) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.11.0/packages/gatsby-graphiql-explorer) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-graphiql-explorer -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.1.0-next.0...gatsby-graphiql-explorer@1.1.0-next.1) (2021-02-26) +## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.10.0/packages/gatsby-graphiql-explorer) (2021-01-20) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.0.0-next.0...gatsby-graphiql-explorer@1.1.0-next.0) (2021-02-26) +#### Features -**Note:** Version bump only for package gatsby-graphiql-explorer +- add support for magic fragments [#28878](https://github.com/gatsbyjs/gatsby/issues/28878) ([a03e862](https://github.com/gatsbyjs/gatsby/commit/a03e862fe1ec54ac6609a67528234476dfb76dfa)) -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.12.0-next.0...gatsby-graphiql-explorer@1.0.0-next.0) (2021-02-05) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.9.0/packages/gatsby-graphiql-explorer) (2021-01-06) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.11.0-next.0...gatsby-graphiql-explorer@0.12.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- update minor and patch for gatsby-graphiql-explorer [#28357](https://github.com/gatsbyjs/gatsby/issues/28357) ([a8676a7](https://github.com/gatsbyjs/gatsby/commit/a8676a7df63bef6aaa04ab58711237a88d14e226)) -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.10.0-next.0...gatsby-graphiql-explorer@0.11.0-next.0) (2021-01-18) +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.8.0/packages/gatsby-graphiql-explorer) (2020-12-15) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-graphiql-explorer:** add support for magic fragments ([#28878](https://github.com/gatsbyjs/gatsby/issues/28878)) ([a03e862](https://github.com/gatsbyjs/gatsby/commit/a03e862fe1ec54ac6609a67528234476dfb76dfa)) +#### Chores -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.9.0-next.1...gatsby-graphiql-explorer@0.10.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-graphiql-explorer +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.7.0/packages/gatsby-graphiql-explorer) (2020-12-02) -# [0.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.9.0-next.0...gatsby-graphiql-explorer@0.9.0-next.1) (2020-12-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-graphiql-explorer -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.8.0-next.0...gatsby-graphiql-explorer@0.9.0-next.0) (2020-12-10) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.6.0/packages/gatsby-graphiql-explorer) (2020-11-20) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.7.0-next.0...gatsby-graphiql-explorer@0.8.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.6.0-next.0...gatsby-graphiql-explorer@0.7.0-next.0) (2020-11-18) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@0.5.0/packages/gatsby-graphiql-explorer) (2020-11-12) -**Note:** Version bump only for package gatsby-graphiql-explorer +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.5.0-next.0...gatsby-graphiql-explorer@0.5.0-next.1) (2020-11-10) +#### Chores -**Note:** Version bump only for package gatsby-graphiql-explorer +- update minor and patch for gatsby-graphiql-explorer [#27897](https://github.com/gatsbyjs/gatsby/issues/27897) ([953e0e9](https://github.com/gatsbyjs/gatsby/commit/953e0e999943bfcb8166a72e14db3907cc6345b4)) + + ## [0.4.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.4.14...gatsby-graphiql-explorer@0.4.15) (2020-09-28) diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index f5aa4c273b62b..9f956dabbc647 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/CHANGELOG.md @@ -1,116 +1,162 @@ -# Change Log +# Changelog: `gatsby-legacy-polyfills` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.12.0-next.1...gatsby-legacy-polyfills@1.13.0-next.0) (2021-08-12) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.12.0/packages/gatsby-legacy-polyfills) (2021-08-18) -**Note:** Version bump only for package gatsby-legacy-polyfills +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.12.0-next.0...gatsby-legacy-polyfills@1.12.0-next.1) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-legacy-polyfills +- update dependency chokidar-cli to v3 for gatsby-legacy-polyfills [#32647](https://github.com/gatsbyjs/gatsby/issues/32647) ([afd1558](https://github.com/gatsbyjs/gatsby/commit/afd15588a9c5f8b64ab144dff49496b847ec951b)) +- update dependency core-js to v3.16.0 for gatsby-legacy-polyfills [#32621](https://github.com/gatsbyjs/gatsby/issues/32621) ([0e80f7b](https://github.com/gatsbyjs/gatsby/commit/0e80f7bbf0de030f5acb2aa31123b64ab858361e)) +- update fs-extra [#32570](https://github.com/gatsbyjs/gatsby/issues/32570) ([bc3410b](https://github.com/gatsbyjs/gatsby/commit/bc3410bff0c31be8e4aba5ce45fd49d93d25118f)) + +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.11.0/packages/gatsby-legacy-polyfills) (2021-08-04) -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.11.0-next.0...gatsby-legacy-polyfills@1.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.10.0-next.1...gatsby-legacy-polyfills@1.11.0-next.0) (2021-07-15) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.10.0/packages/gatsby-legacy-polyfills) (2021-07-20) -**Note:** Version bump only for package gatsby-legacy-polyfills +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.10.0-next.0...gatsby-legacy-polyfills@1.10.0-next.1) (2021-07-08) +#### Bug Fixes -### Bug Fixes +- update dependency execa to v5 [#32232](https://github.com/gatsbyjs/gatsby/issues/32232) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) -- **deps:** update dependency execa to v5 ([#32232](https://github.com/gatsbyjs/gatsby/issues/32232)) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) +#### Chores -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.9.0-next.0...gatsby-legacy-polyfills@1.10.0-next.0) (2021-07-01) +- update [dev] minor and patch dependencies for gatsby-legacy-polyfills [#32225](https://github.com/gatsbyjs/gatsby/issues/32225) ([6bb2f82](https://github.com/gatsbyjs/gatsby/commit/6bb2f82a2972899c7af4f5796cbace15d4ec6b32)) -**Note:** Version bump only for package gatsby-legacy-polyfills +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.9.0/packages/gatsby-legacy-polyfills) (2021-07-07) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.8.0-next.0...gatsby-legacy-polyfills@1.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.7.0-next.0...gatsby-legacy-polyfills@1.8.0-next.0) (2021-06-03) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.8.0/packages/gatsby-legacy-polyfills) (2021-06-23) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.6.0-next.0...gatsby-legacy-polyfills@1.7.0-next.0) (2021-05-21) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.7.0/packages/gatsby-legacy-polyfills) (2021-06-09) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.5.0-next.0...gatsby-legacy-polyfills@1.6.0-next.0) (2021-05-06) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.6.0/packages/gatsby-legacy-polyfills) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.4.0-next.0...gatsby-legacy-polyfills@1.5.0-next.0) (2021-04-23) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.5.0/packages/gatsby-legacy-polyfills) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.3.0-next.1...gatsby-legacy-polyfills@1.4.0-next.0) (2021-04-09) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.4.0/packages/gatsby-legacy-polyfills) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-legacy-polyfills -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.3.0-next.0...gatsby-legacy-polyfills@1.3.0-next.1) (2021-03-30) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.3.0/packages/gatsby-legacy-polyfills) (2021-04-14) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- **gatsby-legacy-polyfills:** add dom collections to polyfills ([#30483](https://github.com/gatsbyjs/gatsby/issues/30483)) ([169eefe](https://github.com/gatsbyjs/gatsby/commit/169eefed8fe03cb6c15f1b637d828088b3400c8b)) +#### Bug Fixes -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.2.0-next.0...gatsby-legacy-polyfills@1.3.0-next.0) (2021-03-25) +- add dom collections to polyfills [#30483](https://github.com/gatsbyjs/gatsby/issues/30483) ([169eefe](https://github.com/gatsbyjs/gatsby/commit/169eefed8fe03cb6c15f1b637d828088b3400c8b)) -**Note:** Version bump only for package gatsby-legacy-polyfills +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.2.0/packages/gatsby-legacy-polyfills) (2021-03-30) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.1.0-next.2...gatsby-legacy-polyfills@1.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -**Note:** Version bump only for package gatsby-legacy-polyfills +#### Bug Fixes -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.1.0-next.1...gatsby-legacy-polyfills@1.1.0-next.2) (2021-03-10) +- add dom collections to polyfills [#30483](https://github.com/gatsbyjs/gatsby/issues/30483) [#30567](https://github.com/gatsbyjs/gatsby/issues/30567) ([9d6805a](https://github.com/gatsbyjs/gatsby/commit/9d6805ab93c46bbc696d5df1e0159d8f78206ecc)) -**Note:** Version bump only for package gatsby-legacy-polyfills +### [1.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.1.1/packages/gatsby-legacy-polyfills) (2021-03-30) -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.1.0-next.0...gatsby-legacy-polyfills@1.1.0-next.1) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-legacy-polyfills +- add dom collections to polyfills [#30483](https://github.com/gatsbyjs/gatsby/issues/30483) [#30532](https://github.com/gatsbyjs/gatsby/issues/30532) ([6d10355](https://github.com/gatsbyjs/gatsby/commit/6d10355968ceee03257ed0819b398a3fd63bddb6)) -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.0.0-next.1...gatsby-legacy-polyfills@1.1.0-next.0) (2021-02-26) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.1.0/packages/gatsby-legacy-polyfills) (2021-03-16) -**Note:** Version bump only for package gatsby-legacy-polyfills +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.0.0-next.0...gatsby-legacy-polyfills@1.0.0-next.1) (2021-02-25) +#### Chores -**Note:** Version bump only for package gatsby-legacy-polyfills +- update core-js [#29791](https://github.com/gatsbyjs/gatsby/issues/29791) ([2758329](https://github.com/gatsbyjs/gatsby/commit/27583295f7d5d82deed4bf324bc0233ff49944cd)) -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.8.0-next.0...gatsby-legacy-polyfills@1.0.0-next.0) (2021-02-05) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.0.0/packages/gatsby-legacy-polyfills) (2021-03-02) -**Note:** Version bump only for package gatsby-legacy-polyfills +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.7.0-next.0...gatsby-legacy-polyfills@0.8.0-next.0) (2021-01-28) +#### Chores + +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) + +### [0.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.7.1/packages/gatsby-legacy-polyfills) (2021-04-07) + +#### Bug Fixes + +- add dom collections to polyfills [#30483](https://github.com/gatsbyjs/gatsby/issues/30483) [#30616](https://github.com/gatsbyjs/gatsby/issues/30616) ([fa95904](https://github.com/gatsbyjs/gatsby/commit/fa95904793b01141cb4f08992abf81e6dc61eb22)) + +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.7.0/packages/gatsby-legacy-polyfills) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-legacy-polyfills -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.6.0-next.0...gatsby-legacy-polyfills@0.7.0-next.0) (2021-01-18) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.6.0/packages/gatsby-legacy-polyfills) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-legacy-polyfills -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.5.0-next.0...gatsby-legacy-polyfills@0.6.0-next.0) (2020-12-29) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.5.0/packages/gatsby-legacy-polyfills) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-legacy-polyfills -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.4.0-next.0...gatsby-legacy-polyfills@0.5.0-next.0) (2020-12-10) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.4.0/packages/gatsby-legacy-polyfills) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) + +#### Chores + +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.3.0/packages/gatsby-legacy-polyfills) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-legacy-polyfills -# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.3.0-next.0...gatsby-legacy-polyfills@0.4.0-next.0) (2020-11-26) +## [0.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.2.0/packages/gatsby-legacy-polyfills) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) **Note:** Version bump only for package gatsby-legacy-polyfills -# [0.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.2.0-next.0...gatsby-legacy-polyfills@0.3.0-next.0) (2020-11-18) +## [0.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@0.1.0/packages/gatsby-legacy-polyfills) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-legacy-polyfills + + ## [0.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.0.5...gatsby-legacy-polyfills@0.0.6) (2020-11-02) **Note:** Version bump only for package gatsby-legacy-polyfills diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 9f2518c43058d..160db519630cc 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/CHANGELOG.md @@ -1,154 +1,189 @@ -# Change Log +# Changelog: `gatsby-link` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.3...gatsby-link@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.12.0/packages/gatsby-link) (2021-08-18) -**Note:** Version bump only for package gatsby-link +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.2...gatsby-link@3.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-link +- update dependency @types/reach\_\_router to ^1.3.9 for gatsby-link [#32574](https://github.com/gatsbyjs/gatsby/issues/32574) ([c2006c8](https://github.com/gatsbyjs/gatsby/commit/c2006c81d20b547b62e8b11e0786c12d68fdbce2)) + +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.1...gatsby-link@3.12.0-next.2) (2021-08-05) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) + +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.11.0/packages/gatsby-link) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-link -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.0...gatsby-link@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.10.0/packages/gatsby-link) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency @types/reach\_\_router to ^1.3.9 for gatsby-link ([#32574](https://github.com/gatsbyjs/gatsby/issues/32574)) ([c2006c8](https://github.com/gatsbyjs/gatsby/commit/c2006c81d20b547b62e8b11e0786c12d68fdbce2)) +#### Chores -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.11.0-next.0...gatsby-link@3.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-link +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.9.0/packages/gatsby-link) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.10.0-next.1...gatsby-link@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-link -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.10.0-next.0...gatsby-link@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.8.0/packages/gatsby-link) (2021-06-23) -**Note:** Version bump only for package gatsby-link +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.9.0-next.0...gatsby-link@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-link +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.8.0-next.1...gatsby-link@3.9.0-next.0) (2021-06-18) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.7.1/packages/gatsby-link) (2021-06-10) -**Note:** Version bump only for package gatsby-link +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.8.0-next.0...gatsby-link@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-link +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.7.0/packages/gatsby-link) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.7.0-next.2...gatsby-link@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-link +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.7.0-next.1...gatsby-link@3.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-link +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.6.0/packages/gatsby-link) (2021-05-25) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.7.0-next.0...gatsby-link@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-link -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.6.0-next.0...gatsby-link@3.7.0-next.0) (2021-05-21) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.5.0/packages/gatsby-link) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-link -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.5.0-next.0...gatsby-link@3.6.0-next.0) (2021-05-06) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.4.0/packages/gatsby-link) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-link -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.4.0-next.0...gatsby-link@3.5.0-next.0) (2021-04-23) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.3.0/packages/gatsby-link) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-link -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.3.0-next.1...gatsby-link@3.4.0-next.0) (2021-04-09) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.2.0/packages/gatsby-link) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-link -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.3.0-next.0...gatsby-link@3.3.0-next.1) (2021-04-07) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.1.0/packages/gatsby-link) (2021-03-16) -**Note:** Version bump only for package gatsby-link +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.2.0-next.0...gatsby-link@3.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-link +- Use vendored @reach/router [#29772](https://github.com/gatsbyjs/gatsby/issues/29772) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.3...gatsby-link@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-link +- adjust all @reach/router imports to not rely just on webpack alias [#30033](https://github.com/gatsbyjs/gatsby/issues/30033) ([38dab68](https://github.com/gatsbyjs/gatsby/commit/38dab684af7475ea17edf5cefddfe62584a4065a)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- Fix our internal eslint config for monorepo Fix [#29795](https://github.com/gatsbyjs/gatsby/issues/29795) ([0b4664e](https://github.com/gatsbyjs/gatsby/commit/0b4664e52c22902f9fb85b208a63da388ddd0470)) -# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.2...gatsby-link@3.1.0-next.3) (2021-03-10) +### [3.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.0.1/packages/gatsby-link) (2021-03-06) -**Note:** Version bump only for package gatsby-link +#### Chores -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.1...gatsby-link@3.1.0-next.2) (2021-02-26) +- adjust all @reach/router imports to not rely just on webpack alias [#30033](https://github.com/gatsbyjs/gatsby/issues/30033) [#30049](https://github.com/gatsbyjs/gatsby/issues/30049) ([8686a42](https://github.com/gatsbyjs/gatsby/commit/8686a42fee8263661f163d2acf3e000642ffa4e7)) -### Bug Fixes +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@3.0.0/packages/gatsby-link) (2021-03-02) -- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.0...gatsby-link@3.1.0-next.1) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-link +- Use vendored @reach/router [#29772](https://github.com/gatsbyjs/gatsby/issues/29772) [#29811](https://github.com/gatsbyjs/gatsby/issues/29811) ([bd856ef](https://github.com/gatsbyjs/gatsby/commit/bd856efac1334b2385ced7ecb25c92e046882487)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.0.0-next.0...gatsby-link@3.1.0-next.0) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-link +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.12.0-next.1...gatsby-link@3.0.0-next.0) (2021-02-05) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.11.0/packages/gatsby-link) (2021-02-02) -**Note:** Version bump only for package gatsby-link +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.12.0-next.0...gatsby-link@2.12.0-next.1) (2021-02-04) +#### Bug Fixes -**Note:** Version bump only for package gatsby-link +- update minor and patch for gatsby-link [#29175](https://github.com/gatsbyjs/gatsby/issues/29175) ([7e07e2b](https://github.com/gatsbyjs/gatsby/commit/7e07e2b748c0195fc4a1e2b442c6836338d906dd)) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.11.0-next.0...gatsby-link@2.12.0-next.0) (2021-01-28) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.10.0/packages/gatsby-link) (2021-01-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- **deps:** update minor and patch for gatsby-link ([#29175](https://github.com/gatsbyjs/gatsby/issues/29175)) ([7e07e2b](https://github.com/gatsbyjs/gatsby/commit/7e07e2b748c0195fc4a1e2b442c6836338d906dd)) +#### Bug Fixes -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.10.0-next.1...gatsby-link@2.11.0-next.0) (2021-01-18) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -### Bug Fixes +#### Chores + +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.9.0/packages/gatsby-link) (2021-01-06) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.10.0-next.0...gatsby-link@2.10.0-next.1) (2021-01-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-link -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.9.0-next.0...gatsby-link@2.10.0-next.0) (2020-12-29) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.8.0/packages/gatsby-link) (2020-12-15) -**Note:** Version bump only for package gatsby-link +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.8.0-next.0...gatsby-link@2.9.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-link +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.7.0-next.0...gatsby-link@2.8.0-next.0) (2020-11-26) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.7.0/packages/gatsby-link) (2020-12-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **gatsby-link:** don't prefetch same page ([#28307](https://github.com/gatsbyjs/gatsby/issues/28307)) ([3666130](https://github.com/gatsbyjs/gatsby/commit/36661308db47696a3b29d2348c190817d81f1595)) +#### Bug Fixes -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.6.0-next.0...gatsby-link@2.7.0-next.0) (2020-11-18) +- don't prefetch same page [#28307](https://github.com/gatsbyjs/gatsby/issues/28307) ([3666130](https://github.com/gatsbyjs/gatsby/commit/36661308db47696a3b29d2348c190817d81f1595)) -**Note:** Version bump only for package gatsby-link +### [2.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.6.1/packages/gatsby-link) (2020-11-27) + +#### Bug Fixes + +- don't prefetch same page [#28307](https://github.com/gatsbyjs/gatsby/issues/28307) [#28313](https://github.com/gatsbyjs/gatsby/issues/28313) ([58f12d5](https://github.com/gatsbyjs/gatsby/commit/58f12d512e14ee4998d8c0de74c7e29f792aa3e8)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.6.0/packages/gatsby-link) (2020-11-20) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.5.0-next.0...gatsby-link@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.5.0/packages/gatsby-link) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-link + + ## [2.4.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.4.15...gatsby-link@2.4.16) (2020-10-20) ### Bug Fixes diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index b5e31ef7bfa45..881c6e3f93b87 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/CHANGELOG.md @@ -1,173 +1,175 @@ -# Change Log +# Changelog: `gatsby-page-utils` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.13.0-next.0...gatsby-page-utils@1.13.0-next.1) (2021-08-25) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.12.0/packages/gatsby-page-utils) (2021-08-18) -**Note:** Version bump only for package gatsby-page-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.3...gatsby-page-utils@1.13.0-next.0) (2021-08-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-page-utils +- update minor and patch dependencies for gatsby-page-utils [#32598](https://github.com/gatsbyjs/gatsby/issues/32598) ([22cec2e](https://github.com/gatsbyjs/gatsby/commit/22cec2eec1ab43f4410303670c05532504370575)) -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.2...gatsby-page-utils@1.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-page-utils +- update dependency @types/micromatch to ^4.0.2 for gatsby-page-utils [#32565](https://github.com/gatsbyjs/gatsby/issues/32565) ([2438266](https://github.com/gatsbyjs/gatsby/commit/2438266bf325289d41305193b3ff01c13251eaf8)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.1...gatsby-page-utils@1.12.0-next.2) (2021-08-05) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.11.0/packages/gatsby-page-utils) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-page-utils -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.0...gatsby-page-utils@1.12.0-next.1) (2021-08-05) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.10.0/packages/gatsby-page-utils) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update minor and patch dependencies for gatsby-page-utils ([#32598](https://github.com/gatsbyjs/gatsby/issues/32598)) ([22cec2e](https://github.com/gatsbyjs/gatsby/commit/22cec2eec1ab43f4410303670c05532504370575)) +#### Bug Fixes -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.11.0-next.0...gatsby-page-utils@1.12.0-next.0) (2021-07-29) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -**Note:** Version bump only for package gatsby-page-utils +#### Chores -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.10.0-next.1...gatsby-page-utils@1.11.0-next.0) (2021-07-15) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-page-utils +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.9.0/packages/gatsby-page-utils) (2021-07-07) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.10.0-next.0...gatsby-page-utils@1.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -### Bug Fixes +**Note:** Version bump only for package gatsby-page-utils -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.8.0/packages/gatsby-page-utils) (2021-06-23) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.9.0-next.0...gatsby-page-utils@1.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-page-utils +#### Chores -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.8.0-next.1...gatsby-page-utils@1.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-page-utils +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.7.1/packages/gatsby-page-utils) (2021-06-10) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.8.0-next.0...gatsby-page-utils@1.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-page-utils +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.7.0-next.2...gatsby-page-utils@1.8.0-next.0) (2021-06-03) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.7.0/packages/gatsby-page-utils) (2021-06-09) -**Note:** Version bump only for package gatsby-page-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.7.0-next.1...gatsby-page-utils@1.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-page-utils +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.7.0-next.0...gatsby-page-utils@1.7.0-next.1) (2021-05-31) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.6.0/packages/gatsby-page-utils) (2021-05-25) -**Note:** Version bump only for package gatsby-page-utils - -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.6.0-next.0...gatsby-page-utils@1.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-page-utils -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.5.0-next.0...gatsby-page-utils@1.6.0-next.0) (2021-05-06) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.5.0/packages/gatsby-page-utils) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-page-utils -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.4.0-next.3...gatsby-page-utils@1.5.0-next.0) (2021-04-23) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.4.0/packages/gatsby-page-utils) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-page-utils -# [1.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.4.0-next.2...gatsby-page-utils@1.4.0-next.3) (2021-04-20) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.3.0/packages/gatsby-page-utils) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-page-utils -# [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.4.0-next.1...gatsby-page-utils@1.4.0-next.2) (2021-04-20) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.2.0/packages/gatsby-page-utils) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-page-utils -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.4.0-next.0...gatsby-page-utils@1.4.0-next.1) (2021-04-16) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.1.0/packages/gatsby-page-utils) (2021-03-16) -**Note:** Version bump only for package gatsby-page-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.3.0-next.1...gatsby-page-utils@1.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-page-utils +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.3.0-next.0...gatsby-page-utils@1.3.0-next.1) (2021-04-07) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@1.0.0/packages/gatsby-page-utils) (2021-03-02) -**Note:** Version bump only for package gatsby-page-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.2.0-next.0...gatsby-page-utils@1.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-page-utils +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) +- update minor and patch for gatsby-page-utils [#29511](https://github.com/gatsbyjs/gatsby/issues/29511) ([e9e56c6](https://github.com/gatsbyjs/gatsby/commit/e9e56c671d0c1da47e387bab72b6e897070a55a3)) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.1.0-next.2...gatsby-page-utils@1.2.0-next.0) (2021-03-11) +### [0.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.9.1/packages/gatsby-page-utils) (2021-02-24) **Note:** Version bump only for package gatsby-page-utils -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.1.0-next.1...gatsby-page-utils@1.1.0-next.2) (2021-03-10) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.9.0/packages/gatsby-page-utils) (2021-02-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Bug Fixes -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.1.0-next.0...gatsby-page-utils@1.1.0-next.1) (2021-02-26) +- update minor and patch for gatsby-page-utils [#29176](https://github.com/gatsbyjs/gatsby/issues/29176) ([3e2084b](https://github.com/gatsbyjs/gatsby/commit/3e2084b1a78339032dbbd31fbe93e7cbfc979cb6)) -**Note:** Version bump only for package gatsby-page-utils +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.8.0/packages/gatsby-page-utils) (2021-01-20) -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.0.0-next.2...gatsby-page-utils@1.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-page-utils -# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.0.0-next.1...gatsby-page-utils@1.0.0-next.2) (2021-02-25) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.7.0/packages/gatsby-page-utils) (2021-01-06) -**Note:** Version bump only for package gatsby-page-utils - -# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.0.0-next.0...gatsby-page-utils@1.0.0-next.1) (2021-02-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-page-utils -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.10.0-next.0...gatsby-page-utils@1.0.0-next.0) (2021-02-05) +### [0.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.6.1/packages/gatsby-page-utils) (2020-12-23) **Note:** Version bump only for package gatsby-page-utils -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0-next.0...gatsby-page-utils@0.10.0-next.0) (2021-01-28) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.6.0/packages/gatsby-page-utils) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **deps:** update minor and patch for gatsby-page-utils ([#29176](https://github.com/gatsbyjs/gatsby/issues/29176)) ([3e2084b](https://github.com/gatsbyjs/gatsby/commit/3e2084b1a78339032dbbd31fbe93e7cbfc979cb6)) +#### Features -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.8.0-next.0...gatsby-page-utils@0.9.0-next.0) (2021-01-18) +- Add slugify option [#28485](https://github.com/gatsbyjs/gatsby/issues/28485) ([721f42a](https://github.com/gatsbyjs/gatsby/commit/721f42aa210943a5cfe9b08fe93ad31ae315c447)) -**Note:** Version bump only for package gatsby-page-utils +#### Chores -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.7.0-next.1...gatsby-page-utils@0.8.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-page-utils +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.5.0/packages/gatsby-page-utils) (2020-12-02) -# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.7.0-next.0...gatsby-page-utils@0.7.0-next.1) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-page-utils -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.6.0-next.1...gatsby-page-utils@0.7.0-next.0) (2020-12-10) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.4.0/packages/gatsby-page-utils) (2020-11-20) -**Note:** Version bump only for package gatsby-page-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.6.0-next.0...gatsby-page-utils@0.6.0-next.1) (2020-12-08) +#### Chores -### Features +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -- **gatsby-plugin-page-creator:** Add slugify option ([#28485](https://github.com/gatsbyjs/gatsby/issues/28485)) ([721f42a](https://github.com/gatsbyjs/gatsby/commit/721f42aa210943a5cfe9b08fe93ad31ae315c447)) +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@0.3.0/packages/gatsby-page-utils) (2020-11-12) -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.5.0-next.0...gatsby-page-utils@0.6.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-page-utils -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.4.0-next.0...gatsby-page-utils@0.5.0-next.0) (2020-11-18) - -**Note:** Version bump only for package gatsby-page-utils - -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.3.0-next.0...gatsby-page-utils@0.3.0-next.1) (2020-11-10) - -**Note:** Version bump only for package gatsby-page-utils + ## [0.2.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.28...gatsby-page-utils@0.2.29) (2020-10-26) diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index f018eaa6daaeb..852ccd7b2895f 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md @@ -1,132 +1,152 @@ -# Change Log +# Changelog: `gatsby-plugin-benchmark-reporting` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.3...gatsby-plugin-benchmark-reporting@1.13.0-next.0) (2021-08-12) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.12.0/packages/gatsby-plugin-benchmark-reporting) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting - -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.2...gatsby-plugin-benchmark-reporting@1.12.0-next.3) (2021-08-09) - -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.1...gatsby-plugin-benchmark-reporting@1.12.0-next.2) (2021-08-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +- update dependency fast-glob to ^3.2.7 for gatsby-plugin-benchmark-reporting [#32584](https://github.com/gatsbyjs/gatsby/issues/32584) ([5f406a9](https://github.com/gatsbyjs/gatsby/commit/5f406a9848a1eb2f9e0462cd51d6f544e244bb03)) -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.0...gatsby-plugin-benchmark-reporting@1.12.0-next.1) (2021-08-05) +#### Chores -### Bug Fixes +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **deps:** update dependency fast-glob to ^3.2.7 for gatsby-plugin-benchmark-reporting ([#32584](https://github.com/gatsbyjs/gatsby/issues/32584)) ([5f406a9](https://github.com/gatsbyjs/gatsby/commit/5f406a9848a1eb2f9e0462cd51d6f544e244bb03)) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.11.0/packages/gatsby-plugin-benchmark-reporting) (2021-08-04) -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.11.0-next.0...gatsby-plugin-benchmark-reporting@1.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.10.0-next.1...gatsby-plugin-benchmark-reporting@1.11.0-next.0) (2021-07-15) - -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.10.0/packages/gatsby-plugin-benchmark-reporting) (2021-07-20) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.10.0-next.0...gatsby-plugin-benchmark-reporting@1.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +#### Chores -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.9.0-next.0...gatsby-plugin-benchmark-reporting@1.10.0-next.0) (2021-07-01) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.9.0/packages/gatsby-plugin-benchmark-reporting) (2021-07-07) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.8.0-next.1...gatsby-plugin-benchmark-reporting@1.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.8.0-next.0...gatsby-plugin-benchmark-reporting@1.8.0-next.1) (2021-06-10) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.8.0/packages/gatsby-plugin-benchmark-reporting) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.7.0-next.2...gatsby-plugin-benchmark-reporting@1.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.7.0-next.1...gatsby-plugin-benchmark-reporting@1.7.0-next.2) (2021-06-02) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.7.1/packages/gatsby-plugin-benchmark-reporting) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +#### Chores -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.7.0-next.0...gatsby-plugin-benchmark-reporting@1.7.0-next.1) (2021-05-31) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.7.0/packages/gatsby-plugin-benchmark-reporting) (2021-06-09) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.6.0-next.0...gatsby-plugin-benchmark-reporting@1.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +#### Chores -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.5.0-next.0...gatsby-plugin-benchmark-reporting@1.6.0-next.0) (2021-05-06) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.6.0/packages/gatsby-plugin-benchmark-reporting) (2021-05-25) -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.4.0-next.0...gatsby-plugin-benchmark-reporting@1.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.3.0-next.1...gatsby-plugin-benchmark-reporting@1.4.0-next.0) (2021-04-09) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.5.0/packages/gatsby-plugin-benchmark-reporting) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.3.0-next.0...gatsby-plugin-benchmark-reporting@1.3.0-next.1) (2021-04-07) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.4.0/packages/gatsby-plugin-benchmark-reporting) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.2.0-next.0...gatsby-plugin-benchmark-reporting@1.3.0-next.0) (2021-03-25) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.3.0/packages/gatsby-plugin-benchmark-reporting) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.1.0-next.1...gatsby-plugin-benchmark-reporting@1.2.0-next.0) (2021-03-11) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.2.0/packages/gatsby-plugin-benchmark-reporting) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.1.0-next.0...gatsby-plugin-benchmark-reporting@1.1.0-next.1) (2021-02-26) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.1.0/packages/gatsby-plugin-benchmark-reporting) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.0.0-next.0...gatsby-plugin-benchmark-reporting@1.1.0-next.0) (2021-02-26) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@1.0.0/packages/gatsby-plugin-benchmark-reporting) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.10.0-next.0...gatsby-plugin-benchmark-reporting@1.0.0-next.0) (2021-02-05) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.9.0/packages/gatsby-plugin-benchmark-reporting) (2021-02-02) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.9.0-next.0...gatsby-plugin-benchmark-reporting@0.10.0-next.0) (2021-01-28) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-plugin-benchmark-reporting [#29177](https://github.com/gatsbyjs/gatsby/issues/29177) ([98bb383](https://github.com/gatsbyjs/gatsby/commit/98bb383e1afe7afed60e10c84baab669c6543be2)) -- **deps:** update minor and patch for gatsby-plugin-benchmark-reporting ([#29177](https://github.com/gatsbyjs/gatsby/issues/29177)) ([98bb383](https://github.com/gatsbyjs/gatsby/commit/98bb383e1afe7afed60e10c84baab669c6543be2)) +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.8.0/packages/gatsby-plugin-benchmark-reporting) (2021-01-20) -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.8.0-next.0...gatsby-plugin-benchmark-reporting@0.9.0-next.0) (2021-01-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.7.0-next.0...gatsby-plugin-benchmark-reporting@0.8.0-next.0) (2020-12-29) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.7.0/packages/gatsby-plugin-benchmark-reporting) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.6.0-next.0...gatsby-plugin-benchmark-reporting@0.7.0-next.0) (2020-12-10) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.6.0/packages/gatsby-plugin-benchmark-reporting) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.5.0-next.0...gatsby-plugin-benchmark-reporting@0.6.0-next.0) (2020-11-26) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.5.0/packages/gatsby-plugin-benchmark-reporting) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.4.0-next.0...gatsby-plugin-benchmark-reporting@0.5.0-next.0) (2020-11-18) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.4.0/packages/gatsby-plugin-benchmark-reporting) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-benchmark-reporting +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.3.0-next.0...gatsby-plugin-benchmark-reporting@0.3.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@0.3.0/packages/gatsby-plugin-benchmark-reporting) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting + + ## [0.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.2.17...gatsby-plugin-benchmark-reporting@0.2.18) (2020-10-01) ### Bug Fixes diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index 59aa3be320614..412eae0959daf 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md @@ -1,134 +1,150 @@ -# Change Log +# Changelog: `gatsby-plugin-canonical-urls` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.3...gatsby-plugin-canonical-urls@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.12.0/packages/gatsby-plugin-canonical-urls) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-canonical-urls - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.2...gatsby-plugin-canonical-urls@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.1...gatsby-plugin-canonical-urls@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.11.0/packages/gatsby-plugin-canonical-urls) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.0...gatsby-plugin-canonical-urls@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.11.0-next.0...gatsby-plugin-canonical-urls@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.10.0/packages/gatsby-plugin-canonical-urls) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-canonical-urls - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.10.0-next.1...gatsby-plugin-canonical-urls@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.10.0-next.0...gatsby-plugin-canonical-urls@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.9.0/packages/gatsby-plugin-canonical-urls) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.9.0-next.0...gatsby-plugin-canonical-urls@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.8.0-next.1...gatsby-plugin-canonical-urls@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.8.0/packages/gatsby-plugin-canonical-urls) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.8.0-next.0...gatsby-plugin-canonical-urls@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-canonical-urls +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.7.0-next.2...gatsby-plugin-canonical-urls@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.7.1/packages/gatsby-plugin-canonical-urls) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.7.0-next.1...gatsby-plugin-canonical-urls@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.7.0/packages/gatsby-plugin-canonical-urls) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.7.0-next.0...gatsby-plugin-canonical-urls@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.6.0-next.0...gatsby-plugin-canonical-urls@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.6.0/packages/gatsby-plugin-canonical-urls) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.5.0-next.0...gatsby-plugin-canonical-urls@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.4.0-next.0...gatsby-plugin-canonical-urls@3.5.0-next.0) (2021-04-23) - -**Note:** Version bump only for package gatsby-plugin-canonical-urls +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.5.0/packages/gatsby-plugin-canonical-urls) (2021-05-12) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.3.0-next.1...gatsby-plugin-canonical-urls@3.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.3.0-next.0...gatsby-plugin-canonical-urls@3.3.0-next.1) (2021-04-07) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.4.0/packages/gatsby-plugin-canonical-urls) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.2.0-next.0...gatsby-plugin-canonical-urls@3.3.0-next.0) (2021-03-25) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.3.0/packages/gatsby-plugin-canonical-urls) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.1.0-next.1...gatsby-plugin-canonical-urls@3.2.0-next.0) (2021-03-11) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.2.0/packages/gatsby-plugin-canonical-urls) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.1.0-next.0...gatsby-plugin-canonical-urls@3.1.0-next.1) (2021-02-26) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.1.0/packages/gatsby-plugin-canonical-urls) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.0.0-next.1...gatsby-plugin-canonical-urls@3.1.0-next.0) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.0.0/packages/gatsby-plugin-canonical-urls) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.0.0-next.0...gatsby-plugin-canonical-urls@3.0.0-next.1) (2021-02-25) +#### Features -### Features +- Add plugin validation [#29688](https://github.com/gatsbyjs/gatsby/issues/29688) ([4d4a7ab](https://github.com/gatsbyjs/gatsby/commit/4d4a7ab432a8d8159ffab96374e79e909dd47f51)) -- **gatsby-plugin-canonical-urls:** Add plugin validation ([#29688](https://github.com/gatsbyjs/gatsby/issues/29688)) ([4d4a7ab](https://github.com/gatsbyjs/gatsby/commit/4d4a7ab432a8d8159ffab96374e79e909dd47f51)) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.10.0/packages/gatsby-plugin-canonical-urls) (2021-02-02) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.11.0-next.0...gatsby-plugin-canonical-urls@3.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.10.0-next.0...gatsby-plugin-canonical-urls@2.11.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.9.0/packages/gatsby-plugin-canonical-urls) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.9.0-next.0...gatsby-plugin-canonical-urls@2.10.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.8.0/packages/gatsby-plugin-canonical-urls) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.8.0-next.0...gatsby-plugin-canonical-urls@2.9.0-next.0) (2020-12-29) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.7.0/packages/gatsby-plugin-canonical-urls) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.7.0-next.0...gatsby-plugin-canonical-urls@2.8.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-canonical-urls +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.6.0-next.0...gatsby-plugin-canonical-urls@2.7.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.6.0/packages/gatsby-plugin-canonical-urls) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-canonical-urls -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.5.0-next.0...gatsby-plugin-canonical-urls@2.6.0-next.0) (2020-11-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.5.0/packages/gatsby-plugin-canonical-urls) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-canonical-urls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.4.0-next.0...gatsby-plugin-canonical-urls@2.4.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@2.4.0/packages/gatsby-plugin-canonical-urls) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-canonical-urls + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.3.12...gatsby-plugin-canonical-urls@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-canonical-urls diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 185f8f94759ab..8b39f0d5d2c9d 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/CHANGELOG.md @@ -1,132 +1,153 @@ -# Change Log +# Changelog: `gatsby-plugin-catch-links` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.3...gatsby-plugin-catch-links@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.12.0/packages/gatsby-plugin-catch-links) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-catch-links - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.2...gatsby-plugin-catch-links@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-catch-links +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.1...gatsby-plugin-catch-links@3.12.0-next.2) (2021-08-05) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-catch-links +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.11.0/packages/gatsby-plugin-catch-links) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.0...gatsby-plugin-catch-links@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.11.0-next.0...gatsby-plugin-catch-links@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.10.0/packages/gatsby-plugin-catch-links) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-catch-links +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.10.0-next.1...gatsby-plugin-catch-links@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-catch-links +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.10.0-next.0...gatsby-plugin-catch-links@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.9.0/packages/gatsby-plugin-catch-links) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.9.0-next.0...gatsby-plugin-catch-links@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.8.0/packages/gatsby-plugin-catch-links) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-catch-links +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.8.0-next.1...gatsby-plugin-catch-links@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-catch-links +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.8.0-next.0...gatsby-plugin-catch-links@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.7.1/packages/gatsby-plugin-catch-links) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-catch-links +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.7.0-next.2...gatsby-plugin-catch-links@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-catch-links +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.7.0/packages/gatsby-plugin-catch-links) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.7.0-next.1...gatsby-plugin-catch-links@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-catch-links +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.7.0-next.0...gatsby-plugin-catch-links@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-catch-links +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.6.0/packages/gatsby-plugin-catch-links) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.6.0-next.0...gatsby-plugin-catch-links@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.5.0-next.0...gatsby-plugin-catch-links@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.5.0/packages/gatsby-plugin-catch-links) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.4.0-next.0...gatsby-plugin-catch-links@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.4.0/packages/gatsby-plugin-catch-links) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.3.0-next.1...gatsby-plugin-catch-links@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.3.0/packages/gatsby-plugin-catch-links) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.3.0-next.0...gatsby-plugin-catch-links@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.2.0/packages/gatsby-plugin-catch-links) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.2.0-next.0...gatsby-plugin-catch-links@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.1.0/packages/gatsby-plugin-catch-links) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-catch-links +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.1.0-next.1...gatsby-plugin-catch-links@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-plugin-catch-links +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) + +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@3.0.0/packages/gatsby-plugin-catch-links) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.1.0-next.0...gatsby-plugin-catch-links@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.0.0-next.0...gatsby-plugin-catch-links@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.10.0/packages/gatsby-plugin-catch-links) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-catch-links -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.11.0-next.0...gatsby-plugin-catch-links@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.9.0/packages/gatsby-plugin-catch-links) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-catch-links +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.10.0-next.0...gatsby-plugin-catch-links@2.11.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-plugin-catch-links +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) + +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.8.0/packages/gatsby-plugin-catch-links) (2021-01-06) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.9.0-next.1...gatsby-plugin-catch-links@2.10.0-next.0) (2021-01-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-catch-links -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.9.0-next.0...gatsby-plugin-catch-links@2.9.0-next.1) (2021-01-12) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.7.0/packages/gatsby-plugin-catch-links) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-catch-links +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.8.0-next.0...gatsby-plugin-catch-links@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-catch-links +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.7.0-next.0...gatsby-plugin-catch-links@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.6.0/packages/gatsby-plugin-catch-links) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-catch-links -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.6.0-next.0...gatsby-plugin-catch-links@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.5.0/packages/gatsby-plugin-catch-links) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-catch-links +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.5.0-next.0...gatsby-plugin-catch-links@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-catch-links +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.4.0/packages/gatsby-plugin-catch-links) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.4.0-next.0...gatsby-plugin-catch-links@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-catch-links + + ## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.3.14...gatsby-plugin-catch-links@2.3.15) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-catch-links diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index e8e5ebfdbade8..b8f361be3a500 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-coffeescript` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.3...gatsby-plugin-coffeescript@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.12.0/packages/gatsby-plugin-coffeescript) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-coffeescript - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.2...gatsby-plugin-coffeescript@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-coffeescript +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.1...gatsby-plugin-coffeescript@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-coffeescript +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.11.0/packages/gatsby-plugin-coffeescript) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.0...gatsby-plugin-coffeescript@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.11.0-next.0...gatsby-plugin-coffeescript@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.10.0/packages/gatsby-plugin-coffeescript) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-coffeescript - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.10.0-next.1...gatsby-plugin-coffeescript@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-coffeescript +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.10.0-next.0...gatsby-plugin-coffeescript@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-coffeescript +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.9.0/packages/gatsby-plugin-coffeescript) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.9.0-next.0...gatsby-plugin-coffeescript@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.8.0-next.1...gatsby-plugin-coffeescript@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.8.0/packages/gatsby-plugin-coffeescript) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-coffeescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.8.0-next.0...gatsby-plugin-coffeescript@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-coffeescript +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.7.0-next.2...gatsby-plugin-coffeescript@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.7.1/packages/gatsby-plugin-coffeescript) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-coffeescript +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.7.0-next.1...gatsby-plugin-coffeescript@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-coffeescript +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.7.0/packages/gatsby-plugin-coffeescript) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.7.0-next.0...gatsby-plugin-coffeescript@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-coffeescript +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.6.0-next.0...gatsby-plugin-coffeescript@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-coffeescript +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.6.0/packages/gatsby-plugin-coffeescript) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.5.0-next.0...gatsby-plugin-coffeescript@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.4.0-next.0...gatsby-plugin-coffeescript@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.5.0/packages/gatsby-plugin-coffeescript) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.3.0-next.1...gatsby-plugin-coffeescript@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.4.0/packages/gatsby-plugin-coffeescript) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.3.0-next.0...gatsby-plugin-coffeescript@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.3.0/packages/gatsby-plugin-coffeescript) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.2.0-next.0...gatsby-plugin-coffeescript@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.2.0/packages/gatsby-plugin-coffeescript) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.1.0-next.1...gatsby-plugin-coffeescript@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.1.0/packages/gatsby-plugin-coffeescript) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.1.0-next.0...gatsby-plugin-coffeescript@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@3.0.0/packages/gatsby-plugin-coffeescript) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.0.0-next.0...gatsby-plugin-coffeescript@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.10.0/packages/gatsby-plugin-coffeescript) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.11.0-next.0...gatsby-plugin-coffeescript@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.9.0/packages/gatsby-plugin-coffeescript) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.10.0-next.0...gatsby-plugin-coffeescript@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.8.0/packages/gatsby-plugin-coffeescript) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.9.0-next.0...gatsby-plugin-coffeescript@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.7.0/packages/gatsby-plugin-coffeescript) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-coffeescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.8.0-next.0...gatsby-plugin-coffeescript@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-coffeescript +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.7.0-next.0...gatsby-plugin-coffeescript@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.6.0/packages/gatsby-plugin-coffeescript) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-coffeescript -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.6.0-next.0...gatsby-plugin-coffeescript@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.5.0/packages/gatsby-plugin-coffeescript) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-coffeescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.5.0-next.0...gatsby-plugin-coffeescript@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-coffeescript +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@2.4.0/packages/gatsby-plugin-coffeescript) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.4.0-next.0...gatsby-plugin-coffeescript@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-coffeescript + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.3.12...gatsby-plugin-coffeescript@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-coffeescript diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index f7b8e43452a33..4747861a9ef8a 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-create-client-paths` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.3...gatsby-plugin-create-client-paths@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.12.0/packages/gatsby-plugin-create-client-paths) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-create-client-paths - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.2...gatsby-plugin-create-client-paths@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.1...gatsby-plugin-create-client-paths@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.11.0/packages/gatsby-plugin-create-client-paths) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.0...gatsby-plugin-create-client-paths@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.11.0-next.0...gatsby-plugin-create-client-paths@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.10.0/packages/gatsby-plugin-create-client-paths) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-create-client-paths - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.10.0-next.1...gatsby-plugin-create-client-paths@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.10.0-next.0...gatsby-plugin-create-client-paths@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.9.0/packages/gatsby-plugin-create-client-paths) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.9.0-next.0...gatsby-plugin-create-client-paths@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.8.0-next.1...gatsby-plugin-create-client-paths@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.8.0/packages/gatsby-plugin-create-client-paths) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.8.0-next.0...gatsby-plugin-create-client-paths@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-create-client-paths +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.7.0-next.2...gatsby-plugin-create-client-paths@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.7.1/packages/gatsby-plugin-create-client-paths) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.7.0-next.1...gatsby-plugin-create-client-paths@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.7.0/packages/gatsby-plugin-create-client-paths) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.7.0-next.0...gatsby-plugin-create-client-paths@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.6.0-next.0...gatsby-plugin-create-client-paths@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.6.0/packages/gatsby-plugin-create-client-paths) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.5.0-next.0...gatsby-plugin-create-client-paths@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.4.0-next.0...gatsby-plugin-create-client-paths@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.5.0/packages/gatsby-plugin-create-client-paths) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.3.0-next.1...gatsby-plugin-create-client-paths@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.4.0/packages/gatsby-plugin-create-client-paths) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.3.0-next.0...gatsby-plugin-create-client-paths@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.3.0/packages/gatsby-plugin-create-client-paths) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.2.0-next.0...gatsby-plugin-create-client-paths@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.2.0/packages/gatsby-plugin-create-client-paths) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.1.0-next.1...gatsby-plugin-create-client-paths@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.1.0/packages/gatsby-plugin-create-client-paths) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.1.0-next.0...gatsby-plugin-create-client-paths@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@3.0.0/packages/gatsby-plugin-create-client-paths) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.0.0-next.0...gatsby-plugin-create-client-paths@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.10.0/packages/gatsby-plugin-create-client-paths) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.11.0-next.0...gatsby-plugin-create-client-paths@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.9.0/packages/gatsby-plugin-create-client-paths) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.10.0-next.0...gatsby-plugin-create-client-paths@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.8.0/packages/gatsby-plugin-create-client-paths) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.9.0-next.0...gatsby-plugin-create-client-paths@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.7.0/packages/gatsby-plugin-create-client-paths) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.8.0-next.0...gatsby-plugin-create-client-paths@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-create-client-paths +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.7.0-next.0...gatsby-plugin-create-client-paths@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.6.0/packages/gatsby-plugin-create-client-paths) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-create-client-paths -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.6.0-next.0...gatsby-plugin-create-client-paths@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.5.0/packages/gatsby-plugin-create-client-paths) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-create-client-paths +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.5.0-next.0...gatsby-plugin-create-client-paths@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-create-client-paths +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-create-client-paths@2.4.0/packages/gatsby-plugin-create-client-paths) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.4.0-next.0...gatsby-plugin-create-client-paths@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-create-client-paths + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.3.12...gatsby-plugin-create-client-paths@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-create-client-paths diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 29baf34f92caf..921c23bde83b6 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -1,147 +1,152 @@ -# Change Log +# Changelog: `gatsby-plugin-cxs` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.3...gatsby-plugin-cxs@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.12.0/packages/gatsby-plugin-cxs) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.2...gatsby-plugin-cxs@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-cxs +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.1...gatsby-plugin-cxs@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.11.0/packages/gatsby-plugin-cxs) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-cxs - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.0...gatsby-plugin-cxs@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.11.0-next.0...gatsby-plugin-cxs@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.10.0/packages/gatsby-plugin-cxs) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.10.0-next.1...gatsby-plugin-cxs@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-cxs - -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.10.0-next.0...gatsby-plugin-cxs@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-cxs +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.9.0/packages/gatsby-plugin-cxs) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.9.0-next.1...gatsby-plugin-cxs@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.9.0-next.0...gatsby-plugin-cxs@3.9.0-next.1) (2021-06-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.8.0/packages/gatsby-plugin-cxs) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.8.0-next.1...gatsby-plugin-cxs@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-cxs +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.8.0-next.0...gatsby-plugin-cxs@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.7.1/packages/gatsby-plugin-cxs) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-cxs +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.7.0-next.2...gatsby-plugin-cxs@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-cxs +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.7.0/packages/gatsby-plugin-cxs) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.7.0-next.1...gatsby-plugin-cxs@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-cxs +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.7.0-next.0...gatsby-plugin-cxs@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-cxs +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.6.0/packages/gatsby-plugin-cxs) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.6.0-next.0...gatsby-plugin-cxs@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.5.0-next.0...gatsby-plugin-cxs@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.5.0/packages/gatsby-plugin-cxs) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-cxs - -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.4.0-next.0...gatsby-plugin-cxs@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.3.0-next.1...gatsby-plugin-cxs@3.4.0-next.0) (2021-04-09) - -**Note:** Version bump only for package gatsby-plugin-cxs +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.4.0/packages/gatsby-plugin-cxs) (2021-04-28) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.3.0-next.0...gatsby-plugin-cxs@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.2.0-next.0...gatsby-plugin-cxs@3.3.0-next.0) (2021-03-25) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.3.0/packages/gatsby-plugin-cxs) (2021-04-14) -**Note:** Version bump only for package gatsby-plugin-cxs - -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.1.0-next.1...gatsby-plugin-cxs@3.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.1.0-next.0...gatsby-plugin-cxs@3.1.0-next.1) (2021-02-26) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.2.0/packages/gatsby-plugin-cxs) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.0.0-next.1...gatsby-plugin-cxs@3.1.0-next.0) (2021-02-26) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.1.0/packages/gatsby-plugin-cxs) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-cxs -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.0.0-next.0...gatsby-plugin-cxs@3.0.0-next.1) (2021-02-25) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@3.0.0/packages/gatsby-plugin-cxs) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.11.0-next.0...gatsby-plugin-cxs@3.0.0-next.0) (2021-02-05) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-cxs +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.10.0/packages/gatsby-plugin-cxs) (2021-02-02) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.10.0-next.0...gatsby-plugin-cxs@2.11.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-cxs -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.9.0-next.1...gatsby-plugin-cxs@2.10.0-next.0) (2021-01-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.9.0/packages/gatsby-plugin-cxs) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-cxs -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.9.0-next.0...gatsby-plugin-cxs@2.9.0-next.1) (2021-01-12) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.8.0/packages/gatsby-plugin-cxs) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-cxs -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.8.0-next.1...gatsby-plugin-cxs@2.9.0-next.0) (2020-12-29) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.7.0/packages/gatsby-plugin-cxs) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.8.0-next.0...gatsby-plugin-cxs@2.8.0-next.1) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-plugin-cxs +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.7.0-next.0...gatsby-plugin-cxs@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.6.0/packages/gatsby-plugin-cxs) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-cxs -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.6.0-next.0...gatsby-plugin-cxs@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.5.0/packages/gatsby-plugin-cxs) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.5.0-next.0...gatsby-plugin-cxs@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-cxs +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.4.0-next.1...gatsby-plugin-cxs@2.4.0-next.2) (2020-11-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@2.4.0/packages/gatsby-plugin-cxs) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-cxs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.4.0-next.0...gatsby-plugin-cxs@2.4.0-next.1) (2020-11-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-cxs +- Fix dependency version Fix [#27837](https://github.com/gatsbyjs/gatsby/issues/27837) ([b40db9b](https://github.com/gatsbyjs/gatsby/commit/b40db9b78dc34667c3a612aaef6ff15ed4af9052)) +- Add pluginOptionsSchema validation [#27600](https://github.com/gatsbyjs/gatsby/issues/27600) ([66151eb](https://github.com/gatsbyjs/gatsby/commit/66151eb2dbc2dfe09df72ae18f5e87cf20740f61)) + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.3.12...gatsby-plugin-cxs@2.3.13) (2020-10-06) diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index 8df43bb89041d..eb5a4c5b6414e 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/CHANGELOG.md @@ -1,142 +1,154 @@ -# Change Log +# Changelog: `gatsby-plugin-emotion` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.3...gatsby-plugin-emotion@6.13.0-next.0) (2021-08-12) +## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.12.0/packages/gatsby-plugin-emotion) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-emotion - -# [6.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.2...gatsby-plugin-emotion@6.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-emotion +#### Chores -# [6.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.1...gatsby-plugin-emotion@6.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-emotion +## [6.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.11.0/packages/gatsby-plugin-emotion) (2021-08-04) -# [6.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.0...gatsby-plugin-emotion@6.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.11.0-next.0...gatsby-plugin-emotion@6.12.0-next.0) (2021-07-29) +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.10.0/packages/gatsby-plugin-emotion) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-emotion - -# [6.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.10.0-next.1...gatsby-plugin-emotion@6.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-emotion +#### Chores -# [6.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.10.0-next.0...gatsby-plugin-emotion@6.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-emotion +## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.9.0/packages/gatsby-plugin-emotion) (2021-07-07) -# [6.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.9.0-next.0...gatsby-plugin-emotion@6.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.8.0-next.1...gatsby-plugin-emotion@6.9.0-next.0) (2021-06-18) +## [6.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.8.0/packages/gatsby-plugin-emotion) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-emotion +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [6.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.8.0-next.0...gatsby-plugin-emotion@6.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-emotion +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.7.0-next.2...gatsby-plugin-emotion@6.8.0-next.0) (2021-06-03) +### [6.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.7.1/packages/gatsby-plugin-emotion) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-emotion +#### Chores -# [6.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.7.0-next.1...gatsby-plugin-emotion@6.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-emotion +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.7.0/packages/gatsby-plugin-emotion) (2021-06-09) -# [6.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.7.0-next.0...gatsby-plugin-emotion@6.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-emotion +#### Chores -# [6.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.6.0-next.0...gatsby-plugin-emotion@6.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-emotion +## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.6.0/packages/gatsby-plugin-emotion) (2021-05-25) -# [6.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.5.0-next.0...gatsby-plugin-emotion@6.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.4.0-next.0...gatsby-plugin-emotion@6.5.0-next.0) (2021-04-23) +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.5.0/packages/gatsby-plugin-emotion) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.3.0-next.1...gatsby-plugin-emotion@6.4.0-next.0) (2021-04-09) +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.4.0/packages/gatsby-plugin-emotion) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.3.0-next.0...gatsby-plugin-emotion@6.3.0-next.1) (2021-04-07) +## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.3.0/packages/gatsby-plugin-emotion) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.2.0-next.0...gatsby-plugin-emotion@6.3.0-next.0) (2021-03-25) +## [6.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.2.0/packages/gatsby-plugin-emotion) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.1.0-next.2...gatsby-plugin-emotion@6.2.0-next.0) (2021-03-11) +## [6.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.1.0/packages/gatsby-plugin-emotion) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-emotion +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [6.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.1.0-next.1...gatsby-plugin-emotion@6.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-plugin-emotion [#29514](https://github.com/gatsbyjs/gatsby/issues/29514) ([40e54e8](https://github.com/gatsbyjs/gatsby/commit/40e54e8022966bac04a01b12bb16300d9b94484e)) -- **deps:** update minor and patch for gatsby-plugin-emotion ([#29514](https://github.com/gatsbyjs/gatsby/issues/29514)) ([40e54e8](https://github.com/gatsbyjs/gatsby/commit/40e54e8022966bac04a01b12bb16300d9b94484e)) +## [6.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@6.0.0/packages/gatsby-plugin-emotion) (2021-03-02) -# [6.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.1.0-next.0...gatsby-plugin-emotion@6.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.0.0-next.0...gatsby-plugin-emotion@6.1.0-next.0) (2021-02-26) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@5.4.0/packages/gatsby-plugin-emotion) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-emotion -# [6.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.5.0-next.0...gatsby-plugin-emotion@6.0.0-next.0) (2021-02-05) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@5.3.0/packages/gatsby-plugin-emotion) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-emotion +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.4.0-next.0...gatsby-plugin-emotion@5.5.0-next.0) (2021-01-28) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-emotion +- fix table fix [#28906](https://github.com/gatsbyjs/gatsby/issues/28906) ([4798257](https://github.com/gatsbyjs/gatsby/commit/4798257631ed359a74d38bdc8338119719ffcb41)) + +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@5.2.0/packages/gatsby-plugin-emotion) (2021-01-06) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.3.0-next.1...gatsby-plugin-emotion@5.4.0-next.0) (2021-01-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-emotion -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.3.0-next.0...gatsby-plugin-emotion@5.3.0-next.1) (2021-01-12) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@5.1.0/packages/gatsby-plugin-emotion) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-emotion +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.2.0-next.0...gatsby-plugin-emotion@5.3.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-emotion +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.1.0-next.0...gatsby-plugin-emotion@5.2.0-next.0) (2020-12-10) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@5.0.0/packages/gatsby-plugin-emotion) (2020-12-02) -**Note:** Version bump only for package gatsby-plugin-emotion +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.0.0-next.0...gatsby-plugin-emotion@5.1.0-next.0) (2020-11-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-emotion +- update to emotion@11 [#27981](https://github.com/gatsbyjs/gatsby/issues/27981) ([9c00fc9](https://github.com/gatsbyjs/gatsby/commit/9c00fc9ec27ebedb440b8400aee8b41892b173ee)) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.6.0-next.0...gatsby-plugin-emotion@5.0.0-next.0) (2020-11-23) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@4.5.0/packages/gatsby-plugin-emotion) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-emotion +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.5.0-next.0...gatsby-plugin-emotion@4.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-emotion +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.4.0-next.0...gatsby-plugin-emotion@4.4.0-next.1) (2020-11-10) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@4.4.0/packages/gatsby-plugin-emotion) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-emotion + + ## [4.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.3.14...gatsby-plugin-emotion@4.3.15) (2020-11-02) **Note:** Version bump only for package gatsby-plugin-emotion diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 2d154db09ad16..840f1d8cc2853 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-facebook-analytics` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.3...gatsby-plugin-facebook-analytics@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.12.0/packages/gatsby-plugin-facebook-analytics) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.2...gatsby-plugin-facebook-analytics@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.1...gatsby-plugin-facebook-analytics@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.11.0/packages/gatsby-plugin-facebook-analytics) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.0...gatsby-plugin-facebook-analytics@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.11.0-next.0...gatsby-plugin-facebook-analytics@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.10.0/packages/gatsby-plugin-facebook-analytics) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.10.0-next.1...gatsby-plugin-facebook-analytics@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.10.0-next.0...gatsby-plugin-facebook-analytics@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.9.0/packages/gatsby-plugin-facebook-analytics) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.9.0-next.0...gatsby-plugin-facebook-analytics@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.8.0-next.1...gatsby-plugin-facebook-analytics@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.8.0/packages/gatsby-plugin-facebook-analytics) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.8.0-next.0...gatsby-plugin-facebook-analytics@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.7.0-next.2...gatsby-plugin-facebook-analytics@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.7.1/packages/gatsby-plugin-facebook-analytics) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.7.0-next.1...gatsby-plugin-facebook-analytics@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.7.0/packages/gatsby-plugin-facebook-analytics) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.7.0-next.0...gatsby-plugin-facebook-analytics@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.6.0-next.0...gatsby-plugin-facebook-analytics@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.6.0/packages/gatsby-plugin-facebook-analytics) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.5.0-next.0...gatsby-plugin-facebook-analytics@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.4.0-next.0...gatsby-plugin-facebook-analytics@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.5.0/packages/gatsby-plugin-facebook-analytics) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.3.0-next.1...gatsby-plugin-facebook-analytics@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.4.0/packages/gatsby-plugin-facebook-analytics) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.3.0-next.0...gatsby-plugin-facebook-analytics@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.3.0/packages/gatsby-plugin-facebook-analytics) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.2.0-next.0...gatsby-plugin-facebook-analytics@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.2.0/packages/gatsby-plugin-facebook-analytics) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.1.0-next.1...gatsby-plugin-facebook-analytics@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.1.0/packages/gatsby-plugin-facebook-analytics) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.1.0-next.0...gatsby-plugin-facebook-analytics@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@3.0.0/packages/gatsby-plugin-facebook-analytics) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.0.0-next.0...gatsby-plugin-facebook-analytics@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.11.0/packages/gatsby-plugin-facebook-analytics) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.12.0-next.0...gatsby-plugin-facebook-analytics@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.10.0/packages/gatsby-plugin-facebook-analytics) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.11.0-next.0...gatsby-plugin-facebook-analytics@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.9.0/packages/gatsby-plugin-facebook-analytics) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.10.0-next.0...gatsby-plugin-facebook-analytics@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.8.0/packages/gatsby-plugin-facebook-analytics) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.9.0-next.0...gatsby-plugin-facebook-analytics@2.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.8.0-next.0...gatsby-plugin-facebook-analytics@2.9.0-next.0) (2020-12-10) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.7.0/packages/gatsby-plugin-facebook-analytics) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-facebook-analytics -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.7.0-next.0...gatsby-plugin-facebook-analytics@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.6.0/packages/gatsby-plugin-facebook-analytics) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.6.0-next.0...gatsby-plugin-facebook-analytics@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-facebook-analytics +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@2.5.0/packages/gatsby-plugin-facebook-analytics) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.5.0-next.0...gatsby-plugin-facebook-analytics@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-facebook-analytics + + ## [2.4.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.4.12...gatsby-plugin-facebook-analytics@2.4.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-facebook-analytics diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 8fdce253edf8c..d4fab80e1c3ed 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -1,154 +1,163 @@ -# Change Log +# Changelog: `gatsby-plugin-feed` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.3...gatsby-plugin-feed@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.12.0/packages/gatsby-plugin-feed) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.2...gatsby-plugin-feed@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-feed +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.1...gatsby-plugin-feed@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.11.0/packages/gatsby-plugin-feed) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-feed - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.0...gatsby-plugin-feed@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-feed -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.11.0-next.0...gatsby-plugin-feed@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.10.0/packages/gatsby-plugin-feed) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.10.0-next.1...gatsby-plugin-feed@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-feed - -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.10.0-next.0...gatsby-plugin-feed@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-feed +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.9.0/packages/gatsby-plugin-feed) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.9.0-next.1...gatsby-plugin-feed@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-feed -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.9.0-next.0...gatsby-plugin-feed@3.9.0-next.1) (2021-06-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.8.0/packages/gatsby-plugin-feed) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.8.0-next.1...gatsby-plugin-feed@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-feed +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.8.0-next.0...gatsby-plugin-feed@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.7.1/packages/gatsby-plugin-feed) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-feed +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.7.0-next.2...gatsby-plugin-feed@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-feed +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.7.0/packages/gatsby-plugin-feed) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.7.0-next.1...gatsby-plugin-feed@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-feed +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.7.0-next.0...gatsby-plugin-feed@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-feed +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.6.0/packages/gatsby-plugin-feed) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.6.0-next.0...gatsby-plugin-feed@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-feed -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.5.0-next.0...gatsby-plugin-feed@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.5.0/packages/gatsby-plugin-feed) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-feed - -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.4.0-next.0...gatsby-plugin-feed@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-feed -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.3.0-next.1...gatsby-plugin-feed@3.4.0-next.0) (2021-04-09) - -**Note:** Version bump only for package gatsby-plugin-feed +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.4.0/packages/gatsby-plugin-feed) (2021-04-28) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.3.0-next.0...gatsby-plugin-feed@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-feed -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.2.0-next.0...gatsby-plugin-feed@3.3.0-next.0) (2021-03-25) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.3.0/packages/gatsby-plugin-feed) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-feed -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.1.0-next.2...gatsby-plugin-feed@3.2.0-next.0) (2021-03-11) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.2.0/packages/gatsby-plugin-feed) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-feed -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.1.0-next.1...gatsby-plugin-feed@3.1.0-next.2) (2021-03-10) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.1.0/packages/gatsby-plugin-feed) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.1.0-next.0...gatsby-plugin-feed@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-feed +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.0.0-next.2...gatsby-plugin-feed@3.1.0-next.0) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@3.0.0/packages/gatsby-plugin-feed) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.0.0-next.1...gatsby-plugin-feed@3.0.0-next.2) (2021-02-25) +#### Bug Fixes -### Bug Fixes +- Exists function and update version fs-extra [#29616](https://github.com/gatsbyjs/gatsby/issues/29616) ([5fb6064](https://github.com/gatsbyjs/gatsby/commit/5fb606416a2d0697319501787a0a47cf74142001)) -- **gatsby-plugin-feed:** Exists function and update version fs-extra ([#29616](https://github.com/gatsbyjs/gatsby/issues/29616)) ([5fb6064](https://github.com/gatsbyjs/gatsby/commit/5fb606416a2d0697319501787a0a47cf74142001)) +#### Other Changes -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.0.0-next.0...gatsby-plugin-feed@3.0.0-next.1) (2021-02-11) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) +- Address todos for major release [#29413](https://github.com/gatsbyjs/gatsby/issues/29413) ([bde7394](https://github.com/gatsbyjs/gatsby/commit/bde7394fc5245739cdf6b740ccb211a061126828)) -**Note:** Version bump only for package gatsby-plugin-feed +### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.13.1/packages/gatsby-plugin-feed) (2021-02-25) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.14.0-next.0...gatsby-plugin-feed@3.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-feed +- Exists function and update version fs-extra [#29616](https://github.com/gatsbyjs/gatsby/issues/29616) [#29764](https://github.com/gatsbyjs/gatsby/issues/29764) ([21f02de](https://github.com/gatsbyjs/gatsby/commit/21f02de1479f6c3c33cb3a13e47c138a8ecd7d4e)) + +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.13.0/packages/gatsby-plugin-feed) (2021-02-02) -# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.13.0-next.0...gatsby-plugin-feed@2.14.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-feed -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.12.0-next.1...gatsby-plugin-feed@2.13.0-next.0) (2021-01-18) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.12.0/packages/gatsby-plugin-feed) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-feed -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.12.0-next.0...gatsby-plugin-feed@2.12.0-next.1) (2021-01-12) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.11.0/packages/gatsby-plugin-feed) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-feed -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.11.0-next.1...gatsby-plugin-feed@2.12.0-next.0) (2020-12-29) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.10.0/packages/gatsby-plugin-feed) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.11.0-next.0...gatsby-plugin-feed@2.11.0-next.1) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-plugin-feed +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.9.0/packages/gatsby-plugin-feed) (2020-12-02) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.10.0-next.0...gatsby-plugin-feed@2.11.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-feed -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.9.0-next.0...gatsby-plugin-feed@2.10.0-next.0) (2020-11-26) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.8.0/packages/gatsby-plugin-feed) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-feed +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.8.0-next.0...gatsby-plugin-feed@2.9.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-feed +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.7.0-next.0...gatsby-plugin-feed@2.7.0-next.1) (2020-11-10) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@2.7.0/packages/gatsby-plugin-feed) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-feed + + # [2.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.5.20...gatsby-plugin-feed@2.6.0) (2020-11-02) ### Features diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index 4cc3c45519923..aed2ab87018f3 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/CHANGELOG.md @@ -1,136 +1,150 @@ -# Change Log +# Changelog: `gatsby-plugin-flow` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.3...gatsby-plugin-flow@2.13.0-next.0) (2021-08-12) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.12.0/packages/gatsby-plugin-flow) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-flow - -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.2...gatsby-plugin-flow@2.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-flow +#### Chores -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.1...gatsby-plugin-flow@2.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-flow +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.11.0/packages/gatsby-plugin-flow) (2021-08-04) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.0...gatsby-plugin-flow@2.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-flow -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.11.0-next.0...gatsby-plugin-flow@2.12.0-next.0) (2021-07-29) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.10.0/packages/gatsby-plugin-flow) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-flow - -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.10.0-next.1...gatsby-plugin-flow@2.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-flow +#### Chores -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.10.0-next.0...gatsby-plugin-flow@2.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-flow +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.9.0/packages/gatsby-plugin-flow) (2021-07-07) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.9.0-next.1...gatsby-plugin-flow@2.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-flow -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.9.0-next.0...gatsby-plugin-flow@2.9.0-next.1) (2021-06-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.8.0/packages/gatsby-plugin-flow) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-flow +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.8.0-next.1...gatsby-plugin-flow@2.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-flow +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.8.0-next.0...gatsby-plugin-flow@2.8.0-next.1) (2021-06-10) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.7.1/packages/gatsby-plugin-flow) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-flow +#### Chores -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.7.0-next.2...gatsby-plugin-flow@2.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-flow +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.7.0/packages/gatsby-plugin-flow) (2021-06-09) -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.7.0-next.1...gatsby-plugin-flow@2.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-flow +#### Chores -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.7.0-next.0...gatsby-plugin-flow@2.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-flow +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.6.0/packages/gatsby-plugin-flow) (2021-05-25) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.6.0-next.0...gatsby-plugin-flow@2.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-flow -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.5.0-next.0...gatsby-plugin-flow@2.6.0-next.0) (2021-05-06) - -**Note:** Version bump only for package gatsby-plugin-flow +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.5.0/packages/gatsby-plugin-flow) (2021-05-12) -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.4.0-next.1...gatsby-plugin-flow@2.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-flow -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.4.0-next.0...gatsby-plugin-flow@2.4.0-next.1) (2021-04-22) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.4.0/packages/gatsby-plugin-flow) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-flow +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.3.0-next.1...gatsby-plugin-flow@2.4.0-next.0) (2021-04-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-flow +- Add pluginOptionsSchema validation [#27599](https://github.com/gatsbyjs/gatsby/issues/27599) ([0668750](https://github.com/gatsbyjs/gatsby/commit/06687500de521d8ce8710a96ec817f87430f80a0)) -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.3.0-next.0...gatsby-plugin-flow@2.3.0-next.1) (2021-04-07) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.3.0/packages/gatsby-plugin-flow) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-flow -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.2.0-next.0...gatsby-plugin-flow@2.3.0-next.0) (2021-03-25) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.2.0/packages/gatsby-plugin-flow) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-flow -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.1.0-next.1...gatsby-plugin-flow@2.2.0-next.0) (2021-03-11) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.1.0/packages/gatsby-plugin-flow) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-flow -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.1.0-next.0...gatsby-plugin-flow@2.1.0-next.1) (2021-02-26) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@2.0.0/packages/gatsby-plugin-flow) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-flow -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.0.0-next.0...gatsby-plugin-flow@2.1.0-next.0) (2021-02-26) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.10.0/packages/gatsby-plugin-flow) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-flow -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.11.0-next.0...gatsby-plugin-flow@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.9.0/packages/gatsby-plugin-flow) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-flow -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.10.0-next.0...gatsby-plugin-flow@1.11.0-next.0) (2021-01-28) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.8.0/packages/gatsby-plugin-flow) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-flow -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.9.0-next.0...gatsby-plugin-flow@1.10.0-next.0) (2021-01-18) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.7.0/packages/gatsby-plugin-flow) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-flow +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.8.0-next.0...gatsby-plugin-flow@1.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-flow +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.6.0/packages/gatsby-plugin-flow) (2020-12-02) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.7.0-next.0...gatsby-plugin-flow@1.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-flow -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.6.0-next.0...gatsby-plugin-flow@1.7.0-next.0) (2020-11-26) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.5.0/packages/gatsby-plugin-flow) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-flow +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.5.0-next.0...gatsby-plugin-flow@1.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-flow +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.4.0-next.0...gatsby-plugin-flow@1.4.0-next.1) (2020-11-10) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@1.4.0/packages/gatsby-plugin-flow) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-flow + + ## [1.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.3.12...gatsby-plugin-flow@1.3.13) (2020-09-28) **Note:** Version bump only for package gatsby-plugin-flow diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 2059c2c2fe2ff..6c507ed52ad5c 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/CHANGELOG.md @@ -1,128 +1,150 @@ -# Change Log +# Changelog: `gatsby-plugin-fullstory` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.3...gatsby-plugin-fullstory@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.12.0/packages/gatsby-plugin-fullstory) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-fullstory - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.2...gatsby-plugin-fullstory@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-fullstory +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.1...gatsby-plugin-fullstory@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-fullstory +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.11.0/packages/gatsby-plugin-fullstory) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.0...gatsby-plugin-fullstory@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.11.0-next.0...gatsby-plugin-fullstory@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.10.0/packages/gatsby-plugin-fullstory) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-fullstory +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.10.0-next.1...gatsby-plugin-fullstory@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-fullstory +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.10.0-next.0...gatsby-plugin-fullstory@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.9.0/packages/gatsby-plugin-fullstory) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.9.0-next.0...gatsby-plugin-fullstory@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.8.0/packages/gatsby-plugin-fullstory) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-fullstory +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.8.0-next.1...gatsby-plugin-fullstory@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-fullstory +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.8.0-next.0...gatsby-plugin-fullstory@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.7.1/packages/gatsby-plugin-fullstory) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-fullstory +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.7.0-next.2...gatsby-plugin-fullstory@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-fullstory +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.7.0/packages/gatsby-plugin-fullstory) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.7.0-next.1...gatsby-plugin-fullstory@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-fullstory +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.7.0-next.0...gatsby-plugin-fullstory@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-fullstory +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.6.0/packages/gatsby-plugin-fullstory) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.6.0-next.0...gatsby-plugin-fullstory@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.5.0-next.0...gatsby-plugin-fullstory@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.5.0/packages/gatsby-plugin-fullstory) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.4.0-next.0...gatsby-plugin-fullstory@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.4.0/packages/gatsby-plugin-fullstory) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.3.0-next.1...gatsby-plugin-fullstory@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.3.0/packages/gatsby-plugin-fullstory) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.3.0-next.0...gatsby-plugin-fullstory@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.2.0/packages/gatsby-plugin-fullstory) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.2.0-next.0...gatsby-plugin-fullstory@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.1.0/packages/gatsby-plugin-fullstory) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.1.0-next.1...gatsby-plugin-fullstory@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@3.0.0/packages/gatsby-plugin-fullstory) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-fullstory +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.1.0-next.0...gatsby-plugin-fullstory@3.1.0-next.1) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-fullstory +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.10.0/packages/gatsby-plugin-fullstory) (2021-02-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.0.0-next.0...gatsby-plugin-fullstory@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-fullstory -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.11.0-next.0...gatsby-plugin-fullstory@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.9.0/packages/gatsby-plugin-fullstory) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-fullstory -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.10.0-next.0...gatsby-plugin-fullstory@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.8.0/packages/gatsby-plugin-fullstory) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-fullstory -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.9.0-next.0...gatsby-plugin-fullstory@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.7.0/packages/gatsby-plugin-fullstory) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-fullstory +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.8.0-next.0...gatsby-plugin-fullstory@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-fullstory +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.7.0-next.0...gatsby-plugin-fullstory@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.6.0/packages/gatsby-plugin-fullstory) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-fullstory -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.6.0-next.0...gatsby-plugin-fullstory@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.5.0/packages/gatsby-plugin-fullstory) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-fullstory +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.5.0-next.0...gatsby-plugin-fullstory@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-fullstory +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@2.4.0/packages/gatsby-plugin-fullstory) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.4.0-next.0...gatsby-plugin-fullstory@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-fullstory + + ## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.3.13...gatsby-plugin-fullstory@2.3.14) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-fullstory diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 09155f374bbf6..b323bc25caa15 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md @@ -1,180 +1,201 @@ -# Change Log +# Changelog: `gatsby-plugin-gatsby-cloud` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@3.1.0-next.0...gatsby-plugin-gatsby-cloud@3.1.0-next.1) (2021-08-25) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@3.0.0/packages/gatsby-plugin-gatsby-cloud) (2021-08-18) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **gatsby-plugin-gatsby-cloud:** Always create redirects.json ([#32845](https://github.com/gatsbyjs/gatsby/issues/32845)) ([7f22a27](https://github.com/gatsbyjs/gatsby/commit/7f22a27ced4ce1e8e7b2aad650f2f633c7da5ec5)) +#### Features -### Features +- setup path-prefix for cloud fix [#32708](https://github.com/gatsbyjs/gatsby/issues/32708) ([fa04f51](https://github.com/gatsbyjs/gatsby/commit/fa04f51690d5850497876463b46e8dc98417740b)) +- Reusable preview loader component [#31717](https://github.com/gatsbyjs/gatsby/issues/31717) ([b2c30db](https://github.com/gatsbyjs/gatsby/commit/b2c30db1b83d5275c698d3b131832518833d07fc)) -- **gatsby-core-utils:** Move page-data & HTML utils to package ([#32861](https://github.com/gatsbyjs/gatsby/issues/32861)) ([114e3d3](https://github.com/gatsbyjs/gatsby/commit/114e3d39695bd96b8c477a413f5927317a19b4cb)) -- **gatsby-plugin-gatsby-cloud:** Files manifest ([#32879](https://github.com/gatsbyjs/gatsby/issues/32879)) ([90ddcf6](https://github.com/gatsbyjs/gatsby/commit/90ddcf6e61794cfeb56ed4a86697bd3d33e762be)) -- **gatsby-plugin-gatsby-cloud:** IPC events for routes, redirects, rewrites, and headers ([#32847](https://github.com/gatsbyjs/gatsby/issues/32847)) ([ba4b08c](https://github.com/gatsbyjs/gatsby/commit/ba4b08caac00dd286f962849183e99ab7dc84a0a)) +#### Bug Fixes -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@3.0.0-next.1...gatsby-plugin-gatsby-cloud@3.1.0-next.0) (2021-08-12) +- cloud copy [#32787](https://github.com/gatsbyjs/gatsby/issues/32787) ([a66d774](https://github.com/gatsbyjs/gatsby/commit/a66d77493e89f1629da2e2d8c5ea6395bbf067fc)) -### Bug Fixes +#### Chores -- cloud copy ([#32787](https://github.com/gatsbyjs/gatsby/issues/32787)) ([a66d774](https://github.com/gatsbyjs/gatsby/commit/a66d77493e89f1629da2e2d8c5ea6395bbf067fc)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) -### Features +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.11.0/packages/gatsby-plugin-gatsby-cloud) (2021-08-04) -- **gatsby-plugin-gatsby-cloud:** setup path-prefix for cloud ([#32708](https://github.com/gatsbyjs/gatsby/issues/32708)) ([fa04f51](https://github.com/gatsbyjs/gatsby/commit/fa04f51690d5850497876463b46e8dc98417740b)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@3.0.0-next.0...gatsby-plugin-gatsby-cloud@3.0.0-next.1) (2021-08-09) +#### Bug Fixes -### Features +- Use fs instead of require to get webpack stats because require is cached [#32535](https://github.com/gatsbyjs/gatsby/issues/32535) ([da35203](https://github.com/gatsbyjs/gatsby/commit/da35203b9234f608a4f34b7091bc2e3d651c260e)) -- **gatsby-plugin-gatsby-cloud:** Reusable preview loader component ([#31717](https://github.com/gatsbyjs/gatsby/issues/31717)) ([b2c30db](https://github.com/gatsbyjs/gatsby/commit/b2c30db1b83d5275c698d3b131832518833d07fc)) +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.10.1/packages/gatsby-plugin-gatsby-cloud) (2021-07-29) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.12.0-next.1...gatsby-plugin-gatsby-cloud@3.0.0-next.0) (2021-08-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +- Use fs instead of require to get webpack stats because require is cached [#32535](https://github.com/gatsbyjs/gatsby/issues/32535) [#32536](https://github.com/gatsbyjs/gatsby/issues/32536) ([b5afed6](https://github.com/gatsbyjs/gatsby/commit/b5afed6926c537f78e68f1e9ebfa038798634ba4)) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.12.0-next.0...gatsby-plugin-gatsby-cloud@2.12.0-next.1) (2021-08-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.10.0/packages/gatsby-plugin-gatsby-cloud) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.11.0-next.0...gatsby-plugin-gatsby-cloud@2.12.0-next.0) (2021-07-29) +#### Bug Fixes -### Bug Fixes +- lower peak memory usage by stream writing the \_header.json file [#32337](https://github.com/gatsbyjs/gatsby/issues/32337) ([84dfe6d](https://github.com/gatsbyjs/gatsby/commit/84dfe6dc6c6e778f2e47ca086499d9b0960f4f87)) -- **gatsby-plugin-gatsby-cloud:** Use fs instead of require to get webpack stats because require is cached ([#32535](https://github.com/gatsbyjs/gatsby/issues/32535)) ([da35203](https://github.com/gatsbyjs/gatsby/commit/da35203b9234f608a4f34b7091bc2e3d651c260e)) +#### Chores -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.10.0-next.2...gatsby-plugin-gatsby-cloud@2.11.0-next.0) (2021-07-15) +- update testing library [#32228](https://github.com/gatsbyjs/gatsby/issues/32228) ([7e497c3](https://github.com/gatsbyjs/gatsby/commit/7e497c3cbffcbe1e104c2ef5c7146ce64f82adb3)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.9.1/packages/gatsby-plugin-gatsby-cloud) (2021-07-13) -# [2.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.10.0-next.1...gatsby-plugin-gatsby-cloud@2.10.0-next.2) (2021-07-13) +#### Bug Fixes -### Bug Fixes +- lower peak memory usage by stream writing the \_header.json file [#32337](https://github.com/gatsbyjs/gatsby/issues/32337) [#32349](https://github.com/gatsbyjs/gatsby/issues/32349) ([8521f40](https://github.com/gatsbyjs/gatsby/commit/8521f40711c23540b379691a99ebe7c6d81ac606)) -- **gatsby-plugin-gatsby-cloud:** lower peak memory usage by stream writing the \_header.json file ([#32337](https://github.com/gatsbyjs/gatsby/issues/32337)) ([84dfe6d](https://github.com/gatsbyjs/gatsby/commit/84dfe6dc6c6e778f2e47ca086499d9b0960f4f87)) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.9.0/packages/gatsby-plugin-gatsby-cloud) (2021-07-07) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.10.0-next.0...gatsby-plugin-gatsby-cloud@2.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +#### Bug Fixes -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.9.0-next.1...gatsby-plugin-gatsby-cloud@2.10.0-next.0) (2021-07-01) +- add gatsby-telemetry as a dependency [#32047](https://github.com/gatsbyjs/gatsby/issues/32047) ([4ba8c2c](https://github.com/gatsbyjs/gatsby/commit/4ba8c2cae3eb9ece767e65c549d033ecb78b2d7e)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +### [2.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.8.1/packages/gatsby-plugin-gatsby-cloud) (2021-06-22) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.9.0-next.0...gatsby-plugin-gatsby-cloud@2.9.0-next.1) (2021-06-28) +#### Bug Fixes -### Bug Fixes +- add gatsby-telemetry as a dependency [#32047](https://github.com/gatsbyjs/gatsby/issues/32047) [#32049](https://github.com/gatsbyjs/gatsby/issues/32049) ([ba65e27](https://github.com/gatsbyjs/gatsby/commit/ba65e272993ba15117e5944dba77dcafb9df80e9)) -- **gatsby-plugin-gatsby-cloud:** add gatsby-telemetry as a dependency ([#32047](https://github.com/gatsbyjs/gatsby/issues/32047)) ([4ba8c2c](https://github.com/gatsbyjs/gatsby/commit/4ba8c2cae3eb9ece767e65c549d033ecb78b2d7e)) +#### Other Changes -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0-next.2...gatsby-plugin-gatsby-cloud@2.9.0-next.0) (2021-06-18) +- set gatsby-telemetry to ^2.8.0 ([25be051](https://github.com/gatsbyjs/gatsby/commit/25be05120d18581aa396795e31550d3ee6dc54da)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.8.0/packages/gatsby-plugin-gatsby-cloud) (2021-06-23) -# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0-next.1...gatsby-plugin-gatsby-cloud@2.8.0-next.2) (2021-06-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +#### Features -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.8.0-next.0...gatsby-plugin-gatsby-cloud@2.8.0-next.1) (2021-06-10) +- Add telemetry event for `GATSBY_CLOUD_METADATA` [#31831](https://github.com/gatsbyjs/gatsby/issues/31831) ([424fa84](https://github.com/gatsbyjs/gatsby/commit/424fa844f4c391f9b3242e0ab3c929d5d1d7749f)) -### Features +#### Refactoring -- **gatsby-plugin-gatsby-cloud:** Add telemetry event for `GATSBY_CLOUD_METADATA` ([#31831](https://github.com/gatsbyjs/gatsby/issues/31831)) ([424fa84](https://github.com/gatsbyjs/gatsby/commit/424fa844f4c391f9b3242e0ab3c929d5d1d7749f)) +- Render indicator in shadow root [#31774](https://github.com/gatsbyjs/gatsby/issues/31774) ([ad5661e](https://github.com/gatsbyjs/gatsby/commit/ad5661ea0cdce164e0746bf230b838fad300a0df)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.7.0-next.2...gatsby-plugin-gatsby-cloud@2.8.0-next.0) (2021-06-03) +#### Chores -### Features +- Fix multiple grammar issues Fix [#31946](https://github.com/gatsbyjs/gatsby/issues/31946) ([aa3bad2](https://github.com/gatsbyjs/gatsby/commit/aa3bad2afaea4dcdd935f629d418f082a9451d47)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) +- update minor and patch for gatsby-plugin-gatsby-cloud [#31702](https://github.com/gatsbyjs/gatsby/issues/31702) ([0a1e7fc](https://github.com/gatsbyjs/gatsby/commit/0a1e7fcfe77ba340225a0156861d5e8b6b7e8fc6)) -- **gatsby-plugin-gatsby-cloud:** Track user engagement in preview UI ([#31642](https://github.com/gatsbyjs/gatsby/issues/31642)) ([58be1c3](https://github.com/gatsbyjs/gatsby/commit/58be1c3762fa3cf14c275d7952c52fb0ded6cbc4)) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.7.1/packages/gatsby-plugin-gatsby-cloud) (2021-06-10) -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.7.0-next.1...gatsby-plugin-gatsby-cloud@2.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.7.0-next.0...gatsby-plugin-gatsby-cloud@2.7.0-next.1) (2021-05-31) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.7.0/packages/gatsby-plugin-gatsby-cloud) (2021-06-09) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -- **gatsby:** add componentChunkName to components list so don't need to loop over pages ([#31547](https://github.com/gatsbyjs/gatsby/issues/31547)) ([783b937](https://github.com/gatsbyjs/gatsby/commit/783b937c8f70478796bce37808bf8bf967bb4252)) -- **gatsby-plugin-gatsby-cloud:** fix cloud being bundled ([#31604](https://github.com/gatsbyjs/gatsby/issues/31604)) ([4a62a20](https://github.com/gatsbyjs/gatsby/commit/4a62a20450639fab915593f6d61bfc9fdddde1d1)) -- **gatsby-plugin-gatsby-cloud:** only load indicator code when enabled ([#31506](https://github.com/gatsbyjs/gatsby/issues/31506)) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e)) +#### Features -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.6.0-next.1...gatsby-plugin-gatsby-cloud@2.7.0-next.0) (2021-05-21) +- Track user engagement in preview UI [#31642](https://github.com/gatsbyjs/gatsby/issues/31642) ([58be1c3](https://github.com/gatsbyjs/gatsby/commit/58be1c3762fa3cf14c275d7952c52fb0ded6cbc4)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +#### Bug Fixes -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.6.0-next.0...gatsby-plugin-gatsby-cloud@2.6.0-next.1) (2021-05-20) +- fix cloud being bundled fix [#31604](https://github.com/gatsbyjs/gatsby/issues/31604) ([4a62a20](https://github.com/gatsbyjs/gatsby/commit/4a62a20450639fab915593f6d61bfc9fdddde1d1)) +- add componentChunkName to components list so don't need to loop over pages [#31547](https://github.com/gatsbyjs/gatsby/issues/31547) ([783b937](https://github.com/gatsbyjs/gatsby/commit/783b937c8f70478796bce37808bf8bf967bb4252)) +- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e)) -### Features +#### Refactoring -- **gatsby-plugin-gatsby-cloud:** enable preview status indicator and tooltip ([#31347](https://github.com/gatsbyjs/gatsby/issues/31347)) ([60a9898](https://github.com/gatsbyjs/gatsby/commit/60a98981056e47abf596bd713c466f64ad3281b8)) +- Render indicator in shadow root [#31774](https://github.com/gatsbyjs/gatsby/issues/31774) [#31824](https://github.com/gatsbyjs/gatsby/issues/31824) ([90c745c](https://github.com/gatsbyjs/gatsby/commit/90c745c654bcb435437395563c6e03fd7f588cbd)) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.5.0-next.1...gatsby-plugin-gatsby-cloud@2.6.0-next.0) (2021-05-06) +#### Chores -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.5.0-next.0...gatsby-plugin-gatsby-cloud@2.5.0-next.1) (2021-04-29) +#### Other Changes -### Bug Fixes +- fix content wrapping style issue fix [#31527](https://github.com/gatsbyjs/gatsby/issues/31527) ([968db84](https://github.com/gatsbyjs/gatsby/commit/968db84c24698274fed41a41197992fd7fa69a73)) -- **gatsby-plugin-gatsby-cloud:** Copying manifest ([#31092](https://github.com/gatsbyjs/gatsby/issues/31092)) ([a9ad91f](https://github.com/gatsbyjs/gatsby/commit/a9ad91f379d20992e1e92ca2a672f8748d05668f)) +### [2.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.6.1/packages/gatsby-plugin-gatsby-cloud) (2021-05-27) -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.4.0-next.1...gatsby-plugin-gatsby-cloud@2.5.0-next.0) (2021-04-23) +#### Bug Fixes -### Features +- add componentChunkName to components list so don't need to loop over pages [#31547](https://github.com/gatsbyjs/gatsby/issues/31547) [#31606](https://github.com/gatsbyjs/gatsby/issues/31606) ([1f26765](https://github.com/gatsbyjs/gatsby/commit/1f2676513a22e3acf283e6b2ef0cf5797c17818b)) +- fix cloud being bundled fix [#31604](https://github.com/gatsbyjs/gatsby/issues/31604) fix [#31607](https://github.com/gatsbyjs/gatsby/issues/31607) ([9bac047](https://github.com/gatsbyjs/gatsby/commit/9bac04742caaa41cb418d4d55c9583af90305179)) -- **gatsby-plugin-gatsby-cloud:** add prototype of preview indicator ([#30839](https://github.com/gatsbyjs/gatsby/issues/30839)) ([841c0d2](https://github.com/gatsbyjs/gatsby/commit/841c0d248fa59df7a045845d59987b093d43112f)) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.6.0/packages/gatsby-plugin-gatsby-cloud) (2021-05-25) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.4.0-next.0...gatsby-plugin-gatsby-cloud@2.4.0-next.1) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -### Features +#### Features -- **gatsby:** add support for dynamic routes for API functions ([#30904](https://github.com/gatsbyjs/gatsby/issues/30904)) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) +- enable preview status indicator and tooltip [#31347](https://github.com/gatsbyjs/gatsby/issues/31347) ([60a9898](https://github.com/gatsbyjs/gatsby/commit/60a98981056e47abf596bd713c466f64ad3281b8)) -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.3.0-next.2...gatsby-plugin-gatsby-cloud@2.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) [#31575](https://github.com/gatsbyjs/gatsby/issues/31575) ([ae5f270](https://github.com/gatsbyjs/gatsby/commit/ae5f270bb1c472fd75b307f42711cc1339db1909)) -# [2.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.3.0-next.1...gatsby-plugin-gatsby-cloud@2.3.0-next.2) (2021-04-09) +#### Other Changes -### Bug Fixes +- fix content wrapping style issue fix [#31527](https://github.com/gatsbyjs/gatsby/issues/31527) fix [#31576](https://github.com/gatsbyjs/gatsby/issues/31576) ([36f50f1](https://github.com/gatsbyjs/gatsby/commit/36f50f1e756fcf4568cbefb8cfcec8444b5f2336)) -- **gatsby-plugin-gatsby-cloud:** Add missing index.js (so the plugin can be resolved in workspaces) ([#30761](https://github.com/gatsbyjs/gatsby/issues/30761)) ([4336d04](https://github.com/gatsbyjs/gatsby/commit/4336d04005745fe8de2defd8bba0b93380f04359)) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.5.0/packages/gatsby-plugin-gatsby-cloud) (2021-05-12) -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.3.0-next.0...gatsby-plugin-gatsby-cloud@2.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +#### Bug Fixes -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.2.0-next.0...gatsby-plugin-gatsby-cloud@2.3.0-next.0) (2021-03-25) +- Copying manifest [#31092](https://github.com/gatsbyjs/gatsby/issues/31092) ([a9ad91f](https://github.com/gatsbyjs/gatsby/commit/a9ad91f379d20992e1e92ca2a672f8748d05668f)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +### [2.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.4.1/packages/gatsby-plugin-gatsby-cloud) (2021-04-28) -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.1.0-next.2...gatsby-plugin-gatsby-cloud@2.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +- Copying manifest [#31092](https://github.com/gatsbyjs/gatsby/issues/31092) [#31094](https://github.com/gatsbyjs/gatsby/issues/31094) ([9fbbde1](https://github.com/gatsbyjs/gatsby/commit/9fbbde1f279f5875519df86a0d41b3faa6ba8868)) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.1.0-next.1...gatsby-plugin-gatsby-cloud@2.1.0-next.2) (2021-03-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.4.0/packages/gatsby-plugin-gatsby-cloud) (2021-04-28) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Features -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.1.0-next.0...gatsby-plugin-gatsby-cloud@2.1.0-next.1) (2021-02-26) +- add prototype of preview indicator [#30839](https://github.com/gatsbyjs/gatsby/issues/30839) ([841c0d2](https://github.com/gatsbyjs/gatsby/commit/841c0d248fa59df7a045845d59987b093d43112f)) +- add support for dynamic routes for API functions [#30904](https://github.com/gatsbyjs/gatsby/issues/30904) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +#### Other Changes -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@1.1.0-next.3...gatsby-plugin-gatsby-cloud@2.1.0-next.0) (2021-02-26) +- Stop deleting the index.js on publish ([4747793](https://github.com/gatsbyjs/gatsby/commit/47477934972fa554fb6c392d6c74cb6175ee8226)) -**Note:** Version bump only for package gatsby-plugin-gatsby-cloud +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.3.0/packages/gatsby-plugin-gatsby-cloud) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -# [1.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@1.1.0-next.2...gatsby-plugin-gatsby-cloud@1.1.0-next.3) (2021-02-25) +#### Bug Fixes -### Bug Fixes +- Add missing index.js (so the plugin can be resolved in workspaces) resolved [#30761](https://github.com/gatsbyjs/gatsby/issues/30761) ([4336d04](https://github.com/gatsbyjs/gatsby/commit/4336d04005745fe8de2defd8bba0b93380f04359)) -- **gatsby-plugin-gatsby-cloud:** Remove sibling detection code and rely on match paths ([#29610](https://github.com/gatsbyjs/gatsby/issues/29610)) ([6016c26](https://github.com/gatsbyjs/gatsby/commit/6016c26a0202fa3413af553abaaeb7703f659afa)) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.2.0/packages/gatsby-plugin-gatsby-cloud) (2021-03-30) -# 1.1.0-next.2 (2021-02-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud + +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-gatsby-cloud@2.1.0/packages/gatsby-plugin-gatsby-cloud) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) + +#### Bug Fixes + +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) + +#### Chores + +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) + + diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index adc5bda357281..797b1214dc8ff 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/CHANGELOG.md @@ -1,146 +1,163 @@ -# Change Log +# Changelog: `gatsby-plugin-google-analytics` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.3...gatsby-plugin-google-analytics@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.12.0/packages/gatsby-plugin-google-analytics) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-google-analytics - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.2...gatsby-plugin-google-analytics@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-google-analytics +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.1...gatsby-plugin-google-analytics@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-google-analytics +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.11.0/packages/gatsby-plugin-google-analytics) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.0...gatsby-plugin-google-analytics@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.11.0-next.0...gatsby-plugin-google-analytics@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.10.0/packages/gatsby-plugin-google-analytics) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.10.0-next.1...gatsby-plugin-google-analytics@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-analytics +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.10.0-next.0...gatsby-plugin-google-analytics@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.9.0/packages/gatsby-plugin-google-analytics) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.9.0-next.0...gatsby-plugin-google-analytics@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.8.0/packages/gatsby-plugin-google-analytics) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.8.0-next.2...gatsby-plugin-google-analytics@3.9.0-next.0) (2021-06-18) +#### Features -**Note:** Version bump only for package gatsby-plugin-google-analytics +- enable core webvitals tracking [#31665](https://github.com/gatsbyjs/gatsby/issues/31665) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58)) -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.8.0-next.1...gatsby-plugin-google-analytics@3.8.0-next.2) (2021-06-17) +#### Chores -### Features +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -- **gatsby-plugin-google-analytics:** enable core webvitals tracking ([#31665](https://github.com/gatsbyjs/gatsby/issues/31665)) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58)) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.7.1/packages/gatsby-plugin-google-analytics) (2021-06-10) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.8.0-next.0...gatsby-plugin-google-analytics@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-analytics +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.7.0-next.2...gatsby-plugin-google-analytics@3.8.0-next.0) (2021-06-03) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.7.0/packages/gatsby-plugin-google-analytics) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.7.0-next.1...gatsby-plugin-google-analytics@3.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-analytics +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.6.0/packages/gatsby-plugin-google-analytics) (2021-05-25) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.7.0-next.0...gatsby-plugin-google-analytics@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.6.0-next.0...gatsby-plugin-google-analytics@3.7.0-next.0) (2021-05-21) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.5.0/packages/gatsby-plugin-google-analytics) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.5.0-next.0...gatsby-plugin-google-analytics@3.6.0-next.0) (2021-05-06) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.4.0/packages/gatsby-plugin-google-analytics) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.4.0-next.0...gatsby-plugin-google-analytics@3.5.0-next.0) (2021-04-23) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.3.0/packages/gatsby-plugin-google-analytics) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.3.0-next.1...gatsby-plugin-google-analytics@3.4.0-next.0) (2021-04-09) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.2.0/packages/gatsby-plugin-google-analytics) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.3.0-next.0...gatsby-plugin-google-analytics@3.3.0-next.1) (2021-04-07) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.1.0/packages/gatsby-plugin-google-analytics) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.2.0-next.0...gatsby-plugin-google-analytics@3.3.0-next.0) (2021-03-25) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@3.0.0/packages/gatsby-plugin-google-analytics) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.1.0-next.1...gatsby-plugin-google-analytics@3.2.0-next.0) (2021-03-11) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-google-analytics +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) +- Address todos for major release [#29413](https://github.com/gatsbyjs/gatsby/issues/29413) ([bde7394](https://github.com/gatsbyjs/gatsby/commit/bde7394fc5245739cdf6b740ccb211a061126828)) + +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.11.0/packages/gatsby-plugin-google-analytics) (2021-02-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.1.0-next.0...gatsby-plugin-google-analytics@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.0.0-next.1...gatsby-plugin-google-analytics@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.10.0/packages/gatsby-plugin-google-analytics) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.0.0-next.0...gatsby-plugin-google-analytics@3.0.0-next.1) (2021-02-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-google-analytics +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.12.0-next.0...gatsby-plugin-google-analytics@3.0.0-next.0) (2021-02-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-analytics +- google plugin analytics - upgrade to gtag, fix code fix [#28918](https://github.com/gatsbyjs/gatsby/issues/28918) ([c362463](https://github.com/gatsbyjs/gatsby/commit/c3624631894772f9583998e61bebde0a1f012ef0)) + +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.9.0/packages/gatsby-plugin-google-analytics) (2021-01-06) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.11.0-next.0...gatsby-plugin-google-analytics@2.12.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.10.0-next.1...gatsby-plugin-google-analytics@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.8.0/packages/gatsby-plugin-google-analytics) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.10.0-next.0...gatsby-plugin-google-analytics@2.10.0-next.1) (2021-01-12) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-google-analytics +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.7.0/packages/gatsby-plugin-google-analytics) (2020-12-02) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.9.0-next.0...gatsby-plugin-google-analytics@2.10.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-google-analytics -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.8.0-next.0...gatsby-plugin-google-analytics@2.9.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.6.0/packages/gatsby-plugin-google-analytics) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.7.0-next.0...gatsby-plugin-google-analytics@2.8.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-analytics +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.6.0-next.0...gatsby-plugin-google-analytics@2.7.0-next.0) (2020-11-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-analytics@2.5.0/packages/gatsby-plugin-google-analytics) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-google-analytics +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.5.0-next.0...gatsby-plugin-google-analytics@2.5.0-next.1) (2020-11-10) +#### Bug Fixes -### Bug Fixes +- add cookieFlags to options schema [#27923](https://github.com/gatsbyjs/gatsby/issues/27923) ([557139e](https://github.com/gatsbyjs/gatsby/commit/557139ed20fb18db08686db42284511ab8f9bdfd)) +- add optional options to options schema [#27914](https://github.com/gatsbyjs/gatsby/issues/27914) ([3cdf29f](https://github.com/gatsbyjs/gatsby/commit/3cdf29f2c337a0a0960127f9670d356b34aa1a0c)) -- **gatsby-plugin-google-analytics:** add cookieFlags to options schema ([#27923](https://github.com/gatsbyjs/gatsby/issues/27923)) ([557139e](https://github.com/gatsbyjs/gatsby/commit/557139ed20fb18db08686db42284511ab8f9bdfd)) -- **gatsby-plugin-google-analytics:** add optional options to options schema ([#27914](https://github.com/gatsbyjs/gatsby/issues/27914)) ([3cdf29f](https://github.com/gatsbyjs/gatsby/commit/3cdf29f2c337a0a0960127f9670d356b34aa1a0c)) + # [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.3.19...gatsby-plugin-google-analytics@2.4.0) (2020-11-02) diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 6842c644dd2c6..2341e9dce943a 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/CHANGELOG.md @@ -1,138 +1,157 @@ -# Change Log +# Changelog: `gatsby-plugin-google-gtag` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.3...gatsby-plugin-google-gtag@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.12.0/packages/gatsby-plugin-google-gtag) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-google-gtag - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.2...gatsby-plugin-google-gtag@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-google-gtag +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.1...gatsby-plugin-google-gtag@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-google-gtag +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.11.0/packages/gatsby-plugin-google-gtag) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.0...gatsby-plugin-google-gtag@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.11.0-next.0...gatsby-plugin-google-gtag@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.10.0/packages/gatsby-plugin-google-gtag) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-google-gtag +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.10.0-next.1...gatsby-plugin-google-gtag@3.11.0-next.0) (2021-07-15) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-google-gtag +- replace google analytics domain with google tag manager [#31036](https://github.com/gatsbyjs/gatsby/issues/31036) ([5afbda0](https://github.com/gatsbyjs/gatsby/commit/5afbda0922da992ff2446cba4c18a772df65e3c6)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.10.0-next.0...gatsby-plugin-google-gtag@3.10.0-next.1) (2021-07-08) +#### Chores -### Bug Fixes +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -- **gatsby-plugin-gtag:** replace google analytics domain with google tag manager ([#31036](https://github.com/gatsbyjs/gatsby/issues/31036)) ([5afbda0](https://github.com/gatsbyjs/gatsby/commit/5afbda0922da992ff2446cba4c18a772df65e3c6)) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.9.0/packages/gatsby-plugin-google-gtag) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.9.0-next.0...gatsby-plugin-google-gtag@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.8.0-next.1...gatsby-plugin-google-gtag@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.8.0/packages/gatsby-plugin-google-gtag) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-google-gtag +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.8.0-next.0...gatsby-plugin-google-gtag@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-gtag +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.7.0-next.2...gatsby-plugin-google-gtag@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.7.1/packages/gatsby-plugin-google-gtag) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-google-gtag +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.7.0-next.1...gatsby-plugin-google-gtag@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-google-gtag +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.7.0/packages/gatsby-plugin-google-gtag) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.7.0-next.0...gatsby-plugin-google-gtag@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-google-gtag +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.6.0-next.1...gatsby-plugin-google-gtag@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-google-gtag +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.6.0/packages/gatsby-plugin-google-gtag) (2021-05-25) -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.6.0-next.0...gatsby-plugin-google-gtag@3.6.0-next.1) (2021-05-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -**Note:** Version bump only for package gatsby-plugin-google-gtag +#### Chores -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.5.0-next.0...gatsby-plugin-google-gtag@3.6.0-next.0) (2021-05-06) +- Fix typo Fix [#31431](https://github.com/gatsbyjs/gatsby/issues/31431) ([be8fc87](https://github.com/gatsbyjs/gatsby/commit/be8fc8738ce7c704348cd6c8c79e2a86e74d8455)) -**Note:** Version bump only for package gatsby-plugin-google-gtag +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.5.0/packages/gatsby-plugin-google-gtag) (2021-05-12) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.4.0-next.0...gatsby-plugin-google-gtag@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.3.0-next.1...gatsby-plugin-google-gtag@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.4.0/packages/gatsby-plugin-google-gtag) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.3.0-next.0...gatsby-plugin-google-gtag@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.3.0/packages/gatsby-plugin-google-gtag) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.2.0-next.0...gatsby-plugin-google-gtag@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.2.0/packages/gatsby-plugin-google-gtag) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.1.0-next.1...gatsby-plugin-google-gtag@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.1.0/packages/gatsby-plugin-google-gtag) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.1.0-next.0...gatsby-plugin-google-gtag@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@3.0.0/packages/gatsby-plugin-google-gtag) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-google-gtag +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.0.0-next.1...gatsby-plugin-google-gtag@3.1.0-next.0) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-google-gtag +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) +- todos part 2 [#29414](https://github.com/gatsbyjs/gatsby/issues/29414) ([ae12e63](https://github.com/gatsbyjs/gatsby/commit/ae12e6320c42279549dfe980863b7a29c3e7e4ce)) + +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.8.0/packages/gatsby-plugin-google-gtag) (2021-02-02) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.0.0-next.0...gatsby-plugin-google-gtag@3.0.0-next.1) (2021-02-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.9.0-next.0...gatsby-plugin-google-gtag@3.0.0-next.0) (2021-02-05) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.7.0/packages/gatsby-plugin-google-gtag) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.8.0-next.0...gatsby-plugin-google-gtag@2.9.0-next.0) (2021-01-28) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.6.0/packages/gatsby-plugin-google-gtag) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.7.0-next.0...gatsby-plugin-google-gtag@2.8.0-next.0) (2021-01-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.5.0/packages/gatsby-plugin-google-gtag) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-google-gtag +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.6.0-next.0...gatsby-plugin-google-gtag@2.7.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-gtag +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.5.0-next.0...gatsby-plugin-google-gtag@2.6.0-next.0) (2020-12-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.4.0/packages/gatsby-plugin-google-gtag) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-google-gtag -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.4.0-next.0...gatsby-plugin-google-gtag@2.5.0-next.0) (2020-11-26) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.3.0/packages/gatsby-plugin-google-gtag) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-google-gtag +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.3.0-next.0...gatsby-plugin-google-gtag@2.4.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-gtag +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@2.2.0/packages/gatsby-plugin-google-gtag) (2020-11-12) -# [2.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.2.0-next.0...gatsby-plugin-google-gtag@2.2.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-google-gtag + + ## [2.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.1.12...gatsby-plugin-google-gtag@2.1.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-google-gtag diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 3d05de7d7bd7e..11873f051f4a1 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -1,159 +1,157 @@ -# Change Log +# Changelog: `gatsby-plugin-google-tagmanager` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.3...gatsby-plugin-google-tagmanager@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.12.0/packages/gatsby-plugin-google-tagmanager) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.2...gatsby-plugin-google-tagmanager@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.1...gatsby-plugin-google-tagmanager@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.11.0/packages/gatsby-plugin-google-tagmanager) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.0...gatsby-plugin-google-tagmanager@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.11.0-next.0...gatsby-plugin-google-tagmanager@3.12.0-next.0) (2021-07-29) - -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.10.0/packages/gatsby-plugin-google-tagmanager) (2021-07-20) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.10.0-next.1...gatsby-plugin-google-tagmanager@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.10.0-next.0...gatsby-plugin-google-tagmanager@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.9.0/packages/gatsby-plugin-google-tagmanager) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.9.0-next.1...gatsby-plugin-google-tagmanager@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.9.0-next.0...gatsby-plugin-google-tagmanager@3.9.0-next.1) (2021-06-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.8.0/packages/gatsby-plugin-google-tagmanager) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.8.0-next.2...gatsby-plugin-google-tagmanager@3.9.0-next.0) (2021-06-18) +#### Features -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- enable core webvitals tracking [#31665](https://github.com/gatsbyjs/gatsby/issues/31665) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58)) -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.8.0-next.1...gatsby-plugin-google-tagmanager@3.8.0-next.2) (2021-06-17) +#### Chores -### Features +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -- **gatsby-plugin-google-analytics:** enable core webvitals tracking ([#31665](https://github.com/gatsbyjs/gatsby/issues/31665)) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58)) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.7.1/packages/gatsby-plugin-google-tagmanager) (2021-06-10) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.8.0-next.0...gatsby-plugin-google-tagmanager@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.7.0-next.2...gatsby-plugin-google-tagmanager@3.8.0-next.0) (2021-06-03) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.7.0/packages/gatsby-plugin-google-tagmanager) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.7.0-next.1...gatsby-plugin-google-tagmanager@3.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.7.0-next.0...gatsby-plugin-google-tagmanager@3.7.0-next.1) (2021-05-31) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.6.0/packages/gatsby-plugin-google-tagmanager) (2021-05-25) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager - -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.6.0-next.0...gatsby-plugin-google-tagmanager@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.5.0-next.0...gatsby-plugin-google-tagmanager@3.6.0-next.0) (2021-05-06) - -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.5.0/packages/gatsby-plugin-google-tagmanager) (2021-05-12) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.4.0-next.0...gatsby-plugin-google-tagmanager@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.3.0-next.1...gatsby-plugin-google-tagmanager@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.4.0/packages/gatsby-plugin-google-tagmanager) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager - -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.3.0-next.0...gatsby-plugin-google-tagmanager@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.2.0-next.0...gatsby-plugin-google-tagmanager@3.3.0-next.0) (2021-03-25) - -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.3.0/packages/gatsby-plugin-google-tagmanager) (2021-04-14) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.1.0-next.2...gatsby-plugin-google-tagmanager@3.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.1.0-next.1...gatsby-plugin-google-tagmanager@3.1.0-next.2) (2021-03-10) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.2.0/packages/gatsby-plugin-google-tagmanager) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.1.0-next.0...gatsby-plugin-google-tagmanager@3.1.0-next.1) (2021-02-26) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.1.0/packages/gatsby-plugin-google-tagmanager) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.0.0-next.1...gatsby-plugin-google-tagmanager@3.1.0-next.0) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.0.0-next.0...gatsby-plugin-google-tagmanager@3.0.0-next.1) (2021-02-25) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.0.0/packages/gatsby-plugin-google-tagmanager) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.12.0-next.0...gatsby-plugin-google-tagmanager@3.0.0-next.0) (2021-02-05) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) + +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.11.0/packages/gatsby-plugin-google-tagmanager) (2021-02-02) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.11.0-next.0...gatsby-plugin-google-tagmanager@2.12.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.10.0-next.1...gatsby-plugin-google-tagmanager@2.11.0-next.0) (2021-01-18) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.10.0/packages/gatsby-plugin-google-tagmanager) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.10.0-next.0...gatsby-plugin-google-tagmanager@2.10.0-next.1) (2021-01-12) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.9.0/packages/gatsby-plugin-google-tagmanager) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.9.0-next.1...gatsby-plugin-google-tagmanager@2.10.0-next.0) (2020-12-29) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.8.0/packages/gatsby-plugin-google-tagmanager) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.9.0-next.0...gatsby-plugin-google-tagmanager@2.9.0-next.1) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.7.0/packages/gatsby-plugin-google-tagmanager) (2020-12-02) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.8.0-next.0...gatsby-plugin-google-tagmanager@2.9.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-google-tagmanager -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.7.0-next.0...gatsby-plugin-google-tagmanager@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.6.0/packages/gatsby-plugin-google-tagmanager) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.6.0-next.0...gatsby-plugin-google-tagmanager@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.5.0-next.1...gatsby-plugin-google-tagmanager@2.5.0-next.2) (2020-11-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.5.0/packages/gatsby-plugin-google-tagmanager) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-google-tagmanager +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.5.0-next.0...gatsby-plugin-google-tagmanager@2.5.0-next.1) (2020-11-09) +#### Bug Fixes -### Bug Fixes +- allow functions for defaultDataLayer option [#27886](https://github.com/gatsbyjs/gatsby/issues/27886) ([631f3c4](https://github.com/gatsbyjs/gatsby/commit/631f3c401ed7c4d659604d5dd3170521bd477a61)) -- **gatsby-plugin-google-tagmanager:** allow functions for defaultDataLayer option ([#27886](https://github.com/gatsbyjs/gatsby/issues/27886)) ([631f3c4](https://github.com/gatsbyjs/gatsby/commit/631f3c401ed7c4d659604d5dd3170521bd477a61)) + # [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.16...gatsby-plugin-google-tagmanager@2.4.0) (2020-11-02) diff --git a/packages/gatsby-plugin-graphql-config/CHANGELOG.md b/packages/gatsby-plugin-graphql-config/CHANGELOG.md index 61febac1da2b3..0f9d117bbab26 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/CHANGELOG.md @@ -1,130 +1,151 @@ -# Change Log +# Changelog: `gatsby-plugin-graphql-config` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.22.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.3...gatsby-plugin-graphql-config@0.22.0-next.0) (2021-08-12) +## [0.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.21.0/packages/gatsby-plugin-graphql-config) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-graphql-config +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [0.21.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.2...gatsby-plugin-graphql-config@0.21.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-graphql-config +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [0.21.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.1...gatsby-plugin-graphql-config@0.21.0-next.2) (2021-08-05) +## [0.20.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.20.0/packages/gatsby-plugin-graphql-config) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.21.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.0...gatsby-plugin-graphql-config@0.21.0-next.1) (2021-08-05) +## [0.19.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.19.0/packages/gatsby-plugin-graphql-config) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-graphql-config +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [0.21.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.20.0-next.0...gatsby-plugin-graphql-config@0.21.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-graphql-config +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [0.18.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.18.0/packages/gatsby-plugin-graphql-config) (2021-07-07) -# [0.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.19.0-next.1...gatsby-plugin-graphql-config@0.20.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.19.0-next.0...gatsby-plugin-graphql-config@0.19.0-next.1) (2021-07-08) +## [0.17.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.17.0/packages/gatsby-plugin-graphql-config) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-graphql-config +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [0.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.18.0-next.0...gatsby-plugin-graphql-config@0.19.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-graphql-config +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [0.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.17.0-next.1...gatsby-plugin-graphql-config@0.18.0-next.0) (2021-06-18) +### [0.16.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.16.1/packages/gatsby-plugin-graphql-config) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-graphql-config +#### Chores -# [0.17.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.17.0-next.0...gatsby-plugin-graphql-config@0.17.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-graphql-config +## [0.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.16.0/packages/gatsby-plugin-graphql-config) (2021-06-09) -# [0.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.16.0-next.2...gatsby-plugin-graphql-config@0.17.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-graphql-config +#### Chores -# [0.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.16.0-next.1...gatsby-plugin-graphql-config@0.16.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-graphql-config +## [0.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.15.0/packages/gatsby-plugin-graphql-config) (2021-05-25) -# [0.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.16.0-next.0...gatsby-plugin-graphql-config@0.16.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.15.0-next.0...gatsby-plugin-graphql-config@0.16.0-next.0) (2021-05-21) +## [0.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.14.0/packages/gatsby-plugin-graphql-config) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.14.0-next.0...gatsby-plugin-graphql-config@0.15.0-next.0) (2021-05-06) +## [0.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.13.0/packages/gatsby-plugin-graphql-config) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.13.0-next.0...gatsby-plugin-graphql-config@0.14.0-next.0) (2021-04-23) +## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.12.0/packages/gatsby-plugin-graphql-config) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.12.0-next.1...gatsby-plugin-graphql-config@0.13.0-next.0) (2021-04-09) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.11.0/packages/gatsby-plugin-graphql-config) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.12.0-next.0...gatsby-plugin-graphql-config@0.12.0-next.1) (2021-04-07) +## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.10.0/packages/gatsby-plugin-graphql-config) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.11.0-next.0...gatsby-plugin-graphql-config@0.12.0-next.0) (2021-03-25) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.9.0/packages/gatsby-plugin-graphql-config) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.10.0-next.1...gatsby-plugin-graphql-config@0.11.0-next.0) (2021-03-11) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.7.0/packages/gatsby-plugin-graphql-config) (2021-02-02) -**Note:** Version bump only for package gatsby-plugin-graphql-config +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [0.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.10.0-next.0...gatsby-plugin-graphql-config@0.10.0-next.1) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-graphql-config +- update minor and patch for gatsby-plugin-graphql-config [#29178](https://github.com/gatsbyjs/gatsby/issues/29178) ([fcb65e2](https://github.com/gatsbyjs/gatsby/commit/fcb65e2e52135b0866277df35dec40f35f7873d1)) + +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.6.0/packages/gatsby-plugin-graphql-config) (2021-01-20) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.9.0-next.0...gatsby-plugin-graphql-config@0.10.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.8.0-next.0...gatsby-plugin-graphql-config@0.9.0-next.0) (2021-02-05) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.5.0/packages/gatsby-plugin-graphql-config) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.7.0-next.0...gatsby-plugin-graphql-config@0.8.0-next.0) (2021-01-28) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.4.0/packages/gatsby-plugin-graphql-config) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **deps:** update minor and patch for gatsby-plugin-graphql-config ([#29178](https://github.com/gatsbyjs/gatsby/issues/29178)) ([fcb65e2](https://github.com/gatsbyjs/gatsby/commit/fcb65e2e52135b0866277df35dec40f35f7873d1)) +#### Chores -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.6.0-next.0...gatsby-plugin-graphql-config@0.7.0-next.0) (2021-01-18) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-graphql-config +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.3.0/packages/gatsby-plugin-graphql-config) (2020-12-02) -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.5.0-next.0...gatsby-plugin-graphql-config@0.6.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-graphql-config -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.4.0-next.0...gatsby-plugin-graphql-config@0.5.0-next.0) (2020-12-10) +## [0.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.2.0/packages/gatsby-plugin-graphql-config) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-graphql-config +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.3.0-next.0...gatsby-plugin-graphql-config@0.4.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-graphql-config +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.2.0-next.0...gatsby-plugin-graphql-config@0.3.0-next.0) (2020-11-18) +## [0.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-graphql-config@0.1.0/packages/gatsby-plugin-graphql-config) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-graphql-config - -# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.1.0-next.0...gatsby-plugin-graphql-config@0.1.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-graphql-config + + ## [0.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.0.2...gatsby-plugin-graphql-config@0.0.3) (2020-09-28) **Note:** Version bump only for package gatsby-plugin-graphql-config diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 48d9a762f661e..08f181b4343cd 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -1,431 +1,505 @@ -# Change Log +# Changelog: `gatsby-plugin-image` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.13.0-next.1...gatsby-plugin-image@1.13.0-next.2) (2021-08-25) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.12.0/packages/gatsby-plugin-image) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.13.0-next.0...gatsby-plugin-image@1.13.0-next.1) (2021-08-19) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- only log missing plugin error in development [#32335](https://github.com/gatsbyjs/gatsby/issues/32335) ([4483ff4](https://github.com/gatsbyjs/gatsby/commit/4483ff44de77fb516fa368ad41f3cf8232c2c294)) -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.3...gatsby-plugin-image@1.13.0-next.0) (2021-08-12) +#### Chores -### Bug Fixes +- Fix typo Fix [#32784](https://github.com/gatsbyjs/gatsby/issues/32784) ([4550c28](https://github.com/gatsbyjs/gatsby/commit/4550c28fa3e2ee8b0965cdcff5f8b784e2afe082)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update fs-extra [#32570](https://github.com/gatsbyjs/gatsby/issues/32570) ([bc3410b](https://github.com/gatsbyjs/gatsby/commit/bc3410bff0c31be8e4aba5ce45fd49d93d25118f)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **gatsby-plugin-image:** only log missing plugin error in development ([#32335](https://github.com/gatsbyjs/gatsby/issues/32335)) ([4483ff4](https://github.com/gatsbyjs/gatsby/commit/4483ff44de77fb516fa368ad41f3cf8232c2c294)) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.11.0/packages/gatsby-plugin-image) (2021-08-04) -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.2...gatsby-plugin-image@1.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -**Note:** Version bump only for package gatsby-plugin-image +#### Bug Fixes -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.1...gatsby-plugin-image@1.12.0-next.2) (2021-08-05) +- Switch react-dom import to remove createRoot warning [#32457](https://github.com/gatsbyjs/gatsby/issues/32457) ([9595ccb](https://github.com/gatsbyjs/gatsby/commit/9595ccb0f5efc4a4bdb4beb2fcfcf27a77e589fd)) +- fix createRoot on React 18 fix [#32378](https://github.com/gatsbyjs/gatsby/issues/32378) ([79b7b04](https://github.com/gatsbyjs/gatsby/commit/79b7b0407ddc6b53c2e86b0cdd16866283a928d2)) -**Note:** Version bump only for package gatsby-plugin-image +### [1.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.10.1/packages/gatsby-plugin-image) (2021-07-21) -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.0...gatsby-plugin-image@1.12.0-next.1) (2021-08-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- Switch react-dom import to remove createRoot warning [#32457](https://github.com/gatsbyjs/gatsby/issues/32457) [#32458](https://github.com/gatsbyjs/gatsby/issues/32458) ([a6fa7c7](https://github.com/gatsbyjs/gatsby/commit/a6fa7c71fcddec1c41fb17fba2a62c8e377bc155)) -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.11.0-next.2...gatsby-plugin-image@1.12.0-next.0) (2021-07-29) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.10.0/packages/gatsby-plugin-image) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.11.0-next.1...gatsby-plugin-image@1.11.0-next.2) (2021-07-22) +#### Bug Fixes -### Bug Fixes +- fix createRoot on React 18 fix [#32378](https://github.com/gatsbyjs/gatsby/issues/32378) fix [#32420](https://github.com/gatsbyjs/gatsby/issues/32420) ([1b45c7b](https://github.com/gatsbyjs/gatsby/commit/1b45c7b462343d7d96b4ec8b10ec00a16360a84a)) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -- **gatsby-plugin-image:** Switch react-dom import to remove createRoot warning ([#32457](https://github.com/gatsbyjs/gatsby/issues/32457)) ([9595ccb](https://github.com/gatsbyjs/gatsby/commit/9595ccb0f5efc4a4bdb4beb2fcfcf27a77e589fd)) +#### Chores -# [1.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.11.0-next.0...gatsby-plugin-image@1.11.0-next.1) (2021-07-19) +- update testing library [#32228](https://github.com/gatsbyjs/gatsby/issues/32228) ([7e497c3](https://github.com/gatsbyjs/gatsby/commit/7e497c3cbffcbe1e104c2ef5c7146ce64f82adb3)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -### Bug Fixes +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.9.0/packages/gatsby-plugin-image) (2021-07-07) -- **gatsby,gatsby-plugin-image:** fix createRoot on React 18 ([#32378](https://github.com/gatsbyjs/gatsby/issues/32378)) ([79b7b04](https://github.com/gatsbyjs/gatsby/commit/79b7b0407ddc6b53c2e86b0cdd16866283a928d2)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.10.0-next.1...gatsby-plugin-image@1.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-image +- Add duotone, grayscale, rotate and trim options in transformOptions TS type [#31926](https://github.com/gatsbyjs/gatsby/issues/31926) ([e7e77a1](https://github.com/gatsbyjs/gatsby/commit/e7e77a1fae527d5d54af28618b68d2b9ae8ccaeb)) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.10.0-next.0...gatsby-plugin-image@1.10.0-next.1) (2021-07-08) +#### Other Changes -### Bug Fixes +- Fix typo ([9abeaac](https://github.com/gatsbyjs/gatsby/commit/9abeaac437b8634042740bfc9b5904c650a28798)) -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.8.0/packages/gatsby-plugin-image) (2021-06-23) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.9.0-next.1...gatsby-plugin-image@1.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-plugin-image +#### Chores -# [1.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.9.0-next.0...gatsby-plugin-image@1.9.0-next.1) (2021-06-28) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-plugin-image +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.7.1/packages/gatsby-plugin-image) (2021-06-10) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.8.0-next.1...gatsby-plugin-image@1.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-image +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.8.0-next.0...gatsby-plugin-image@1.8.0-next.1) (2021-06-10) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.7.0/packages/gatsby-plugin-image) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.7.0-next.2...gatsby-plugin-image@1.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-plugin-image +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.7.0-next.1...gatsby-plugin-image@1.7.0-next.2) (2021-06-02) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.6.0/packages/gatsby-plugin-image) (2021-05-25) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.7.0-next.0...gatsby-plugin-image@1.7.0-next.1) (2021-05-31) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- Extra "margin" on CONSTRAINED [#31497](https://github.com/gatsbyjs/gatsby/issues/31497) ([5392cff](https://github.com/gatsbyjs/gatsby/commit/5392cffa6b433c5d26676693fb3961978893a2a0)) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.6.0-next.1...gatsby-plugin-image@1.7.0-next.0) (2021-05-21) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.5.0/packages/gatsby-plugin-image) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [1.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.6.0-next.0...gatsby-plugin-image@1.6.0-next.1) (2021-05-20) +#### Features -### Bug Fixes +- Export ImageDataLike type [#30590](https://github.com/gatsbyjs/gatsby/issues/30590) ([dad0032](https://github.com/gatsbyjs/gatsby/commit/dad0032db4ea24f6923033906e3b29552f05c7ed)) -- **gatsby-plugin-image:** Extra "margin" on CONSTRAINED ([#31497](https://github.com/gatsbyjs/gatsby/issues/31497)) ([5392cff](https://github.com/gatsbyjs/gatsby/commit/5392cffa6b433c5d26676693fb3961978893a2a0)) +#### Bug Fixes -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.5.0-next.1...gatsby-plugin-image@1.6.0-next.0) (2021-05-06) +- print error details [#30417](https://github.com/gatsbyjs/gatsby/issues/30417) ([d0dee0d](https://github.com/gatsbyjs/gatsby/commit/d0dee0d11139177842537552ef8a29997b510d63)) +- add @babel/core peer dependency [#31188](https://github.com/gatsbyjs/gatsby/issues/31188) ([f4c1130](https://github.com/gatsbyjs/gatsby/commit/f4c1130f7ee93a07dc74c78eaa282b40c424a8ee)) -### Bug Fixes +#### Chores -- **gatsby-plugin-image:** print error details ([#30417](https://github.com/gatsbyjs/gatsby/issues/30417)) ([d0dee0d](https://github.com/gatsbyjs/gatsby/commit/d0dee0d11139177842537552ef8a29997b510d63)) +- update dependency @testing-library/react to ^11.2.6 [#31168](https://github.com/gatsbyjs/gatsby/issues/31168) ([b2ce9fe](https://github.com/gatsbyjs/gatsby/commit/b2ce9fec1addf8995f4a239a8b36f214bc918fd3)) -### Features +#### Other Changes -- **gatsby-plugin-image:** Export ImageDataLike type ([#30590](https://github.com/gatsbyjs/gatsby/issues/30590)) ([dad0032](https://github.com/gatsbyjs/gatsby/commit/dad0032db4ea24f6923033906e3b29552f05c7ed)) +- Add docs for customizing default options [#30344](https://github.com/gatsbyjs/gatsby/issues/30344) ([4f84533](https://github.com/gatsbyjs/gatsby/commit/4f84533aa8bcd9a2030fb99aad335a5b4bcc4c33)) +- added breakpoints to sharp_attributes set in babel-helpers [#30451](https://github.com/gatsbyjs/gatsby/issues/30451) ([f6575fd](https://github.com/gatsbyjs/gatsby/commit/f6575fd1cb07f31524e15b0794491c853ea47f3f)) -# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.5.0-next.0...gatsby-plugin-image@1.5.0-next.1) (2021-05-05) +### [1.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.4.1/packages/gatsby-plugin-image) (2021-05-08) -### Bug Fixes +#### Other Changes -- **gatsby-plugin-image:** add @babel/core peer dependency ([#31188](https://github.com/gatsbyjs/gatsby/issues/31188)) ([f4c1130](https://github.com/gatsbyjs/gatsby/commit/f4c1130f7ee93a07dc74c78eaa282b40c424a8ee)) +- added breakpoints to sharp_attributes set in babel-helpers [#30451](https://github.com/gatsbyjs/gatsby/issues/30451) [#31328](https://github.com/gatsbyjs/gatsby/issues/31328) ([d54510f](https://github.com/gatsbyjs/gatsby/commit/d54510f84709b084c4b481d9bb6c3a497e2b907e)) -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0-next.3...gatsby-plugin-image@1.5.0-next.0) (2021-04-23) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.4.0/packages/gatsby-plugin-image) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [1.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0-next.2...gatsby-plugin-image@1.4.0-next.3) (2021-04-20) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- Apply object-fit and object-position to placeholder [#30894](https://github.com/gatsbyjs/gatsby/issues/30894) ([8affcf5](https://github.com/gatsbyjs/gatsby/commit/8affcf5fde3b6c31ce9527957f9758e9bfb0fa5c)) +- Check for render container [#30898](https://github.com/gatsbyjs/gatsby/issues/30898) ([9ee366e](https://github.com/gatsbyjs/gatsby/commit/9ee366ed5be36bc277285ebac7421d364ef45abd)) -# [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0-next.1...gatsby-plugin-image@1.4.0-next.2) (2021-04-20) +#### Chores -**Note:** Version bump only for package gatsby-plugin-image +- Remove version note [#30758](https://github.com/gatsbyjs/gatsby/issues/30758) ([9ff665e](https://github.com/gatsbyjs/gatsby/commit/9ff665e4aedcf9374ec91a57ef18e39fc33db1fb)) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0-next.0...gatsby-plugin-image@1.4.0-next.1) (2021-04-16) +#### Other Changes -### Bug Fixes +- Port using-gatsby-image site to image plugin [#28489](https://github.com/gatsbyjs/gatsby/issues/28489) ([e351588](https://github.com/gatsbyjs/gatsby/commit/e351588365c32ebf84c06048ba3b2da16e12793c)) -- **gatsby-plugin-image:** Apply object-fit and object-position to placeholder ([#30894](https://github.com/gatsbyjs/gatsby/issues/30894)) ([8affcf5](https://github.com/gatsbyjs/gatsby/commit/8affcf5fde3b6c31ce9527957f9758e9bfb0fa5c)) -- **gatsby-plugin-image:** Check for render container ([#30898](https://github.com/gatsbyjs/gatsby/issues/30898)) ([9ee366e](https://github.com/gatsbyjs/gatsby/commit/9ee366ed5be36bc277285ebac7421d364ef45abd)) +### [1.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.3.1/packages/gatsby-plugin-image) (2021-04-20) -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.3.0-next.3...gatsby-plugin-image@1.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- Check for render container [#30898](https://github.com/gatsbyjs/gatsby/issues/30898) [#30943](https://github.com/gatsbyjs/gatsby/issues/30943) ([c753d9c](https://github.com/gatsbyjs/gatsby/commit/c753d9c8d2c5a117ac02665697b96810cc19e3e9)) +- Apply object-fit and object-position to placeholder [#30894](https://github.com/gatsbyjs/gatsby/issues/30894) [#30944](https://github.com/gatsbyjs/gatsby/issues/30944) ([2ee989c](https://github.com/gatsbyjs/gatsby/commit/2ee989c3cbc8323b1e2aaa228221d44aa7d6978e)) -# [1.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.3.0-next.2...gatsby-plugin-image@1.3.0-next.3) (2021-04-09) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.3.0/packages/gatsby-plugin-image) (2021-04-14) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- **gatsby-plugin-image:** Don't inherit all img styles ([#30754](https://github.com/gatsbyjs/gatsby/issues/30754)) ([1a9b830](https://github.com/gatsbyjs/gatsby/commit/1a9b830062a654ff7595da0813f21087e0937bd3)) +#### Bug Fixes -# [1.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.3.0-next.1...gatsby-plugin-image@1.3.0-next.2) (2021-04-07) +- Don't inherit all img styles [#30754](https://github.com/gatsbyjs/gatsby/issues/30754) ([1a9b830](https://github.com/gatsbyjs/gatsby/commit/1a9b830062a654ff7595da0813f21087e0937bd3)) +- Use bare GATSBY\_\_\_IMAGE global [#30713](https://github.com/gatsbyjs/gatsby/issues/30713) ([a5869e3](https://github.com/gatsbyjs/gatsby/commit/a5869e3d26ed0a45f7543ffaf45da9ca4b89ff45)) +- Correctly calculate aspect ratio when width and height are both set [#30466](https://github.com/gatsbyjs/gatsby/issues/30466) ([35c90f8](https://github.com/gatsbyjs/gatsby/commit/35c90f8554c59f59b75e6ad040213c717e5883a5)) +- Force render if props have changed [#30491](https://github.com/gatsbyjs/gatsby/issues/30491) ([e584b8a](https://github.com/gatsbyjs/gatsby/commit/e584b8a33f079ba5a07419173b57bb5dabb824d7)) -### Bug Fixes +#### Chores -- **gatsby-plugin-image:** Use bare GATSBY\_\_\_IMAGE global ([#30713](https://github.com/gatsbyjs/gatsby/issues/30713)) ([a5869e3](https://github.com/gatsbyjs/gatsby/commit/a5869e3d26ed0a45f7543ffaf45da9ca4b89ff45)) +- update dependency postcss to ^8.2.9 [#29379](https://github.com/gatsbyjs/gatsby/issues/29379) ([8806e28](https://github.com/gatsbyjs/gatsby/commit/8806e28b1624787bdb50eea8dfc894470873215d)) -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.3.0-next.0...gatsby-plugin-image@1.3.0-next.1) (2021-03-30) +### [1.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.2.1/packages/gatsby-plugin-image) (2021-04-07) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-image:** Correctly calculate aspect ratio when width and height are both set ([#30466](https://github.com/gatsbyjs/gatsby/issues/30466)) ([35c90f8](https://github.com/gatsbyjs/gatsby/commit/35c90f8554c59f59b75e6ad040213c717e5883a5)) -- **gatsby-plugin-image:** Force render if props have changed ([#30491](https://github.com/gatsbyjs/gatsby/issues/30491)) ([e584b8a](https://github.com/gatsbyjs/gatsby/commit/e584b8a33f079ba5a07419173b57bb5dabb824d7)) +- Use bare GATSBY\_\_\_IMAGE global [#30713](https://github.com/gatsbyjs/gatsby/issues/30713) [#30734](https://github.com/gatsbyjs/gatsby/issues/30734) ([107fe42](https://github.com/gatsbyjs/gatsby/commit/107fe42ae9437f28dcc57deeb22a6d1952f5e06f)) -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.2.0-next.1...gatsby-plugin-image@1.3.0-next.0) (2021-03-25) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.2.0/packages/gatsby-plugin-image) (2021-03-30) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- **gatsby-plugin-image:** Only use default breakpoints for fullwidth ([#30328](https://github.com/gatsbyjs/gatsby/issues/30328)) ([2393f3c](https://github.com/gatsbyjs/gatsby/commit/2393f3c9f6d3a11312ddd707632c0ab6e4885686)) +#### Features -### Features +- data-srcset should be used to prevent overly eager loading on chrome [#30348](https://github.com/gatsbyjs/gatsby/issues/30348) ([9163f2f](https://github.com/gatsbyjs/gatsby/commit/9163f2f8284b10ef8792cf664065f70b352cd1c3)) -- **gatsby-plugin-image:** data-srcset should be used to prevent overly eager loading on chrome ([#30348](https://github.com/gatsbyjs/gatsby/issues/30348)) ([9163f2f](https://github.com/gatsbyjs/gatsby/commit/9163f2f8284b10ef8792cf664065f70b352cd1c3)) +#### Bug Fixes -# [1.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.2.0-next.0...gatsby-plugin-image@1.2.0-next.1) (2021-03-19) +- Force render if props have changed [#30491](https://github.com/gatsbyjs/gatsby/issues/30491) [#30565](https://github.com/gatsbyjs/gatsby/issues/30565) ([9b8196b](https://github.com/gatsbyjs/gatsby/commit/9b8196b17586348e195a26e51798732e0f97ab99)) +- Only use default breakpoints for fullwidth [#30328](https://github.com/gatsbyjs/gatsby/issues/30328) ([2393f3c](https://github.com/gatsbyjs/gatsby/commit/2393f3c9f6d3a11312ddd707632c0ab6e4885686)) +- image partial rendering [#30221](https://github.com/gatsbyjs/gatsby/issues/30221) ([d97a086](https://github.com/gatsbyjs/gatsby/commit/d97a0868acdbde2361175b4b1491d3adb6ac68bc)) +- Better StaticImage errors [#30271](https://github.com/gatsbyjs/gatsby/issues/30271) ([8a0a4e8](https://github.com/gatsbyjs/gatsby/commit/8a0a4e82e3c782393621608a294b4b23b1e6753d)) -### Bug Fixes +#### Chores -- **gatsby-plugin-image:** Better StaticImage errors ([#30271](https://github.com/gatsbyjs/gatsby/issues/30271)) ([8a0a4e8](https://github.com/gatsbyjs/gatsby/commit/8a0a4e82e3c782393621608a294b4b23b1e6753d)) -- **gatsby-plugin-image:** image partial rendering ([#30221](https://github.com/gatsbyjs/gatsby/issues/30221)) ([d97a086](https://github.com/gatsbyjs/gatsby/commit/d97a0868acdbde2361175b4b1491d3adb6ac68bc)) +- update dependency @types/babel\_\_traverse to ^7.11.1 [#30245](https://github.com/gatsbyjs/gatsby/issues/30245) ([9a39ae5](https://github.com/gatsbyjs/gatsby/commit/9a39ae546f76469a2c8757ae2fb04e75928b73c4)) -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.1.0-next.2...gatsby-plugin-image@1.2.0-next.0) (2021-03-11) +### [1.1.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.1.3/packages/gatsby-plugin-image) (2021-03-30) -**Note:** Version bump only for package gatsby-plugin-image +#### Bug Fixes -# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.1.0-next.1...gatsby-plugin-image@1.1.0-next.2) (2021-03-10) +- Correctly calculate aspect ratio when width and height are both set [#30466](https://github.com/gatsbyjs/gatsby/issues/30466) [#30529](https://github.com/gatsbyjs/gatsby/issues/30529) ([95cf933](https://github.com/gatsbyjs/gatsby/commit/95cf933fddca127bf055e906fc2c42149090d3ea)) -### Bug Fixes +### [1.1.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.1.2/packages/gatsby-plugin-image) (2021-03-23) -- **gatsby-plugin-image:** broken documentation links ([#30065](https://github.com/gatsbyjs/gatsby/issues/30065)) ([28956fe](https://github.com/gatsbyjs/gatsby/commit/28956fe50848d571d96350df4047bdb0d44b9b50)) -- **gatsby-plugin-image:** Handle placeholder in plugin toolkit ([#30141](https://github.com/gatsbyjs/gatsby/issues/30141)) ([f851312](https://github.com/gatsbyjs/gatsby/commit/f85131212b8271aa0e7fe93fbd30fafdce7ba01f)) -- **gatsby-plugin-image:** Update peerdeps ([#29880](https://github.com/gatsbyjs/gatsby/issues/29880)) ([d14cdc5](https://github.com/gatsbyjs/gatsby/commit/d14cdc5b7bd9e4b52815ecae15dfaf50674967d5)) -- **gatsby-plugin-image:** Use template from core package ([#29957](https://github.com/gatsbyjs/gatsby/issues/29957)) ([c4ca930](https://github.com/gatsbyjs/gatsby/commit/c4ca9301f56b1ac15bf5219dbb33c661b13bbfcd)) +#### Bug Fixes -### Features +- Only use default breakpoints for fullwidth [#30328](https://github.com/gatsbyjs/gatsby/issues/30328) [#30420](https://github.com/gatsbyjs/gatsby/issues/30420) ([8930a5a](https://github.com/gatsbyjs/gatsby/commit/8930a5a535bf1475af0c021583ff7ffb19cc3de5)) -- **gatsby-plugin-image:** Better error message for missing alt ([#29981](https://github.com/gatsbyjs/gatsby/issues/29981)) ([fe4b329](https://github.com/gatsbyjs/gatsby/commit/fe4b329a68ce6a8f93dbee56073da950861a2723)) +### [1.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.1.1/packages/gatsby-plugin-image) (2021-03-18) -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.1.0-next.0...gatsby-plugin-image@1.1.0-next.1) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- Better StaticImage errors [#30271](https://github.com/gatsbyjs/gatsby/issues/30271) [#30326](https://github.com/gatsbyjs/gatsby/issues/30326) ([6f1beee](https://github.com/gatsbyjs/gatsby/commit/6f1beee268b98e887011922048cf1668b95325aa)) -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.9...gatsby-plugin-image@1.1.0-next.0) (2021-02-26) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.1.0/packages/gatsby-plugin-image) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-image +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [1.0.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.8...gatsby-plugin-image@1.0.0-next.9) (2021-02-25) +#### Features -### Bug Fixes +- Better error message for missing alt [#29981](https://github.com/gatsbyjs/gatsby/issues/29981) ([fe4b329](https://github.com/gatsbyjs/gatsby/commit/fe4b329a68ce6a8f93dbee56073da950861a2723)) -- **gatsby-plugin-image:** Apply defaults when width and height are set ([#29726](https://github.com/gatsbyjs/gatsby/issues/29726)) ([3be9541](https://github.com/gatsbyjs/gatsby/commit/3be9541ade911ab4041715a37aed0eb65db4c313)) +#### Bug Fixes -### Features +- Handle placeholder in plugin toolkit [#30141](https://github.com/gatsbyjs/gatsby/issues/30141) ([f851312](https://github.com/gatsbyjs/gatsby/commit/f85131212b8271aa0e7fe93fbd30fafdce7ba01f)) +- broken documentation links [#30065](https://github.com/gatsbyjs/gatsby/issues/30065) ([28956fe](https://github.com/gatsbyjs/gatsby/commit/28956fe50848d571d96350df4047bdb0d44b9b50)) +- Use template from core package [#29957](https://github.com/gatsbyjs/gatsby/issues/29957) ([c4ca930](https://github.com/gatsbyjs/gatsby/commit/c4ca9301f56b1ac15bf5219dbb33c661b13bbfcd)) +- Update peerdeps [#29880](https://github.com/gatsbyjs/gatsby/issues/29880) ([d14cdc5](https://github.com/gatsbyjs/gatsby/commit/d14cdc5b7bd9e4b52815ecae15dfaf50674967d5)) -- **gatsby-plugin-image:** Allow image helpers to take other node types ([#29625](https://github.com/gatsbyjs/gatsby/issues/29625)) ([eaab2df](https://github.com/gatsbyjs/gatsby/commit/eaab2dfa1a7e1c1e64ffb78487f3f6c324f892ce)) +#### Chores -# [1.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.7...gatsby-plugin-image@1.0.0-next.8) (2021-02-22) +- Fix our internal eslint config for monorepo Fix [#29795](https://github.com/gatsbyjs/gatsby/issues/29795) ([0b4664e](https://github.com/gatsbyjs/gatsby/commit/0b4664e52c22902f9fb85b208a63da388ddd0470)) -**Note:** Version bump only for package gatsby-plugin-image +### [1.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.0.1/packages/gatsby-plugin-image) (2021-03-11) -# [1.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.6...gatsby-plugin-image@1.0.0-next.7) (2021-02-19) +#### Bug Fixes -### Bug Fixes +- Handle placeholder in plugin toolkit [#30141](https://github.com/gatsbyjs/gatsby/issues/30141) [#30170](https://github.com/gatsbyjs/gatsby/issues/30170) ([4c44125](https://github.com/gatsbyjs/gatsby/commit/4c4412560889414b020db46877b8704e18e10d0e)) -- **gatsby-plugin-image:** Correct default enum value ([#29607](https://github.com/gatsbyjs/gatsby/issues/29607)) ([7e8b91c](https://github.com/gatsbyjs/gatsby/commit/7e8b91c5a0d7f171a72c7088ace8d5fa3fdc39a8)) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.0.0/packages/gatsby-plugin-image) (2021-03-02) -# [1.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.5...gatsby-plugin-image@1.0.0-next.6) (2021-02-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -### Bug Fixes +#### Features -- **gatsby-plugin-image:** Apply inline styles and img size ([3f7f06c](https://github.com/gatsbyjs/gatsby/commit/3f7f06cb6f0c7be2ddde709283b7d116fa88cd6a)) -- **gatsby-plugin-image:** Apply inline styles and img size ([#29603](https://github.com/gatsbyjs/gatsby/issues/29603)) ([9db36db](https://github.com/gatsbyjs/gatsby/commit/9db36dbe165c35105cef4ad95f4802061ff5fcc5)) -- **gatsby-source-contentful:** Correct supported image formats ([#29562](https://github.com/gatsbyjs/gatsby/issues/29562)) ([3b4d32f](https://github.com/gatsbyjs/gatsby/commit/3b4d32f0b2d6aef3193213252c3eb813cc2cbea9)) +- Allow image helpers to take other node types [#29625](https://github.com/gatsbyjs/gatsby/issues/29625) ([eaab2df](https://github.com/gatsbyjs/gatsby/commit/eaab2dfa1a7e1c1e64ffb78487f3f6c324f892ce)) +- Add getLowResolutionImageURL plugin helper [#29518](https://github.com/gatsbyjs/gatsby/issues/29518) ([4b7fe37](https://github.com/gatsbyjs/gatsby/commit/4b7fe37ac39897ab76090ef76cff19d98fa5924b)) +- Add resolver helper and improve custom hook [#29342](https://github.com/gatsbyjs/gatsby/issues/29342) ([e567aa8](https://github.com/gatsbyjs/gatsby/commit/e567aa82695cf19a7d9eb4c280be767e562c3976)) -### Reverts +#### Bug Fixes -- Revert "fix(gatsby-plugin-image): Apply inline styles and img size" (#29602) ([8d0f48f](https://github.com/gatsbyjs/gatsby/commit/8d0f48f02ec0b631320dcb980f69944804f72803)), closes [#29602](https://github.com/gatsbyjs/gatsby/issues/29602) +- Update peerdeps [#29880](https://github.com/gatsbyjs/gatsby/issues/29880) [#29888](https://github.com/gatsbyjs/gatsby/issues/29888) ([85bb8ea](https://github.com/gatsbyjs/gatsby/commit/85bb8ea883a6ad3a847751d92c267654a20e1ea1)) +- Apply defaults when width and height are set [#29726](https://github.com/gatsbyjs/gatsby/issues/29726) ([3be9541](https://github.com/gatsbyjs/gatsby/commit/3be9541ade911ab4041715a37aed0eb65db4c313)) +- Correct default enum value [#29607](https://github.com/gatsbyjs/gatsby/issues/29607) ([7e8b91c](https://github.com/gatsbyjs/gatsby/commit/7e8b91c5a0d7f171a72c7088ace8d5fa3fdc39a8)) +- Apply inline styles and img size [#29603](https://github.com/gatsbyjs/gatsby/issues/29603) ([9db36db](https://github.com/gatsbyjs/gatsby/commit/9db36dbe165c35105cef4ad95f4802061ff5fcc5)) +- Apply inline styles and img size ([3f7f06c](https://github.com/gatsbyjs/gatsby/commit/3f7f06cb6f0c7be2ddde709283b7d116fa88cd6a)) +- Correct supported image formats [#29562](https://github.com/gatsbyjs/gatsby/issues/29562) ([3b4d32f](https://github.com/gatsbyjs/gatsby/commit/3b4d32f0b2d6aef3193213252c3eb813cc2cbea9)) +- Rename hooks [#29462](https://github.com/gatsbyjs/gatsby/issues/29462) ([4638cd6](https://github.com/gatsbyjs/gatsby/commit/4638cd678b28f7a515df465be21d9d8bcdd71d9a)) +- add common-tags to package.jsons [#29424](https://github.com/gatsbyjs/gatsby/issues/29424) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6)) +- Fix blur up on navigate issue Fix [#29333](https://github.com/gatsbyjs/gatsby/issues/29333) ([1443ecd](https://github.com/gatsbyjs/gatsby/commit/1443ecde5fe5f6e4b0072239bd3f2688ecb3d260)) -# [1.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.4...gatsby-plugin-image@1.0.0-next.5) (2021-02-18) +#### Chores -### Features +- Fix broken eslint rule Fix [#29727](https://github.com/gatsbyjs/gatsby/issues/29727) ([3db77a5](https://github.com/gatsbyjs/gatsby/commit/3db77a59f84a61243e2fa42132acf8ad7d140996)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) +- improve description of placeholder parameter [#29670](https://github.com/gatsbyjs/gatsby/issues/29670) ([797e7f4](https://github.com/gatsbyjs/gatsby/commit/797e7f4e83ab9e327e69e3591447fb59e2bff318)) +- Deprecate gatsby-image and old image resolvers [#29667](https://github.com/gatsbyjs/gatsby/issues/29667) ([3ffc210](https://github.com/gatsbyjs/gatsby/commit/3ffc21099500efe9de47d676e1979dfbcbaa537f)) +- bump graphql and graphql-compose major versions [#29090](https://github.com/gatsbyjs/gatsby/issues/29090) ([7e4ba2b](https://github.com/gatsbyjs/gatsby/commit/7e4ba2b82a7c63ea4809c489d5e95165e9a33c03)) -- **gatsby-plugin-image:** Add getLowResolutionImageURL plugin helper ([#29518](https://github.com/gatsbyjs/gatsby/issues/29518)) ([4b7fe37](https://github.com/gatsbyjs/gatsby/commit/4b7fe37ac39897ab76090ef76cff19d98fa5924b)) +#### Other Changes -# [1.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.3...gatsby-plugin-image@1.0.0-next.4) (2021-02-17) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) +- Revert "fix(gatsby-plugin-image): Apply inline styles and img size" [#29602](https://github.com/gatsbyjs/gatsby/issues/29602) ([8d0f48f](https://github.com/gatsbyjs/gatsby/commit/8d0f48f02ec0b631320dcb980f69944804f72803)) -**Note:** Version bump only for package gatsby-plugin-image +### [0.7.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.7.2/packages/gatsby-plugin-image) (2021-02-24) -# [1.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.2...gatsby-plugin-image@1.0.0-next.3) (2021-02-12) +#### Bug Fixes -### Bug Fixes +- Apply inline styles and img size [#29603](https://github.com/gatsbyjs/gatsby/issues/29603) [#29668](https://github.com/gatsbyjs/gatsby/issues/29668) ([9183a6b](https://github.com/gatsbyjs/gatsby/commit/9183a6bcef7126b040a66f08c3663b406ddc4e69)) -- **gatsby-plugin-image:** Rename hooks ([#29462](https://github.com/gatsbyjs/gatsby/issues/29462)) ([4638cd6](https://github.com/gatsbyjs/gatsby/commit/4638cd678b28f7a515df465be21d9d8bcdd71d9a)) +### [0.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.7.1/packages/gatsby-plugin-image) (2021-02-05) -# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.1...gatsby-plugin-image@1.0.0-next.2) (2021-02-11) +#### Bug Fixes -### Bug Fixes +- Fix blur up on navigate issue Fix [#29333](https://github.com/gatsbyjs/gatsby/issues/29333) Fix [#29354](https://github.com/gatsbyjs/gatsby/issues/29354) ([4ef8ce1](https://github.com/gatsbyjs/gatsby/commit/4ef8ce12bb38e3ee4bee07f78ff0d4ac13a6bdea)) -- add common-tags to package.jsons ([#29424](https://github.com/gatsbyjs/gatsby/issues/29424)) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6)) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.7.0/packages/gatsby-plugin-image) (2021-02-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- **gatsby-plugin-image:** Add resolver helper and improve custom hook ([#29342](https://github.com/gatsbyjs/gatsby/issues/29342)) ([e567aa8](https://github.com/gatsbyjs/gatsby/commit/e567aa82695cf19a7d9eb4c280be767e562c3976)) +#### Features -# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.0...gatsby-plugin-image@1.0.0-next.1) (2021-02-08) +- Add useArtDirection hook [#29231](https://github.com/gatsbyjs/gatsby/issues/29231) ([c2f0298](https://github.com/gatsbyjs/gatsby/commit/c2f0298b62d4a27ec6ffb1a93e9a18d7d057e864)) +- Add support for backgroundColor in sharp [#29141](https://github.com/gatsbyjs/gatsby/issues/29141) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de)) +- object-fit polyfill for IE [#29072](https://github.com/gatsbyjs/gatsby/issues/29072) ([3b4e8a5](https://github.com/gatsbyjs/gatsby/commit/3b4e8a55b5d1a7d2832f7037390ec447086beb83)) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-image:** Fix blur up on navigate issue ([#29333](https://github.com/gatsbyjs/gatsby/issues/29333)) ([1443ecd](https://github.com/gatsbyjs/gatsby/commit/1443ecde5fe5f6e4b0072239bd3f2688ecb3d260)) +- Correct layout proptypes in StaticImage [#29298](https://github.com/gatsbyjs/gatsby/issues/29298) [#29299](https://github.com/gatsbyjs/gatsby/issues/29299) ([1dec045](https://github.com/gatsbyjs/gatsby/commit/1dec0452e8ead69e797ced64d562e46c1a1f6772)) +- Use ESM for gatsby-browser, as CJS was causing errors [#29235](https://github.com/gatsbyjs/gatsby/issues/29235) ([552afa9](https://github.com/gatsbyjs/gatsby/commit/552afa930a3d6e4ad719b69605a5eb39359fd7e5)) +- Update types [#29226](https://github.com/gatsbyjs/gatsby/issues/29226) ([7a589c0](https://github.com/gatsbyjs/gatsby/commit/7a589c0a940fe1859517401a57cf4c22010f2e8e)) +- update dependency chokidar to ^3.5.1 [#28970](https://github.com/gatsbyjs/gatsby/issues/28970) ([c206d66](https://github.com/gatsbyjs/gatsby/commit/c206d66d9e67896ebc85c505ea1a3566f6479f5e)) +- Fixes to plugin utils types Fixes [#29204](https://github.com/gatsbyjs/gatsby/issues/29204) ([b236f49](https://github.com/gatsbyjs/gatsby/commit/b236f4916721c8e5fa1465cca7b6c4b8c26170c8)) +- Pass sizes for source [#29192](https://github.com/gatsbyjs/gatsby/issues/29192) ([0ddbbfe](https://github.com/gatsbyjs/gatsby/commit/0ddbbfe7ac03d5e6281b1d5e9f37d7216a48b079)) +- Use inline-block in class so users can override [#29148](https://github.com/gatsbyjs/gatsby/issues/29148) ([f945049](https://github.com/gatsbyjs/gatsby/commit/f9450498daa12921085cf60171f4f45b8012cf5f)) +- Handle breakpoints and auto-format in plugin utils [#29187](https://github.com/gatsbyjs/gatsby/issues/29187) ([25912f0](https://github.com/gatsbyjs/gatsby/commit/25912f00b452c4df04ba950efa90cdf12e73818e)) +- Add missing files [#29185](https://github.com/gatsbyjs/gatsby/issues/29185) ([0ac0ac8](https://github.com/gatsbyjs/gatsby/commit/0ac0ac840957b92be447d61e46b1b8bcd2bcfacd)) +- pass down missing sizes attribute to [#29092](https://github.com/gatsbyjs/gatsby/issues/29092) ([2e42197](https://github.com/gatsbyjs/gatsby/commit/2e42197025e2e1bac06c721c3cc44135bf8ef526)) -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.8.0-next.1...gatsby-plugin-image@1.0.0-next.0) (2021-02-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-image +- update dependency @types/babel\_\_traverse to ^7.11.0 [#28354](https://github.com/gatsbyjs/gatsby/issues/28354) ([d0d3836](https://github.com/gatsbyjs/gatsby/commit/d0d3836c78357ff763144c39b877ef13d23ccb45)) +- update dependency postcss to ^8.2.4 [#28711](https://github.com/gatsbyjs/gatsby/issues/28711) ([63c1bdb](https://github.com/gatsbyjs/gatsby/commit/63c1bdbfc46c3a597413212dadcbdefaadd87845)) -# [0.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.8.0-next.0...gatsby-plugin-image@0.8.0-next.1) (2021-02-04) +#### Other Changes -### Bug Fixes +- Update readme [#29076](https://github.com/gatsbyjs/gatsby/issues/29076) ([5cd0acb](https://github.com/gatsbyjs/gatsby/commit/5cd0acb4150aaab8bfcf647ed1fd58e362d87937)) -- **gatsby-plugin-image:** Correct layout proptypes in StaticImage ([#29298](https://github.com/gatsbyjs/gatsby/issues/29298)) ([0b6f2e3](https://github.com/gatsbyjs/gatsby/commit/0b6f2e31ec01ee277d9d1e9c91ae0450add3dcfa)) +### [0.6.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.6.4/packages/gatsby-plugin-image) (2021-01-29) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0-next.1...gatsby-plugin-image@0.8.0-next.0) (2021-01-28) +#### Bug Fixes -### Bug Fixes +- Use ESM for gatsby-browser, as CJS was causing errors [#29235](https://github.com/gatsbyjs/gatsby/issues/29235) [#29266](https://github.com/gatsbyjs/gatsby/issues/29266) ([d27c968](https://github.com/gatsbyjs/gatsby/commit/d27c9684558bef5483d082099fdc219ccf400182)) -- **deps:** update dependency chokidar to ^3.5.1 ([#28970](https://github.com/gatsbyjs/gatsby/issues/28970)) ([c206d66](https://github.com/gatsbyjs/gatsby/commit/c206d66d9e67896ebc85c505ea1a3566f6479f5e)) -- **gatsby-plugin-image:** Update types ([#29226](https://github.com/gatsbyjs/gatsby/issues/29226)) ([7a589c0](https://github.com/gatsbyjs/gatsby/commit/7a589c0a940fe1859517401a57cf4c22010f2e8e)) -- **gatsby-plugin-image:** Use ESM for gatsby-browser, as CJS was causing errors ([#29235](https://github.com/gatsbyjs/gatsby/issues/29235)) ([552afa9](https://github.com/gatsbyjs/gatsby/commit/552afa930a3d6e4ad719b69605a5eb39359fd7e5)) +### [0.6.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.6.3/packages/gatsby-plugin-image) (2021-01-28) -### Features +#### Bug Fixes -- **gatsby-plugin-image:** Add useArtDirection hook ([#29231](https://github.com/gatsbyjs/gatsby/issues/29231)) ([c2f0298](https://github.com/gatsbyjs/gatsby/commit/c2f0298b62d4a27ec6ffb1a93e9a18d7d057e864)) +- Fixes to plugin utils types Fixes [#29204](https://github.com/gatsbyjs/gatsby/issues/29204) Fixes [#29221](https://github.com/gatsbyjs/gatsby/issues/29221) ([17bf581](https://github.com/gatsbyjs/gatsby/commit/17bf581cdafe336f0dac588ea33c577eb5263630)) +- Pass sizes for source [#29192](https://github.com/gatsbyjs/gatsby/issues/29192) ([23af522](https://github.com/gatsbyjs/gatsby/commit/23af5227b1ce95b13155a075e9eebceef73f688b)) -# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.7.0-next.0...gatsby-plugin-image@0.7.0-next.1) (2021-01-26) +### [0.6.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.6.2/packages/gatsby-plugin-image) (2021-01-26) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-image:** Add missing files ([#29185](https://github.com/gatsbyjs/gatsby/issues/29185)) ([0ac0ac8](https://github.com/gatsbyjs/gatsby/commit/0ac0ac840957b92be447d61e46b1b8bcd2bcfacd)) -- **gatsby-plugin-image:** Fixes to plugin utils types ([#29204](https://github.com/gatsbyjs/gatsby/issues/29204)) ([b236f49](https://github.com/gatsbyjs/gatsby/commit/b236f4916721c8e5fa1465cca7b6c4b8c26170c8)) -- **gatsby-plugin-image:** Handle breakpoints and auto-format in plugin utils ([#29187](https://github.com/gatsbyjs/gatsby/issues/29187)) ([25912f0](https://github.com/gatsbyjs/gatsby/commit/25912f00b452c4df04ba950efa90cdf12e73818e)) -- **gatsby-plugin-image:** pass down missing sizes attribute to ([#29092](https://github.com/gatsbyjs/gatsby/issues/29092)) ([2e42197](https://github.com/gatsbyjs/gatsby/commit/2e42197025e2e1bac06c721c3cc44135bf8ef526)) -- **gatsby-plugin-image:** Pass sizes for source ([#29192](https://github.com/gatsbyjs/gatsby/issues/29192)) ([0ddbbfe](https://github.com/gatsbyjs/gatsby/commit/0ddbbfe7ac03d5e6281b1d5e9f37d7216a48b079)) -- **gatsby-plugin-image:** Use inline-block in class so users can override ([#29148](https://github.com/gatsbyjs/gatsby/issues/29148)) ([f945049](https://github.com/gatsbyjs/gatsby/commit/f9450498daa12921085cf60171f4f45b8012cf5f)) +- Handle breakpoints and auto-format in plugin utils [#29187](https://github.com/gatsbyjs/gatsby/issues/29187) [#29197](https://github.com/gatsbyjs/gatsby/issues/29197) ([3b5dcda](https://github.com/gatsbyjs/gatsby/commit/3b5dcda998ad9f344e1ca7b981beec5aaab2e8e3)) +- Add missing files [#29185](https://github.com/gatsbyjs/gatsby/issues/29185) [#29196](https://github.com/gatsbyjs/gatsby/issues/29196) ([4282e05](https://github.com/gatsbyjs/gatsby/commit/4282e0561a36f66ff409b4672b2ab4fd5b6afae0)) -### Features +### [0.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.6.1/packages/gatsby-plugin-image) (2021-01-21) -- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de)) -- **gatsby-plugin-image:** object-fit polyfill for IE ([#29072](https://github.com/gatsbyjs/gatsby/issues/29072)) ([3b4e8a5](https://github.com/gatsbyjs/gatsby/commit/3b4e8a55b5d1a7d2832f7037390ec447086beb83)) +#### Bug Fixes -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.6.0-next.1...gatsby-plugin-image@0.7.0-next.0) (2021-01-18) +- pass down missing sizes attribute to [#29092](https://github.com/gatsbyjs/gatsby/issues/29092) [#29108](https://github.com/gatsbyjs/gatsby/issues/29108) ([8599f60](https://github.com/gatsbyjs/gatsby/commit/8599f60ade50942ec01036949bfd98785bd36514)) -### Bug Fixes +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.6.0/packages/gatsby-plugin-image) (2021-01-20) -- **gatsby-plugin-image:** Fix onload race condition ([#29064](https://github.com/gatsbyjs/gatsby/issues/29064)) ([6233382](https://github.com/gatsbyjs/gatsby/commit/6233382c6d770e7f1ab6184dccc8c79fd3b7f809)) -- **gatsby-plugin-image:** Handle imgStyle in SSR ([#29043](https://github.com/gatsbyjs/gatsby/issues/29043)) ([b9978e1](https://github.com/gatsbyjs/gatsby/commit/b9978e1f7a4e6a8dec0f034b965dfbce09a372f2)) -- **gatsby-plugin-image:** Remove preload tag ([#28998](https://github.com/gatsbyjs/gatsby/issues/28998)) ([87bdec0](https://github.com/gatsbyjs/gatsby/commit/87bdec0f1ac8de8062fe3c90997b278ff921a4aa)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -### Features +#### Features -- **gatsby-plugin-image:** Change fullWidth to use breakpoints ([#29002](https://github.com/gatsbyjs/gatsby/issues/29002)) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111)) +- Change fullWidth to use breakpoints [#29002](https://github.com/gatsbyjs/gatsby/issues/29002) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111)) +- Add support for aspectRatio [#28941](https://github.com/gatsbyjs/gatsby/issues/28941) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6)) -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.6.0-next.0...gatsby-plugin-image@0.6.0-next.1) (2021-01-12) +#### Bug Fixes -### Bug Fixes +- Fix onload race condition Fix [#29064](https://github.com/gatsbyjs/gatsby/issues/29064) ([6233382](https://github.com/gatsbyjs/gatsby/commit/6233382c6d770e7f1ab6184dccc8c79fd3b7f809)) +- Handle imgStyle in SSR [#29043](https://github.com/gatsbyjs/gatsby/issues/29043) ([b9978e1](https://github.com/gatsbyjs/gatsby/commit/b9978e1f7a4e6a8dec0f034b965dfbce09a372f2)) +- Remove preload tag [#28998](https://github.com/gatsbyjs/gatsby/issues/28998) ([87bdec0](https://github.com/gatsbyjs/gatsby/commit/87bdec0f1ac8de8062fe3c90997b278ff921a4aa)) +- do not show placeholder if image already lo… [#28868](https://github.com/gatsbyjs/gatsby/issues/28868) ([12da978](https://github.com/gatsbyjs/gatsby/commit/12da9782a2ac8c3120e1c0cfa0661d43dc2c3ca5)) +- Conditionally require dependencies and give better warnings [#28921](https://github.com/gatsbyjs/gatsby/issues/28921) ([c82c3a6](https://github.com/gatsbyjs/gatsby/commit/c82c3a6f663da6eedb75c57814e3d103e6731c44)) +- Fix handling of sizes prop in SSR Fix [#28835](https://github.com/gatsbyjs/gatsby/issues/28835) ([a135c50](https://github.com/gatsbyjs/gatsby/commit/a135c503744438ec9dd231828a1ce74d0c6a3b93)) +- Correct image styles [#28834](https://github.com/gatsbyjs/gatsby/issues/28834) ([3d6446c](https://github.com/gatsbyjs/gatsby/commit/3d6446cd53675cf47468a59b633a75ef83d179d2)) +- Better error logging [#28741](https://github.com/gatsbyjs/gatsby/issues/28741) ([305fa64](https://github.com/gatsbyjs/gatsby/commit/305fa649293a060098821a32dc3d44026285e798)) +- Pass format-specific options in image-data [#28826](https://github.com/gatsbyjs/gatsby/issues/28826) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3)) -- **gatsby-plugin-image:** Better error logging ([#28741](https://github.com/gatsbyjs/gatsby/issues/28741)) ([305fa64](https://github.com/gatsbyjs/gatsby/commit/305fa649293a060098821a32dc3d44026285e798)) -- **gatsby-plugin-image:** Conditionally require dependencies and give better warnings ([#28921](https://github.com/gatsbyjs/gatsby/issues/28921)) ([c82c3a6](https://github.com/gatsbyjs/gatsby/commit/c82c3a6f663da6eedb75c57814e3d103e6731c44)) -- **gatsby-plugin-image:** Correct image styles ([#28834](https://github.com/gatsbyjs/gatsby/issues/28834)) ([3d6446c](https://github.com/gatsbyjs/gatsby/commit/3d6446cd53675cf47468a59b633a75ef83d179d2)) -- **gatsby-plugin-image:** do not show placeholder if image already lo… ([#28868](https://github.com/gatsbyjs/gatsby/issues/28868)) ([12da978](https://github.com/gatsbyjs/gatsby/commit/12da9782a2ac8c3120e1c0cfa0661d43dc2c3ca5)) -- **gatsby-plugin-image:** Fix handling of sizes prop in SSR ([#28835](https://github.com/gatsbyjs/gatsby/issues/28835)) ([a135c50](https://github.com/gatsbyjs/gatsby/commit/a135c503744438ec9dd231828a1ce74d0c6a3b93)) -- **gatsby-plugin-sharp:** Pass format-specific options in image-data ([#28826](https://github.com/gatsbyjs/gatsby/issues/28826)) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3)) +#### Chores -### Features +- Unflag remote images [#29032](https://github.com/gatsbyjs/gatsby/issues/29032) ([e72533d](https://github.com/gatsbyjs/gatsby/commit/e72533df393b514e29f7e82ffad3bf6605e46811)) +- change fluid to fullWidth [#28987](https://github.com/gatsbyjs/gatsby/issues/28987) ([381e13c](https://github.com/gatsbyjs/gatsby/commit/381e13c457b8b8d66a695d5f48d93c14e938b194)) +- Update image API to remove maxWidth/maxHeight [#28985](https://github.com/gatsbyjs/gatsby/issues/28985) ([a8c2f39](https://github.com/gatsbyjs/gatsby/commit/a8c2f39f74144b6ee7704b86c75c5c4047b1c5e5)) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -- Add support for aspectRatio ([#28941](https://github.com/gatsbyjs/gatsby/issues/28941)) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6)) +#### Other Changes -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.6...gatsby-plugin-image@0.6.0-next.0) (2020-12-29) +- Render LayoutWrapper prior to loading of lazy-hydrate [#28841](https://github.com/gatsbyjs/gatsby/issues/28841) ([78e5e47](https://github.com/gatsbyjs/gatsby/commit/78e5e4762e7a7704bf9d22baa5ef551a5fdd91db)) -**Note:** Version bump only for package gatsby-plugin-image +### [0.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.5.1/packages/gatsby-plugin-image) (2021-01-13) -# [0.5.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.5...gatsby-plugin-image@0.5.0-next.6) (2020-12-29) +#### Other Changes -### Bug Fixes +- Render LayoutWrapper prior to loading of lazy-hydrate [#28841](https://github.com/gatsbyjs/gatsby/issues/28841) [#28990](https://github.com/gatsbyjs/gatsby/issues/28990) ([be7ad3b](https://github.com/gatsbyjs/gatsby/commit/be7ad3b92879c423ca8e89acb8b234050fecc3db)) -- **gatsby-plugin-image:** Preload lazy-hydrator ([#28690](https://github.com/gatsbyjs/gatsby/issues/28690)) ([6af620c](https://github.com/gatsbyjs/gatsby/commit/6af620c146d380da7e3748bf52ae527c0c167e36)) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.5.0/packages/gatsby-plugin-image) (2021-01-06) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +#### Features -# [0.5.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.4...gatsby-plugin-image@0.5.0-next.5) (2020-12-18) +- Add AVIF image support to beta image plugin [#28742](https://github.com/gatsbyjs/gatsby/issues/28742) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +- Add remote image support [#28647](https://github.com/gatsbyjs/gatsby/issues/28647) ([a91825d](https://github.com/gatsbyjs/gatsby/commit/a91825d0e8896c90aaa69e8929fe1da07cb90751)) +- Make dimensions optional and default to constrained [#28662](https://github.com/gatsbyjs/gatsby/issues/28662) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e)) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-image:** do not return from preprocessSource if nothing is changed ([#28678](https://github.com/gatsbyjs/gatsby/issues/28678)) ([9a49286](https://github.com/gatsbyjs/gatsby/commit/9a492868b4f28179a86204bc393051f0bf96fe9b)) +- Fix handling of sizes prop in SSR Fix [#28835](https://github.com/gatsbyjs/gatsby/issues/28835) Fix [#28867](https://github.com/gatsbyjs/gatsby/issues/28867) ([6b7c5e7](https://github.com/gatsbyjs/gatsby/commit/6b7c5e7d9bb8530c1b716bed835e92c623b0a871)) +- Pass format-specific options in image-data [#28826](https://github.com/gatsbyjs/gatsby/issues/28826) [#28853](https://github.com/gatsbyjs/gatsby/issues/28853) ([ceeb7d4](https://github.com/gatsbyjs/gatsby/commit/ceeb7d4bd7b917fd776004cc4d1c4c9bac281dc6)) +- Correct image styles [#28834](https://github.com/gatsbyjs/gatsby/issues/28834) [#28854](https://github.com/gatsbyjs/gatsby/issues/28854) ([b648728](https://github.com/gatsbyjs/gatsby/commit/b6487282ee862138d4035c42e2af170d817032b6)) +- Better error logging [#28741](https://github.com/gatsbyjs/gatsby/issues/28741) [#28855](https://github.com/gatsbyjs/gatsby/issues/28855) ([f45ba68](https://github.com/gatsbyjs/gatsby/commit/f45ba68267b9a109553a366f76ce71af348fac6d)) +- Preload lazy-hydrator [#28690](https://github.com/gatsbyjs/gatsby/issues/28690) ([6af620c](https://github.com/gatsbyjs/gatsby/commit/6af620c146d380da7e3748bf52ae527c0c167e36)) +- do not return from preprocessSource if nothing is changed [#28678](https://github.com/gatsbyjs/gatsby/issues/28678) ([9a49286](https://github.com/gatsbyjs/gatsby/commit/9a492868b4f28179a86204bc393051f0bf96fe9b)) +- Revert postcss upgrade which broke css macro [#28672](https://github.com/gatsbyjs/gatsby/issues/28672) ([cde7885](https://github.com/gatsbyjs/gatsby/commit/cde7885f39eab846a8cdd9d3d08b9b5d299cfd76)) +- Correctly handle formats in StaticImage [#28618](https://github.com/gatsbyjs/gatsby/issues/28618) ([912f30c](https://github.com/gatsbyjs/gatsby/commit/912f30c099f98fa382fe653a3a2c07253bd6b452)) +- Better propType handling for StaticImage [#28606](https://github.com/gatsbyjs/gatsby/issues/28606) ([52027db](https://github.com/gatsbyjs/gatsby/commit/52027db80559a728d4a85c729d282ec3abccf5b2)) -### Features +#### Performance Improvements -- **gatsby-plugin-image:** Add remote image support ([#28647](https://github.com/gatsbyjs/gatsby/issues/28647)) ([a91825d](https://github.com/gatsbyjs/gatsby/commit/a91825d0e8896c90aaa69e8929fe1da07cb90751)) +- Handle disabled js, and add preload link [#28669](https://github.com/gatsbyjs/gatsby/issues/28669) ([8300236](https://github.com/gatsbyjs/gatsby/commit/83002365c4b9e7efdb69c354eee6894cbde975e4)) -# [0.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.3...gatsby-plugin-image@0.5.0-next.4) (2020-12-17) +#### Chores -### Bug Fixes +- update dependency @testing-library/react to ^11.2.2 [#28221](https://github.com/gatsbyjs/gatsby/issues/28221) ([de13436](https://github.com/gatsbyjs/gatsby/commit/de134364baf3a962f95bf111e120b0f048dd852d)) +- update dependency postcss to ^8.1.7 [#28082](https://github.com/gatsbyjs/gatsby/issues/28082) ([e304ddd](https://github.com/gatsbyjs/gatsby/commit/e304ddddcabe648ba2938feb83b528e2c942ca72)) +- update dependency @types/fs-extra to ^8.1.1 [#28596](https://github.com/gatsbyjs/gatsby/issues/28596) ([bea9ac7](https://github.com/gatsbyjs/gatsby/commit/bea9ac7f3dcf834dfd63da4afafe4dca5b74460e)) +- update dependency typescript to ^3.9.7 [#28600](https://github.com/gatsbyjs/gatsby/issues/28600) ([15936fb](https://github.com/gatsbyjs/gatsby/commit/15936fbb692771f4a2b865b888e008d29d101276)) -- **deps:** Revert postcss upgrade which broke css macro ([#28672](https://github.com/gatsbyjs/gatsby/issues/28672)) ([cde7885](https://github.com/gatsbyjs/gatsby/commit/cde7885f39eab846a8cdd9d3d08b9b5d299cfd76)) +### [0.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.4.1/packages/gatsby-plugin-image) (2020-12-23) -# [0.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.2...gatsby-plugin-image@0.5.0-next.3) (2020-12-17) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- do not return from preprocessSource if nothing is changed [#28678](https://github.com/gatsbyjs/gatsby/issues/28678) [#28745](https://github.com/gatsbyjs/gatsby/issues/28745) ([2864af9](https://github.com/gatsbyjs/gatsby/commit/2864af986dfa1d8cf5e1b199d0599043aad86ab6)) -# [0.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.1...gatsby-plugin-image@0.5.0-next.2) (2020-12-17) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.4.0/packages/gatsby-plugin-image) (2020-12-15) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e)) +#### Features -### Performance Improvements +- add keywords to package.json so it shows up in the plugin search [#28577](https://github.com/gatsbyjs/gatsby/issues/28577) ([6297917](https://github.com/gatsbyjs/gatsby/commit/6297917d4908a47c79eb44cae9c4dc85ce365ead)) +- Add extra props to GatsbyImage [#28520](https://github.com/gatsbyjs/gatsby/issues/28520) ([2ab320a](https://github.com/gatsbyjs/gatsby/commit/2ab320aae4dd8c9ce918bd0a4f88b34ad3bf6d85)) +- Add helper function to grab src [#28463](https://github.com/gatsbyjs/gatsby/issues/28463) ([4ab296f](https://github.com/gatsbyjs/gatsby/commit/4ab296fb911798836110d31a3695abf53dc0c291)) -- **gatsby-plugin-image:** Handle disabled js, and add preload link ([#28669](https://github.com/gatsbyjs/gatsby/issues/28669)) ([8300236](https://github.com/gatsbyjs/gatsby/commit/83002365c4b9e7efdb69c354eee6894cbde975e4)) +#### Bug Fixes -# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.0...gatsby-plugin-image@0.5.0-next.1) (2020-12-15) +- Correctly handle formats in StaticImage [#28618](https://github.com/gatsbyjs/gatsby/issues/28618) [#28630](https://github.com/gatsbyjs/gatsby/issues/28630) ([eff15a1](https://github.com/gatsbyjs/gatsby/commit/eff15a1055263b074de95d8ddf02ab5968724451)) +- Better propType handling for StaticImage [#28606](https://github.com/gatsbyjs/gatsby/issues/28606) [#28628](https://github.com/gatsbyjs/gatsby/issues/28628) ([5901a10](https://github.com/gatsbyjs/gatsby/commit/5901a107857b59bb6072bd625bf51aae458548e0)) +- don't show hydration warning [#28407](https://github.com/gatsbyjs/gatsby/issues/28407) ([b6b5207](https://github.com/gatsbyjs/gatsby/commit/b6b5207979370c244e32977c87242064f067842c)) +- Add overflow hidden back to wrapper CSS [#28410](https://github.com/gatsbyjs/gatsby/issues/28410) ([2b62f38](https://github.com/gatsbyjs/gatsby/commit/2b62f389457f515daf843ab22f95c015aa643ffe)) +- Fix StaticImage props interface and add propTypes Fix [#28372](https://github.com/gatsbyjs/gatsby/issues/28372) ([93a1447](https://github.com/gatsbyjs/gatsby/commit/93a144744c20fc57f563cb5af2683725abc3c941)) +- Correct img CSS [#28317](https://github.com/gatsbyjs/gatsby/issues/28317) ([bfd86df](https://github.com/gatsbyjs/gatsby/commit/bfd86dfc5bdad881e9b4363fc00c4186e0124833)) -### Bug Fixes +#### Chores -- **gatsby-plugin-image:** Better propType handling for StaticImage ([#28606](https://github.com/gatsbyjs/gatsby/issues/28606)) ([52027db](https://github.com/gatsbyjs/gatsby/commit/52027db80559a728d4a85c729d282ec3abccf5b2)) -- **gatsby-plugin-image:** Correctly handle formats in StaticImage ([#28618](https://github.com/gatsbyjs/gatsby/issues/28618)) ([912f30c](https://github.com/gatsbyjs/gatsby/commit/912f30c099f98fa382fe653a3a2c07253bd6b452)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.4.0-next.3...gatsby-plugin-image@0.5.0-next.0) (2020-12-10) +#### Other Changes -### Features +- update docs for codemod [#28519](https://github.com/gatsbyjs/gatsby/issues/28519) ([493fd73](https://github.com/gatsbyjs/gatsby/commit/493fd739f8f4522e4a3e5099a7c9273d640dbc7f)) +- gatsby-image codemod [#28112](https://github.com/gatsbyjs/gatsby/issues/28112) ([726a5fe](https://github.com/gatsbyjs/gatsby/commit/726a5fe741e2f118c4d29c758fee1de784da66bc)) +- add E2E tests for native and intersection obs [#28314](https://github.com/gatsbyjs/gatsby/issues/28314) [#28314](https://github.com/gatsbyjs/gatsby/issues/28314) ([c1cdf51](https://github.com/gatsbyjs/gatsby/commit/c1cdf514edd3a8ad681c39fa1a8fc63b03e5184d)) -- **gatsby-plugin-image:** Add extra props to GatsbyImage ([#28520](https://github.com/gatsbyjs/gatsby/issues/28520)) ([2ab320a](https://github.com/gatsbyjs/gatsby/commit/2ab320aae4dd8c9ce918bd0a4f88b34ad3bf6d85)) -- **gatsby-plugin-image:** add keywords to package.json so it shows up in the plugin search ([#28577](https://github.com/gatsbyjs/gatsby/issues/28577)) ([6297917](https://github.com/gatsbyjs/gatsby/commit/6297917d4908a47c79eb44cae9c4dc85ce365ead)) +### [0.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.3.1/packages/gatsby-plugin-image) (2020-12-07) -# [0.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.4.0-next.2...gatsby-plugin-image@0.4.0-next.3) (2020-12-08) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-image +- don't show hydration warning [#28407](https://github.com/gatsbyjs/gatsby/issues/28407) [#28512](https://github.com/gatsbyjs/gatsby/issues/28512) ([13be722](https://github.com/gatsbyjs/gatsby/commit/13be722748d08f49322f806cff2e5faf7a1677b3)) -# [0.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.4.0-next.1...gatsby-plugin-image@0.4.0-next.2) (2020-12-04) +#### Other Changes -### Bug Fixes +- add E2E tests for native and intersection obs [#28314](https://github.com/gatsbyjs/gatsby/issues/28314) [#28487](https://github.com/gatsbyjs/gatsby/issues/28487) [#28314](https://github.com/gatsbyjs/gatsby/issues/28314) [#28314](https://github.com/gatsbyjs/gatsby/issues/28314) [#28319](https://github.com/gatsbyjs/gatsby/issues/28319) ([9e5a8cc](https://github.com/gatsbyjs/gatsby/commit/9e5a8cc637c79a77ed4fe221b21c4104f90fcde4)) -- **gatsby-plugin-image:** don't show hydration warning ([#28407](https://github.com/gatsbyjs/gatsby/issues/28407)) ([b6b5207](https://github.com/gatsbyjs/gatsby/commit/b6b5207979370c244e32977c87242064f067842c)) +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.3.0/packages/gatsby-plugin-image) (2020-12-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **gatsby-plugin-image:** Add helper function to grab src ([#28463](https://github.com/gatsbyjs/gatsby/issues/28463)) ([4ab296f](https://github.com/gatsbyjs/gatsby/commit/4ab296fb911798836110d31a3695abf53dc0c291)) +#### Features -# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.4.0-next.0...gatsby-plugin-image@0.4.0-next.1) (2020-12-01) +- Add image plugin helpers [#28110](https://github.com/gatsbyjs/gatsby/issues/28110) ([6ed397f](https://github.com/gatsbyjs/gatsby/commit/6ed397f22c5cae21563de095f1f1a6d6e26ba100)) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-image:** Add overflow hidden back to wrapper CSS ([#28410](https://github.com/gatsbyjs/gatsby/issues/28410)) ([2b62f38](https://github.com/gatsbyjs/gatsby/commit/2b62f389457f515daf843ab22f95c015aa643ffe)) -- **gatsby-plugin-image:** Correct img CSS ([#28317](https://github.com/gatsbyjs/gatsby/issues/28317)) ([bfd86df](https://github.com/gatsbyjs/gatsby/commit/bfd86dfc5bdad881e9b4363fc00c4186e0124833)) -- **gatsby-plugin-image:** Fix StaticImage props interface and add propTypes ([#28372](https://github.com/gatsbyjs/gatsby/issues/28372)) ([93a1447](https://github.com/gatsbyjs/gatsby/commit/93a144744c20fc57f563cb5af2683725abc3c941)) +- Fix StaticImage props interface and add propTypes Fix [#28372](https://github.com/gatsbyjs/gatsby/issues/28372) Fix [#28402](https://github.com/gatsbyjs/gatsby/issues/28402) ([780792f](https://github.com/gatsbyjs/gatsby/commit/780792fe03f5d80f1667f1835a013b53946fe15d)) +- Correct img CSS [#28317](https://github.com/gatsbyjs/gatsby/issues/28317) [#28323](https://github.com/gatsbyjs/gatsby/issues/28323) ([cbce121](https://github.com/gatsbyjs/gatsby/commit/cbce1212dab4469929c8753e930e6e68d0d56cb8)) +- Correct IntersectionObserver handling [#28309](https://github.com/gatsbyjs/gatsby/issues/28309) ([e1e9e0c](https://github.com/gatsbyjs/gatsby/commit/e1e9e0c644c6c2191c66657588cede138cc10209)) +- Fix placeholder bg color Fix [#28305](https://github.com/gatsbyjs/gatsby/issues/28305) ([b89b068](https://github.com/gatsbyjs/gatsby/commit/b89b068da4c95188fd734d43fb1536f305804c41)) -# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.3.0-next.1...gatsby-plugin-image@0.4.0-next.0) (2020-11-26) +#### Chores -### Bug Fixes +- update dependency @testing-library/react to ^11.1.2 [#28092](https://github.com/gatsbyjs/gatsby/issues/28092) ([205f2e0](https://github.com/gatsbyjs/gatsby/commit/205f2e077353064bccde74320b2df6278f801403)) -- **gatsby-plugin-image:** Correct IntersectionObserver handling ([#28309](https://github.com/gatsbyjs/gatsby/issues/28309)) ([e1e9e0c](https://github.com/gatsbyjs/gatsby/commit/e1e9e0c644c6c2191c66657588cede138cc10209)) -- **gatsby-plugin-image:** Fix placeholder bg color ([#28305](https://github.com/gatsbyjs/gatsby/issues/28305)) ([b89b068](https://github.com/gatsbyjs/gatsby/commit/b89b068da4c95188fd734d43fb1536f305804c41)) +#### Other Changes -### Features +- Update API in readme [#28134](https://github.com/gatsbyjs/gatsby/issues/28134) ([9f91ba1](https://github.com/gatsbyjs/gatsby/commit/9f91ba1c3bc9b1b3b6347f152baba37d4ab9c77b)) -- **gatsby-plugin-image:** Add image plugin helpers ([#28110](https://github.com/gatsbyjs/gatsby/issues/28110)) ([6ed397f](https://github.com/gatsbyjs/gatsby/commit/6ed397f22c5cae21563de095f1f1a6d6e26ba100)) +## [0.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.2.0/packages/gatsby-plugin-image) (2020-11-20) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.3.0-next.0...gatsby-plugin-image@0.3.0-next.1) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-plugin-image +#### Chores -# [0.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.2.0-next.0...gatsby-plugin-image@0.3.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Replace alpha warning for gatsbyImageData [#28123](https://github.com/gatsbyjs/gatsby/issues/28123) ([e21a71d](https://github.com/gatsbyjs/gatsby/commit/e21a71d48ea094de4310ada0fe62fdfbcd3e46c5)) -**Note:** Version bump only for package gatsby-plugin-image +#### Other Changes -# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.1.0-next.0...gatsby-plugin-image@0.1.0-next.1) (2020-11-10) +- add test for gatsby-plugin-image browser [#28101](https://github.com/gatsbyjs/gatsby/issues/28101) ([fa19ba2](https://github.com/gatsbyjs/gatsby/commit/fa19ba28bf5f7ded1425efb3e8be1e637a12ca26)) +- gatsby-image-server.ts [#27989](https://github.com/gatsbyjs/gatsby/issues/27989) ([51454f6](https://github.com/gatsbyjs/gatsby/commit/51454f6019481558d98a806b81f346d60491b9e5)) -### Features +## [0.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@0.1.0/packages/gatsby-plugin-image) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Features + +- Resolver API changes [#27783](https://github.com/gatsbyjs/gatsby/issues/27783) [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)) + +#### Chores + +- update dependency postcss to ^8.1.6 [#27903](https://github.com/gatsbyjs/gatsby/issues/27903) ([a9c135d](https://github.com/gatsbyjs/gatsby/commit/a9c135db28324bffbdc9f6d8e30eb9eb69db0bca)) +- update dependency @types/react to ^16.9.56 [#27901](https://github.com/gatsbyjs/gatsby/issues/27901) ([c1219ca](https://github.com/gatsbyjs/gatsby/commit/c1219caf405cf771d4e5f00cab6e5fec56a16651)) + +#### Other Changes + +- Update readme [#27945](https://github.com/gatsbyjs/gatsby/issues/27945) ([7142cfa](https://github.com/gatsbyjs/gatsby/commit/7142cfa77d6e2098559bc02aefe8322d0b045da3)) -- **gatsby-transformer-sharp:** Resolver API changes ([#27783](https://github.com/gatsbyjs/gatsby/issues/27783)) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)), closes [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619) + ## [0.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.0.5...gatsby-plugin-image@0.0.6) (2020-11-02) diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index 6f13e52ee6d93..fc06cf707ae97 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/CHANGELOG.md @@ -1,128 +1,150 @@ -# Change Log +# Changelog: `gatsby-plugin-jss` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.3...gatsby-plugin-jss@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.12.0/packages/gatsby-plugin-jss) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-jss - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.2...gatsby-plugin-jss@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-jss +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.1...gatsby-plugin-jss@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-jss +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.11.0/packages/gatsby-plugin-jss) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.0...gatsby-plugin-jss@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-jss -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.11.0-next.0...gatsby-plugin-jss@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.10.0/packages/gatsby-plugin-jss) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-jss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.10.0-next.1...gatsby-plugin-jss@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-jss +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.10.0-next.0...gatsby-plugin-jss@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.9.0/packages/gatsby-plugin-jss) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-jss -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.9.0-next.0...gatsby-plugin-jss@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.8.0/packages/gatsby-plugin-jss) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-jss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.8.0-next.1...gatsby-plugin-jss@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-jss +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.8.0-next.0...gatsby-plugin-jss@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.7.1/packages/gatsby-plugin-jss) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-jss +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.7.0-next.2...gatsby-plugin-jss@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-jss +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.7.0/packages/gatsby-plugin-jss) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.7.0-next.1...gatsby-plugin-jss@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-jss +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.7.0-next.0...gatsby-plugin-jss@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-jss +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.6.0/packages/gatsby-plugin-jss) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.6.0-next.0...gatsby-plugin-jss@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-jss -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.5.0-next.0...gatsby-plugin-jss@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.5.0/packages/gatsby-plugin-jss) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-jss -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.4.0-next.0...gatsby-plugin-jss@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.4.0/packages/gatsby-plugin-jss) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-jss -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.3.0-next.1...gatsby-plugin-jss@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.3.0/packages/gatsby-plugin-jss) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-jss -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.3.0-next.0...gatsby-plugin-jss@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.2.0/packages/gatsby-plugin-jss) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-jss -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.2.0-next.0...gatsby-plugin-jss@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.1.0/packages/gatsby-plugin-jss) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-jss -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.1.0-next.1...gatsby-plugin-jss@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@3.0.0/packages/gatsby-plugin-jss) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-jss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.1.0-next.0...gatsby-plugin-jss@3.1.0-next.1) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-jss +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.10.0/packages/gatsby-plugin-jss) (2021-02-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.0.0-next.0...gatsby-plugin-jss@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-jss -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.11.0-next.0...gatsby-plugin-jss@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.9.0/packages/gatsby-plugin-jss) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-jss -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.10.0-next.0...gatsby-plugin-jss@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.8.0/packages/gatsby-plugin-jss) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-jss -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.9.0-next.0...gatsby-plugin-jss@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.7.0/packages/gatsby-plugin-jss) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-jss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.8.0-next.0...gatsby-plugin-jss@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-jss +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.7.0-next.0...gatsby-plugin-jss@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.6.0/packages/gatsby-plugin-jss) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-jss -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.6.0-next.0...gatsby-plugin-jss@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.5.0/packages/gatsby-plugin-jss) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-jss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.5.0-next.0...gatsby-plugin-jss@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-jss +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-jss@2.4.0/packages/gatsby-plugin-jss) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.4.0-next.0...gatsby-plugin-jss@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-jss + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.3.12...gatsby-plugin-jss@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-jss diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 75af634416103..bc19e9a7b5deb 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-layout` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.3...gatsby-plugin-layout@2.13.0-next.0) (2021-08-12) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.12.0/packages/gatsby-plugin-layout) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-layout - -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.2...gatsby-plugin-layout@2.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-layout +#### Chores -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.1...gatsby-plugin-layout@2.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-layout +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.11.0/packages/gatsby-plugin-layout) (2021-08-04) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.0...gatsby-plugin-layout@2.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-layout -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.11.0-next.0...gatsby-plugin-layout@2.12.0-next.0) (2021-07-29) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.10.0/packages/gatsby-plugin-layout) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-layout - -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.10.0-next.1...gatsby-plugin-layout@2.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-layout +#### Chores -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.10.0-next.0...gatsby-plugin-layout@2.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-layout +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.9.0/packages/gatsby-plugin-layout) (2021-07-07) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.9.0-next.0...gatsby-plugin-layout@2.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-layout -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.8.0-next.1...gatsby-plugin-layout@2.9.0-next.0) (2021-06-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.8.0/packages/gatsby-plugin-layout) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-layout +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.8.0-next.0...gatsby-plugin-layout@2.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-layout +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.7.0-next.2...gatsby-plugin-layout@2.8.0-next.0) (2021-06-03) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.7.1/packages/gatsby-plugin-layout) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-layout +#### Chores -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.7.0-next.1...gatsby-plugin-layout@2.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-layout +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.7.0/packages/gatsby-plugin-layout) (2021-06-09) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.7.0-next.0...gatsby-plugin-layout@2.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-layout +#### Chores -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.6.0-next.0...gatsby-plugin-layout@2.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-layout +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.6.0/packages/gatsby-plugin-layout) (2021-05-25) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.5.0-next.0...gatsby-plugin-layout@2.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-layout -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.4.0-next.0...gatsby-plugin-layout@2.5.0-next.0) (2021-04-23) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.5.0/packages/gatsby-plugin-layout) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-layout -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.3.0-next.1...gatsby-plugin-layout@2.4.0-next.0) (2021-04-09) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.4.0/packages/gatsby-plugin-layout) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-layout -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.3.0-next.0...gatsby-plugin-layout@2.3.0-next.1) (2021-04-07) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.3.0/packages/gatsby-plugin-layout) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-layout -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.2.0-next.0...gatsby-plugin-layout@2.3.0-next.0) (2021-03-25) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.2.0/packages/gatsby-plugin-layout) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-layout -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.1.0-next.1...gatsby-plugin-layout@2.2.0-next.0) (2021-03-11) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.1.0/packages/gatsby-plugin-layout) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-layout -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.1.0-next.0...gatsby-plugin-layout@2.1.0-next.1) (2021-02-26) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@2.0.0/packages/gatsby-plugin-layout) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-layout -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.0.0-next.0...gatsby-plugin-layout@2.1.0-next.0) (2021-02-26) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.10.0/packages/gatsby-plugin-layout) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-layout -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.11.0-next.0...gatsby-plugin-layout@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.9.0/packages/gatsby-plugin-layout) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-layout -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.10.0-next.0...gatsby-plugin-layout@1.11.0-next.0) (2021-01-28) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.8.0/packages/gatsby-plugin-layout) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-layout -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.9.0-next.0...gatsby-plugin-layout@1.10.0-next.0) (2021-01-18) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.7.0/packages/gatsby-plugin-layout) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-layout +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.8.0-next.0...gatsby-plugin-layout@1.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-layout +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.7.0-next.0...gatsby-plugin-layout@1.8.0-next.0) (2020-12-10) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.6.0/packages/gatsby-plugin-layout) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-layout -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.6.0-next.0...gatsby-plugin-layout@1.7.0-next.0) (2020-11-26) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.5.0/packages/gatsby-plugin-layout) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-layout +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.5.0-next.0...gatsby-plugin-layout@1.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-layout +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-layout@1.4.0/packages/gatsby-plugin-layout) (2020-11-12) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.4.0-next.0...gatsby-plugin-layout@1.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-layout + + ## [1.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.3.12...gatsby-plugin-layout@1.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-layout diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 3ccdc0011dd1e..c49f23cb47549 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/CHANGELOG.md @@ -1,146 +1,163 @@ -# Change Log +# Changelog: `gatsby-plugin-less` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.3...gatsby-plugin-less@5.13.0-next.0) (2021-08-12) +## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.12.0/packages/gatsby-plugin-less) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-less +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.2...gatsby-plugin-less@5.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-less +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.1...gatsby-plugin-less@5.12.0-next.2) (2021-08-05) +## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.11.0/packages/gatsby-plugin-less) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-less - -# [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.0...gatsby-plugin-less@5.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-less -# [5.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.11.0-next.0...gatsby-plugin-less@5.12.0-next.0) (2021-07-29) +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.10.0/packages/gatsby-plugin-less) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-less +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.10.0-next.1...gatsby-plugin-less@5.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-less - -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.10.0-next.0...gatsby-plugin-less@5.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-less +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.9.0/packages/gatsby-plugin-less) (2021-07-07) -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.9.0-next.0...gatsby-plugin-less@5.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-less -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.8.0-next.1...gatsby-plugin-less@5.9.0-next.0) (2021-06-18) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.8.0/packages/gatsby-plugin-less) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-less +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.8.0-next.0...gatsby-plugin-less@5.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-less +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.7.0-next.2...gatsby-plugin-less@5.8.0-next.0) (2021-06-03) +### [5.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.7.1/packages/gatsby-plugin-less) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-less +#### Chores -# [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.7.0-next.1...gatsby-plugin-less@5.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-less +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.7.0/packages/gatsby-plugin-less) (2021-06-09) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.7.0-next.0...gatsby-plugin-less@5.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-less +#### Chores -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.6.0-next.0...gatsby-plugin-less@5.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-less +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.6.0/packages/gatsby-plugin-less) (2021-05-25) -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.5.0-next.0...gatsby-plugin-less@5.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-less -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.4.0-next.0...gatsby-plugin-less@5.5.0-next.0) (2021-04-23) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.5.0/packages/gatsby-plugin-less) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-less -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.3.0-next.1...gatsby-plugin-less@5.4.0-next.0) (2021-04-09) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.4.0/packages/gatsby-plugin-less) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-less -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.3.0-next.0...gatsby-plugin-less@5.3.0-next.1) (2021-04-07) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.3.0/packages/gatsby-plugin-less) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-less -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.2.0-next.1...gatsby-plugin-less@5.3.0-next.0) (2021-03-25) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.2.0/packages/gatsby-plugin-less) (2021-03-30) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- enable better cssOptions override for modules ([#30112](https://github.com/gatsbyjs/gatsby/issues/30112)) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) +#### Features -# [5.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.2.0-next.0...gatsby-plugin-less@5.2.0-next.1) (2021-03-19) +- enable better cssOptions override for modules [#30112](https://github.com/gatsbyjs/gatsby/issues/30112) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) -**Note:** Version bump only for package gatsby-plugin-less +#### Chores -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.1.0-next.2...gatsby-plugin-less@5.2.0-next.0) (2021-03-11) +- Update styling READMEs CSS modules info [#30334](https://github.com/gatsbyjs/gatsby/issues/30334) ([85b6420](https://github.com/gatsbyjs/gatsby/commit/85b642064113b1f6de94dd10cb21cef701d83539)) -**Note:** Version bump only for package gatsby-plugin-less +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.1.0/packages/gatsby-plugin-less) (2021-03-16) -# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.1.0-next.1...gatsby-plugin-less@5.1.0-next.2) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -### Bug Fixes +#### Bug Fixes -- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.1.0-next.0...gatsby-plugin-less@5.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-less +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.0.0-next.1...gatsby-plugin-less@5.1.0-next.0) (2021-02-26) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@5.0.0/packages/gatsby-plugin-less) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-less +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.0.0-next.0...gatsby-plugin-less@5.0.0-next.1) (2021-02-19) +#### Bug Fixes -### Bug Fixes +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) [#29809](https://github.com/gatsbyjs/gatsby/issues/29809) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809)) +- make minicss-extract-plugin compatible with plugins [#29599](https://github.com/gatsbyjs/gatsby/issues/29599) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) -- make minicss-extract-plugin compatible with plugins ([#29599](https://github.com/gatsbyjs/gatsby/issues/29599)) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.7.0/packages/gatsby-plugin-less) (2021-02-02) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.8.0-next.0...gatsby-plugin-less@5.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-less -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.7.0-next.0...gatsby-plugin-less@4.8.0-next.0) (2021-01-28) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.6.0/packages/gatsby-plugin-less) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-less -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.6.0-next.0...gatsby-plugin-less@4.7.0-next.0) (2021-01-18) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.5.0/packages/gatsby-plugin-less) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-less -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.5.0-next.0...gatsby-plugin-less@4.6.0-next.0) (2020-12-29) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.4.0/packages/gatsby-plugin-less) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-less +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.4.0-next.0...gatsby-plugin-less@4.5.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-less +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.3.0-next.0...gatsby-plugin-less@4.4.0-next.0) (2020-11-26) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.3.0/packages/gatsby-plugin-less) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-less -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.2.0-next.0...gatsby-plugin-less@4.3.0-next.0) (2020-11-18) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.2.0/packages/gatsby-plugin-less) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-less +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.1.0-next.0...gatsby-plugin-less@4.1.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-less@4.1.0/packages/gatsby-plugin-less) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-less + + ## [4.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.0.5...gatsby-plugin-less@4.0.6) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-less diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index a7e00c829fe91..6ab7f0674681d 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/CHANGELOG.md @@ -1,130 +1,150 @@ -# Change Log +# Changelog: `gatsby-plugin-lodash` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.3...gatsby-plugin-lodash@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.12.0/packages/gatsby-plugin-lodash) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-lodash - -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.2...gatsby-plugin-lodash@4.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-lodash +#### Chores -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.1...gatsby-plugin-lodash@4.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-lodash +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.11.0/packages/gatsby-plugin-lodash) (2021-08-04) -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.0...gatsby-plugin-lodash@4.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.11.0-next.0...gatsby-plugin-lodash@4.12.0-next.0) (2021-07-29) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.10.0/packages/gatsby-plugin-lodash) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-lodash +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.10.0-next.1...gatsby-plugin-lodash@4.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-lodash +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.10.0-next.0...gatsby-plugin-lodash@4.10.0-next.1) (2021-07-08) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.9.0/packages/gatsby-plugin-lodash) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.9.0-next.0...gatsby-plugin-lodash@4.10.0-next.0) (2021-07-01) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.8.0/packages/gatsby-plugin-lodash) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-lodash +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.8.0-next.1...gatsby-plugin-lodash@4.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-lodash +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.8.0-next.0...gatsby-plugin-lodash@4.8.0-next.1) (2021-06-10) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.7.1/packages/gatsby-plugin-lodash) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-lodash +#### Chores -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.7.0-next.2...gatsby-plugin-lodash@4.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-lodash +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.7.0/packages/gatsby-plugin-lodash) (2021-06-09) -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.7.0-next.1...gatsby-plugin-lodash@4.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-lodash +#### Chores -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.7.0-next.0...gatsby-plugin-lodash@4.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-lodash +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.6.0/packages/gatsby-plugin-lodash) (2021-05-25) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.6.0-next.0...gatsby-plugin-lodash@4.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.5.0-next.0...gatsby-plugin-lodash@4.6.0-next.0) (2021-05-06) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.5.0/packages/gatsby-plugin-lodash) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.4.0-next.0...gatsby-plugin-lodash@4.5.0-next.0) (2021-04-23) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.4.0/packages/gatsby-plugin-lodash) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.3.0-next.1...gatsby-plugin-lodash@4.4.0-next.0) (2021-04-09) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.3.0/packages/gatsby-plugin-lodash) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.3.0-next.0...gatsby-plugin-lodash@4.3.0-next.1) (2021-04-07) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.2.0/packages/gatsby-plugin-lodash) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.2.0-next.0...gatsby-plugin-lodash@4.3.0-next.0) (2021-03-25) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.1.0/packages/gatsby-plugin-lodash) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.1.0-next.1...gatsby-plugin-lodash@4.2.0-next.0) (2021-03-11) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@4.0.0/packages/gatsby-plugin-lodash) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.1.0-next.0...gatsby-plugin-lodash@4.1.0-next.1) (2021-02-26) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.10.0/packages/gatsby-plugin-lodash) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-lodash -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.0.0-next.0...gatsby-plugin-lodash@4.1.0-next.0) (2021-02-26) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.9.0/packages/gatsby-plugin-lodash) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-lodash +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.11.0-next.0...gatsby-plugin-lodash@4.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-lodash +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.10.0-next.0...gatsby-plugin-lodash@3.11.0-next.0) (2021-01-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.8.0/packages/gatsby-plugin-lodash) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-lodash -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.9.0-next.0...gatsby-plugin-lodash@3.10.0-next.0) (2021-01-18) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.7.0/packages/gatsby-plugin-lodash) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.8.0-next.0...gatsby-plugin-lodash@3.9.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-lodash +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.6.0/packages/gatsby-plugin-lodash) (2020-12-02) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.7.0-next.0...gatsby-plugin-lodash@3.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-lodash -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.6.0-next.0...gatsby-plugin-lodash@3.7.0-next.0) (2020-11-26) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.5.0/packages/gatsby-plugin-lodash) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-lodash +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.5.0-next.0...gatsby-plugin-lodash@3.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-lodash +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-lodash@3.4.0/packages/gatsby-plugin-lodash) (2020-11-12) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.4.0-next.0...gatsby-plugin-lodash@3.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-lodash + + ## [3.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.3.12...gatsby-plugin-lodash@3.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-lodash diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 7122bcf1c2485..ca30b71ce64a9 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -1,211 +1,190 @@ -# Change Log +# Changelog: `gatsby-plugin-manifest` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.13.0-next.1...gatsby-plugin-manifest@3.13.0-next.2) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.12.0/packages/gatsby-plugin-manifest) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-manifest +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.13.0-next.0...gatsby-plugin-manifest@3.13.0-next.1) (2021-08-20) +#### Chores -### Features +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.11.0/packages/gatsby-plugin-manifest) (2021-08-04) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.3...gatsby-plugin-manifest@3.13.0-next.0) (2021-08-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.2...gatsby-plugin-manifest@3.12.0-next.3) (2021-08-09) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.10.0/packages/gatsby-plugin-manifest) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-manifest +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.1...gatsby-plugin-manifest@3.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-manifest +- update sharp to ^0.28.3 [#32227](https://github.com/gatsbyjs/gatsby/issues/32227) ([4fabc64](https://github.com/gatsbyjs/gatsby/commit/4fabc64b177621d94a7c8aaf6dbc5d91f01ea29f)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.0...gatsby-plugin-manifest@3.12.0-next.1) (2021-08-05) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.9.0/packages/gatsby-plugin-manifest) (2021-07-07) -**Note:** Version bump only for package gatsby-plugin-manifest - -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.11.0-next.0...gatsby-plugin-manifest@3.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.10.0-next.1...gatsby-plugin-manifest@3.11.0-next.0) (2021-07-15) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.8.0/packages/gatsby-plugin-manifest) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-manifest +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.10.0-next.0...gatsby-plugin-manifest@3.10.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-plugin-manifest +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.9.0-next.1...gatsby-plugin-manifest@3.10.0-next.0) (2021-07-01) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.7.1/packages/gatsby-plugin-manifest) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-manifest +#### Chores -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.9.0-next.0...gatsby-plugin-manifest@3.9.0-next.1) (2021-06-28) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-manifest +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.7.0/packages/gatsby-plugin-manifest) (2021-06-09) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.8.0-next.1...gatsby-plugin-manifest@3.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-manifest +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.8.0-next.0...gatsby-plugin-manifest@3.8.0-next.1) (2021-06-10) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-manifest +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.6.0/packages/gatsby-plugin-manifest) (2021-05-25) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.7.0-next.2...gatsby-plugin-manifest@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.7.0-next.1...gatsby-plugin-manifest@3.7.0-next.2) (2021-06-02) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.5.0/packages/gatsby-plugin-manifest) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-manifest +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.7.0-next.0...gatsby-plugin-manifest@3.7.0-next.1) (2021-05-31) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-manifest - -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.6.0-next.0...gatsby-plugin-manifest@3.7.0-next.0) (2021-05-21) +- update minor and patch for gatsby-plugin-manifest [#31160](https://github.com/gatsbyjs/gatsby/issues/31160) ([f3ee3fd](https://github.com/gatsbyjs/gatsby/commit/f3ee3fdbd1c82bcbe3093c1af28c8e45872f3825)) -**Note:** Version bump only for package gatsby-plugin-manifest +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.4.0/packages/gatsby-plugin-manifest) (2021-04-28) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.5.0-next.0...gatsby-plugin-manifest@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -### Bug Fixes +#### Bug Fixes -- **deps:** update minor and patch for gatsby-plugin-manifest ([#31160](https://github.com/gatsbyjs/gatsby/issues/31160)) ([f3ee3fd](https://github.com/gatsbyjs/gatsby/commit/f3ee3fdbd1c82bcbe3093c1af28c8e45872f3825)) +- use cpuCount for all parallel parts [#30548](https://github.com/gatsbyjs/gatsby/issues/30548) ([9dbb772](https://github.com/gatsbyjs/gatsby/commit/9dbb77238f23eedbb9b6dcf5ffb3453cb67bc9b8)) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.4.0-next.3...gatsby-plugin-manifest@3.5.0-next.0) (2021-04-23) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.3.0/packages/gatsby-plugin-manifest) (2021-04-14) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- use cpuCount for all parallel parts ([#30548](https://github.com/gatsbyjs/gatsby/issues/30548)) ([9dbb772](https://github.com/gatsbyjs/gatsby/commit/9dbb77238f23eedbb9b6dcf5ffb3453cb67bc9b8)) +#### Chores -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.4.0-next.2...gatsby-plugin-manifest@3.4.0-next.3) (2021-04-20) +- Update sharp to 0.28.0 [#30541](https://github.com/gatsbyjs/gatsby/issues/30541) ([b0fcb57](https://github.com/gatsbyjs/gatsby/commit/b0fcb57ebe8f78175b83ec04cd2b7d45e180f85d)) -**Note:** Version bump only for package gatsby-plugin-manifest +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.2.0/packages/gatsby-plugin-manifest) (2021-03-30) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.4.0-next.1...gatsby-plugin-manifest@3.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.4.0-next.0...gatsby-plugin-manifest@3.4.0-next.1) (2021-04-16) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.1.0/packages/gatsby-plugin-manifest) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-manifest - -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.3.0-next.1...gatsby-plugin-manifest@3.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -**Note:** Version bump only for package gatsby-plugin-manifest +#### Chores -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.3.0-next.0...gatsby-plugin-manifest@3.3.0-next.1) (2021-04-07) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-plugin-manifest +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@3.0.0/packages/gatsby-plugin-manifest) (2021-03-02) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.2.0-next.0...gatsby-plugin-manifest@3.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.1.0-next.2...gatsby-plugin-manifest@3.2.0-next.0) (2021-03-11) +### [2.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.12.1/packages/gatsby-plugin-manifest) (2021-02-24) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.1.0-next.1...gatsby-plugin-manifest@3.1.0-next.2) (2021-03-10) - -**Note:** Version bump only for package gatsby-plugin-manifest +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.12.0/packages/gatsby-plugin-manifest) (2021-02-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.1.0-next.0...gatsby-plugin-manifest@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -**Note:** Version bump only for package gatsby-plugin-manifest +#### Bug Fixes -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.0.0-next.2...gatsby-plugin-manifest@3.1.0-next.0) (2021-02-26) +- Fix `or` Joi assertion Fix [#29242](https://github.com/gatsbyjs/gatsby/issues/29242) ([844ac84](https://github.com/gatsbyjs/gatsby/commit/844ac842736707427560a205de477ace96f568c0)) +- Add `webapp` key [#29193](https://github.com/gatsbyjs/gatsby/issues/29193) ([a5714b7](https://github.com/gatsbyjs/gatsby/commit/a5714b7075b7be005d200600e7c53307bf7b6e7b)) -**Note:** Version bump only for package gatsby-plugin-manifest +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.11.0/packages/gatsby-plugin-manifest) (2021-01-20) -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.0.0-next.1...gatsby-plugin-manifest@3.0.0-next.2) (2021-02-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-manifest -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.0.0-next.0...gatsby-plugin-manifest@3.0.0-next.1) (2021-02-22) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.10.0/packages/gatsby-plugin-manifest) (2021-01-06) -**Note:** Version bump only for package gatsby-plugin-manifest +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.13.0-next.1...gatsby-plugin-manifest@3.0.0-next.0) (2021-02-05) +#### Features -**Note:** Version bump only for package gatsby-plugin-manifest +- Add AVIF image support to beta image plugin [#28742](https://github.com/gatsbyjs/gatsby/issues/28742) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.13.0-next.0...gatsby-plugin-manifest@2.13.0-next.1) (2021-02-04) +### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.9.1/packages/gatsby-plugin-manifest) (2020-12-23) **Note:** Version bump only for package gatsby-plugin-manifest -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0-next.1...gatsby-plugin-manifest@2.13.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.9.0/packages/gatsby-plugin-manifest) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-plugin-manifest:** Fix `or` Joi assertion ([#29242](https://github.com/gatsbyjs/gatsby/issues/29242)) ([844ac84](https://github.com/gatsbyjs/gatsby/commit/844ac842736707427560a205de477ace96f568c0)) +#### Features -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.12.0-next.0...gatsby-plugin-manifest@2.12.0-next.1) (2021-01-26) +- Add support for share_target [#28457](https://github.com/gatsbyjs/gatsby/issues/28457) ([1fe3f9a](https://github.com/gatsbyjs/gatsby/commit/1fe3f9ab6f7385a084ec783b4d109139cdfab620)) -### Bug Fixes +#### Chores -- **gatsby-plugin-manifest:** Add `webapp` key ([#29193](https://github.com/gatsbyjs/gatsby/issues/29193)) ([a5714b7](https://github.com/gatsbyjs/gatsby/commit/a5714b7075b7be005d200600e7c53307bf7b6e7b)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) +- Update pluginOptionsSchema link [#28344](https://github.com/gatsbyjs/gatsby/issues/28344) ([098448f](https://github.com/gatsbyjs/gatsby/commit/098448fcc5afcc9a610fb7879c83ebd6ebd8a02f)) +- Add note about icon_options [#28363](https://github.com/gatsbyjs/gatsby/issues/28363) ([4c4e8e8](https://github.com/gatsbyjs/gatsby/commit/4c4e8e8779bd587add8c2ac75e9a3e10ffe77a96)) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.11.0-next.1...gatsby-plugin-manifest@2.12.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.8.0/packages/gatsby-plugin-manifest) (2020-12-02) -**Note:** Version bump only for package gatsby-plugin-manifest - -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.11.0-next.0...gatsby-plugin-manifest@2.11.0-next.1) (2021-01-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-manifest -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.10.0-next.2...gatsby-plugin-manifest@2.11.0-next.0) (2020-12-29) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.7.0/packages/gatsby-plugin-manifest) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-manifest +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.10.0-next.1...gatsby-plugin-manifest@2.10.0-next.2) (2020-12-29) +#### Bug Fixes -### Features +- Allow for all valid WebAppManifest properties [#27951](https://github.com/gatsbyjs/gatsby/issues/27951) ([88b990a](https://github.com/gatsbyjs/gatsby/commit/88b990ab44c1cd9acc9e1b7367991a3c194dd308)) -- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +#### Chores -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.10.0-next.0...gatsby-plugin-manifest@2.10.0-next.1) (2020-12-17) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Upgrade sharp [#28119](https://github.com/gatsbyjs/gatsby/issues/28119) ([ab96f1e](https://github.com/gatsbyjs/gatsby/commit/ab96f1e2b3f25d5fe614fbca37f2638def7fd824)) -**Note:** Version bump only for package gatsby-plugin-manifest +#### Other Changes -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.9.0-next.2...gatsby-plugin-manifest@2.10.0-next.0) (2020-12-10) +- Make optional SVG favicon come after the fallback [#27843](https://github.com/gatsbyjs/gatsby/issues/27843) Fixes [#26083](https://github.com/gatsbyjs/gatsby/issues/26083) ([3b9a9fe](https://github.com/gatsbyjs/gatsby/commit/3b9a9fe4da449fca1908e8b925a28e8ac1285ebd)) -**Note:** Version bump only for package gatsby-plugin-manifest +### [2.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.6.1/packages/gatsby-plugin-manifest) (2020-11-17) -# [2.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.9.0-next.1...gatsby-plugin-manifest@2.9.0-next.2) (2020-12-04) +#### Bug Fixes -### Features +- Allow for all valid WebAppManifest properties [#27951](https://github.com/gatsbyjs/gatsby/issues/27951) [#28099](https://github.com/gatsbyjs/gatsby/issues/28099) ([8a263b0](https://github.com/gatsbyjs/gatsby/commit/8a263b0bef2f9beba53788a39aa2446cf96142a3)) -- **gatsby-plugin-manifest:** Add support for share_target ([#28457](https://github.com/gatsbyjs/gatsby/issues/28457)) ([1fe3f9a](https://github.com/gatsbyjs/gatsby/commit/1fe3f9ab6f7385a084ec783b4d109139cdfab620)) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@2.6.0/packages/gatsby-plugin-manifest) (2020-11-12) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.9.0-next.0...gatsby-plugin-manifest@2.9.0-next.1) (2020-12-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-manifest -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.8.0-next.0...gatsby-plugin-manifest@2.9.0-next.0) (2020-11-26) - -**Note:** Version bump only for package gatsby-plugin-manifest - -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.7.0-next.1...gatsby-plugin-manifest@2.8.0-next.0) (2020-11-18) - -**Note:** Version bump only for package gatsby-plugin-manifest - -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.7.0-next.0...gatsby-plugin-manifest@2.7.0-next.1) (2020-11-16) - -### Bug Fixes - -- **plugin-manifest:** Allow for all valid WebAppManifest properties ([#27951](https://github.com/gatsbyjs/gatsby/issues/27951)) ([88b990a](https://github.com/gatsbyjs/gatsby/commit/88b990ab44c1cd9acc9e1b7367991a3c194dd308)) - -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.6.0-next.0...gatsby-plugin-manifest@2.6.0-next.1) (2020-11-10) - -**Note:** Version bump only for package gatsby-plugin-manifest + ## [2.5.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.5.0...gatsby-plugin-manifest@2.5.1) (2020-11-02) diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 438256e7d02cb..bf59a5bf993c1 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -1,226 +1,226 @@ -# Change Log +# Changelog: `gatsby-plugin-mdx` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.13.0-next.0...gatsby-plugin-mdx@2.13.0-next.1) (2021-08-25) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.12.0/packages/gatsby-plugin-mdx) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.3...gatsby-plugin-mdx@2.13.0-next.0) (2021-08-12) +#### Chores -**Note:** Version bump only for package gatsby-plugin-mdx +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.2...gatsby-plugin-mdx@2.12.0-next.3) (2021-08-09) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.11.0/packages/gatsby-plugin-mdx) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.1...gatsby-plugin-mdx@2.12.0-next.2) (2021-08-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-mdx +- generate mdx once when multiple mdx fields requested [#32462](https://github.com/gatsbyjs/gatsby/issues/32462) ([0f8d747](https://github.com/gatsbyjs/gatsby/commit/0f8d747b495f3fe25536d3eb8eb49c5bbb2f7d71)) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.0...gatsby-plugin-mdx@2.12.0-next.1) (2021-08-05) +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.10.1/packages/gatsby-plugin-mdx) (2021-07-26) -**Note:** Version bump only for package gatsby-plugin-mdx +#### Bug Fixes -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.11.0-next.1...gatsby-plugin-mdx@2.12.0-next.0) (2021-07-29) +- generate mdx once when multiple mdx fields requested [#32462](https://github.com/gatsbyjs/gatsby/issues/32462) [#32506](https://github.com/gatsbyjs/gatsby/issues/32506) ([4519a7c](https://github.com/gatsbyjs/gatsby/commit/4519a7cfb7a06ee9b79147b2ef20a427b8c69ef1)) -**Note:** Version bump only for package gatsby-plugin-mdx +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.10.0/packages/gatsby-plugin-mdx) (2021-07-20) -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.11.0-next.0...gatsby-plugin-mdx@2.11.0-next.1) (2021-07-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -### Bug Fixes +#### Chores -- **gatsby-plugin-mdx:** generate mdx once when multiple mdx fields requested ([#32462](https://github.com/gatsbyjs/gatsby/issues/32462)) ([0f8d747](https://github.com/gatsbyjs/gatsby/commit/0f8d747b495f3fe25536d3eb8eb49c5bbb2f7d71)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.10.0-next.1...gatsby-plugin-mdx@2.11.0-next.0) (2021-07-15) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.9.0/packages/gatsby-plugin-mdx) (2021-07-07) -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.10.0-next.0...gatsby-plugin-mdx@2.10.0-next.1) (2021-07-08) +#### Features -**Note:** Version bump only for package gatsby-plugin-mdx +- swap sourceNodes to createSchemaCustomization [#32021](https://github.com/gatsbyjs/gatsby/issues/32021) ([d75b965](https://github.com/gatsbyjs/gatsby/commit/d75b965266fc3fa8e58086421dfea7c7e7ee2f86)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.9.0-next.1...gatsby-plugin-mdx@2.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-mdx +- Add comment why rehype-slug is required [#32128](https://github.com/gatsbyjs/gatsby/issues/32128) ([3f3d5c8](https://github.com/gatsbyjs/gatsby/commit/3f3d5c8a8d4010c8831e79f7baa3e08bf2462881)) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.9.0-next.0...gatsby-plugin-mdx@2.9.0-next.1) (2021-06-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.8.0/packages/gatsby-plugin-mdx) (2021-06-23) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -- **gatsby-plugin-mdx:** swap sourceNodes to createSchemaCustomization ([#32021](https://github.com/gatsbyjs/gatsby/issues/32021)) ([d75b965](https://github.com/gatsbyjs/gatsby/commit/d75b965266fc3fa8e58086421dfea7c7e7ee2f86)) +#### Chores -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.8.0-next.1...gatsby-plugin-mdx@2.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-plugin-mdx +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.7.1/packages/gatsby-plugin-mdx) (2021-06-10) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.8.0-next.0...gatsby-plugin-mdx@2.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-mdx +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.7.0-next.2...gatsby-plugin-mdx@2.8.0-next.0) (2021-06-03) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.7.0/packages/gatsby-plugin-mdx) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-mdx - -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.7.0-next.1...gatsby-plugin-mdx@2.7.0-next.2) (2021-06-02) - -**Note:** Version bump only for package gatsby-plugin-mdx - -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.7.0-next.0...gatsby-plugin-mdx@2.7.0-next.1) (2021-05-31) - -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.6.0-next.2...gatsby-plugin-mdx@2.7.0-next.0) (2021-05-21) +#### Chores -**Note:** Version bump only for package gatsby-plugin-mdx +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [2.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.6.0-next.1...gatsby-plugin-mdx@2.6.0-next.2) (2021-05-18) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.6.0/packages/gatsby-plugin-mdx) (2021-05-25) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -- **gatsby-plugin-mdx:** fix gatsby develop on windows ([#31396](https://github.com/gatsbyjs/gatsby/issues/31396)) ([ae2e2de](https://github.com/gatsbyjs/gatsby/commit/ae2e2de0e4da03d7a0a662a9cf3af15d26c1e741)) +#### Bug Fixes -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.6.0-next.0...gatsby-plugin-mdx@2.6.0-next.1) (2021-05-12) +- fix gatsby develop on windows fix [#31396](https://github.com/gatsbyjs/gatsby/issues/31396) ([ae2e2de](https://github.com/gatsbyjs/gatsby/commit/ae2e2de0e4da03d7a0a662a9cf3af15d26c1e741)) +- enable hmr when importing mdx [#31288](https://github.com/gatsbyjs/gatsby/issues/31288) ([c8db78f](https://github.com/gatsbyjs/gatsby/commit/c8db78fad43294413b950c49205adcf3dbb6dd1e)) -### Bug Fixes +### [2.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.5.1/packages/gatsby-plugin-mdx) (2021-05-19) -- **gatsby-plugin-mdx:** enable hmr when importing mdx ([#31288](https://github.com/gatsbyjs/gatsby/issues/31288)) ([c8db78f](https://github.com/gatsbyjs/gatsby/commit/c8db78fad43294413b950c49205adcf3dbb6dd1e)) +#### Bug Fixes -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.5.0-next.1...gatsby-plugin-mdx@2.6.0-next.0) (2021-05-06) +- fix gatsby develop on windows fix [#31396](https://github.com/gatsbyjs/gatsby/issues/31396) fix [#31481](https://github.com/gatsbyjs/gatsby/issues/31481) ([ca1ce81](https://github.com/gatsbyjs/gatsby/commit/ca1ce811f457bb8e323576b9558c9e2b3f953949)) -**Note:** Version bump only for package gatsby-plugin-mdx +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.5.0/packages/gatsby-plugin-mdx) (2021-05-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.5.0-next.0...gatsby-plugin-mdx@2.5.0-next.1) (2021-05-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-mdx:** Img w/ lessBabel option in src/pages not working ([#31210](https://github.com/gatsbyjs/gatsby/issues/31210)) ([b2ae4da](https://github.com/gatsbyjs/gatsby/commit/b2ae4da089d2783dc83738224f362e6f8fb44d0c)) +- enable hmr when importing mdx [#31288](https://github.com/gatsbyjs/gatsby/issues/31288) [#31370](https://github.com/gatsbyjs/gatsby/issues/31370) ([baa0804](https://github.com/gatsbyjs/gatsby/commit/baa0804eb61d3b9ad2240b461e45c502b69d4ac9)) +- Img w/ lessBabel option in src/pages not working [#31210](https://github.com/gatsbyjs/gatsby/issues/31210) ([b2ae4da](https://github.com/gatsbyjs/gatsby/commit/b2ae4da089d2783dc83738224f362e6f8fb44d0c)) -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.4.0-next.3...gatsby-plugin-mdx@2.5.0-next.0) (2021-04-23) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.4.0/packages/gatsby-plugin-mdx) (2021-04-28) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **gatsby-plugin-mdx:** Reference style links broken in static builds ([#30967](https://github.com/gatsbyjs/gatsby/issues/30967)) ([b457b3d](https://github.com/gatsbyjs/gatsby/commit/b457b3db68ba850a837754cc7390dc5c08f8d739)) +#### Bug Fixes -# [2.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.4.0-next.2...gatsby-plugin-mdx@2.4.0-next.3) (2021-04-20) +- Reference style links broken in static builds [#30967](https://github.com/gatsbyjs/gatsby/issues/30967) ([b457b3d](https://github.com/gatsbyjs/gatsby/commit/b457b3db68ba850a837754cc7390dc5c08f8d739)) -**Note:** Version bump only for package gatsby-plugin-mdx +#### Chores -# [2.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.4.0-next.1...gatsby-plugin-mdx@2.4.0-next.2) (2021-04-20) +- Document CommonMark option [#30669](https://github.com/gatsbyjs/gatsby/issues/30669) ([463047d](https://github.com/gatsbyjs/gatsby/commit/463047d5b0de4efd7d4446c031590ff5cb05b594)) -**Note:** Version bump only for package gatsby-plugin-mdx +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.3.0/packages/gatsby-plugin-mdx) (2021-04-14) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.4.0-next.0...gatsby-plugin-mdx@2.4.0-next.1) (2021-04-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -**Note:** Version bump only for package gatsby-plugin-mdx +#### Bug Fixes -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.3.0-next.2...gatsby-plugin-mdx@2.4.0-next.0) (2021-04-09) +- timeToRead returns NaN when word count is 0 [#30489](https://github.com/gatsbyjs/gatsby/issues/30489) ([75e234a](https://github.com/gatsbyjs/gatsby/commit/75e234ac9116e16fbd177d24f3b98d7c14409b4e)) -**Note:** Version bump only for package gatsby-plugin-mdx +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.2.0/packages/gatsby-plugin-mdx) (2021-03-30) -# [2.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.3.0-next.1...gatsby-plugin-mdx@2.3.0-next.2) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -**Note:** Version bump only for package gatsby-plugin-mdx +#### Bug Fixes -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.3.0-next.0...gatsby-plugin-mdx@2.3.0-next.1) (2021-03-30) +- timeToRead returns NaN when word count is 0 [#30489](https://github.com/gatsbyjs/gatsby/issues/30489) [#30563](https://github.com/gatsbyjs/gatsby/issues/30563) ([21804e3](https://github.com/gatsbyjs/gatsby/commit/21804e3987c7b82fc4e1a8d0599d357fe6dbf624)) -### Bug Fixes +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.1.0/packages/gatsby-plugin-mdx) (2021-03-16) -- **gatsby-plugin-mdx:** timeToRead returns NaN when word count is 0 ([#30489](https://github.com/gatsbyjs/gatsby/issues/30489)) ([75e234a](https://github.com/gatsbyjs/gatsby/commit/75e234ac9116e16fbd177d24f3b98d7c14409b4e)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.2.0-next.0...gatsby-plugin-mdx@2.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-mdx +- fix html field resolver to work with webpack@5 ([0a6c6eb](https://github.com/gatsbyjs/gatsby/commit/0a6c6eb40409ac92d30917e00f26a0bc4c9ca9e5)) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.1.0-next.2...gatsby-plugin-mdx@2.2.0-next.0) (2021-03-11) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **gatsby-plugin-mdx:** fix html field resolver to work with webpack@5 ([#30158](https://github.com/gatsbyjs/gatsby/issues/30158)) ([0a6c6eb](https://github.com/gatsbyjs/gatsby/commit/0a6c6eb40409ac92d30917e00f26a0bc4c9ca9e5)) +### [2.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.0.1/packages/gatsby-plugin-mdx) (2021-03-11) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.1.0-next.1...gatsby-plugin-mdx@2.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- fix html field resolver to work with webpack@5 ([b7d82da](https://github.com/gatsbyjs/gatsby/commit/b7d82da030d85b876ce7a10064bf4dfca1763879)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.0.0/packages/gatsby-plugin-mdx) (2021-03-02) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.1.0-next.0...gatsby-plugin-mdx@2.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-plugin-mdx +#### Bug Fixes -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-next.3...gatsby-plugin-mdx@2.1.0-next.0) (2021-02-26) +- fix relative imports fix [#29775](https://github.com/gatsbyjs/gatsby/issues/29775) ([e79fc6b](https://github.com/gatsbyjs/gatsby/commit/e79fc6b8b0da2bb5aaec8e0ff06073af9c466401)) -### Bug Fixes +#### Other Changes -- **gatsby-plugin-mdx:** fix relative imports ([#29775](https://github.com/gatsbyjs/gatsby/issues/29775)) ([e79fc6b](https://github.com/gatsbyjs/gatsby/commit/e79fc6b8b0da2bb5aaec8e0ff06073af9c466401)) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) +- todos part 2 [#29414](https://github.com/gatsbyjs/gatsby/issues/29414) ([ae12e63](https://github.com/gatsbyjs/gatsby/commit/ae12e6320c42279549dfe980863b7a29c3e7e4ce)) -# [2.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-next.2...gatsby-plugin-mdx@2.0.0-next.3) (2021-02-25) +### [1.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.10.1/packages/gatsby-plugin-mdx) (2021-02-24) **Note:** Version bump only for package gatsby-plugin-mdx -# [2.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-next.1...gatsby-plugin-mdx@2.0.0-next.2) (2021-02-22) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.10.0/packages/gatsby-plugin-mdx) (2021-02-02) -**Note:** Version bump only for package gatsby-plugin-mdx - -# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-next.0...gatsby-plugin-mdx@2.0.0-next.1) (2021-02-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-mdx -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.11.0-next.0...gatsby-plugin-mdx@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.9.0/packages/gatsby-plugin-mdx) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0-next.0...gatsby-plugin-mdx@1.11.0-next.0) (2021-01-28) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-mdx +- Add `root` to plugin validation [#29010](https://github.com/gatsbyjs/gatsby/issues/29010) ([3163ca6](https://github.com/gatsbyjs/gatsby/commit/3163ca67d44b79c727dd3e331fb56b21707877a5)) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.9.0-next.1...gatsby-plugin-mdx@1.10.0-next.0) (2021-01-18) +#### Performance Improvements -### Bug Fixes +- Stop clobbering the same file over and over again [#27974](https://github.com/gatsbyjs/gatsby/issues/27974) ([3d100e3](https://github.com/gatsbyjs/gatsby/commit/3d100e306e59048ab7e980056c38815b8c9076c1)) -- **gatsby-plugin-mdx:** Add `root` to plugin validation ([#29010](https://github.com/gatsbyjs/gatsby/issues/29010)) ([3163ca6](https://github.com/gatsbyjs/gatsby/commit/3163ca67d44b79c727dd3e331fb56b21707877a5)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.8.0/packages/gatsby-plugin-mdx) (2021-01-06) -# [1.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.9.0-next.0...gatsby-plugin-mdx@1.9.0-next.1) (2021-01-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -### Performance Improvements +#### Performance Improvements -- **gatsby-plugin-mdx:** Stop clobbering the same file over and over again ([#27974](https://github.com/gatsbyjs/gatsby/issues/27974)) ([3d100e3](https://github.com/gatsbyjs/gatsby/commit/3d100e306e59048ab7e980056c38815b8c9076c1)) +- Stop clobbering the same file over and over again [#27974](https://github.com/gatsbyjs/gatsby/issues/27974) [#28874](https://github.com/gatsbyjs/gatsby/issues/28874) ([3f854ba](https://github.com/gatsbyjs/gatsby/commit/3f854ba8702167ebf4d08f68d187a34ca513ba78)) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.8.0-next.2...gatsby-plugin-mdx@1.9.0-next.0) (2020-12-29) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.7.1/packages/gatsby-plugin-mdx) (2020-12-23) **Note:** Version bump only for package gatsby-plugin-mdx -# [1.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.8.0-next.1...gatsby-plugin-mdx@1.8.0-next.2) (2020-12-29) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.7.0/packages/gatsby-plugin-mdx) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) **Note:** Version bump only for package gatsby-plugin-mdx -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.8.0-next.0...gatsby-plugin-mdx@1.8.0-next.1) (2020-12-17) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.6.0/packages/gatsby-plugin-mdx) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-mdx -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.7.0-next.0...gatsby-plugin-mdx@1.8.0-next.0) (2020-12-10) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.5.0/packages/gatsby-plugin-mdx) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.6.0-next.0...gatsby-plugin-mdx@1.7.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-mdx +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- refactor lodash and debug use out [#27968](https://github.com/gatsbyjs/gatsby/issues/27968) ([3fda83b](https://github.com/gatsbyjs/gatsby/commit/3fda83bbb2f154aeacb17673f73375950ae96621)) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.5.0-next.1...gatsby-plugin-mdx@1.6.0-next.0) (2020-11-18) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-mdx +- add lessBabel option, 40% perf win [#27941](https://github.com/gatsbyjs/gatsby/issues/27941) ([3c4069f](https://github.com/gatsbyjs/gatsby/commit/3c4069ffd724a350f11dcbbd1ee164e875c3f17e)) -# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.5.0-next.0...gatsby-plugin-mdx@1.5.0-next.1) (2020-11-16) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.4.0/packages/gatsby-plugin-mdx) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-mdx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.4.0-next.0...gatsby-plugin-mdx@1.4.0-next.1) (2020-11-10) +#### Performance Improvements -### Performance Improvements +- lazily fetch file nodes for plugins [#27937](https://github.com/gatsbyjs/gatsby/issues/27937) ([e546e9a](https://github.com/gatsbyjs/gatsby/commit/e546e9a8c405aadafbfce332f51d79acf008fe13)) -- **gatsby-plugin-mdx:** lazily fetch file nodes for plugins ([#27937](https://github.com/gatsbyjs/gatsby/issues/27937)) ([e546e9a](https://github.com/gatsbyjs/gatsby/commit/e546e9a8c405aadafbfce332f51d79acf008fe13)) + # [1.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.53...gatsby-plugin-mdx@1.3.0) (2020-11-02) diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index f340d49cb0b2d..8b2aa1d14bfe4 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md @@ -1,195 +1,208 @@ -# Change Log +# Changelog: `gatsby-plugin-netlify-cms` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.3...gatsby-plugin-netlify-cms@5.13.0-next.0) (2021-08-12) +## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.12.0/packages/gatsby-plugin-netlify-cms) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.2...gatsby-plugin-netlify-cms@5.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- update dependency mini-css-extract-plugin to v1.6.2 [#32586](https://github.com/gatsbyjs/gatsby/issues/32586) ([6c6d4e5](https://github.com/gatsbyjs/gatsby/commit/6c6d4e501764614ad737c88ba5810b6fbbcbff68)) +- update minor and patch dependencies for gatsby-plugin-netlify-cms [#32600](https://github.com/gatsbyjs/gatsby/issues/32600) ([b7b67a9](https://github.com/gatsbyjs/gatsby/commit/b7b67a9cd21abcbc33cae4338da420dd6af02aa6)) -# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.1...gatsby-plugin-netlify-cms@5.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.0...gatsby-plugin-netlify-cms@5.12.0-next.1) (2021-08-05) +## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.11.0/packages/gatsby-plugin-netlify-cms) (2021-08-04) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -- **deps:** update dependency mini-css-extract-plugin to v1.6.2 ([#32586](https://github.com/gatsbyjs/gatsby/issues/32586)) ([6c6d4e5](https://github.com/gatsbyjs/gatsby/commit/6c6d4e501764614ad737c88ba5810b6fbbcbff68)) -- **deps:** update minor and patch dependencies for gatsby-plugin-netlify-cms ([#32600](https://github.com/gatsbyjs/gatsby/issues/32600)) ([b7b67a9](https://github.com/gatsbyjs/gatsby/commit/b7b67a9cd21abcbc33cae4338da420dd6af02aa6)) +**Note:** Version bump only for package gatsby-plugin-netlify-cms -# [5.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.11.0-next.0...gatsby-plugin-netlify-cms@5.12.0-next.0) (2021-07-29) +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.10.0/packages/gatsby-plugin-netlify-cms) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.10.0-next.1...gatsby-plugin-netlify-cms@5.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.10.0-next.0...gatsby-plugin-netlify-cms@5.10.0-next.1) (2021-07-08) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.9.0/packages/gatsby-plugin-netlify-cms) (2021-07-07) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.9.0-next.0...gatsby-plugin-netlify-cms@5.10.0-next.0) (2021-07-01) +#### Bug Fixes -### Bug Fixes +- exclude cms.css from index.html [#32106](https://github.com/gatsbyjs/gatsby/issues/32106) ([6ce7c62](https://github.com/gatsbyjs/gatsby/commit/6ce7c6292dc711501b612a56ecb2242b10739661)) -- **plugin-netlify-cms:** exclude cms.css from index.html ([#32106](https://github.com/gatsbyjs/gatsby/issues/32106)) ([6ce7c62](https://github.com/gatsbyjs/gatsby/commit/6ce7c6292dc711501b612a56ecb2242b10739661)) +#### Chores -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.8.0-next.1...gatsby-plugin-netlify-cms@5.9.0-next.0) (2021-06-18) +- Bump webpack version to match gatsby [#32175](https://github.com/gatsbyjs/gatsby/issues/32175) ([94957fa](https://github.com/gatsbyjs/gatsby/commit/94957faee297ba1cd6009045850f755feafde98f)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.8.0/packages/gatsby-plugin-netlify-cms) (2021-06-23) -# [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.8.0-next.0...gatsby-plugin-netlify-cms@5.8.0-next.1) (2021-06-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +#### Chores -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.7.0-next.2...gatsby-plugin-netlify-cms@5.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +### [5.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.7.1/packages/gatsby-plugin-netlify-cms) (2021-06-10) -# [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.7.0-next.1...gatsby-plugin-netlify-cms@5.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.7.0-next.0...gatsby-plugin-netlify-cms@5.7.0-next.1) (2021-05-31) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.7.0/packages/gatsby-plugin-netlify-cms) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.6.0-next.1...gatsby-plugin-netlify-cms@5.7.0-next.0) (2021-05-21) +#### Chores -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.6.0-next.0...gatsby-plugin-netlify-cms@5.6.0-next.1) (2021-05-18) +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.6.0/packages/gatsby-plugin-netlify-cms) (2021-05-25) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -- **gatsby-plugin-netlify-cms:** use friendly-errors-webpack-plugin package that satisfies webpack@5 peerDependency ([#31446](https://github.com/gatsbyjs/gatsby/issues/31446)) ([1a32958](https://github.com/gatsbyjs/gatsby/commit/1a32958e368ac63d2905bf27e1c2df6ac3aa8f43)) +#### Bug Fixes -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.5.0-next.2...gatsby-plugin-netlify-cms@5.6.0-next.0) (2021-05-06) +- use friendly-errors-webpack-plugin package that satisfies webpack@5 peerDependency [#31446](https://github.com/gatsbyjs/gatsby/issues/31446) ([1a32958](https://github.com/gatsbyjs/gatsby/commit/1a32958e368ac63d2905bf27e1c2df6ac3aa8f43)) -### Bug Fixes +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.5.0/packages/gatsby-plugin-netlify-cms) (2021-05-12) -- **deps:** update dependency mini-css-extract-plugin to v1.6.0 ([#31158](https://github.com/gatsbyjs/gatsby/issues/31158)) ([137630e](https://github.com/gatsbyjs/gatsby/commit/137630ec719ae67836755a44ddd8451ef25435ed)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [5.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.5.0-next.1...gatsby-plugin-netlify-cms@5.5.0-next.2) (2021-05-05) +#### Bug Fixes -### Bug Fixes +- update dependency mini-css-extract-plugin to v1.6.0 [#31158](https://github.com/gatsbyjs/gatsby/issues/31158) ([137630e](https://github.com/gatsbyjs/gatsby/commit/137630ec719ae67836755a44ddd8451ef25435ed)) +- Fix typo in semver Fix [#31177](https://github.com/gatsbyjs/gatsby/issues/31177) ([6a9b2a4](https://github.com/gatsbyjs/gatsby/commit/6a9b2a45d3c60d40d427c8d6517264fa6671bc80)) -- **gatsby-plugin-netlify-cms:** Fix typo in semver ([#31177](https://github.com/gatsbyjs/gatsby/issues/31177)) ([6a9b2a4](https://github.com/gatsbyjs/gatsby/commit/6a9b2a45d3c60d40d427c8d6517264fa6671bc80)) +#### Chores -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.5.0-next.0...gatsby-plugin-netlify-cms@5.5.0-next.1) (2021-04-29) +- Update `mini-css-extract-plugin` to 1.5.1 [#31110](https://github.com/gatsbyjs/gatsby/issues/31110) ([c0b6dd9](https://github.com/gatsbyjs/gatsby/commit/c0b6dd9aa57d7764af0472ddc88e8ebe760ed1a1)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.4.1/packages/gatsby-plugin-netlify-cms) (2021-05-05) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.4.0-next.1...gatsby-plugin-netlify-cms@5.5.0-next.0) (2021-04-23) +#### Chores -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- Update `mini-css-extract-plugin` to 1.5.1 [#31110](https://github.com/gatsbyjs/gatsby/issues/31110) [#31237](https://github.com/gatsbyjs/gatsby/issues/31237) ([1861243](https://github.com/gatsbyjs/gatsby/commit/1861243ff7602e53001e1f429b8fb9121b1c86d7)) -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.4.0-next.0...gatsby-plugin-netlify-cms@5.4.0-next.1) (2021-04-22) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.4.0/packages/gatsby-plugin-netlify-cms) (2021-04-28) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **deps:** update minor and patch for gatsby-plugin-netlify-cms ([#30526](https://github.com/gatsbyjs/gatsby/issues/30526)) ([55163ca](https://github.com/gatsbyjs/gatsby/commit/55163ca7cf4c4ad92c604f82bb4442dabb5bfc92)) +#### Bug Fixes -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.3.0-next.1...gatsby-plugin-netlify-cms@5.4.0-next.0) (2021-04-09) +- update minor and patch for gatsby-plugin-netlify-cms [#30526](https://github.com/gatsbyjs/gatsby/issues/30526) ([55163ca](https://github.com/gatsbyjs/gatsby/commit/55163ca7cf4c4ad92c604f82bb4442dabb5bfc92)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.3.0/packages/gatsby-plugin-netlify-cms) (2021-04-14) -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.3.0-next.0...gatsby-plugin-netlify-cms@5.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -### Bug Fixes +#### Bug Fixes + +- Don't use StaticQueryMapper [#30599](https://github.com/gatsbyjs/gatsby/issues/30599) Fixes [#29951](https://github.com/gatsbyjs/gatsby/issues/29951) ([66d548e](https://github.com/gatsbyjs/gatsby/commit/66d548ed34e18c7f20492600289709a158ac8046)) -- **gatsby-plugin-netlify-cms:** Don't use StaticQueryMapper ([#30599](https://github.com/gatsbyjs/gatsby/issues/30599)) ([66d548e](https://github.com/gatsbyjs/gatsby/commit/66d548ed34e18c7f20492600289709a158ac8046)), closes [#29951](https://github.com/gatsbyjs/gatsby/issues/29951) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.2.0/packages/gatsby-plugin-netlify-cms) (2021-03-30) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.2.0-next.0...gatsby-plugin-netlify-cms@5.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-netlify-cms -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.1.0-next.3...gatsby-plugin-netlify-cms@5.2.0-next.0) (2021-03-11) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.1.0/packages/gatsby-plugin-netlify-cms) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [5.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.1.0-next.2...gatsby-plugin-netlify-cms@5.1.0-next.3) (2021-03-10) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-netlify-cms +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) -# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.1.0-next.1...gatsby-plugin-netlify-cms@5.1.0-next.2) (2021-02-26) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@5.0.0/packages/gatsby-plugin-netlify-cms) (2021-03-02) -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.1.0-next.0...gatsby-plugin-netlify-cms@5.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +#### Features -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.0.0-next.2...gatsby-plugin-netlify-cms@5.1.0-next.0) (2021-02-26) +- fix compatibility for webpack5 fix [#29642](https://github.com/gatsbyjs/gatsby/issues/29642) ([7e03dc7](https://github.com/gatsbyjs/gatsby/commit/7e03dc75971e325987712d4f8c5c821db28812d8)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +#### Bug Fixes -# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.0.0-next.1...gatsby-plugin-netlify-cms@5.0.0-next.2) (2021-02-25) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) [#29809](https://github.com/gatsbyjs/gatsby/issues/29809) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809)) +- make minicss-extract-plugin compatible with plugins [#29599](https://github.com/gatsbyjs/gatsby/issues/29599) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) -### Features +#### Other Changes -- **gatsby-plugin-netlify-cms:** fix compatibility for webpack5 ([#29642](https://github.com/gatsbyjs/gatsby/issues/29642)) ([7e03dc7](https://github.com/gatsbyjs/gatsby/commit/7e03dc75971e325987712d4f8c5c821db28812d8)) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.0.0-next.0...gatsby-plugin-netlify-cms@5.0.0-next.1) (2021-02-19) +### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.10.1/packages/gatsby-plugin-netlify-cms) (2021-04-29) -### Bug Fixes +#### Bug Fixes -- make minicss-extract-plugin compatible with plugins ([#29599](https://github.com/gatsbyjs/gatsby/issues/29599)) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) +- align mini-css-extract-plugin version [#31093](https://github.com/gatsbyjs/gatsby/issues/31093) ([9095266](https://github.com/gatsbyjs/gatsby/commit/9095266f96c43c0f986ac28ce5eef931264065de)) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.11.0-next.0...gatsby-plugin-netlify-cms@5.0.0-next.0) (2021-02-05) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.10.0/packages/gatsby-plugin-netlify-cms) (2021-02-02) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.10.0-next.0...gatsby-plugin-netlify-cms@4.11.0-next.0) (2021-01-28) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-plugin-netlify-cms [#29181](https://github.com/gatsbyjs/gatsby/issues/29181) ([95dd82e](https://github.com/gatsbyjs/gatsby/commit/95dd82e5c152c232ffd3a55be6831bf1d6e92e57)) -- **deps:** update minor and patch for gatsby-plugin-netlify-cms ([#29181](https://github.com/gatsbyjs/gatsby/issues/29181)) ([95dd82e](https://github.com/gatsbyjs/gatsby/commit/95dd82e5c152c232ffd3a55be6831bf1d6e92e57)) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.9.0/packages/gatsby-plugin-netlify-cms) (2021-01-20) -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.9.0-next.1...gatsby-plugin-netlify-cms@4.10.0-next.0) (2021-01-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -### Bug Fixes +#### Bug Fixes -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- update minor and patch for gatsby-plugin-netlify-cms [#28714](https://github.com/gatsbyjs/gatsby/issues/28714) ([b2729dd](https://github.com/gatsbyjs/gatsby/commit/b2729dd49ee753afb0d8b604ac2290ba759dc053)) -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.9.0-next.0...gatsby-plugin-netlify-cms@4.9.0-next.1) (2021-01-12) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.8.0/packages/gatsby-plugin-netlify-cms) (2021-01-06) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -- **deps:** update minor and patch for gatsby-plugin-netlify-cms ([#28714](https://github.com/gatsbyjs/gatsby/issues/28714)) ([b2729dd](https://github.com/gatsbyjs/gatsby/commit/b2729dd49ee753afb0d8b604ac2290ba759dc053)) +#### Chores -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.8.0-next.1...gatsby-plugin-netlify-cms@4.9.0-next.0) (2020-12-29) +- update Slack link [#28529](https://github.com/gatsbyjs/gatsby/issues/28529) ([4cfc0bb](https://github.com/gatsbyjs/gatsby/commit/4cfc0bb98d7f97aeb4b648a1765387b9d5463974)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.7.0/packages/gatsby-plugin-netlify-cms) (2020-12-15) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.8.0-next.0...gatsby-plugin-netlify-cms@4.8.0-next.1) (2020-12-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +#### Chores -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.7.0-next.0...gatsby-plugin-netlify-cms@4.8.0-next.0) (2020-12-10) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.6.0/packages/gatsby-plugin-netlify-cms) (2020-12-02) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.6.0-next.0...gatsby-plugin-netlify-cms@4.7.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-netlify-cms -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.5.0-next.0...gatsby-plugin-netlify-cms@4.6.0-next.0) (2020-11-18) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.5.0/packages/gatsby-plugin-netlify-cms) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-netlify-cms +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.4.0-next.0...gatsby-plugin-netlify-cms@4.4.0-next.1) (2020-11-10) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify-cms@4.4.0/packages/gatsby-plugin-netlify-cms) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-netlify-cms + + ## [4.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.3.16...gatsby-plugin-netlify-cms@4.3.17) (2020-10-26) ### Bug Fixes diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index 44a8e590a7f55..bc93a15990045 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/CHANGELOG.md @@ -1,184 +1,191 @@ -# Change Log +# Changelog: `gatsby-plugin-netlify` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.13.0-next.0...gatsby-plugin-netlify@3.13.0-next.1) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.12.0/packages/gatsby-plugin-netlify) (2021-08-18) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **gatsby-core-utils:** Move page-data & HTML utils to package ([#32861](https://github.com/gatsbyjs/gatsby/issues/32861)) ([114e3d3](https://github.com/gatsbyjs/gatsby/commit/114e3d39695bd96b8c477a413f5927317a19b4cb)) +#### Bug Fixes -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.3...gatsby-plugin-netlify@3.13.0-next.0) (2021-08-12) +- update dependency webpack-assets-manifest to ^5.0.6 for gatsby-plugin-netlify [#32593](https://github.com/gatsbyjs/gatsby/issues/32593) ([fa0f286](https://github.com/gatsbyjs/gatsby/commit/fa0f2863a7dfd51c0323032e80aa9f1868d2e506)) -**Note:** Version bump only for package gatsby-plugin-netlify +#### Chores -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.2...gatsby-plugin-netlify@3.12.0-next.3) (2021-08-09) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-netlify +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.11.0/packages/gatsby-plugin-netlify) (2021-08-04) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.1...gatsby-plugin-netlify@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-netlify -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.0...gatsby-plugin-netlify@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.10.0/packages/gatsby-plugin-netlify) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency webpack-assets-manifest to ^5.0.6 for gatsby-plugin-netlify ([#32593](https://github.com/gatsbyjs/gatsby/issues/32593)) ([fa0f286](https://github.com/gatsbyjs/gatsby/commit/fa0f2863a7dfd51c0323032e80aa9f1868d2e506)) +#### Chores -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.11.0-next.0...gatsby-plugin-netlify@3.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-netlify +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.9.0/packages/gatsby-plugin-netlify) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.10.0-next.1...gatsby-plugin-netlify@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-netlify -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.10.0-next.0...gatsby-plugin-netlify@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.8.0/packages/gatsby-plugin-netlify) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-netlify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.9.0-next.1...gatsby-plugin-netlify@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-netlify +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.9.0-next.0...gatsby-plugin-netlify@3.9.0-next.1) (2021-06-28) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.7.1/packages/gatsby-plugin-netlify) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-netlify +#### Chores -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.8.0-next.1...gatsby-plugin-netlify@3.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-netlify +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.7.0/packages/gatsby-plugin-netlify) (2021-06-09) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.8.0-next.0...gatsby-plugin-netlify@3.8.0-next.1) (2021-06-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-netlify +#### Bug Fixes -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.7.0-next.2...gatsby-plugin-netlify@3.8.0-next.0) (2021-06-03) +- add componentChunkName to components list so don't need to loop over pages [#31547](https://github.com/gatsbyjs/gatsby/issues/31547) ([783b937](https://github.com/gatsbyjs/gatsby/commit/783b937c8f70478796bce37808bf8bf967bb4252)) -**Note:** Version bump only for package gatsby-plugin-netlify +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.7.0-next.1...gatsby-plugin-netlify@3.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-netlify +### [3.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.6.1/packages/gatsby-plugin-netlify) (2021-05-27) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.7.0-next.0...gatsby-plugin-netlify@3.7.0-next.1) (2021-05-31) +#### Bug Fixes -### Bug Fixes +- add componentChunkName to components list so don't need to loop over pages [#31547](https://github.com/gatsbyjs/gatsby/issues/31547) [#31606](https://github.com/gatsbyjs/gatsby/issues/31606) ([1f26765](https://github.com/gatsbyjs/gatsby/commit/1f2676513a22e3acf283e6b2ef0cf5797c17818b)) -- **gatsby:** add componentChunkName to components list so don't need to loop over pages ([#31547](https://github.com/gatsbyjs/gatsby/issues/31547)) ([783b937](https://github.com/gatsbyjs/gatsby/commit/783b937c8f70478796bce37808bf8bf967bb4252)) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.6.0/packages/gatsby-plugin-netlify) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.6.0-next.0...gatsby-plugin-netlify@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-netlify -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.5.0-next.0...gatsby-plugin-netlify@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.5.0/packages/gatsby-plugin-netlify) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-netlify -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.4.0-next.1...gatsby-plugin-netlify@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.4.0/packages/gatsby-plugin-netlify) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-netlify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.4.0-next.0...gatsby-plugin-netlify@3.4.0-next.1) (2021-04-22) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-plugin-netlify [#30680](https://github.com/gatsbyjs/gatsby/issues/30680) ([118105b](https://github.com/gatsbyjs/gatsby/commit/118105bbd9849b3ca263d0bd8cc37f93f78b658e)) -- **deps:** update minor and patch for gatsby-plugin-netlify ([#30680](https://github.com/gatsbyjs/gatsby/issues/30680)) ([118105b](https://github.com/gatsbyjs/gatsby/commit/118105bbd9849b3ca263d0bd8cc37f93f78b658e)) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.3.0/packages/gatsby-plugin-netlify) (2021-04-14) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.3.0-next.1...gatsby-plugin-netlify@3.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-netlify -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.3.0-next.0...gatsby-plugin-netlify@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.2.0/packages/gatsby-plugin-netlify) (2021-03-30) -**Note:** Version bump only for package gatsby-plugin-netlify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.2.0-next.1...gatsby-plugin-netlify@3.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-netlify +- upgrade webpack-assets-manifest for compatibility with webpack@5 [#30217](https://github.com/gatsbyjs/gatsby/issues/30217) ([ca44a9e](https://github.com/gatsbyjs/gatsby/commit/ca44a9eb04878919ee52874a5e879a1a29ee0463)) -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.2.0-next.0...gatsby-plugin-netlify@3.2.0-next.1) (2021-03-19) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.1.0/packages/gatsby-plugin-netlify) (2021-03-16) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -- **gatsby-plugin-netlify:** upgrade webpack-assets-manifest for compatibility with webpack@5 ([#30217](https://github.com/gatsbyjs/gatsby/issues/30217)) ([ca44a9e](https://github.com/gatsbyjs/gatsby/commit/ca44a9eb04878919ee52874a5e879a1a29ee0463)) +#### Bug Fixes -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.1.0-next.2...gatsby-plugin-netlify@3.2.0-next.0) (2021-03-11) +- Add an allow list for redirect options [#30155](https://github.com/gatsbyjs/gatsby/issues/30155) ([962c4a1](https://github.com/gatsbyjs/gatsby/commit/962c4a1d3d8a5c952ec88957bdc20352bbeb151c)) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -### Bug Fixes +#### Chores -- **gatsby-plugin-netlify:** Add an allow list for redirect options ([#30155](https://github.com/gatsbyjs/gatsby/issues/30155)) ([962c4a1](https://github.com/gatsbyjs/gatsby/commit/962c4a1d3d8a5c952ec88957bdc20352bbeb151c)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.1.0-next.1...gatsby-plugin-netlify@3.1.0-next.2) (2021-03-10) +### [3.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.0.1/packages/gatsby-plugin-netlify) (2021-03-16) -### Bug Fixes +#### Bug Fixes -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- Add an allow list for redirect options [#30155](https://github.com/gatsbyjs/gatsby/issues/30155) [#30261](https://github.com/gatsbyjs/gatsby/issues/30261) ([a258996](https://github.com/gatsbyjs/gatsby/commit/a258996976914696396d9f15136de9462ea1d376)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.1.0-next.0...gatsby-plugin-netlify@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@3.0.0/packages/gatsby-plugin-netlify) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-netlify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.0.0-next.3...gatsby-plugin-netlify@3.1.0-next.0) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-netlify +- Update readme [#29168](https://github.com/gatsbyjs/gatsby/issues/29168) Fixes [#28693](https://github.com/gatsbyjs/gatsby/issues/28693) ([f82678f](https://github.com/gatsbyjs/gatsby/commit/f82678f1b9f4c07306a5742269839d79aefd4e89)) +- todos part 2 [#29414](https://github.com/gatsbyjs/gatsby/issues/29414) ([ae12e63](https://github.com/gatsbyjs/gatsby/commit/ae12e6320c42279549dfe980863b7a29c3e7e4ce)) -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.0.0-next.2...gatsby-plugin-netlify@3.0.0-next.3) (2021-02-25) +### [2.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.11.1/packages/gatsby-plugin-netlify) (2021-03-18) -**Note:** Version bump only for package gatsby-plugin-netlify +#### Bug Fixes -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.0.0-next.1...gatsby-plugin-netlify@3.0.0-next.2) (2021-02-15) +- Add an allow list for redirect options [#30155](https://github.com/gatsbyjs/gatsby/issues/30155) [#30215](https://github.com/gatsbyjs/gatsby/issues/30215) ([ebbb41b](https://github.com/gatsbyjs/gatsby/commit/ebbb41b56300dc0cfde15ee5d7cec4dd4b4091f8)) -**Note:** Version bump only for package gatsby-plugin-netlify +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.11.0/packages/gatsby-plugin-netlify) (2021-02-02) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.0.0-next.0...gatsby-plugin-netlify@3.0.0-next.1) (2021-02-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-netlify -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.12.0-next.0...gatsby-plugin-netlify@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.10.0/packages/gatsby-plugin-netlify) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-netlify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.11.0-next.0...gatsby-plugin-netlify@2.12.0-next.0) (2021-01-28) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-netlify +- fix typo fix [#28907](https://github.com/gatsbyjs/gatsby/issues/28907) ([0e20f01](https://github.com/gatsbyjs/gatsby/commit/0e20f012be72f13f20b782b5f0b8939244b7cd7a)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.10.0-next.1...gatsby-plugin-netlify@2.11.0-next.0) (2021-01-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.9.0/packages/gatsby-plugin-netlify) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-netlify -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.10.0-next.0...gatsby-plugin-netlify@2.10.0-next.1) (2021-01-12) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.8.0/packages/gatsby-plugin-netlify) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-plugin-netlify:** fix typo ([#28907](https://github.com/gatsbyjs/gatsby/issues/28907)) ([0e20f01](https://github.com/gatsbyjs/gatsby/commit/0e20f012be72f13f20b782b5f0b8939244b7cd7a)) +#### Chores -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.9.0-next.1...gatsby-plugin-netlify@2.10.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-netlify +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.7.0/packages/gatsby-plugin-netlify) (2020-12-02) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.9.0-next.0...gatsby-plugin-netlify@2.9.0-next.1) (2020-12-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-netlify -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.8.0-next.0...gatsby-plugin-netlify@2.9.0-next.0) (2020-12-10) - -**Note:** Version bump only for package gatsby-plugin-netlify +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.6.0/packages/gatsby-plugin-netlify) (2020-11-20) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.7.0-next.0...gatsby-plugin-netlify@2.8.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-plugin-netlify +#### Chores -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.6.0-next.0...gatsby-plugin-netlify@2.7.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-plugin-netlify +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-netlify@2.5.0/packages/gatsby-plugin-netlify) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.5.0-next.0...gatsby-plugin-netlify@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-netlify + + # [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.3.25...gatsby-plugin-netlify@2.4.0) (2020-11-02) ### Features diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index bb3b1af3483d7..43cb60a647150 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md @@ -1,92 +1,130 @@ -# Change Log +# Changelog: `gatsby-plugin-no-sourcemaps` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.12.0-next.0...gatsby-plugin-no-sourcemaps@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.12.0/packages/gatsby-plugin-no-sourcemaps) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-no-sourcemaps - -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.11.0-next.0...gatsby-plugin-no-sourcemaps@3.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.10.0-next.0...gatsby-plugin-no-sourcemaps@3.11.0-next.0) (2021-07-15) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.11.0/packages/gatsby-plugin-no-sourcemaps) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.9.0-next.0...gatsby-plugin-no-sourcemaps@3.10.0-next.0) (2021-07-01) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.10.0/packages/gatsby-plugin-no-sourcemaps) (2021-07-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.8.0-next.0...gatsby-plugin-no-sourcemaps@3.9.0-next.0) (2021-06-18) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.9.0/packages/gatsby-plugin-no-sourcemaps) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.7.0-next.0...gatsby-plugin-no-sourcemaps@3.8.0-next.0) (2021-06-03) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.8.0/packages/gatsby-plugin-no-sourcemaps) (2021-06-23) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.6.0-next.0...gatsby-plugin-no-sourcemaps@3.7.0-next.0) (2021-05-21) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.7.0/packages/gatsby-plugin-no-sourcemaps) (2021-06-09) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.5.0-next.0...gatsby-plugin-no-sourcemaps@3.6.0-next.0) (2021-05-06) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.6.0/packages/gatsby-plugin-no-sourcemaps) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.4.0-next.0...gatsby-plugin-no-sourcemaps@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.5.0/packages/gatsby-plugin-no-sourcemaps) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.3.0-next.0...gatsby-plugin-no-sourcemaps@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.4.0/packages/gatsby-plugin-no-sourcemaps) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.2.0-next.0...gatsby-plugin-no-sourcemaps@3.3.0-next.0) (2021-03-25) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.3.0/packages/gatsby-plugin-no-sourcemaps) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.1.0-next.1...gatsby-plugin-no-sourcemaps@3.2.0-next.0) (2021-03-11) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.2.0/packages/gatsby-plugin-no-sourcemaps) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.1.0-next.0...gatsby-plugin-no-sourcemaps@3.1.0-next.1) (2021-02-26) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.1.0/packages/gatsby-plugin-no-sourcemaps) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.0.0-next.0...gatsby-plugin-no-sourcemaps@3.1.0-next.0) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@3.0.0/packages/gatsby-plugin-no-sourcemaps) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.10.0-next.0...gatsby-plugin-no-sourcemaps@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.9.0/packages/gatsby-plugin-no-sourcemaps) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.9.0-next.0...gatsby-plugin-no-sourcemaps@2.10.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.8.0/packages/gatsby-plugin-no-sourcemaps) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.8.0-next.0...gatsby-plugin-no-sourcemaps@2.9.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.7.0/packages/gatsby-plugin-no-sourcemaps) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.7.0-next.0...gatsby-plugin-no-sourcemaps@2.8.0-next.0) (2020-12-29) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.6.0/packages/gatsby-plugin-no-sourcemaps) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.6.0-next.0...gatsby-plugin-no-sourcemaps@2.7.0-next.0) (2020-12-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.5.0/packages/gatsby-plugin-no-sourcemaps) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.5.0-next.0...gatsby-plugin-no-sourcemaps@2.6.0-next.0) (2020-11-26) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.4.0/packages/gatsby-plugin-no-sourcemaps) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.4.0-next.0...gatsby-plugin-no-sourcemaps@2.5.0-next.0) (2020-11-18) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-no-sourcemaps@2.3.0/packages/gatsby-plugin-no-sourcemaps) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps + + ## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.2.0...gatsby-plugin-no-sourcemaps@2.2.1) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 1ce83d4a68f1e..08dec76a7fe46 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-nprogress` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.3...gatsby-plugin-nprogress@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.12.0/packages/gatsby-plugin-nprogress) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-nprogress - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.2...gatsby-plugin-nprogress@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-nprogress +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.1...gatsby-plugin-nprogress@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-nprogress +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.11.0/packages/gatsby-plugin-nprogress) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.0...gatsby-plugin-nprogress@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.11.0-next.0...gatsby-plugin-nprogress@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.10.0/packages/gatsby-plugin-nprogress) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-nprogress - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.10.0-next.1...gatsby-plugin-nprogress@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-nprogress +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.10.0-next.0...gatsby-plugin-nprogress@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-nprogress +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.9.0/packages/gatsby-plugin-nprogress) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.9.0-next.0...gatsby-plugin-nprogress@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.8.0-next.1...gatsby-plugin-nprogress@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.8.0/packages/gatsby-plugin-nprogress) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-nprogress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.8.0-next.0...gatsby-plugin-nprogress@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-nprogress +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.7.0-next.2...gatsby-plugin-nprogress@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.7.1/packages/gatsby-plugin-nprogress) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-nprogress +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.7.0-next.1...gatsby-plugin-nprogress@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-nprogress +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.7.0/packages/gatsby-plugin-nprogress) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.7.0-next.0...gatsby-plugin-nprogress@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-nprogress +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.6.0-next.0...gatsby-plugin-nprogress@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-nprogress +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.6.0/packages/gatsby-plugin-nprogress) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.5.0-next.0...gatsby-plugin-nprogress@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.4.0-next.0...gatsby-plugin-nprogress@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.5.0/packages/gatsby-plugin-nprogress) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.3.0-next.1...gatsby-plugin-nprogress@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.4.0/packages/gatsby-plugin-nprogress) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.3.0-next.0...gatsby-plugin-nprogress@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.3.0/packages/gatsby-plugin-nprogress) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.2.0-next.0...gatsby-plugin-nprogress@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.2.0/packages/gatsby-plugin-nprogress) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.1.0-next.1...gatsby-plugin-nprogress@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.1.0/packages/gatsby-plugin-nprogress) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.1.0-next.0...gatsby-plugin-nprogress@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@3.0.0/packages/gatsby-plugin-nprogress) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.0.0-next.0...gatsby-plugin-nprogress@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.10.0/packages/gatsby-plugin-nprogress) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-nprogress -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.11.0-next.0...gatsby-plugin-nprogress@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.9.0/packages/gatsby-plugin-nprogress) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-nprogress -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.10.0-next.0...gatsby-plugin-nprogress@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.8.0/packages/gatsby-plugin-nprogress) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-nprogress -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.9.0-next.0...gatsby-plugin-nprogress@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.7.0/packages/gatsby-plugin-nprogress) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-nprogress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.8.0-next.0...gatsby-plugin-nprogress@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-nprogress +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.7.0-next.0...gatsby-plugin-nprogress@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.6.0/packages/gatsby-plugin-nprogress) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-nprogress -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.6.0-next.0...gatsby-plugin-nprogress@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.5.0/packages/gatsby-plugin-nprogress) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-nprogress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.5.0-next.0...gatsby-plugin-nprogress@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-nprogress +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-nprogress@2.4.0/packages/gatsby-plugin-nprogress) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.4.0-next.0...gatsby-plugin-nprogress@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-nprogress + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.3.12...gatsby-plugin-nprogress@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-nprogress diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index d935cb3cba436..d58fb5e6904f3 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -1,193 +1,192 @@ -# Change Log +# Changelog: `gatsby-plugin-offline` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.13.0-next.0...gatsby-plugin-offline@4.13.0-next.1) (2021-08-25) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.12.0/packages/gatsby-plugin-offline) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.3...gatsby-plugin-offline@4.13.0-next.0) (2021-08-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-offline +- update dependency glob to ^7.1.7 for gatsby-plugin-offline [#32601](https://github.com/gatsbyjs/gatsby/issues/32601) ([7ebe7cc](https://github.com/gatsbyjs/gatsby/commit/7ebe7cc9c755a26ea32e2803788c32d63d3ca751)) -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.2...gatsby-plugin-offline@4.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-offline +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.1...gatsby-plugin-offline@4.12.0-next.2) (2021-08-05) +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.11.0/packages/gatsby-plugin-offline) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-offline -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.0...gatsby-plugin-offline@4.12.0-next.1) (2021-08-05) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.10.0/packages/gatsby-plugin-offline) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency glob to ^7.1.7 for gatsby-plugin-offline ([#32601](https://github.com/gatsbyjs/gatsby/issues/32601)) ([7ebe7cc](https://github.com/gatsbyjs/gatsby/commit/7ebe7cc9c755a26ea32e2803788c32d63d3ca751)) +#### Chores -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.11.0-next.0...gatsby-plugin-offline@4.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-offline +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.9.0/packages/gatsby-plugin-offline) (2021-07-07) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.10.0-next.1...gatsby-plugin-offline@4.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-offline -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.10.0-next.0...gatsby-plugin-offline@4.10.0-next.1) (2021-07-08) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.8.0/packages/gatsby-plugin-offline) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.9.0-next.1...gatsby-plugin-offline@4.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-offline +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.9.0-next.0...gatsby-plugin-offline@4.9.0-next.1) (2021-06-28) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.7.1/packages/gatsby-plugin-offline) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-offline +#### Chores -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.8.0-next.1...gatsby-plugin-offline@4.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-offline +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.7.0/packages/gatsby-plugin-offline) (2021-06-09) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.8.0-next.0...gatsby-plugin-offline@4.8.0-next.1) (2021-06-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-offline +#### Chores -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.7.0-next.2...gatsby-plugin-offline@4.8.0-next.0) (2021-06-03) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-offline - -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.7.0-next.1...gatsby-plugin-offline@4.7.0-next.2) (2021-06-02) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.6.0/packages/gatsby-plugin-offline) (2021-05-25) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.7.0-next.0...gatsby-plugin-offline@4.7.0-next.1) (2021-05-31) - -**Note:** Version bump only for package gatsby-plugin-offline +#### Bug Fixes -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.6.0-next.1...gatsby-plugin-offline@4.7.0-next.0) (2021-05-21) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -**Note:** Version bump only for package gatsby-plugin-offline +### [4.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.5.1/packages/gatsby-plugin-offline) (2021-05-19) -# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.6.0-next.0...gatsby-plugin-offline@4.6.0-next.1) (2021-05-12) +#### Bug Fixes -### Bug Fixes +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.5.0/packages/gatsby-plugin-offline) (2021-05-12) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.5.0-next.0...gatsby-plugin-offline@4.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-offline -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.4.0-next.3...gatsby-plugin-offline@4.5.0-next.0) (2021-04-23) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.4.0/packages/gatsby-plugin-offline) (2021-04-28) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **gatsby,gatsby-plugin-offline:** register offline plugin when not on preview ([#30984](https://github.com/gatsbyjs/gatsby/issues/30984)) ([17f028d](https://github.com/gatsbyjs/gatsby/commit/17f028d7085e1e4dc7bd361134bf0230b2cb7d95)) +#### Bug Fixes -# [4.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.4.0-next.2...gatsby-plugin-offline@4.4.0-next.3) (2021-04-20) +- register offline plugin when not on preview [#30984](https://github.com/gatsbyjs/gatsby/issues/30984) ([17f028d](https://github.com/gatsbyjs/gatsby/commit/17f028d7085e1e4dc7bd361134bf0230b2cb7d95)) -**Note:** Version bump only for package gatsby-plugin-offline +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.3.0/packages/gatsby-plugin-offline) (2021-04-14) -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.4.0-next.1...gatsby-plugin-offline@4.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-offline -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.4.0-next.0...gatsby-plugin-offline@4.4.0-next.1) (2021-04-16) - -**Note:** Version bump only for package gatsby-plugin-offline +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.2.0/packages/gatsby-plugin-offline) (2021-03-30) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.3.0-next.1...gatsby-plugin-offline@4.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-offline -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.3.0-next.0...gatsby-plugin-offline@4.3.0-next.1) (2021-04-07) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.1.0/packages/gatsby-plugin-offline) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.2.0-next.0...gatsby-plugin-offline@4.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-offline +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.1.0-next.2...gatsby-plugin-offline@4.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-plugin-offline +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.1.0-next.1...gatsby-plugin-offline@4.1.0-next.2) (2021-03-10) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@4.0.0/packages/gatsby-plugin-offline) (2021-03-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Bug Fixes -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.1.0-next.0...gatsby-plugin-offline@4.1.0-next.1) (2021-02-26) +- Cache avif images [#29394](https://github.com/gatsbyjs/gatsby/issues/29394) ([0a42d07](https://github.com/gatsbyjs/gatsby/commit/0a42d07b55644835ded4de2f8a6952a9f3f81602)) -**Note:** Version bump only for package gatsby-plugin-offline +#### Other Changes -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.0.0-next.3...gatsby-plugin-offline@4.1.0-next.0) (2021-02-26) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -**Note:** Version bump only for package gatsby-plugin-offline - -# [4.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.0.0-next.2...gatsby-plugin-offline@4.0.0-next.3) (2021-02-25) +### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.10.2/packages/gatsby-plugin-offline) (2021-02-24) **Note:** Version bump only for package gatsby-plugin-offline -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.0.0-next.1...gatsby-plugin-offline@4.0.0-next.2) (2021-02-22) +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.10.1/packages/gatsby-plugin-offline) (2021-02-18) -**Note:** Version bump only for package gatsby-plugin-offline +#### Bug Fixes -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.0.0-next.0...gatsby-plugin-offline@4.0.0-next.1) (2021-02-11) - -### Bug Fixes +- Cache avif images [#29394](https://github.com/gatsbyjs/gatsby/issues/29394) [#29429](https://github.com/gatsbyjs/gatsby/issues/29429) ([72c4a5a](https://github.com/gatsbyjs/gatsby/commit/72c4a5aa617058439902d56634c6cbcb75cc98bb)) -- **gatsby-plugin-offline:** Cache avif images ([#29394](https://github.com/gatsbyjs/gatsby/issues/29394)) ([0a42d07](https://github.com/gatsbyjs/gatsby/commit/0a42d07b55644835ded4de2f8a6952a9f3f81602)) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.10.0/packages/gatsby-plugin-offline) (2021-02-02) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.11.0-next.0...gatsby-plugin-offline@4.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-offline -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.0-next.0...gatsby-plugin-offline@3.11.0-next.0) (2021-01-28) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.9.0/packages/gatsby-plugin-offline) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.9.0-next.1...gatsby-plugin-offline@3.10.0-next.0) (2021-01-18) +#### Bug Fixes -### Bug Fixes +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.8.0/packages/gatsby-plugin-offline) (2021-01-06) -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.9.0-next.0...gatsby-plugin-offline@3.9.0-next.1) (2021-01-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-offline -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.8.0-next.2...gatsby-plugin-offline@3.9.0-next.0) (2020-12-29) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.7.1/packages/gatsby-plugin-offline) (2020-12-23) **Note:** Version bump only for package gatsby-plugin-offline -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.8.0-next.1...gatsby-plugin-offline@3.8.0-next.2) (2020-12-29) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.7.0/packages/gatsby-plugin-offline) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.8.0-next.0...gatsby-plugin-offline@3.8.0-next.1) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-plugin-offline +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.6.0/packages/gatsby-plugin-offline) (2020-12-02) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.7.0-next.0...gatsby-plugin-offline@3.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-offline -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.6.0-next.0...gatsby-plugin-offline@3.7.0-next.0) (2020-11-26) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.5.0/packages/gatsby-plugin-offline) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-offline +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.5.0-next.0...gatsby-plugin-offline@3.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-offline +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.4.0-next.0...gatsby-plugin-offline@3.4.0-next.1) (2020-11-10) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.4.0/packages/gatsby-plugin-offline) (2020-11-12) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Bug Fixes + +- add workboxConfig.maximumFileSizeToCacheInBytes to options schema [#27913](https://github.com/gatsbyjs/gatsby/issues/27913) ([e4fd0ad](https://github.com/gatsbyjs/gatsby/commit/e4fd0ad8cda56996f42e0a2b9fd6b580823289c9)) -- **gatsby-plugin-offline:** add workboxConfig.maximumFileSizeToCacheInBytes to options schema ([#27913](https://github.com/gatsbyjs/gatsby/issues/27913)) ([e4fd0ad](https://github.com/gatsbyjs/gatsby/commit/e4fd0ad8cda56996f42e0a2b9fd6b580823289c9)) + ## [3.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.3.0...gatsby-plugin-offline@3.3.1) (2020-11-03) diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index a4dc994f95905..c0101fb31e744 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/CHANGELOG.md @@ -1,213 +1,216 @@ -# Change Log +# Changelog: `gatsby-plugin-page-creator` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.13.0-next.0...gatsby-plugin-page-creator@3.13.0-next.1) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.12.0/packages/gatsby-plugin-page-creator) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-page-creator +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.3...gatsby-plugin-page-creator@3.13.0-next.0) (2021-08-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-page-creator +- update dependency globby to ^11.0.4 for gatsby-plugin-page-creator [#32602](https://github.com/gatsbyjs/gatsby/issues/32602) ([c8483c4](https://github.com/gatsbyjs/gatsby/commit/c8483c43a88761bbc96f4d5aac697bbd0278c0f1)) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.2...gatsby-plugin-page-creator@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-page-creator +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.1...gatsby-plugin-page-creator@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.11.0/packages/gatsby-plugin-page-creator) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.0...gatsby-plugin-page-creator@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.10.0/packages/gatsby-plugin-page-creator) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency globby to ^11.0.4 for gatsby-plugin-page-creator ([#32602](https://github.com/gatsbyjs/gatsby/issues/32602)) ([c8483c4](https://github.com/gatsbyjs/gatsby/commit/c8483c43a88761bbc96f4d5aac697bbd0278c0f1)) +#### Chores -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.11.0-next.0...gatsby-plugin-page-creator@3.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.9.0/packages/gatsby-plugin-page-creator) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.10.0-next.1...gatsby-plugin-page-creator@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.10.0-next.0...gatsby-plugin-page-creator@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.8.0/packages/gatsby-plugin-page-creator) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-page-creator +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.9.0-next.1...gatsby-plugin-page-creator@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-page-creator +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.9.0-next.0...gatsby-plugin-page-creator@3.9.0-next.1) (2021-06-28) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.7.1/packages/gatsby-plugin-page-creator) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-page-creator +#### Chores -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.8.0-next.1...gatsby-plugin-page-creator@3.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.7.0/packages/gatsby-plugin-page-creator) (2021-06-09) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.8.0-next.0...gatsby-plugin-page-creator@3.8.0-next.1) (2021-06-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-page-creator +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.7.0-next.2...gatsby-plugin-page-creator@3.8.0-next.0) (2021-06-03) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.6.0/packages/gatsby-plugin-page-creator) (2021-05-25) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.7.0-next.1...gatsby-plugin-page-creator@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -**Note:** Version bump only for package gatsby-plugin-page-creator +#### Bug Fixes -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.7.0-next.0...gatsby-plugin-page-creator@3.7.0-next.1) (2021-05-31) +- support index routes when using the File System Route API [#31339](https://github.com/gatsbyjs/gatsby/issues/31339) ([6ad990c](https://github.com/gatsbyjs/gatsby/commit/6ad990c11479b263b585cf9681e591818e021feb)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.5.0/packages/gatsby-plugin-page-creator) (2021-05-12) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.6.0-next.1...gatsby-plugin-page-creator@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.6.0-next.0...gatsby-plugin-page-creator@3.6.0-next.1) (2021-05-12) - -### Bug Fixes - -- **gatsby-plugin-page-creator:** support index routes when using the File System Route API ([#31339](https://github.com/gatsbyjs/gatsby/issues/31339)) ([6ad990c](https://github.com/gatsbyjs/gatsby/commit/6ad990c11479b263b585cf9681e591818e021feb)) - -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.5.0-next.1...gatsby-plugin-page-creator@3.6.0-next.0) (2021-05-06) +### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.4.1/packages/gatsby-plugin-page-creator) (2021-05-05) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.5.0-next.0...gatsby-plugin-page-creator@3.5.0-next.1) (2021-05-05) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.4.0/packages/gatsby-plugin-page-creator) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-page-creator +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.4.0-next.3...gatsby-plugin-page-creator@3.5.0-next.0) (2021-04-23) +#### Features -### Bug Fixes +- add support for dynamic routes for API functions [#30904](https://github.com/gatsbyjs/gatsby/issues/30904) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) -- **deps:** update minor and patch for gatsby-plugin-page-creator ([#30824](https://github.com/gatsbyjs/gatsby/issues/30824)) ([4f2b721](https://github.com/gatsbyjs/gatsby/commit/4f2b72122017485906c9935354d3572ecff3e0f2)) +#### Bug Fixes -### Performance Improvements +- update minor and patch for gatsby-plugin-page-creator [#30824](https://github.com/gatsbyjs/gatsby/issues/30824) ([4f2b721](https://github.com/gatsbyjs/gatsby/commit/4f2b72122017485906c9935354d3572ecff3e0f2)) -- **gatsby-plugin-page-creator:** De-dupe collection pages ([#31016](https://github.com/gatsbyjs/gatsby/issues/31016)) ([e56f544](https://github.com/gatsbyjs/gatsby/commit/e56f544d367ed82dc2044705f6d0e03369f5ae27)) +#### Performance Improvements -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.4.0-next.2...gatsby-plugin-page-creator@3.4.0-next.3) (2021-04-20) +- De-dupe collection pages [#31016](https://github.com/gatsbyjs/gatsby/issues/31016) ([e56f544](https://github.com/gatsbyjs/gatsby/commit/e56f544d367ed82dc2044705f6d0e03369f5ae27)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.3.0/packages/gatsby-plugin-page-creator) (2021-04-14) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.4.0-next.1...gatsby-plugin-page-creator@3.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -### Features +**Note:** Version bump only for package gatsby-plugin-page-creator -- **gatsby:** add support for dynamic routes for API functions ([#30904](https://github.com/gatsbyjs/gatsby/issues/30904)) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.2.0/packages/gatsby-plugin-page-creator) (2021-03-30) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.4.0-next.0...gatsby-plugin-page-creator@3.4.0-next.1) (2021-04-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.3.0-next.1...gatsby-plugin-page-creator@3.4.0-next.0) (2021-04-09) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.1.0/packages/gatsby-plugin-page-creator) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-page-creator +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.3.0-next.0...gatsby-plugin-page-creator@3.3.0-next.1) (2021-04-07) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-page-creator +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.2.0-next.0...gatsby-plugin-page-creator@3.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-plugin-page-creator +- Fix our internal eslint config for monorepo Fix [#29795](https://github.com/gatsbyjs/gatsby/issues/29795) ([0b4664e](https://github.com/gatsbyjs/gatsby/commit/0b4664e52c22902f9fb85b208a63da388ddd0470)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.1.0-next.2...gatsby-plugin-page-creator@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@3.0.0/packages/gatsby-plugin-page-creator) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-page-creator +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.1.0-next.1...gatsby-plugin-page-creator@3.1.0-next.2) (2021-03-10) +#### Features -### Bug Fixes +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) + +#### Chores -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.1.0-next.0...gatsby-plugin-page-creator@3.1.0-next.1) (2021-02-26) +### [2.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.10.2/packages/gatsby-plugin-page-creator) (2021-05-04) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.0.0-next.2...gatsby-plugin-page-creator@3.1.0-next.0) (2021-02-26) +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.10.1/packages/gatsby-plugin-page-creator) (2021-02-24) **Note:** Version bump only for package gatsby-plugin-page-creator -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.0.0-next.1...gatsby-plugin-page-creator@3.0.0-next.2) (2021-02-25) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.10.0/packages/gatsby-plugin-page-creator) (2021-02-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +#### Bug Fixes -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.0.0-next.0...gatsby-plugin-page-creator@3.0.0-next.1) (2021-02-22) +- update minor and patch for gatsby-plugin-page-creator [#28715](https://github.com/gatsbyjs/gatsby/issues/28715) ([dcdc68e](https://github.com/gatsbyjs/gatsby/commit/dcdc68e5ef8e14c7ea1726bb59d8d9d383f58be3)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.9.0/packages/gatsby-plugin-page-creator) (2021-01-20) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.11.0-next.0...gatsby-plugin-page-creator@3.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -**Note:** Version bump only for package gatsby-plugin-page-creator +#### Chores -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0-next.1...gatsby-plugin-page-creator@2.11.0-next.0) (2021-01-28) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -### Bug Fixes +### [2.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.8.1/packages/gatsby-plugin-page-creator) (2021-01-13) -- **deps:** update minor and patch for gatsby-plugin-page-creator ([#28715](https://github.com/gatsbyjs/gatsby/issues/28715)) ([dcdc68e](https://github.com/gatsbyjs/gatsby/commit/dcdc68e5ef8e14c7ea1726bb59d8d9d383f58be3)) +**Note:** Version bump only for package gatsby-plugin-page-creator -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0-next.0...gatsby-plugin-page-creator@2.10.0-next.1) (2021-01-26) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.8.0/packages/gatsby-plugin-page-creator) (2021-01-06) -**Note:** Version bump only for package gatsby-plugin-page-creator +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.9.0-next.1...gatsby-plugin-page-creator@2.10.0-next.0) (2021-01-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-page-creator +- add missing telemetry dependency [#28652](https://github.com/gatsbyjs/gatsby/issues/28652) ([a13827f](https://github.com/gatsbyjs/gatsby/commit/a13827f1bea8282fa3ba85f73b4cdc910338b066)) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.9.0-next.0...gatsby-plugin-page-creator@2.9.0-next.1) (2021-01-12) +### [2.7.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.7.2/packages/gatsby-plugin-page-creator) (2020-12-23) **Note:** Version bump only for package gatsby-plugin-page-creator -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.8.0-next.2...gatsby-plugin-page-creator@2.9.0-next.0) (2020-12-29) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.7.1/packages/gatsby-plugin-page-creator) (2020-12-16) -**Note:** Version bump only for package gatsby-plugin-page-creator +#### Bug Fixes -# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.8.0-next.1...gatsby-plugin-page-creator@2.8.0-next.2) (2020-12-29) +- add missing telemetry dependency [#28652](https://github.com/gatsbyjs/gatsby/issues/28652) [#28658](https://github.com/gatsbyjs/gatsby/issues/28658) ([e43675e](https://github.com/gatsbyjs/gatsby/commit/e43675e8413fb765ef46f65fe8a2e71f1524d6d5)) -**Note:** Version bump only for package gatsby-plugin-page-creator +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.7.0/packages/gatsby-plugin-page-creator) (2020-12-15) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.8.0-next.0...gatsby-plugin-page-creator@2.8.0-next.1) (2020-12-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -### Bug Fixes +#### Features -- **gatsby-plugin-page-creator:** add missing telemetry dependency ([#28652](https://github.com/gatsbyjs/gatsby/issues/28652)) ([a13827f](https://github.com/gatsbyjs/gatsby/commit/a13827f1bea8282fa3ba85f73b4cdc910338b066)) +- Add slugify option [#28485](https://github.com/gatsbyjs/gatsby/issues/28485) ([721f42a](https://github.com/gatsbyjs/gatsby/commit/721f42aa210943a5cfe9b08fe93ad31ae315c447)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.7.0-next.1...gatsby-plugin-page-creator@2.8.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-page-creator +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.7.0-next.0...gatsby-plugin-page-creator@2.7.0-next.1) (2020-12-08) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.6.0/packages/gatsby-plugin-page-creator) (2020-12-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **gatsby-plugin-page-creator:** Add slugify option ([#28485](https://github.com/gatsbyjs/gatsby/issues/28485)) ([721f42a](https://github.com/gatsbyjs/gatsby/commit/721f42aa210943a5cfe9b08fe93ad31ae315c447)) +#### Bug Fixes -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.6.0-next.0...gatsby-plugin-page-creator@2.7.0-next.0) (2020-11-26) +- use graphql from gatsby [#28256](https://github.com/gatsbyjs/gatsby/issues/28256) ([e797658](https://github.com/gatsbyjs/gatsby/commit/e7976580111c4baa15db8170abf2ae792f94bb9c)) -### Bug Fixes +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.5.0/packages/gatsby-plugin-page-creator) (2020-11-20) -- **gatsby-plugin-page-creator:** use graphql from gatsby ([#28256](https://github.com/gatsbyjs/gatsby/issues/28256)) ([e797658](https://github.com/gatsbyjs/gatsby/commit/e7976580111c4baa15db8170abf2ae792f94bb9c)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.5.0-next.0...gatsby-plugin-page-creator@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-page-creator +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.4.0-next.0...gatsby-plugin-page-creator@2.4.0-next.1) (2020-11-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-page-creator@2.4.0/packages/gatsby-plugin-page-creator) (2020-11-12) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Features + +- File System Route API - General Availability [#27424](https://github.com/gatsbyjs/gatsby/issues/27424) ([07eeb2e](https://github.com/gatsbyjs/gatsby/commit/07eeb2ec35deadd212f009ce26f55f38d8304b11)) -- File System Route API - General Availability ([#27424](https://github.com/gatsbyjs/gatsby/issues/27424)) ([07eeb2e](https://github.com/gatsbyjs/gatsby/commit/07eeb2ec35deadd212f009ce26f55f38d8304b11)) + ## [2.3.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.33...gatsby-plugin-page-creator@2.3.34) (2020-10-26) diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index aabaf632d0c5d..ed22a3ecbbeff 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/CHANGELOG.md @@ -1,158 +1,169 @@ -# Change Log +# Changelog: `gatsby-plugin-postcss` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.3...gatsby-plugin-postcss@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.12.0/packages/gatsby-plugin-postcss) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-postcss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.2...gatsby-plugin-postcss@4.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-postcss +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.1...gatsby-plugin-postcss@4.12.0-next.2) (2021-08-05) +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.11.0/packages/gatsby-plugin-postcss) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-postcss - -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.0...gatsby-plugin-postcss@4.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.11.0-next.0...gatsby-plugin-postcss@4.12.0-next.0) (2021-07-29) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.10.0/packages/gatsby-plugin-postcss) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-postcss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.10.0-next.1...gatsby-plugin-postcss@4.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-postcss +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.9.0/packages/gatsby-plugin-postcss) (2021-07-07) -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.10.0-next.0...gatsby-plugin-postcss@4.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.9.0-next.0...gatsby-plugin-postcss@4.10.0-next.0) (2021-07-01) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.8.0/packages/gatsby-plugin-postcss) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-postcss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.8.0-next.1...gatsby-plugin-postcss@4.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-postcss +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.8.0-next.0...gatsby-plugin-postcss@4.8.0-next.1) (2021-06-10) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.7.1/packages/gatsby-plugin-postcss) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-postcss +#### Chores -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.7.0-next.2...gatsby-plugin-postcss@4.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-postcss +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.7.0/packages/gatsby-plugin-postcss) (2021-06-09) -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.7.0-next.1...gatsby-plugin-postcss@4.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -### Bug Fixes +#### Bug Fixes -- **deps:** update minor and patch for gatsby-plugin-postcss ([#31046](https://github.com/gatsbyjs/gatsby/issues/31046)) ([542628d](https://github.com/gatsbyjs/gatsby/commit/542628d48708225e01f1d1f6f36bca52a64b7868)) +- update minor and patch for gatsby-plugin-postcss [#31046](https://github.com/gatsbyjs/gatsby/issues/31046) ([542628d](https://github.com/gatsbyjs/gatsby/commit/542628d48708225e01f1d1f6f36bca52a64b7868)) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.7.0-next.0...gatsby-plugin-postcss@4.7.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-plugin-postcss +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.6.0-next.0...gatsby-plugin-postcss@4.7.0-next.0) (2021-05-21) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.6.0/packages/gatsby-plugin-postcss) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.5.0-next.0...gatsby-plugin-postcss@4.6.0-next.0) (2021-05-06) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.5.0/packages/gatsby-plugin-postcss) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.4.0-next.0...gatsby-plugin-postcss@4.5.0-next.0) (2021-04-23) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.4.0/packages/gatsby-plugin-postcss) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.3.0-next.1...gatsby-plugin-postcss@4.4.0-next.0) (2021-04-09) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.3.0/packages/gatsby-plugin-postcss) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.3.0-next.0...gatsby-plugin-postcss@4.3.0-next.1) (2021-04-07) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.2.0/packages/gatsby-plugin-postcss) (2021-03-30) -**Note:** Version bump only for package gatsby-plugin-postcss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.2.0-next.1...gatsby-plugin-postcss@4.3.0-next.0) (2021-03-25) +#### Features -### Features +- enable better cssOptions override for modules [#30112](https://github.com/gatsbyjs/gatsby/issues/30112) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) -- enable better cssOptions override for modules ([#30112](https://github.com/gatsbyjs/gatsby/issues/30112)) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) +#### Chores -# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.2.0-next.0...gatsby-plugin-postcss@4.2.0-next.1) (2021-03-19) +- Update styling READMEs CSS modules info [#30334](https://github.com/gatsbyjs/gatsby/issues/30334) ([85b6420](https://github.com/gatsbyjs/gatsby/commit/85b642064113b1f6de94dd10cb21cef701d83539)) -**Note:** Version bump only for package gatsby-plugin-postcss +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.1.0/packages/gatsby-plugin-postcss) (2021-03-16) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.1.0-next.3...gatsby-plugin-postcss@4.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -**Note:** Version bump only for package gatsby-plugin-postcss +#### Bug Fixes -# [4.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.1.0-next.2...gatsby-plugin-postcss@4.1.0-next.3) (2021-03-10) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) -**Note:** Version bump only for package gatsby-plugin-postcss +#### Chores -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.1.0-next.1...gatsby-plugin-postcss@4.1.0-next.2) (2021-02-26) +- Update README to show correct usage [#30035](https://github.com/gatsbyjs/gatsby/issues/30035) ([ff6f56a](https://github.com/gatsbyjs/gatsby/commit/ff6f56a966559bad7a4213984f2e414c4723566b)) -### Bug Fixes +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@4.0.0/packages/gatsby-plugin-postcss) (2021-03-02) -- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.1.0-next.0...gatsby-plugin-postcss@4.1.0-next.1) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-postcss +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) [#29809](https://github.com/gatsbyjs/gatsby/issues/29809) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809)) +- make minicss-extract-plugin compatible with plugins [#29599](https://github.com/gatsbyjs/gatsby/issues/29599) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.0.0-next.1...gatsby-plugin-postcss@4.1.0-next.0) (2021-02-26) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.7.0/packages/gatsby-plugin-postcss) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-postcss -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.0.0-next.0...gatsby-plugin-postcss@4.0.0-next.1) (2021-02-19) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.6.0/packages/gatsby-plugin-postcss) (2021-01-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- make minicss-extract-plugin compatible with plugins ([#29599](https://github.com/gatsbyjs/gatsby/issues/29599)) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) +#### Bug Fixes -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.8.0-next.0...gatsby-plugin-postcss@4.0.0-next.0) (2021-02-05) +- update minor and patch for gatsby-plugin-postcss [#28831](https://github.com/gatsbyjs/gatsby/issues/28831) ([87d32b1](https://github.com/gatsbyjs/gatsby/commit/87d32b18c3651a3c3cc199db1090876cd2373bdd)) -**Note:** Version bump only for package gatsby-plugin-postcss +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.5.0/packages/gatsby-plugin-postcss) (2021-01-06) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.7.0-next.0...gatsby-plugin-postcss@3.8.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-postcss -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.6.0-next.1...gatsby-plugin-postcss@3.7.0-next.0) (2021-01-18) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.4.0/packages/gatsby-plugin-postcss) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-postcss +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.6.0-next.0...gatsby-plugin-postcss@3.6.0-next.1) (2021-01-12) +#### Chores -### Bug Fixes +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -- **deps:** update minor and patch for gatsby-plugin-postcss ([#28831](https://github.com/gatsbyjs/gatsby/issues/28831)) ([87d32b1](https://github.com/gatsbyjs/gatsby/commit/87d32b18c3651a3c3cc199db1090876cd2373bdd)) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.3.0/packages/gatsby-plugin-postcss) (2020-12-02) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.5.0-next.0...gatsby-plugin-postcss@3.6.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-postcss -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.4.0-next.0...gatsby-plugin-postcss@3.5.0-next.0) (2020-12-10) - -**Note:** Version bump only for package gatsby-plugin-postcss +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.2.0/packages/gatsby-plugin-postcss) (2020-11-20) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.3.0-next.0...gatsby-plugin-postcss@3.4.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-plugin-postcss +#### Chores -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.2.0-next.0...gatsby-plugin-postcss@3.3.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-plugin-postcss +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-postcss@3.1.0/packages/gatsby-plugin-postcss) (2020-11-12) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.1.0-next.0...gatsby-plugin-postcss@3.1.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-postcss + + ## [3.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.0.3...gatsby-plugin-postcss@3.0.4) (2020-10-26) ### Bug Fixes diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index b2c262fe7b9cc..d6fd4e57b3c0a 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -1,158 +1,170 @@ -# Change Log +# Changelog: `gatsby-plugin-preact` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.3...gatsby-plugin-preact@5.13.0-next.0) (2021-08-12) +## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.12.0/packages/gatsby-plugin-preact) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-preact +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.2...gatsby-plugin-preact@5.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-preact +- update dependency @prefresh/webpack to ^3.3.2 for gatsby-plugin-preact [#32573](https://github.com/gatsbyjs/gatsby/issues/32573) ([bf5eafe](https://github.com/gatsbyjs/gatsby/commit/bf5eafea55c3ecd0234f2b3d4f4a15fb1b0e1cc4)) -# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.1...gatsby-plugin-preact@5.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preact +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.0...gatsby-plugin-preact@5.12.0-next.1) (2021-08-05) - -### Bug Fixes +## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.11.0/packages/gatsby-plugin-preact) (2021-08-04) -- **deps:** update dependency @prefresh/webpack to ^3.3.2 for gatsby-plugin-preact ([#32573](https://github.com/gatsbyjs/gatsby/issues/32573)) ([bf5eafe](https://github.com/gatsbyjs/gatsby/commit/bf5eafea55c3ecd0234f2b3d4f4a15fb1b0e1cc4)) - -# [5.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.11.0-next.0...gatsby-plugin-preact@5.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-preact -# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.10.0-next.1...gatsby-plugin-preact@5.11.0-next.0) (2021-07-15) +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.10.0/packages/gatsby-plugin-preact) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-preact +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.10.0-next.0...gatsby-plugin-preact@5.10.0-next.1) (2021-07-08) +#### Bug Fixes -### Bug Fixes +- update dependency @prefresh/webpack to ^3.3.0 for gatsby-plugin-preact [#32229](https://github.com/gatsbyjs/gatsby/issues/32229) ([130ff98](https://github.com/gatsbyjs/gatsby/commit/130ff9821fea79118a13f0e5919f7e0379b64449)) -- **deps:** update dependency @prefresh/webpack to ^3.3.0 for gatsby-plugin-preact ([#32229](https://github.com/gatsbyjs/gatsby/issues/32229)) ([130ff98](https://github.com/gatsbyjs/gatsby/commit/130ff9821fea79118a13f0e5919f7e0379b64449)) +#### Chores -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.9.0-next.0...gatsby-plugin-preact@5.10.0-next.0) (2021-07-01) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-preact +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.9.0/packages/gatsby-plugin-preact) (2021-07-07) -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.8.0-next.1...gatsby-plugin-preact@5.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-preact -# [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.8.0-next.0...gatsby-plugin-preact@5.8.0-next.1) (2021-06-10) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.8.0/packages/gatsby-plugin-preact) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-preact +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.7.0-next.2...gatsby-plugin-preact@5.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preact +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.7.0-next.1...gatsby-plugin-preact@5.7.0-next.2) (2021-06-02) +### [5.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.7.1/packages/gatsby-plugin-preact) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-preact +#### Chores -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.7.0-next.0...gatsby-plugin-preact@5.7.0-next.1) (2021-05-31) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-preact +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.7.0/packages/gatsby-plugin-preact) (2021-06-09) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.6.0-next.0...gatsby-plugin-preact@5.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-preact +#### Chores -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.5.0-next.1...gatsby-plugin-preact@5.6.0-next.0) (2021-05-06) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -### Bug Fixes +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.6.0/packages/gatsby-plugin-preact) (2021-05-25) -- **deps:** update minor and patch for gatsby-plugin-preact ([#31169](https://github.com/gatsbyjs/gatsby/issues/31169)) ([62f0ad6](https://github.com/gatsbyjs/gatsby/commit/62f0ad6f2d5648e5cc1d9b3ef2096f4ed45827f3)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.5.0-next.0...gatsby-plugin-preact@5.5.0-next.1) (2021-05-01) +**Note:** Version bump only for package gatsby-plugin-preact -### Features +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.5.0/packages/gatsby-plugin-preact) (2021-05-12) -- **gatsby-plugin-preact:** enable error-overlay ([#30613](https://github.com/gatsbyjs/gatsby/issues/30613)) ([0dee367](https://github.com/gatsbyjs/gatsby/commit/0dee367aae2166262b7ce9dd4c6a12affc236edd)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.4.0-next.0...gatsby-plugin-preact@5.5.0-next.0) (2021-04-23) +#### Features -**Note:** Version bump only for package gatsby-plugin-preact +- enable error-overlay [#30613](https://github.com/gatsbyjs/gatsby/issues/30613) ([0dee367](https://github.com/gatsbyjs/gatsby/commit/0dee367aae2166262b7ce9dd4c6a12affc236edd)) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.3.0-next.1...gatsby-plugin-preact@5.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-preact +- update minor and patch for gatsby-plugin-preact [#31169](https://github.com/gatsbyjs/gatsby/issues/31169) ([62f0ad6](https://github.com/gatsbyjs/gatsby/commit/62f0ad6f2d5648e5cc1d9b3ef2096f4ed45827f3)) + +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.4.0/packages/gatsby-plugin-preact) (2021-04-28) -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.3.0-next.0...gatsby-plugin-preact@5.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-preact -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.2.0-next.0...gatsby-plugin-preact@5.3.0-next.0) (2021-03-25) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.3.0/packages/gatsby-plugin-preact) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-preact -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.1.0-next.1...gatsby-plugin-preact@5.2.0-next.0) (2021-03-11) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.2.0/packages/gatsby-plugin-preact) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-preact -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.1.0-next.0...gatsby-plugin-preact@5.1.0-next.1) (2021-02-26) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.1.0/packages/gatsby-plugin-preact) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-preact -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.0.0-next.2...gatsby-plugin-preact@5.1.0-next.0) (2021-02-26) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@5.0.0/packages/gatsby-plugin-preact) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-preact +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.0.0-next.1...gatsby-plugin-preact@5.0.0-next.2) (2021-02-25) +#### Features -### Features +- move sync-requires to async-requires in develop [#29391](https://github.com/gatsbyjs/gatsby/issues/29391) ([82b7c03](https://github.com/gatsbyjs/gatsby/commit/82b7c03476370d1ec76491ff192c29c05c0f878f)) +- remove react-hot-loader [#29540](https://github.com/gatsbyjs/gatsby/issues/29540) ([a5210b2](https://github.com/gatsbyjs/gatsby/commit/a5210b2550b9646656aae28c28cb5be580cd5677)) -- **gatsby:** move sync-requires to async-requires in develop ([#29391](https://github.com/gatsbyjs/gatsby/issues/29391)) ([82b7c03](https://github.com/gatsbyjs/gatsby/commit/82b7c03476370d1ec76491ff192c29c05c0f878f)) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.7.0/packages/gatsby-plugin-preact) (2021-02-02) -# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.0.0-next.0...gatsby-plugin-preact@5.0.0-next.1) (2021-02-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -### Features +#### Bug Fixes + +- update minor and patch for gatsby-plugin-preact [#28972](https://github.com/gatsbyjs/gatsby/issues/28972) ([c4fbb43](https://github.com/gatsbyjs/gatsby/commit/c4fbb4310d253fa3222299a5d06ee799224aa595)) -- remove react-hot-loader ([#29540](https://github.com/gatsbyjs/gatsby/issues/29540)) ([a5210b2](https://github.com/gatsbyjs/gatsby/commit/a5210b2550b9646656aae28c28cb5be580cd5677)) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.6.0/packages/gatsby-plugin-preact) (2021-01-20) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.8.0-next.0...gatsby-plugin-preact@5.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-preact -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.7.0-next.0...gatsby-plugin-preact@4.8.0-next.0) (2021-01-28) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.5.0/packages/gatsby-plugin-preact) (2021-01-06) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -- **deps:** update minor and patch for gatsby-plugin-preact ([#28972](https://github.com/gatsbyjs/gatsby/issues/28972)) ([c4fbb43](https://github.com/gatsbyjs/gatsby/commit/c4fbb4310d253fa3222299a5d06ee799224aa595)) +#### Chores -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.6.0-next.0...gatsby-plugin-preact@4.7.0-next.0) (2021-01-18) +- update minor and patch for gatsby-plugin-preact [#28601](https://github.com/gatsbyjs/gatsby/issues/28601) ([f83c405](https://github.com/gatsbyjs/gatsby/commit/f83c405adfcf34d7b5de9de0fa1a3177c3b18a15)) -**Note:** Version bump only for package gatsby-plugin-preact +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.4.0/packages/gatsby-plugin-preact) (2020-12-15) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.5.0-next.1...gatsby-plugin-preact@4.6.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -**Note:** Version bump only for package gatsby-plugin-preact +#### Chores -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.5.0-next.0...gatsby-plugin-preact@4.5.0-next.1) (2020-12-17) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-preact +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.3.0/packages/gatsby-plugin-preact) (2020-12-02) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.4.0-next.0...gatsby-plugin-preact@4.5.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-preact -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.3.0-next.0...gatsby-plugin-preact@4.4.0-next.0) (2020-11-26) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.2.0/packages/gatsby-plugin-preact) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-preact +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.2.0-next.0...gatsby-plugin-preact@4.3.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preact +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.1.0-next.0...gatsby-plugin-preact@4.1.0-next.1) (2020-11-10) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@4.1.0/packages/gatsby-plugin-preact) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-preact + + ## [4.0.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.0.15...gatsby-plugin-preact@4.0.16) (2020-10-16) ### Bug Fixes diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 13fdd0e40ca5c..ef6620218c1c0 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md @@ -1,166 +1,167 @@ -# Change Log +# Changelog: `gatsby-plugin-preload-fonts` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.13.0-next.0...gatsby-plugin-preload-fonts@2.13.0-next.1) (2021-08-25) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.12.0/packages/gatsby-plugin-preload-fonts) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.3...gatsby-plugin-preload-fonts@2.13.0-next.0) (2021-08-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-preload-fonts +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.2...gatsby-plugin-preload-fonts@2.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preload-fonts +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.1...gatsby-plugin-preload-fonts@2.12.0-next.2) (2021-08-05) - -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.11.0/packages/gatsby-plugin-preload-fonts) (2021-08-04) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.0...gatsby-plugin-preload-fonts@2.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -### Bug Fixes +**Note:** Version bump only for package gatsby-plugin-preload-fonts -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.10.0/packages/gatsby-plugin-preload-fonts) (2021-07-20) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.11.0-next.0...gatsby-plugin-preload-fonts@2.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +#### Bug Fixes -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.10.0-next.1...gatsby-plugin-preload-fonts@2.11.0-next.0) (2021-07-15) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +#### Chores -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.10.0-next.0...gatsby-plugin-preload-fonts@2.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -### Bug Fixes +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.9.0/packages/gatsby-plugin-preload-fonts) (2021-07-07) -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) - -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.9.0-next.0...gatsby-plugin-preload-fonts@2.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.8.0-next.1...gatsby-plugin-preload-fonts@2.9.0-next.0) (2021-06-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.8.0/packages/gatsby-plugin-preload-fonts) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.8.0-next.0...gatsby-plugin-preload-fonts@2.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preload-fonts +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.7.0-next.2...gatsby-plugin-preload-fonts@2.8.0-next.0) (2021-06-03) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.7.1/packages/gatsby-plugin-preload-fonts) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +#### Chores -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.7.0-next.1...gatsby-plugin-preload-fonts@2.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.7.0/packages/gatsby-plugin-preload-fonts) (2021-06-09) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.7.0-next.0...gatsby-plugin-preload-fonts@2.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +#### Chores -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.6.0-next.0...gatsby-plugin-preload-fonts@2.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.6.0/packages/gatsby-plugin-preload-fonts) (2021-05-25) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.5.0-next.0...gatsby-plugin-preload-fonts@2.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.4.0-next.4...gatsby-plugin-preload-fonts@2.5.0-next.0) (2021-04-23) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.5.0/packages/gatsby-plugin-preload-fonts) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.4.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.4.0-next.3...gatsby-plugin-preload-fonts@2.4.0-next.4) (2021-04-22) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.4.0/packages/gatsby-plugin-preload-fonts) (2021-04-28) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **deps:** update minor and patch for gatsby-plugin-preload-fonts ([#29383](https://github.com/gatsbyjs/gatsby/issues/29383)) ([750e5a2](https://github.com/gatsbyjs/gatsby/commit/750e5a2e0c0b663a0ae05ed2fcc46bf66700ef47)) +#### Bug Fixes -# [2.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.4.0-next.2...gatsby-plugin-preload-fonts@2.4.0-next.3) (2021-04-20) +- update minor and patch for gatsby-plugin-preload-fonts [#29383](https://github.com/gatsbyjs/gatsby/issues/29383) ([750e5a2](https://github.com/gatsbyjs/gatsby/commit/750e5a2e0c0b663a0ae05ed2fcc46bf66700ef47)) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.3.0/packages/gatsby-plugin-preload-fonts) (2021-04-14) -# [2.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.4.0-next.1...gatsby-plugin-preload-fonts@2.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.4.0-next.0...gatsby-plugin-preload-fonts@2.4.0-next.1) (2021-04-16) - -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.2.0/packages/gatsby-plugin-preload-fonts) (2021-03-30) -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.3.0-next.1...gatsby-plugin-preload-fonts@2.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.3.0-next.0...gatsby-plugin-preload-fonts@2.3.0-next.1) (2021-04-07) - -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.1.0/packages/gatsby-plugin-preload-fonts) (2021-03-16) -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.2.0-next.0...gatsby-plugin-preload-fonts@2.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.1.0-next.1...gatsby-plugin-preload-fonts@2.2.0-next.0) (2021-03-11) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@2.0.0/packages/gatsby-plugin-preload-fonts) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-preload-fonts - -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.1.0-next.0...gatsby-plugin-preload-fonts@2.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.0.0-next.2...gatsby-plugin-preload-fonts@2.1.0-next.0) (2021-02-26) +### [1.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.9.1/packages/gatsby-plugin-preload-fonts) (2021-02-24) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.0.0-next.1...gatsby-plugin-preload-fonts@2.0.0-next.2) (2021-02-25) - -**Note:** Version bump only for package gatsby-plugin-preload-fonts +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.9.0/packages/gatsby-plugin-preload-fonts) (2021-02-02) -# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.0.0-next.0...gatsby-plugin-preload-fonts@2.0.0-next.1) (2021-02-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.10.0-next.0...gatsby-plugin-preload-fonts@2.0.0-next.0) (2021-02-05) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.8.0/packages/gatsby-plugin-preload-fonts) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.9.0-next.0...gatsby-plugin-preload-fonts@1.10.0-next.0) (2021-01-28) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.7.0/packages/gatsby-plugin-preload-fonts) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.8.0-next.0...gatsby-plugin-preload-fonts@1.9.0-next.0) (2021-01-18) +### [1.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.6.1/packages/gatsby-plugin-preload-fonts) (2020-12-23) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.7.0-next.1...gatsby-plugin-preload-fonts@1.8.0-next.0) (2020-12-29) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.6.0/packages/gatsby-plugin-preload-fonts) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.7.0-next.0...gatsby-plugin-preload-fonts@1.7.0-next.1) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preload-fonts +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.5.0/packages/gatsby-plugin-preload-fonts) (2020-12-02) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.6.0-next.0...gatsby-plugin-preload-fonts@1.7.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-preload-fonts -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.5.0-next.0...gatsby-plugin-preload-fonts@1.6.0-next.0) (2020-11-26) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.4.0/packages/gatsby-plugin-preload-fonts) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-preload-fonts +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.4.0-next.0...gatsby-plugin-preload-fonts@1.5.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-preload-fonts +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.3.0-next.0...gatsby-plugin-preload-fonts@1.3.0-next.1) (2020-11-10) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preload-fonts@1.3.0/packages/gatsby-plugin-preload-fonts) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-preload-fonts + + ## [1.2.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.28...gatsby-plugin-preload-fonts@1.2.29) (2020-10-26) **Note:** Version bump only for package gatsby-plugin-preload-fonts diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 341cb5fd36125..ab56b2adee549 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-react-css-modules` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.3...gatsby-plugin-react-css-modules@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.12.0/packages/gatsby-plugin-react-css-modules) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-react-css-modules - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.2...gatsby-plugin-react-css-modules@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.1...gatsby-plugin-react-css-modules@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.11.0/packages/gatsby-plugin-react-css-modules) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.0...gatsby-plugin-react-css-modules@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.11.0-next.0...gatsby-plugin-react-css-modules@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.10.0/packages/gatsby-plugin-react-css-modules) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-react-css-modules - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.10.0-next.1...gatsby-plugin-react-css-modules@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.10.0-next.0...gatsby-plugin-react-css-modules@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.9.0/packages/gatsby-plugin-react-css-modules) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.9.0-next.0...gatsby-plugin-react-css-modules@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.8.0-next.1...gatsby-plugin-react-css-modules@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.8.0/packages/gatsby-plugin-react-css-modules) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.8.0-next.0...gatsby-plugin-react-css-modules@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-react-css-modules +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.7.0-next.2...gatsby-plugin-react-css-modules@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.7.1/packages/gatsby-plugin-react-css-modules) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.7.0-next.1...gatsby-plugin-react-css-modules@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.7.0/packages/gatsby-plugin-react-css-modules) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.7.0-next.0...gatsby-plugin-react-css-modules@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.6.0-next.0...gatsby-plugin-react-css-modules@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.6.0/packages/gatsby-plugin-react-css-modules) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.5.0-next.0...gatsby-plugin-react-css-modules@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.4.0-next.0...gatsby-plugin-react-css-modules@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.5.0/packages/gatsby-plugin-react-css-modules) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.3.0-next.1...gatsby-plugin-react-css-modules@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.4.0/packages/gatsby-plugin-react-css-modules) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.3.0-next.0...gatsby-plugin-react-css-modules@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.3.0/packages/gatsby-plugin-react-css-modules) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.2.0-next.0...gatsby-plugin-react-css-modules@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.2.0/packages/gatsby-plugin-react-css-modules) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.1.0-next.1...gatsby-plugin-react-css-modules@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.1.0/packages/gatsby-plugin-react-css-modules) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.1.0-next.0...gatsby-plugin-react-css-modules@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@3.0.0/packages/gatsby-plugin-react-css-modules) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.0.0-next.0...gatsby-plugin-react-css-modules@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.10.0/packages/gatsby-plugin-react-css-modules) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.11.0-next.0...gatsby-plugin-react-css-modules@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.9.0/packages/gatsby-plugin-react-css-modules) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.10.0-next.0...gatsby-plugin-react-css-modules@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.8.0/packages/gatsby-plugin-react-css-modules) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.9.0-next.0...gatsby-plugin-react-css-modules@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.7.0/packages/gatsby-plugin-react-css-modules) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.8.0-next.0...gatsby-plugin-react-css-modules@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-react-css-modules +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.7.0-next.0...gatsby-plugin-react-css-modules@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.6.0/packages/gatsby-plugin-react-css-modules) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-react-css-modules -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.6.0-next.0...gatsby-plugin-react-css-modules@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.5.0/packages/gatsby-plugin-react-css-modules) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-react-css-modules +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.5.0-next.0...gatsby-plugin-react-css-modules@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-react-css-modules +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-css-modules@2.4.0/packages/gatsby-plugin-react-css-modules) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.4.0-next.0...gatsby-plugin-react-css-modules@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-react-css-modules + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.3.12...gatsby-plugin-react-css-modules@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-react-css-modules diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 5b2bbc0626049..82895155cf206 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/CHANGELOG.md @@ -1,132 +1,149 @@ -# Change Log +# Changelog: `gatsby-plugin-react-helmet` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.3...gatsby-plugin-react-helmet@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.12.0/packages/gatsby-plugin-react-helmet) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-react-helmet - -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.2...gatsby-plugin-react-helmet@4.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-react-helmet +#### Chores -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.1...gatsby-plugin-react-helmet@4.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-react-helmet +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.11.0/packages/gatsby-plugin-react-helmet) (2021-08-04) -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.0...gatsby-plugin-react-helmet@4.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.11.0-next.0...gatsby-plugin-react-helmet@4.12.0-next.0) (2021-07-29) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.10.0/packages/gatsby-plugin-react-helmet) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-react-helmet - -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.10.0-next.1...gatsby-plugin-react-helmet@4.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-react-helmet +#### Chores -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.10.0-next.0...gatsby-plugin-react-helmet@4.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-react-helmet +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.9.0/packages/gatsby-plugin-react-helmet) (2021-07-07) -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.9.0-next.0...gatsby-plugin-react-helmet@4.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.8.0-next.1...gatsby-plugin-react-helmet@4.9.0-next.0) (2021-06-18) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.8.0/packages/gatsby-plugin-react-helmet) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-react-helmet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.8.0-next.0...gatsby-plugin-react-helmet@4.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-react-helmet +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.7.0-next.2...gatsby-plugin-react-helmet@4.8.0-next.0) (2021-06-03) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.7.1/packages/gatsby-plugin-react-helmet) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-react-helmet +#### Chores -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.7.0-next.1...gatsby-plugin-react-helmet@4.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-react-helmet +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.7.0/packages/gatsby-plugin-react-helmet) (2021-06-09) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.7.0-next.0...gatsby-plugin-react-helmet@4.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-react-helmet +#### Chores -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.6.0-next.0...gatsby-plugin-react-helmet@4.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-react-helmet +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.6.0/packages/gatsby-plugin-react-helmet) (2021-05-25) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.5.0-next.0...gatsby-plugin-react-helmet@4.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.4.0-next.0...gatsby-plugin-react-helmet@4.5.0-next.0) (2021-04-23) - -**Note:** Version bump only for package gatsby-plugin-react-helmet +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.5.0/packages/gatsby-plugin-react-helmet) (2021-05-12) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.3.0-next.1...gatsby-plugin-react-helmet@4.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.3.0-next.0...gatsby-plugin-react-helmet@4.3.0-next.1) (2021-04-07) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.4.0/packages/gatsby-plugin-react-helmet) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.2.0-next.0...gatsby-plugin-react-helmet@4.3.0-next.0) (2021-03-25) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.3.0/packages/gatsby-plugin-react-helmet) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.1.0-next.1...gatsby-plugin-react-helmet@4.2.0-next.0) (2021-03-11) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.2.0/packages/gatsby-plugin-react-helmet) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.1.0-next.0...gatsby-plugin-react-helmet@4.1.0-next.1) (2021-02-26) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.1.0/packages/gatsby-plugin-react-helmet) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.0.0-next.0...gatsby-plugin-react-helmet@4.1.0-next.0) (2021-02-26) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@4.0.0/packages/gatsby-plugin-react-helmet) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.11.0-next.0...gatsby-plugin-react-helmet@4.0.0-next.0) (2021-02-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.10.0/packages/gatsby-plugin-react-helmet) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.10.0-next.0...gatsby-plugin-react-helmet@3.11.0-next.0) (2021-01-28) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.9.0/packages/gatsby-plugin-react-helmet) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.9.0-next.0...gatsby-plugin-react-helmet@3.10.0-next.0) (2021-01-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.8.0/packages/gatsby-plugin-react-helmet) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.8.0-next.0...gatsby-plugin-react-helmet@3.9.0-next.0) (2020-12-29) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.7.0/packages/gatsby-plugin-react-helmet) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-react-helmet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.7.0-next.1...gatsby-plugin-react-helmet@3.8.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-react-helmet +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) +- fix broken url fix [#28197](https://github.com/gatsbyjs/gatsby/issues/28197) ([c830bc2](https://github.com/gatsbyjs/gatsby/commit/c830bc23bea861f5f1349594f445b329747ad2e6)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.7.0-next.0...gatsby-plugin-react-helmet@3.7.0-next.1) (2020-12-01) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.6.0/packages/gatsby-plugin-react-helmet) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-react-helmet -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.6.0-next.0...gatsby-plugin-react-helmet@3.7.0-next.0) (2020-11-26) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.5.0/packages/gatsby-plugin-react-helmet) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-react-helmet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.5.0-next.0...gatsby-plugin-react-helmet@3.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-react-helmet +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.4.0/packages/gatsby-plugin-react-helmet) (2020-11-12) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.4.0-next.0...gatsby-plugin-react-helmet@3.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-react-helmet + + ## [3.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.3.13...gatsby-plugin-react-helmet@3.3.14) (2020-10-09) **Note:** Version bump only for package gatsby-plugin-react-helmet diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index 88d9653c1dc9e..7c34aeeb02787 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-remove-trailing-slashes` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.3...gatsby-plugin-remove-trailing-slashes@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.12.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.2...gatsby-plugin-remove-trailing-slashes@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.1...gatsby-plugin-remove-trailing-slashes@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.11.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.0...gatsby-plugin-remove-trailing-slashes@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.11.0-next.0...gatsby-plugin-remove-trailing-slashes@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.10.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.10.0-next.1...gatsby-plugin-remove-trailing-slashes@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.10.0-next.0...gatsby-plugin-remove-trailing-slashes@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.9.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.9.0-next.0...gatsby-plugin-remove-trailing-slashes@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.8.0-next.1...gatsby-plugin-remove-trailing-slashes@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.8.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.8.0-next.0...gatsby-plugin-remove-trailing-slashes@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.7.0-next.2...gatsby-plugin-remove-trailing-slashes@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.7.1/packages/gatsby-plugin-remove-trailing-slashes) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.7.0-next.1...gatsby-plugin-remove-trailing-slashes@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.7.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.7.0-next.0...gatsby-plugin-remove-trailing-slashes@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.6.0-next.0...gatsby-plugin-remove-trailing-slashes@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.6.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.5.0-next.0...gatsby-plugin-remove-trailing-slashes@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.4.0-next.0...gatsby-plugin-remove-trailing-slashes@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.5.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.3.0-next.1...gatsby-plugin-remove-trailing-slashes@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.4.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.3.0-next.0...gatsby-plugin-remove-trailing-slashes@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.3.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.2.0-next.0...gatsby-plugin-remove-trailing-slashes@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.2.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.1.0-next.1...gatsby-plugin-remove-trailing-slashes@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.1.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.1.0-next.0...gatsby-plugin-remove-trailing-slashes@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@3.0.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.0.0-next.0...gatsby-plugin-remove-trailing-slashes@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.10.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.11.0-next.0...gatsby-plugin-remove-trailing-slashes@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.9.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.10.0-next.0...gatsby-plugin-remove-trailing-slashes@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.8.0/packages/gatsby-plugin-remove-trailing-slashes) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.9.0-next.0...gatsby-plugin-remove-trailing-slashes@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.7.0/packages/gatsby-plugin-remove-trailing-slashes) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.8.0-next.0...gatsby-plugin-remove-trailing-slashes@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.7.0-next.0...gatsby-plugin-remove-trailing-slashes@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.6.0/packages/gatsby-plugin-remove-trailing-slashes) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.6.0-next.0...gatsby-plugin-remove-trailing-slashes@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.5.0/packages/gatsby-plugin-remove-trailing-slashes) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.5.0-next.0...gatsby-plugin-remove-trailing-slashes@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@2.4.0/packages/gatsby-plugin-remove-trailing-slashes) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.4.0-next.0...gatsby-plugin-remove-trailing-slashes@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.3.12...gatsby-plugin-remove-trailing-slashes@2.3.13) (2020-09-28) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index ee5cb6787dcdd..3308601f2e48f 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -1,201 +1,209 @@ -# Change Log +# Changelog: `gatsby-plugin-sass` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.3...gatsby-plugin-sass@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.12.0/packages/gatsby-plugin-sass) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-sass - -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.2...gatsby-plugin-sass@4.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-sass +#### Chores -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.1...gatsby-plugin-sass@4.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) +- update dependency autoprefixer to ^10.3.1 for gatsby-plugin-sass [#32619](https://github.com/gatsbyjs/gatsby/issues/32619) ([9e9e98e](https://github.com/gatsbyjs/gatsby/commit/9e9e98e2e4e5e87b2cdd434aa9b1f903230b2939)) -**Note:** Version bump only for package gatsby-plugin-sass +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.11.0/packages/gatsby-plugin-sass) (2021-08-04) -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.0...gatsby-plugin-sass@4.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-sass -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.11.0-next.0...gatsby-plugin-sass@4.12.0-next.0) (2021-07-29) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.10.0/packages/gatsby-plugin-sass) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-sass +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.10.0-next.1...gatsby-plugin-sass@4.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sass +- update dependency autoprefixer to ^10.2.6 for gatsby-plugin-sass [#32246](https://github.com/gatsbyjs/gatsby/issues/32246) ([8fdf316](https://github.com/gatsbyjs/gatsby/commit/8fdf3168affbf217fe967b0bcac0ce44fedbd43f)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.10.0-next.0...gatsby-plugin-sass@4.10.0-next.1) (2021-07-08) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.9.0/packages/gatsby-plugin-sass) (2021-07-07) -**Note:** Version bump only for package gatsby-plugin-sass - -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.9.0-next.1...gatsby-plugin-sass@4.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-sass -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.9.0-next.0...gatsby-plugin-sass@4.9.0-next.1) (2021-06-28) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.8.0/packages/gatsby-plugin-sass) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-sass +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.8.0-next.1...gatsby-plugin-sass@4.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sass +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.8.0-next.0...gatsby-plugin-sass@4.8.0-next.1) (2021-06-10) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.7.1/packages/gatsby-plugin-sass) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-sass +#### Chores -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.7.0-next.2...gatsby-plugin-sass@4.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-sass +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.7.0/packages/gatsby-plugin-sass) (2021-06-09) -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.7.0-next.1...gatsby-plugin-sass@4.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-sass +#### Chores -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.7.0-next.0...gatsby-plugin-sass@4.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-sass +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.6.0/packages/gatsby-plugin-sass) (2021-05-25) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.6.0-next.0...gatsby-plugin-sass@4.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-sass -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.5.0-next.0...gatsby-plugin-sass@4.6.0-next.0) (2021-05-06) - -**Note:** Version bump only for package gatsby-plugin-sass +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.5.0/packages/gatsby-plugin-sass) (2021-05-12) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.4.0-next.0...gatsby-plugin-sass@4.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-sass -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.3.0-next.1...gatsby-plugin-sass@4.4.0-next.0) (2021-04-09) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.4.0/packages/gatsby-plugin-sass) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-sass -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.3.0-next.0...gatsby-plugin-sass@4.3.0-next.1) (2021-04-07) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.3.0/packages/gatsby-plugin-sass) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-sass -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.2.0-next.1...gatsby-plugin-sass@4.3.0-next.0) (2021-03-25) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.2.0/packages/gatsby-plugin-sass) (2021-03-30) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- enable better cssOptions override for modules ([#30112](https://github.com/gatsbyjs/gatsby/issues/30112)) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) +#### Features -# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.2.0-next.0...gatsby-plugin-sass@4.2.0-next.1) (2021-03-19) +- enable better cssOptions override for modules [#30112](https://github.com/gatsbyjs/gatsby/issues/30112) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) -**Note:** Version bump only for package gatsby-plugin-sass +#### Chores -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.1.0-next.3...gatsby-plugin-sass@4.2.0-next.0) (2021-03-11) +- Update styling READMEs CSS modules info [#30334](https://github.com/gatsbyjs/gatsby/issues/30334) ([85b6420](https://github.com/gatsbyjs/gatsby/commit/85b642064113b1f6de94dd10cb21cef701d83539)) -**Note:** Version bump only for package gatsby-plugin-sass +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.1.0/packages/gatsby-plugin-sass) (2021-03-16) -# [4.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.1.0-next.2...gatsby-plugin-sass@4.1.0-next.3) (2021-03-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-sass:** Change `modules` option around ([#29986](https://github.com/gatsbyjs/gatsby/issues/29986)) ([bba21cd](https://github.com/gatsbyjs/gatsby/commit/bba21cdeb34ff74f6f2f538780849e6ccbec21fd)) +- Change `modules` option around [#29986](https://github.com/gatsbyjs/gatsby/issues/29986) ([bba21cd](https://github.com/gatsbyjs/gatsby/commit/bba21cdeb34ff74f6f2f538780849e6ccbec21fd)) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) -### Reverts +#### Chores -- Revert "fix(gatsby-plugin-sass): Change `modules` option around (#29986)" (#30038) ([0f4de9d](https://github.com/gatsbyjs/gatsby/commit/0f4de9d6985b4d577604e34ba3ea797ff282216f)), closes [#29986](https://github.com/gatsbyjs/gatsby/issues/29986) [#30038](https://github.com/gatsbyjs/gatsby/issues/30038) +- update minor and patch for gatsby-plugin-sass [#30074](https://github.com/gatsbyjs/gatsby/issues/30074) ([4f9a90e](https://github.com/gatsbyjs/gatsby/commit/4f9a90eab4e0eca4c04d26087be0734dea163907)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- Update README [#29965](https://github.com/gatsbyjs/gatsby/issues/29965) ([dfb991f](https://github.com/gatsbyjs/gatsby/commit/dfb991f6d32851356578267c9485a658fae8150a)) +- upgarde postcss & plugins [#29793](https://github.com/gatsbyjs/gatsby/issues/29793) ([95f452c](https://github.com/gatsbyjs/gatsby/commit/95f452c9300490bbf961fa65f11fdf89825acd26)) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.1.0-next.1...gatsby-plugin-sass@4.1.0-next.2) (2021-02-26) +#### Other Changes -### Bug Fixes +- Revert "fix(gatsby-plugin-sass): Change `modules` option around (#29986)" [#29986](https://github.com/gatsbyjs/gatsby/issues/29986) [#30038](https://github.com/gatsbyjs/gatsby/issues/30038) ([0f4de9d](https://github.com/gatsbyjs/gatsby/commit/0f4de9d6985b4d577604e34ba3ea797ff282216f)) -- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +### [4.0.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.0.2/packages/gatsby-plugin-sass) (2021-03-06) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.1.0-next.0...gatsby-plugin-sass@4.1.0-next.1) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-sass +- Revert "fix(gatsby-plugin-sass): Change `modules` option around (#29986)" [#29986](https://github.com/gatsbyjs/gatsby/issues/29986) [#30038](https://github.com/gatsbyjs/gatsby/issues/30038) [#30050](https://github.com/gatsbyjs/gatsby/issues/30050) ([1acdbb6](https://github.com/gatsbyjs/gatsby/commit/1acdbb6e83338ce74231af3bbb34eba01d51bd4c)) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.3...gatsby-plugin-sass@4.1.0-next.0) (2021-02-26) +### [4.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.0.1/packages/gatsby-plugin-sass) (2021-03-05) -**Note:** Version bump only for package gatsby-plugin-sass +#### Bug Fixes -# [4.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.2...gatsby-plugin-sass@4.0.0-next.3) (2021-02-25) +- Change `modules` option around [#29986](https://github.com/gatsbyjs/gatsby/issues/29986) [#30002](https://github.com/gatsbyjs/gatsby/issues/30002) ([27db8e7](https://github.com/gatsbyjs/gatsby/commit/27db8e7c4d02bd13b86257092701d6e62c34272a)) -**Note:** Version bump only for package gatsby-plugin-sass +#### Chores -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.1...gatsby-plugin-sass@4.0.0-next.2) (2021-02-22) +- Update README [#29965](https://github.com/gatsbyjs/gatsby/issues/29965) [#30000](https://github.com/gatsbyjs/gatsby/issues/30000) ([82d6500](https://github.com/gatsbyjs/gatsby/commit/82d65002f28430a26344db7ce8ca1cd6f6f2fd6a)) -### Bug Fixes +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@4.0.0/packages/gatsby-plugin-sass) (2021-03-02) -- **deps:** update minor and patch for gatsby-plugin-sass ([#29182](https://github.com/gatsbyjs/gatsby/issues/29182)) ([1038069](https://github.com/gatsbyjs/gatsby/commit/10380695cf7016c019d9bee443948ad394a32e66)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.0...gatsby-plugin-sass@4.0.0-next.1) (2021-02-19) +#### Bug Fixes -### Bug Fixes +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) [#29809](https://github.com/gatsbyjs/gatsby/issues/29809) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809)) +- update minor and patch for gatsby-plugin-sass [#29182](https://github.com/gatsbyjs/gatsby/issues/29182) ([1038069](https://github.com/gatsbyjs/gatsby/commit/10380695cf7016c019d9bee443948ad394a32e66)) +- make minicss-extract-plugin compatible with plugins [#29599](https://github.com/gatsbyjs/gatsby/issues/29599) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) -- make minicss-extract-plugin compatible with plugins ([#29599](https://github.com/gatsbyjs/gatsby/issues/29599)) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) +#### Chores -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.3.0-next.0...gatsby-plugin-sass@4.0.0-next.0) (2021-02-05) +- upgrade postcss & plugins [#29793](https://github.com/gatsbyjs/gatsby/issues/29793) ([76f4f96](https://github.com/gatsbyjs/gatsby/commit/76f4f96b667b1037ffc9f18a4f9d00c45315010e)) -**Note:** Version bump only for package gatsby-plugin-sass +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@3.2.0/packages/gatsby-plugin-sass) (2021-02-02) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.2.0-next.0...gatsby-plugin-sass@3.3.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-sass -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.1.0-next.1...gatsby-plugin-sass@3.2.0-next.0) (2021-01-18) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@3.1.0/packages/gatsby-plugin-sass) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-sass +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.1.0-next.0...gatsby-plugin-sass@3.1.0-next.1) (2021-01-12) +#### Bug Fixes -### Bug Fixes +- fix brand name, code block around names fix [#28908](https://github.com/gatsbyjs/gatsby/issues/28908) ([6275072](https://github.com/gatsbyjs/gatsby/commit/6275072fc31bb85269b65d702740e36eafe18c34)) -- **gatsby-plugin-sass:** fix brand name, code block around names ([#28908](https://github.com/gatsbyjs/gatsby/issues/28908)) ([6275072](https://github.com/gatsbyjs/gatsby/commit/6275072fc31bb85269b65d702740e36eafe18c34)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@3.0.0/packages/gatsby-plugin-sass) (2021-01-06) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.0.0-next.2...gatsby-plugin-sass@3.1.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -**Note:** Version bump only for package gatsby-plugin-sass +#### Bug Fixes -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.0.0-next.1...gatsby-plugin-sass@3.0.0-next.2) (2020-12-18) +- Nest sassOptions [#28683](https://github.com/gatsbyjs/gatsby/issues/28683) ([c703eb4](https://github.com/gatsbyjs/gatsby/commit/c703eb4d994e1b7423e811577d0b9024f10a2bb9)) -### Bug Fixes +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.8.0/packages/gatsby-plugin-sass) (2020-12-15) -- **gatsby-plugin-sass:** Nest sassOptions ([#28683](https://github.com/gatsbyjs/gatsby/issues/28683)) ([c703eb4](https://github.com/gatsbyjs/gatsby/commit/c703eb4d994e1b7423e811577d0b9024f10a2bb9)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.0.0-next.0...gatsby-plugin-sass@3.0.0-next.1) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sass +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.9.0-next.0...gatsby-plugin-sass@3.0.0-next.0) (2020-12-16) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.7.0/packages/gatsby-plugin-sass) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-sass -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.8.0-next.0...gatsby-plugin-sass@2.9.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.6.0/packages/gatsby-plugin-sass) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-sass +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.7.0-next.0...gatsby-plugin-sass@2.8.0-next.0) (2020-11-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-sass +- loosely check postCssPlugins [#27829](https://github.com/gatsbyjs/gatsby/issues/27829) ([ac37599](https://github.com/gatsbyjs/gatsby/commit/ac3759932c582663999aa4384e8e38f9935d7f29)) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.6.0-next.1...gatsby-plugin-sass@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sass +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.6.0-next.0...gatsby-plugin-sass@2.6.0-next.1) (2020-11-16) +### [2.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.5.1/packages/gatsby-plugin-sass) (2020-11-14) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-sass:** loosely check postCssPlugins ([#27829](https://github.com/gatsbyjs/gatsby/issues/27829)) ([ac37599](https://github.com/gatsbyjs/gatsby/commit/ac3759932c582663999aa4384e8e38f9935d7f29)) +- loosely check postCssPlugins [#27829](https://github.com/gatsbyjs/gatsby/issues/27829) [#28037](https://github.com/gatsbyjs/gatsby/issues/28037) ([ae4c51e](https://github.com/gatsbyjs/gatsby/commit/ae4c51e6a07374a7a063bf4c302377b93cd249e1)) -# [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.5.0-next.1...gatsby-plugin-sass@2.5.0-next.2) (2020-11-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@2.5.0/packages/gatsby-plugin-sass) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-sass +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.5.0-next.0...gatsby-plugin-sass@2.5.0-next.1) (2020-11-05) +#### Bug Fixes -### Bug Fixes +- fix default output style & allow unknown options fix [#27822](https://github.com/gatsbyjs/gatsby/issues/27822) ([decd4ff](https://github.com/gatsbyjs/gatsby/commit/decd4ff5ea73ba2706e4034f3a1f8e089c4cc31e)) -- **gatsby-plugin-sass:** fix default output style & allow unknown options ([#27822](https://github.com/gatsbyjs/gatsby/issues/27822)) ([decd4ff](https://github.com/gatsbyjs/gatsby/commit/decd4ff5ea73ba2706e4034f3a1f8e089c4cc31e)) + ## [2.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.4.0...gatsby-plugin-sass@2.4.1) (2020-11-03) diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index be33d6139d38e..8468eb27a786a 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md @@ -1,96 +1,132 @@ -# Change Log +# Changelog: `gatsby-plugin-schema-snapshot` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.12.0-next.0...gatsby-plugin-schema-snapshot@2.13.0-next.0) (2021-08-12) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.12.0/packages/gatsby-plugin-schema-snapshot) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-schema-snapshot - -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.11.0-next.0...gatsby-plugin-schema-snapshot@2.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.10.0-next.0...gatsby-plugin-schema-snapshot@2.11.0-next.0) (2021-07-15) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.11.0/packages/gatsby-plugin-schema-snapshot) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.9.0-next.0...gatsby-plugin-schema-snapshot@2.10.0-next.0) (2021-07-01) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.10.0/packages/gatsby-plugin-schema-snapshot) (2021-07-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.8.0-next.0...gatsby-plugin-schema-snapshot@2.9.0-next.0) (2021-06-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.9.0/packages/gatsby-plugin-schema-snapshot) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.7.0-next.0...gatsby-plugin-schema-snapshot@2.8.0-next.0) (2021-06-03) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.8.0/packages/gatsby-plugin-schema-snapshot) (2021-06-23) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.6.0-next.0...gatsby-plugin-schema-snapshot@2.7.0-next.0) (2021-05-21) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.7.0/packages/gatsby-plugin-schema-snapshot) (2021-06-09) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.5.0-next.0...gatsby-plugin-schema-snapshot@2.6.0-next.0) (2021-05-06) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.6.0/packages/gatsby-plugin-schema-snapshot) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.4.0-next.0...gatsby-plugin-schema-snapshot@2.5.0-next.0) (2021-04-23) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.5.0/packages/gatsby-plugin-schema-snapshot) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.3.0-next.0...gatsby-plugin-schema-snapshot@2.4.0-next.0) (2021-04-09) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.4.0/packages/gatsby-plugin-schema-snapshot) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.2.0-next.0...gatsby-plugin-schema-snapshot@2.3.0-next.0) (2021-03-25) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.3.0/packages/gatsby-plugin-schema-snapshot) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.1.0-next.2...gatsby-plugin-schema-snapshot@2.2.0-next.0) (2021-03-11) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.2.0/packages/gatsby-plugin-schema-snapshot) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.1.0-next.1...gatsby-plugin-schema-snapshot@2.1.0-next.2) (2021-03-10) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.1.0/packages/gatsby-plugin-schema-snapshot) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-schema-snapshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.1.0-next.0...gatsby-plugin-schema-snapshot@2.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-schema-snapshot +- fix spelling, remove whitespace and fix link fix [#29846](https://github.com/gatsbyjs/gatsby/issues/29846) ([63bfa09](https://github.com/gatsbyjs/gatsby/commit/63bfa0964ef2203283cb896ed826a9a90385b3ab)) + +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@2.0.0/packages/gatsby-plugin-schema-snapshot) (2021-03-02) -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.0.0-next.0...gatsby-plugin-schema-snapshot@2.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.8.0-next.0...gatsby-plugin-schema-snapshot@2.0.0-next.0) (2021-02-05) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.7.0/packages/gatsby-plugin-schema-snapshot) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.7.0-next.0...gatsby-plugin-schema-snapshot@1.8.0-next.0) (2021-01-28) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.6.0/packages/gatsby-plugin-schema-snapshot) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.6.0-next.0...gatsby-plugin-schema-snapshot@1.7.0-next.0) (2021-01-18) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.5.0/packages/gatsby-plugin-schema-snapshot) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.5.0-next.0...gatsby-plugin-schema-snapshot@1.6.0-next.0) (2020-12-29) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.4.0/packages/gatsby-plugin-schema-snapshot) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.4.0-next.0...gatsby-plugin-schema-snapshot@1.5.0-next.0) (2020-12-10) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.3.0/packages/gatsby-plugin-schema-snapshot) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.3.0-next.0...gatsby-plugin-schema-snapshot@1.4.0-next.0) (2020-11-26) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.2.0/packages/gatsby-plugin-schema-snapshot) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) **Note:** Version bump only for package gatsby-plugin-schema-snapshot -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.2.0-next.0...gatsby-plugin-schema-snapshot@1.3.0-next.0) (2020-11-18) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-schema-snapshot@1.1.0/packages/gatsby-plugin-schema-snapshot) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-schema-snapshot + + # 1.0.0 (2019-08-12) ### Features diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 5a2ad5824037a..046167db19d73 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -1,363 +1,383 @@ -# Change Log +# Changelog: `gatsby-plugin-sharp` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.13.0-next.2...gatsby-plugin-sharp@3.13.0-next.3) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.12.0/packages/gatsby-plugin-sharp) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.13.0-next.1...gatsby-plugin-sharp@3.13.0-next.2) (2021-08-20) +#### Bug Fixes -### Features +- update minor and patch dependencies for gatsby-plugin-sharp [#32633](https://github.com/gatsbyjs/gatsby/issues/32633) ([c6b75f7](https://github.com/gatsbyjs/gatsby/commit/c6b75f7f1bdc6a06b1e0b54308c2a0360739a58e)) -- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1) +#### Chores -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.13.0-next.0...gatsby-plugin-sharp@3.13.0-next.1) (2021-08-19) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update dependency @types/sharp to ^0.28.5 [#32566](https://github.com/gatsbyjs/gatsby/issues/32566) ([ef9fa95](https://github.com/gatsbyjs/gatsby/commit/ef9fa95b52032d0d93d4ccc259234d9cc38a9323)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-sharp +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.11.0/packages/gatsby-plugin-sharp) (2021-08-04) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.3...gatsby-plugin-sharp@3.13.0-next.0) (2021-08-12) - -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.2...gatsby-plugin-sharp@3.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-sharp - -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.1...gatsby-plugin-sharp@3.12.0-next.2) (2021-08-05) - -**Note:** Version bump only for package gatsby-plugin-sharp +- expose ".del" function on lmdb cache [#32459](https://github.com/gatsbyjs/gatsby/issues/32459) ([e1a1396](https://github.com/gatsbyjs/gatsby/commit/e1a1396e1582a18047e2cefaeff0f57d61c0c83a)) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.0...gatsby-plugin-sharp@3.12.0-next.1) (2021-08-05) +### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.10.2/packages/gatsby-plugin-sharp) (2021-07-21) -### Bug Fixes +#### Bug Fixes -- **deps:** update minor and patch dependencies for gatsby-plugin-sharp ([#32633](https://github.com/gatsbyjs/gatsby/issues/32633)) ([c6b75f7](https://github.com/gatsbyjs/gatsby/commit/c6b75f7f1bdc6a06b1e0b54308c2a0360739a58e)) +- expose ".del" function on lmdb cache [#32459](https://github.com/gatsbyjs/gatsby/issues/32459) [#32464](https://github.com/gatsbyjs/gatsby/issues/32464) ([c01551e](https://github.com/gatsbyjs/gatsby/commit/c01551eb9e09cd8471daa1072e7dc99add89fea8)) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.11.0-next.2...gatsby-plugin-sharp@3.12.0-next.0) (2021-07-29) +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.10.1/packages/gatsby-plugin-sharp) (2021-07-21) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.11.0-next.1...gatsby-plugin-sharp@3.11.0-next.2) (2021-07-22) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.10.0/packages/gatsby-plugin-sharp) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- expose ".del" function on lmdb cache ([#32459](https://github.com/gatsbyjs/gatsby/issues/32459)) ([e1a1396](https://github.com/gatsbyjs/gatsby/commit/e1a1396e1582a18047e2cefaeff0f57d61c0c83a)) +#### Chores -# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.11.0-next.0...gatsby-plugin-sharp@3.11.0-next.1) (2021-07-19) +- update sharp to ^0.28.3 [#32227](https://github.com/gatsbyjs/gatsby/issues/32227) ([4fabc64](https://github.com/gatsbyjs/gatsby/commit/4fabc64b177621d94a7c8aaf6dbc5d91f01ea29f)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-sharp +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.9.0/packages/gatsby-plugin-sharp) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.0-next.1...gatsby-plugin-sharp@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -**Note:** Version bump only for package gatsby-plugin-sharp +#### Features -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.0-next.0...gatsby-plugin-sharp@3.10.0-next.1) (2021-07-08) +- add unstable_onPluginInit that would execute once in all processes [#31901](https://github.com/gatsbyjs/gatsby/issues/31901) ([2bf8c0d](https://github.com/gatsbyjs/gatsby/commit/2bf8c0d37fd6de3fbbbe7e543275cfd6d64ec9de)) -**Note:** Version bump only for package gatsby-plugin-sharp +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.8.0/packages/gatsby-plugin-sharp) (2021-06-23) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.9.0-next.1...gatsby-plugin-sharp@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-plugin-sharp +#### Chores -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.9.0-next.0...gatsby-plugin-sharp@3.9.0-next.1) (2021-06-28) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -### Features +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.7.1/packages/gatsby-plugin-sharp) (2021-06-10) -- add unstable_onPluginInit that would execute once in all processes ([#31901](https://github.com/gatsbyjs/gatsby/issues/31901)) ([2bf8c0d](https://github.com/gatsbyjs/gatsby/commit/2bf8c0d37fd6de3fbbbe7e543275cfd6d64ec9de)) +#### Chores -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.8.0-next.1...gatsby-plugin-sharp@3.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-sharp +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.7.0/packages/gatsby-plugin-sharp) (2021-06-09) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.8.0-next.0...gatsby-plugin-sharp@3.8.0-next.1) (2021-06-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-sharp +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.7.0-next.2...gatsby-plugin-sharp@3.8.0-next.0) (2021-06-03) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-sharp +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.6.0/packages/gatsby-plugin-sharp) (2021-05-25) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.7.0-next.1...gatsby-plugin-sharp@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.7.0-next.0...gatsby-plugin-sharp@3.7.0-next.1) (2021-05-31) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.5.0/packages/gatsby-plugin-sharp) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.6.0-next.1...gatsby-plugin-sharp@3.7.0-next.0) (2021-05-21) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-sharp +- Handle fractional image sizes [#31057](https://github.com/gatsbyjs/gatsby/issues/31057) ([08dfb37](https://github.com/gatsbyjs/gatsby/commit/08dfb37577510ba8d4900c487cea7301fb7667f8)) -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.6.0-next.0...gatsby-plugin-sharp@3.6.0-next.1) (2021-05-20) +### [3.4.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.4.2/packages/gatsby-plugin-sharp) (2021-05-08) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.5.0-next.2...gatsby-plugin-sharp@3.6.0-next.0) (2021-05-06) +### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.4.1/packages/gatsby-plugin-sharp) (2021-05-05) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.5.0-next.1...gatsby-plugin-sharp@3.5.0-next.2) (2021-05-05) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.4.0/packages/gatsby-plugin-sharp) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.5.0-next.0...gatsby-plugin-sharp@3.5.0-next.1) (2021-04-28) +#### Bug Fixes -### Bug Fixes +- Handle fractional image sizes [#31057](https://github.com/gatsbyjs/gatsby/issues/31057) [#31081](https://github.com/gatsbyjs/gatsby/issues/31081) ([21dc379](https://github.com/gatsbyjs/gatsby/commit/21dc379bb37e01660eab2ea8f483a3158909c658)) +- use cpuCount for all parallel parts [#30548](https://github.com/gatsbyjs/gatsby/issues/30548) ([9dbb772](https://github.com/gatsbyjs/gatsby/commit/9dbb77238f23eedbb9b6dcf5ffb3453cb67bc9b8)) -- **gatsby-plugin-sharp:** Handle fractional image sizes ([#31057](https://github.com/gatsbyjs/gatsby/issues/31057)) ([08dfb37](https://github.com/gatsbyjs/gatsby/commit/08dfb37577510ba8d4900c487cea7301fb7667f8)) +### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.3.1/packages/gatsby-plugin-sharp) (2021-04-20) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.4.0-next.3...gatsby-plugin-sharp@3.5.0-next.0) (2021-04-23) +**Note:** Version bump only for package gatsby-plugin-sharp -### Bug Fixes +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.3.0/packages/gatsby-plugin-sharp) (2021-04-14) -- use cpuCount for all parallel parts ([#30548](https://github.com/gatsbyjs/gatsby/issues/30548)) ([9dbb772](https://github.com/gatsbyjs/gatsby/commit/9dbb77238f23eedbb9b6dcf5ffb3453cb67bc9b8)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.4.0-next.2...gatsby-plugin-sharp@3.4.0-next.3) (2021-04-20) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sharp +- Update sharp to 0.28.0 [#30541](https://github.com/gatsbyjs/gatsby/issues/30541) ([b0fcb57](https://github.com/gatsbyjs/gatsby/commit/b0fcb57ebe8f78175b83ec04cd2b7d45e180f85d)) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.4.0-next.1...gatsby-plugin-sharp@3.4.0-next.2) (2021-04-20) +### [3.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.2.1/packages/gatsby-plugin-sharp) (2021-04-07) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.4.0-next.0...gatsby-plugin-sharp@3.4.0-next.1) (2021-04-16) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.2.0/packages/gatsby-plugin-sharp) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.3.0-next.3...gatsby-plugin-sharp@3.4.0-next.0) (2021-04-09) +### [3.1.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.1.3/packages/gatsby-plugin-sharp) (2021-03-30) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.3.0-next.2...gatsby-plugin-sharp@3.3.0-next.3) (2021-04-09) +### [3.1.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.1.2/packages/gatsby-plugin-sharp) (2021-03-23) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.3.0-next.1...gatsby-plugin-sharp@3.3.0-next.2) (2021-04-07) +### [3.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.1.1/packages/gatsby-plugin-sharp) (2021-03-18) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.3.0-next.0...gatsby-plugin-sharp@3.3.0-next.1) (2021-03-30) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.1.0/packages/gatsby-plugin-sharp) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.2.0-next.1...gatsby-plugin-sharp@3.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-sharp +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.2.0-next.0...gatsby-plugin-sharp@3.2.0-next.1) (2021-03-19) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sharp +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) +- fix spelling, remove whitespace and fix link fix [#29846](https://github.com/gatsbyjs/gatsby/issues/29846) ([63bfa09](https://github.com/gatsbyjs/gatsby/commit/63bfa0964ef2203283cb896ed826a9a90385b3ab)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.1.0-next.2...gatsby-plugin-sharp@3.2.0-next.0) (2021-03-11) +### [3.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.0.1/packages/gatsby-plugin-sharp) (2021-03-11) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.1.0-next.1...gatsby-plugin-sharp@3.1.0-next.2) (2021-03-10) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@3.0.0/packages/gatsby-plugin-sharp) (2021-03-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Features -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.1.0-next.0...gatsby-plugin-sharp@3.1.0-next.1) (2021-02-26) +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +- Remove boundActionCreators [#29129](https://github.com/gatsbyjs/gatsby/issues/29129) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) -**Note:** Version bump only for package gatsby-plugin-sharp +#### Bug Fixes -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.9...gatsby-plugin-sharp@3.1.0-next.0) (2021-02-26) +- Fix defaults handling Fix [#29564](https://github.com/gatsbyjs/gatsby/issues/29564) ([107926a](https://github.com/gatsbyjs/gatsby/commit/107926a7d23901fa3e645a966bd6aa793fb0ddd3)) -**Note:** Version bump only for package gatsby-plugin-sharp +#### Chores -# [3.0.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.8...gatsby-plugin-sharp@3.0.0-next.9) (2021-02-25) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) +- remove unneeded whitespace before commas and full stops [#29629](https://github.com/gatsbyjs/gatsby/issues/29629) ([acc6a1b](https://github.com/gatsbyjs/gatsby/commit/acc6a1bd27d8670b05bf952125208f6f1132de7d)) -### Features +#### Other Changes -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +- Update index.js [#29758](https://github.com/gatsbyjs/gatsby/issues/29758) ([3cafa4f](https://github.com/gatsbyjs/gatsby/commit/3cafa4fdc20f78896ca5ac2bf0f18cb9af3a2246)) +- remove progress bar [#29436](https://github.com/gatsbyjs/gatsby/issues/29436) ([6b93c1c](https://github.com/gatsbyjs/gatsby/commit/6b93c1cd2a9eaa13948edbd3615e5cbaefa35766)) -# [3.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.7...gatsby-plugin-sharp@3.0.0-next.8) (2021-02-22) +### [2.14.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.14.4/packages/gatsby-plugin-sharp) (2021-05-04) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.6...gatsby-plugin-sharp@3.0.0-next.7) (2021-02-19) +### [2.14.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.14.3/packages/gatsby-plugin-sharp) (2021-02-25) -**Note:** Version bump only for package gatsby-plugin-sharp +#### Other Changes -# [3.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.5...gatsby-plugin-sharp@3.0.0-next.6) (2021-02-19) +- Update index.js [#29758](https://github.com/gatsbyjs/gatsby/issues/29758) [#29761](https://github.com/gatsbyjs/gatsby/issues/29761) ([997985a](https://github.com/gatsbyjs/gatsby/commit/997985a608e8a90b464a0078e0c86d970b0c953e)) -### Bug Fixes +### [2.14.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.14.2/packages/gatsby-plugin-sharp) (2021-02-24) -- **gatsby-plugin-sharp:** Fix defaults handling ([#29564](https://github.com/gatsbyjs/gatsby/issues/29564)) ([107926a](https://github.com/gatsbyjs/gatsby/commit/107926a7d23901fa3e645a966bd6aa793fb0ddd3)) +#### Bug Fixes -# [3.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.4...gatsby-plugin-sharp@3.0.0-next.5) (2021-02-18) +- Fix defaults handling Fix [#29564](https://github.com/gatsbyjs/gatsby/issues/29564) Fix [#29589](https://github.com/gatsbyjs/gatsby/issues/29589) ([be9d9f9](https://github.com/gatsbyjs/gatsby/commit/be9d9f9c81606208cb4c237753e11b1e61a75dc4)) + +### [2.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.14.1/packages/gatsby-plugin-sharp) (2021-02-05) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.3...gatsby-plugin-sharp@3.0.0-next.4) (2021-02-17) +## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.14.0/packages/gatsby-plugin-sharp) (2021-02-02) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.2...gatsby-plugin-sharp@3.0.0-next.3) (2021-02-12) +#### Features -**Note:** Version bump only for package gatsby-plugin-sharp +- Add gatsbyImageData resolver [#28236](https://github.com/gatsbyjs/gatsby/issues/28236) [#29095](https://github.com/gatsbyjs/gatsby/issues/29095) [#29162](https://github.com/gatsbyjs/gatsby/issues/29162) fix [#29163](https://github.com/gatsbyjs/gatsby/issues/29163) [#29067](https://github.com/gatsbyjs/gatsby/issues/29067) [#29137](https://github.com/gatsbyjs/gatsby/issues/29137) ([a823622](https://github.com/gatsbyjs/gatsby/commit/a82362267d2c842aa7dd3a65c8ffb8d51183c9eb)) +- Add image plugin defaults [#29147](https://github.com/gatsbyjs/gatsby/issues/29147) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156)) +- Add support for backgroundColor in sharp [#29141](https://github.com/gatsbyjs/gatsby/issues/29141) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de)) -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.1...gatsby-plugin-sharp@3.0.0-next.2) (2021-02-11) +#### Bug Fixes -### Features +- make sure to pass the failOnError option to base64 generation [#29254](https://github.com/gatsbyjs/gatsby/issues/29254) [#29290](https://github.com/gatsbyjs/gatsby/issues/29290) ([c68b5e6](https://github.com/gatsbyjs/gatsby/commit/c68b5e664bd334833c533ec5d9a03e49dbff628d)) +- Sanitize tmp filename [#29246](https://github.com/gatsbyjs/gatsby/issues/29246) ([c0f1b5c](https://github.com/gatsbyjs/gatsby/commit/c0f1b5c4e3689b33e48206f1e1a0ba80020ebf53)) +- ignore incorrect duotone options [#28999](https://github.com/gatsbyjs/gatsby/issues/28999) ([298eb31](https://github.com/gatsbyjs/gatsby/commit/298eb317f91b050f822803934931c136fa4e94c1)) + +#### Chores -- **gatsby:** Remove boundActionCreators ([#29129](https://github.com/gatsbyjs/gatsby/issues/29129)) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) +- update minor and patch for gatsby-plugin-sharp [#28968](https://github.com/gatsbyjs/gatsby/issues/28968) ([17bb011](https://github.com/gatsbyjs/gatsby/commit/17bb011f0d396ead8508df08fdd3043143c94483)) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.0...gatsby-plugin-sharp@3.0.0-next.1) (2021-02-08) +### [2.13.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.13.4/packages/gatsby-plugin-sharp) (2021-01-29) **Note:** Version bump only for package gatsby-plugin-sharp -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.15.0-next.1...gatsby-plugin-sharp@3.0.0-next.0) (2021-02-05) +### [2.13.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.13.3/packages/gatsby-plugin-sharp) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-sharp -# [2.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.15.0-next.0...gatsby-plugin-sharp@2.15.0-next.1) (2021-02-04) +### [2.13.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.13.2/packages/gatsby-plugin-sharp) (2021-01-26) -### Bug Fixes - -- **gatsby-plugin-sharp:** make sure to pass the failOnError option to base64 generation ([#29254](https://github.com/gatsbyjs/gatsby/issues/29254)) ([bc0f5c8](https://github.com/gatsbyjs/gatsby/commit/bc0f5c8f12c3bfd01c653e428566ffba5f01edcc)) +**Note:** Version bump only for package gatsby-plugin-sharp -# [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0-next.1...gatsby-plugin-sharp@2.15.0-next.0) (2021-01-28) +### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.13.1/packages/gatsby-plugin-sharp) (2021-01-21) -### Bug Fixes +**Note:** Version bump only for package gatsby-plugin-sharp -- **gatsby-plugin-sharp:** Sanitize tmp filename ([#29246](https://github.com/gatsbyjs/gatsby/issues/29246)) ([c0f1b5c](https://github.com/gatsbyjs/gatsby/commit/c0f1b5c4e3689b33e48206f1e1a0ba80020ebf53)) +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.13.0/packages/gatsby-plugin-sharp) (2021-01-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- **gatsby-source-contentful:** Add gatsbyImageData resolver ([#28236](https://github.com/gatsbyjs/gatsby/issues/28236)) ([a823622](https://github.com/gatsbyjs/gatsby/commit/a82362267d2c842aa7dd3a65c8ffb8d51183c9eb)), closes [#29095](https://github.com/gatsbyjs/gatsby/issues/29095) [#29162](https://github.com/gatsbyjs/gatsby/issues/29162) [#29163](https://github.com/gatsbyjs/gatsby/issues/29163) [#29067](https://github.com/gatsbyjs/gatsby/issues/29067) [#29137](https://github.com/gatsbyjs/gatsby/issues/29137) +#### Features -# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.14.0-next.0...gatsby-plugin-sharp@2.14.0-next.1) (2021-01-26) +- Change fullWidth to use breakpoints [#29002](https://github.com/gatsbyjs/gatsby/issues/29002) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111)) +- Add support for aspectRatio [#28941](https://github.com/gatsbyjs/gatsby/issues/28941) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6)) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-sharp:** ignore incorrect duotone options ([#28999](https://github.com/gatsbyjs/gatsby/issues/28999)) ([298eb31](https://github.com/gatsbyjs/gatsby/commit/298eb317f91b050f822803934931c136fa4e94c1)) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- Add avif to pipeline [#28871](https://github.com/gatsbyjs/gatsby/issues/28871) ([1debff5](https://github.com/gatsbyjs/gatsby/commit/1debff5cb1133206ce08563f576d9a121a241730)) +- PathPrefix isn't being passed/set for GatsbyImage fix [#28845](https://github.com/gatsbyjs/gatsby/issues/28845) ([5874414](https://github.com/gatsbyjs/gatsby/commit/58744145d6f8ef2e36c9a5f2f4e06290b0cff942)) +- Pass format-specific options in image-data [#28826](https://github.com/gatsbyjs/gatsby/issues/28826) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3)) -### Features +#### Performance Improvements -- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de)) -- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156)) +- change approach to concurrency for image processing [#28575](https://github.com/gatsbyjs/gatsby/issues/28575) ([930e6b6](https://github.com/gatsbyjs/gatsby/commit/930e6b6e991cabd33f2be0fee2e8a315a8bee131)) -# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.13.0-next.1...gatsby-plugin-sharp@2.14.0-next.0) (2021-01-18) +#### Chores -### Bug Fixes +- change fluid to fullWidth [#28987](https://github.com/gatsbyjs/gatsby/issues/28987) ([381e13c](https://github.com/gatsbyjs/gatsby/commit/381e13c457b8b8d66a695d5f48d93c14e938b194)) +- Update image API to remove maxWidth/maxHeight [#28985](https://github.com/gatsbyjs/gatsby/issues/28985) ([a8c2f39](https://github.com/gatsbyjs/gatsby/commit/a8c2f39f74144b6ee7704b86c75c5c4047b1c5e5)) +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Other Changes -### Features +- fix(sharp) wrap sharp calls in try/catch to avoid crashing on bad images [#28645](https://github.com/gatsbyjs/gatsby/issues/28645) ([004acf0](https://github.com/gatsbyjs/gatsby/commit/004acf0feb6836eee6557e5f67c4b2253a172251)) -- **gatsby-plugin-image:** Change fullWidth to use breakpoints ([#29002](https://github.com/gatsbyjs/gatsby/issues/29002)) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111)) +### [2.12.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.12.2/packages/gatsby-plugin-sharp) (2021-01-16) -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.13.0-next.0...gatsby-plugin-sharp@2.13.0-next.1) (2021-01-12) +#### Other Changes -### Bug Fixes +- fix(sharp) wrap sharp calls in try/catch to avoid crashing on bad images [#28645](https://github.com/gatsbyjs/gatsby/issues/28645) [#29052](https://github.com/gatsbyjs/gatsby/issues/29052) ([bd5c63c](https://github.com/gatsbyjs/gatsby/commit/bd5c63c73638bad9bd795c1e7021c2b56f85d889)) -- **gatsby-plugin-sharp:** Add avif to pipeline ([#28871](https://github.com/gatsbyjs/gatsby/issues/28871)) ([1debff5](https://github.com/gatsbyjs/gatsby/commit/1debff5cb1133206ce08563f576d9a121a241730)) -- **gatsby-plugin-sharp:** Pass format-specific options in image-data ([#28826](https://github.com/gatsbyjs/gatsby/issues/28826)) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3)) -- **gatsby-plugin-sharp:** PathPrefix isn't being passed/set for GatsbyImage ([#28845](https://github.com/gatsbyjs/gatsby/issues/28845)) ([5874414](https://github.com/gatsbyjs/gatsby/commit/58744145d6f8ef2e36c9a5f2f4e06290b0cff942)) +### [2.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.12.1/packages/gatsby-plugin-sharp) (2021-01-13) -### Features +#### Bug Fixes -- Add support for aspectRatio ([#28941](https://github.com/gatsbyjs/gatsby/issues/28941)) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6)) +- PathPrefix isn't being passed/set for GatsbyImage fix [#28845](https://github.com/gatsbyjs/gatsby/issues/28845) fix [#28991](https://github.com/gatsbyjs/gatsby/issues/28991) ([c762050](https://github.com/gatsbyjs/gatsby/commit/c76205061e83d372bc205690ea1b970273f673dc)) -### Performance Improvements +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.12.0/packages/gatsby-plugin-sharp) (2021-01-06) -- **gatsby-plugin-sharp:** change approach to concurrency for image processing ([#28575](https://github.com/gatsbyjs/gatsby/issues/28575)) ([930e6b6](https://github.com/gatsbyjs/gatsby/commit/930e6b6e991cabd33f2be0fee2e8a315a8bee131)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.6...gatsby-plugin-sharp@2.13.0-next.0) (2020-12-29) +#### Features -### Features +- enable lazy images by default [#28743](https://github.com/gatsbyjs/gatsby/issues/28743) ([3b40d80](https://github.com/gatsbyjs/gatsby/commit/3b40d8025356f5141625234d1781bd80985fb5a3)) +- Add AVIF image support to beta image plugin [#28742](https://github.com/gatsbyjs/gatsby/issues/28742) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +- Make dimensions optional and default to constrained [#28662](https://github.com/gatsbyjs/gatsby/issues/28662) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e)) -- **gatsby:** enable lazy images by default ([#28743](https://github.com/gatsbyjs/gatsby/issues/28743)) ([3b40d80](https://github.com/gatsbyjs/gatsby/commit/3b40d8025356f5141625234d1781bd80985fb5a3)) +#### Bug Fixes -# [2.12.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.5...gatsby-plugin-sharp@2.12.0-next.6) (2020-12-29) +- Add avif to pipeline [#28871](https://github.com/gatsbyjs/gatsby/issues/28871) [#28876](https://github.com/gatsbyjs/gatsby/issues/28876) ([ecebdd3](https://github.com/gatsbyjs/gatsby/commit/ecebdd34e43256a107ce39eaeadee6831e2eb4cf)) +- Pass format-specific options in image-data [#28826](https://github.com/gatsbyjs/gatsby/issues/28826) [#28853](https://github.com/gatsbyjs/gatsby/issues/28853) ([ceeb7d4](https://github.com/gatsbyjs/gatsby/commit/ceeb7d4bd7b917fd776004cc4d1c4c9bac281dc6)) +- update minor and patch for gatsby-plugin-sharp [#28509](https://github.com/gatsbyjs/gatsby/issues/28509) ([0ce0f69](https://github.com/gatsbyjs/gatsby/commit/0ce0f69863d92cf104185667980e04c1a31837aa)) +- catch errors when writing base64 images [#28614](https://github.com/gatsbyjs/gatsby/issues/28614) ([02860da](https://github.com/gatsbyjs/gatsby/commit/02860da8f8871c21c647fae5c0e81380f6809166)) +- Correctly handle formats in StaticImage [#28618](https://github.com/gatsbyjs/gatsby/issues/28618) ([912f30c](https://github.com/gatsbyjs/gatsby/commit/912f30c099f98fa382fe653a3a2c07253bd6b452)) +- Include default transform options for webp [#28620](https://github.com/gatsbyjs/gatsby/issues/28620) ([1c750b6](https://github.com/gatsbyjs/gatsby/commit/1c750b618e069c684b5cba49324449389934f050)) -### Features +#### Performance Improvements -- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +- change approach to concurrency for image processing [#28575](https://github.com/gatsbyjs/gatsby/issues/28575) [#28862](https://github.com/gatsbyjs/gatsby/issues/28862) ([afac774](https://github.com/gatsbyjs/gatsby/commit/afac774effca51c7c1d9c32c9800ac77a4042e03)) -# [2.12.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.4...gatsby-plugin-sharp@2.12.0-next.5) (2020-12-18) +### [2.11.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.11.2/packages/gatsby-plugin-sharp) (2020-12-23) **Note:** Version bump only for package gatsby-plugin-sharp -# [2.12.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.3...gatsby-plugin-sharp@2.12.0-next.4) (2020-12-17) +### [2.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.11.1/packages/gatsby-plugin-sharp) (2020-12-16) -### Bug Fixes +#### Bug Fixes -- **deps:** update minor and patch for gatsby-plugin-sharp ([#28509](https://github.com/gatsbyjs/gatsby/issues/28509)) ([0ce0f69](https://github.com/gatsbyjs/gatsby/commit/0ce0f69863d92cf104185667980e04c1a31837aa)) +- catch errors when writing base64 images [#28614](https://github.com/gatsbyjs/gatsby/issues/28614) [#28659](https://github.com/gatsbyjs/gatsby/issues/28659) ([ea741c3](https://github.com/gatsbyjs/gatsby/commit/ea741c39144ec26efcfcca66c4f3dd7ac2f1e86d)) -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.2...gatsby-plugin-sharp@2.12.0-next.3) (2020-12-17) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.11.0/packages/gatsby-plugin-sharp) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.1...gatsby-plugin-sharp@2.12.0-next.2) (2020-12-17) +#### Features -### Features +- run a single transformation for lazy images [#28574](https://github.com/gatsbyjs/gatsby/issues/28574) ([498fbbf](https://github.com/gatsbyjs/gatsby/commit/498fbbfc5ecdd3da5d8f3dbe6a10ae908af2786a)) -- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e)) +#### Bug Fixes -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.0...gatsby-plugin-sharp@2.12.0-next.1) (2020-12-15) +- Correctly handle formats in StaticImage [#28618](https://github.com/gatsbyjs/gatsby/issues/28618) [#28630](https://github.com/gatsbyjs/gatsby/issues/28630) ([eff15a1](https://github.com/gatsbyjs/gatsby/commit/eff15a1055263b074de95d8ddf02ab5968724451)) +- Include default transform options for webp [#28620](https://github.com/gatsbyjs/gatsby/issues/28620) [#28629](https://github.com/gatsbyjs/gatsby/issues/28629) ([7f43c3b](https://github.com/gatsbyjs/gatsby/commit/7f43c3bf25d0d55965f4367d9dfb7a552ee90d77)) +- fix image url decoding for lazy images fix [#28576](https://github.com/gatsbyjs/gatsby/issues/28576) ([592d3d1](https://github.com/gatsbyjs/gatsby/commit/592d3d1914413435a9a202cdfc2cd4ac84486a71)) +- decode URL so it matches the cache key [#28449](https://github.com/gatsbyjs/gatsby/issues/28449) ([946eed0](https://github.com/gatsbyjs/gatsby/commit/946eed0fb8cff37471d85a2b0d09f493e7e0442d)) +- avoid joi validation error when using reporter.panic [#28291](https://github.com/gatsbyjs/gatsby/issues/28291) ([231cf9f](https://github.com/gatsbyjs/gatsby/commit/231cf9f8c0ad077c8c1324a5c89c791a2da775a1)) -### Bug Fixes - -- **gatsby-plugin-image:** Correctly handle formats in StaticImage ([#28618](https://github.com/gatsbyjs/gatsby/issues/28618)) ([912f30c](https://github.com/gatsbyjs/gatsby/commit/912f30c099f98fa382fe653a3a2c07253bd6b452)) -- **gatsby-plugin-sharp:** catch errors when writing base64 images ([#28614](https://github.com/gatsbyjs/gatsby/issues/28614)) ([02860da](https://github.com/gatsbyjs/gatsby/commit/02860da8f8871c21c647fae5c0e81380f6809166)) -- **gatsby-plugin-sharp:** Include default transform options for webp ([#28620](https://github.com/gatsbyjs/gatsby/issues/28620)) ([1c750b6](https://github.com/gatsbyjs/gatsby/commit/1c750b618e069c684b5cba49324449389934f050)) +#### Chores -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.4...gatsby-plugin-sharp@2.12.0-next.0) (2020-12-10) - -### Bug Fixes +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -- **gatsby-plugin-sharp:** fix image url decoding for lazy images ([#28576](https://github.com/gatsbyjs/gatsby/issues/28576)) ([592d3d1](https://github.com/gatsbyjs/gatsby/commit/592d3d1914413435a9a202cdfc2cd4ac84486a71)) +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.10.1/packages/gatsby-plugin-sharp) (2020-12-07) -### Features +#### Bug Fixes -- **gatsby-plugin-sharp:** run a single transformation for lazy images ([#28574](https://github.com/gatsbyjs/gatsby/issues/28574)) ([498fbbf](https://github.com/gatsbyjs/gatsby/commit/498fbbfc5ecdd3da5d8f3dbe6a10ae908af2786a)) +- decode URL so it matches the cache key [#28449](https://github.com/gatsbyjs/gatsby/issues/28449) [#28479](https://github.com/gatsbyjs/gatsby/issues/28479) ([0119789](https://github.com/gatsbyjs/gatsby/commit/01197896126c1b55766305dd169a89bf5fff2b8f)) -# [2.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.3...gatsby-plugin-sharp@2.11.0-next.4) (2020-12-08) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.10.0/packages/gatsby-plugin-sharp) (2020-12-02) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [2.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.2...gatsby-plugin-sharp@2.11.0-next.3) (2020-12-04) +#### Features -**Note:** Version bump only for package gatsby-plugin-sharp +- add experimental opt-in lazy image processing mode for `gatsby develop` [#28288](https://github.com/gatsbyjs/gatsby/issues/28288) ([cc68a1f](https://github.com/gatsbyjs/gatsby/commit/cc68a1f435e6fc923908d7a2b84f52dc2a999f4d)) +- Add image plugin helpers [#28110](https://github.com/gatsbyjs/gatsby/issues/28110) ([6ed397f](https://github.com/gatsbyjs/gatsby/commit/6ed397f22c5cae21563de095f1f1a6d6e26ba100)) -# [2.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.1...gatsby-plugin-sharp@2.11.0-next.2) (2020-12-03) +#### Bug Fixes -### Bug Fixes +- avoid joi validation error when using reporter.panic [#28291](https://github.com/gatsbyjs/gatsby/issues/28291) [#28322](https://github.com/gatsbyjs/gatsby/issues/28322) ([e444a55](https://github.com/gatsbyjs/gatsby/commit/e444a55452555e05a1f0cf4a0a4bc7f01dbe3f3c)) -- **gatsby-plugin-sharp:** decode URL so it matches the cache key ([#28449](https://github.com/gatsbyjs/gatsby/issues/28449)) ([946eed0](https://github.com/gatsbyjs/gatsby/commit/946eed0fb8cff37471d85a2b0d09f493e7e0442d)) +#### Chores -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.11.0-next.0...gatsby-plugin-sharp@2.11.0-next.1) (2020-12-01) +- update minor and patch for gatsby-plugin-sharp [#27132](https://github.com/gatsbyjs/gatsby/issues/27132) ([980445a](https://github.com/gatsbyjs/gatsby/commit/980445ab272b8c01c443b16e19b06634517b2251)) -### Bug Fixes +### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.9.1/packages/gatsby-plugin-sharp) (2020-11-27) -- avoid joi validation error when using reporter.panic ([#28291](https://github.com/gatsbyjs/gatsby/issues/28291)) ([231cf9f](https://github.com/gatsbyjs/gatsby/commit/231cf9f8c0ad077c8c1324a5c89c791a2da775a1)) +#### Bug Fixes -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.10.0-next.1...gatsby-plugin-sharp@2.11.0-next.0) (2020-11-26) +- avoid joi validation error when using reporter.panic [#28291](https://github.com/gatsbyjs/gatsby/issues/28291) [#28321](https://github.com/gatsbyjs/gatsby/issues/28321) ([88837ab](https://github.com/gatsbyjs/gatsby/commit/88837ab8c5675cc014416347020d189146477336)) -### Features +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.9.0/packages/gatsby-plugin-sharp) (2020-11-20) -- **gatsby-plugin-image:** Add image plugin helpers ([#28110](https://github.com/gatsbyjs/gatsby/issues/28110)) ([6ed397f](https://github.com/gatsbyjs/gatsby/commit/6ed397f22c5cae21563de095f1f1a6d6e26ba100)) -- **gatsby-plugin-sharp:** add experimental opt-in lazy image processing mode for `gatsby develop` ([#28288](https://github.com/gatsbyjs/gatsby/issues/28288)) ([cc68a1f](https://github.com/gatsbyjs/gatsby/commit/cc68a1f435e6fc923908d7a2b84f52dc2a999f4d)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.10.0-next.0...gatsby-plugin-sharp@2.10.0-next.1) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sharp +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Upgrade sharp [#28119](https://github.com/gatsbyjs/gatsby/issues/28119) ([ab96f1e](https://github.com/gatsbyjs/gatsby/commit/ab96f1e2b3f25d5fe614fbca37f2638def7fd824)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.9.0-next.0...gatsby-plugin-sharp@2.10.0-next.0) (2020-11-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.8.0/packages/gatsby-plugin-sharp) (2020-11-12) -**Note:** Version bump only for package gatsby-plugin-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.8.0-next.0...gatsby-plugin-sharp@2.8.0-next.1) (2020-11-10) +#### Features -### Features +- Resolver API changes [#27783](https://github.com/gatsbyjs/gatsby/issues/27783) [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)) -- **gatsby-transformer-sharp:** Resolver API changes ([#27783](https://github.com/gatsbyjs/gatsby/issues/27783)) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)), closes [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619) + # [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.44...gatsby-plugin-sharp@2.7.0) (2020-11-02) diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index ae27fd31f010d..6ff06cf326478 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/CHANGELOG.md @@ -1,170 +1,177 @@ -# Change Log +# Changelog: `gatsby-plugin-sitemap` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.3...gatsby-plugin-sitemap@4.9.0-next.0) (2021-08-12) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.8.0/packages/gatsby-plugin-sitemap) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-sitemap - -# [4.8.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.2...gatsby-plugin-sitemap@4.8.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-sitemap +#### Bug Fixes -# [4.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.1...gatsby-plugin-sitemap@4.8.0-next.2) (2021-08-05) - -**Note:** Version bump only for package gatsby-plugin-sitemap +- Add plugin options forbidden for deprecated `exclude` [#32509](https://github.com/gatsbyjs/gatsby/issues/32509) ([6f60237](https://github.com/gatsbyjs/gatsby/commit/6f60237355a74c96a76a9037a23b66bd836f75df)) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.0...gatsby-plugin-sitemap@4.8.0-next.1) (2021-08-05) +#### Chores -### Bug Fixes +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **gatsby-plugin-sitemap:** Add plugin options forbidden for deprecated `exclude` ([#32509](https://github.com/gatsbyjs/gatsby/issues/32509)) ([6f60237](https://github.com/gatsbyjs/gatsby/commit/6f60237355a74c96a76a9037a23b66bd836f75df)) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.7.0/packages/gatsby-plugin-sitemap) (2021-08-04) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.7.0-next.0...gatsby-plugin-sitemap@4.8.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-sitemap -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.6.0-next.1...gatsby-plugin-sitemap@4.7.0-next.0) (2021-07-15) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.6.0/packages/gatsby-plugin-sitemap) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.6.0-next.0...gatsby-plugin-sitemap@4.6.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sitemap +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.5.0-next.1...gatsby-plugin-sitemap@4.6.0-next.0) (2021-07-01) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.5.0/packages/gatsby-plugin-sitemap) (2021-07-07) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.5.0-next.0...gatsby-plugin-sitemap@4.5.0-next.1) (2021-06-28) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sitemap +- Clarify language on entryLimit [#32113](https://github.com/gatsbyjs/gatsby/issues/32113) ([70a36de](https://github.com/gatsbyjs/gatsby/commit/70a36dea1f6c398a9e4eada8e97a16cbdd6a56db)) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.4.0-next.1...gatsby-plugin-sitemap@4.5.0-next.0) (2021-06-18) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.4.0/packages/gatsby-plugin-sitemap) (2021-06-23) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -- **gatsby-plugin-sitemap:** Properly throw error on missing siteUrl ([#31963](https://github.com/gatsbyjs/gatsby/issues/31963)) ([f91dd52](https://github.com/gatsbyjs/gatsby/commit/f91dd5250f5fa38c1b1c97a936aece6a241a8404)) +#### Bug Fixes -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.4.0-next.0...gatsby-plugin-sitemap@4.4.0-next.1) (2021-06-10) +- Properly throw error on missing siteUrl [#31963](https://github.com/gatsbyjs/gatsby/issues/31963) ([f91dd52](https://github.com/gatsbyjs/gatsby/commit/f91dd5250f5fa38c1b1c97a936aece6a241a8404)) -**Note:** Version bump only for package gatsby-plugin-sitemap +#### Chores -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.3.0-next.2...gatsby-plugin-sitemap@4.4.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-plugin-sitemap +### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.3.1/packages/gatsby-plugin-sitemap) (2021-06-10) -# [4.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.3.0-next.1...gatsby-plugin-sitemap@4.3.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sitemap +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.3.0-next.0...gatsby-plugin-sitemap@4.3.0-next.1) (2021-05-31) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.3.0/packages/gatsby-plugin-sitemap) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.2.0-next.2...gatsby-plugin-sitemap@4.3.0-next.0) (2021-05-21) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sitemap +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [4.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.2.0-next.1...gatsby-plugin-sitemap@4.2.0-next.2) (2021-05-18) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.2.0/packages/gatsby-plugin-sitemap) (2021-05-25) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -- **gatsby-plugin-sitemap:** Remove reporter.verbose calls ([#31448](https://github.com/gatsbyjs/gatsby/issues/31448)) ([c339f67](https://github.com/gatsbyjs/gatsby/commit/c339f67ba0fe4e79df2b33fe3f4d016d0f8e20ba)) -- **gatsby-plugin-sitemap:** Sitemap path bug ([#31184](https://github.com/gatsbyjs/gatsby/issues/31184)) ([d95b258](https://github.com/gatsbyjs/gatsby/commit/d95b258fcc3a8e9b8b1c6d7f121690a5d4f44bf6)) +#### Bug Fixes -# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.2.0-next.0...gatsby-plugin-sitemap@4.2.0-next.1) (2021-05-12) +- Remove reporter.verbose calls [#31448](https://github.com/gatsbyjs/gatsby/issues/31448) ([c339f67](https://github.com/gatsbyjs/gatsby/commit/c339f67ba0fe4e79df2b33fe3f4d016d0f8e20ba)) +- Sitemap path bug [#31184](https://github.com/gatsbyjs/gatsby/issues/31184) ([d95b258](https://github.com/gatsbyjs/gatsby/commit/d95b258fcc3a8e9b8b1c6d7f121690a5d4f44bf6)) -**Note:** Version bump only for package gatsby-plugin-sitemap +#### Chores -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.1.0-next.1...gatsby-plugin-sitemap@4.2.0-next.0) (2021-05-06) +- fix typos fix [#31351](https://github.com/gatsbyjs/gatsby/issues/31351) ([844c19e](https://github.com/gatsbyjs/gatsby/commit/844c19e988485ef9ad85f66366f8f5ef72114b0b)) -**Note:** Version bump only for package gatsby-plugin-sitemap +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.1.0/packages/gatsby-plugin-sitemap) (2021-05-12) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.1.0-next.0...gatsby-plugin-sitemap@4.1.0-next.1) (2021-05-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -**Note:** Version bump only for package gatsby-plugin-sitemap +#### Other Changes -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.0.0-next.1...gatsby-plugin-sitemap@4.1.0-next.0) (2021-04-23) +- Allows sitemap output on root of public folder [#31130](https://github.com/gatsbyjs/gatsby/issues/31130) ([e9504f2](https://github.com/gatsbyjs/gatsby/commit/e9504f2ce67b7d9c05376de42d6f801ae4ad8447)) -**Note:** Version bump only for package gatsby-plugin-sitemap +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@4.0.0/packages/gatsby-plugin-sitemap) (2021-04-28) -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.0.0-next.0...gatsby-plugin-sitemap@4.0.0-next.1) (2021-04-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -**Note:** Version bump only for package gatsby-plugin-sitemap +#### Chores -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.4.0-next.0...gatsby-plugin-sitemap@4.0.0-next.0) (2021-04-19) +- excludes typo ([2429327](https://github.com/gatsbyjs/gatsby/commit/2429327d10f9124e4cb0dd0e80001cc5dbbae50b)) -**Note:** Version bump only for package gatsby-plugin-sitemap +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@3.3.0/packages/gatsby-plugin-sitemap) (2021-04-14) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.3.0-next.1...gatsby-plugin-sitemap@3.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-sitemap -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.3.0-next.0...gatsby-plugin-sitemap@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@3.2.0/packages/gatsby-plugin-sitemap) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-sitemap -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.2.0-next.0...gatsby-plugin-sitemap@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@3.1.0/packages/gatsby-plugin-sitemap) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.1.0-next.1...gatsby-plugin-sitemap@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sitemap +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.1.0-next.0...gatsby-plugin-sitemap@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@3.0.0/packages/gatsby-plugin-sitemap) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@3.0.0-next.0...gatsby-plugin-sitemap@3.1.0-next.0) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-sitemap +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.13.0-next.0...gatsby-plugin-sitemap@3.0.0-next.0) (2021-02-05) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.12.0/packages/gatsby-plugin-sitemap) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-sitemap -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.12.0-next.0...gatsby-plugin-sitemap@2.13.0-next.0) (2021-01-28) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.11.0/packages/gatsby-plugin-sitemap) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-sitemap -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.11.0-next.0...gatsby-plugin-sitemap@2.12.0-next.0) (2021-01-18) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.10.0/packages/gatsby-plugin-sitemap) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-sitemap -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.10.0-next.0...gatsby-plugin-sitemap@2.11.0-next.0) (2020-12-29) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.9.0/packages/gatsby-plugin-sitemap) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.9.0-next.0...gatsby-plugin-sitemap@2.10.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-sitemap +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.8.0-next.1...gatsby-plugin-sitemap@2.9.0-next.0) (2020-11-26) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.8.0/packages/gatsby-plugin-sitemap) (2020-12-02) -**Note:** Version bump only for package gatsby-plugin-sitemap +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.8.0-next.0...gatsby-plugin-sitemap@2.8.0-next.1) (2020-11-22) +#### Features -### Features +- allow `serialize` plugin option to be async function # [#28207](https://github.com/gatsbyjs/gatsby/issues/28207) ([7cf09fb](https://github.com/gatsbyjs/gatsby/commit/7cf09fb006e6f42ed0d7dd9f677f02143f8c02ff)) -- **gatsby-plugin-sitemap:** allow `serialize` plugin option to be async function # ([#28207](https://github.com/gatsbyjs/gatsby/issues/28207)) ([7cf09fb](https://github.com/gatsbyjs/gatsby/commit/7cf09fb006e6f42ed0d7dd9f677f02143f8c02ff)) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.7.0/packages/gatsby-plugin-sitemap) (2020-11-20) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.7.0-next.0...gatsby-plugin-sitemap@2.8.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-plugin-sitemap +#### Chores -# [2.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.6.0-next.1...gatsby-plugin-sitemap@2.6.0-next.2) (2020-11-10) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-plugin-sitemap +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@2.6.0/packages/gatsby-plugin-sitemap) (2020-11-12) -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.6.0-next.0...gatsby-plugin-sitemap@2.6.0-next.1) (2020-11-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -### Bug Fixes +#### Bug Fixes + +- fixed missing sitemapSize config entry fixed [#27866](https://github.com/gatsbyjs/gatsby/issues/27866) ([f0689ff](https://github.com/gatsbyjs/gatsby/commit/f0689ffce82e8b59a02df5c338470bd31a5154f2)) -- **gatsby-plugin-sitemap:** fixed missing sitemapSize config entry ([#27866](https://github.com/gatsbyjs/gatsby/issues/27866)) ([f0689ff](https://github.com/gatsbyjs/gatsby/commit/f0689ffce82e8b59a02df5c338470bd31a5154f2)) + # [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.4.17...gatsby-plugin-sitemap@2.5.0) (2020-11-02) diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index efa07af690eb5..9c8dff961f9ac 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/CHANGELOG.md @@ -1,148 +1,162 @@ -# Change Log +# Changelog: `gatsby-plugin-styled-components` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.3...gatsby-plugin-styled-components@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.12.0/packages/gatsby-plugin-styled-components) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-styled-components +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.2...gatsby-plugin-styled-components@4.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-components +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.1...gatsby-plugin-styled-components@4.12.0-next.2) (2021-08-05) +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.11.0/packages/gatsby-plugin-styled-components) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.0...gatsby-plugin-styled-components@4.12.0-next.1) (2021-08-05) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.10.0/packages/gatsby-plugin-styled-components) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-styled-components +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.11.0-next.0...gatsby-plugin-styled-components@4.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-components +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.9.0/packages/gatsby-plugin-styled-components) (2021-07-07) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.10.0-next.1...gatsby-plugin-styled-components@4.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.10.0-next.0...gatsby-plugin-styled-components@4.10.0-next.1) (2021-07-08) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.8.0/packages/gatsby-plugin-styled-components) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-styled-components +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.9.0-next.0...gatsby-plugin-styled-components@4.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-components +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.8.0-next.1...gatsby-plugin-styled-components@4.9.0-next.0) (2021-06-18) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.7.1/packages/gatsby-plugin-styled-components) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-styled-components +#### Chores -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.8.0-next.0...gatsby-plugin-styled-components@4.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-styled-components +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.7.0/packages/gatsby-plugin-styled-components) (2021-06-09) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.7.0-next.2...gatsby-plugin-styled-components@4.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-styled-components +#### Chores -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.7.0-next.1...gatsby-plugin-styled-components@4.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-styled-components +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.6.0/packages/gatsby-plugin-styled-components) (2021-05-25) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.7.0-next.0...gatsby-plugin-styled-components@4.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.6.0-next.0...gatsby-plugin-styled-components@4.7.0-next.0) (2021-05-21) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.5.0/packages/gatsby-plugin-styled-components) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.5.0-next.0...gatsby-plugin-styled-components@4.6.0-next.0) (2021-05-06) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.4.0/packages/gatsby-plugin-styled-components) (2021-04-28) -**Note:** Version bump only for package gatsby-plugin-styled-components +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.4.0-next.1...gatsby-plugin-styled-components@4.5.0-next.0) (2021-04-23) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-components +- Remove breaking changes section [#30806](https://github.com/gatsbyjs/gatsby/issues/30806) [#issuecomment-817204219](https://github.com/gatsbyjs/gatsby/issues/issuecomment-817204219) ([7ebf454](https://github.com/gatsbyjs/gatsby/commit/7ebf4540ec5c47d117b6a9f5940b9998088da2eb)) + +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.3.0/packages/gatsby-plugin-styled-components) (2021-04-14) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.4.0-next.0...gatsby-plugin-styled-components@4.4.0-next.1) (2021-04-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.3.0-next.1...gatsby-plugin-styled-components@4.4.0-next.0) (2021-04-09) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.2.0/packages/gatsby-plugin-styled-components) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.3.0-next.0...gatsby-plugin-styled-components@4.3.0-next.1) (2021-04-07) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.1.0/packages/gatsby-plugin-styled-components) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-styled-components -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.2.0-next.0...gatsby-plugin-styled-components@4.3.0-next.0) (2021-03-25) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@4.0.0/packages/gatsby-plugin-styled-components) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-styled-components +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.1.0-next.1...gatsby-plugin-styled-components@4.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-styled-components +- Support `topLevelImportPaths` option [#29544](https://github.com/gatsbyjs/gatsby/issues/29544) ([a6be92e](https://github.com/gatsbyjs/gatsby/commit/a6be92eb80bb98c308310a0fb3c340dab8e104aa)) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.1.0-next.0...gatsby-plugin-styled-components@4.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-components +- remove multiple h1s from official plugin docs [#29465](https://github.com/gatsbyjs/gatsby/issues/29465) ([9428145](https://github.com/gatsbyjs/gatsby/commit/9428145eb57c60df229bb0be866d08cf8de777d5)) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.0.0-next.2...gatsby-plugin-styled-components@4.1.0-next.0) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-styled-components +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.0.0-next.1...gatsby-plugin-styled-components@4.0.0-next.2) (2021-02-17) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.10.0/packages/gatsby-plugin-styled-components) (2021-02-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- **gatsby-plugin-styled-components:** Support `topLevelImportPaths` option ([#29544](https://github.com/gatsbyjs/gatsby/issues/29544)) ([a6be92e](https://github.com/gatsbyjs/gatsby/commit/a6be92eb80bb98c308310a0fb3c340dab8e104aa)) +#### Bug Fixes -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.0.0-next.0...gatsby-plugin-styled-components@4.0.0-next.1) (2021-02-15) +- add `namespace` option [#29095](https://github.com/gatsbyjs/gatsby/issues/29095) ([1a09302](https://github.com/gatsbyjs/gatsby/commit/1a09302d65817ce0d6b62819a5e1fcdddafc3ea3)) -**Note:** Version bump only for package gatsby-plugin-styled-components +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.9.0/packages/gatsby-plugin-styled-components) (2021-01-20) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.11.0-next.0...gatsby-plugin-styled-components@4.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-styled-components -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.10.0-next.1...gatsby-plugin-styled-components@3.11.0-next.0) (2021-01-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.8.0/packages/gatsby-plugin-styled-components) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-styled-components -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.10.0-next.0...gatsby-plugin-styled-components@3.10.0-next.1) (2021-01-26) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.7.0/packages/gatsby-plugin-styled-components) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-plugin-styled-components:** add `namespace` option ([#29095](https://github.com/gatsbyjs/gatsby/issues/29095)) ([1a09302](https://github.com/gatsbyjs/gatsby/commit/1a09302d65817ce0d6b62819a5e1fcdddafc3ea3)) +#### Chores -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.9.0-next.0...gatsby-plugin-styled-components@3.10.0-next.0) (2021-01-18) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-styled-components +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.6.0/packages/gatsby-plugin-styled-components) (2020-12-02) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.8.0-next.0...gatsby-plugin-styled-components@3.9.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-styled-components -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.7.0-next.0...gatsby-plugin-styled-components@3.8.0-next.0) (2020-12-10) - -**Note:** Version bump only for package gatsby-plugin-styled-components +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.5.0/packages/gatsby-plugin-styled-components) (2020-11-20) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.6.0-next.0...gatsby-plugin-styled-components@3.7.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-plugin-styled-components +#### Chores -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.5.0-next.0...gatsby-plugin-styled-components@3.6.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-plugin-styled-components +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.4.0/packages/gatsby-plugin-styled-components) (2020-11-12) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.4.0-next.0...gatsby-plugin-styled-components@3.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-styled-components + + ## [3.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.3.13...gatsby-plugin-styled-components@3.3.14) (2020-10-09) **Note:** Version bump only for package gatsby-plugin-styled-components diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 55f7f7b2301ec..fe111cd91be43 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-plugin-styled-jsx` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.3...gatsby-plugin-styled-jsx@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.12.0/packages/gatsby-plugin-styled-jsx) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-styled-jsx - -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.2...gatsby-plugin-styled-jsx@4.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +#### Chores -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.1...gatsby-plugin-styled-jsx@4.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.11.0/packages/gatsby-plugin-styled-jsx) (2021-08-04) -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.0...gatsby-plugin-styled-jsx@4.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.11.0-next.0...gatsby-plugin-styled-jsx@4.12.0-next.0) (2021-07-29) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.10.0/packages/gatsby-plugin-styled-jsx) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-styled-jsx - -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.10.0-next.1...gatsby-plugin-styled-jsx@4.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +#### Chores -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.10.0-next.0...gatsby-plugin-styled-jsx@4.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.9.0/packages/gatsby-plugin-styled-jsx) (2021-07-07) -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.9.0-next.0...gatsby-plugin-styled-jsx@4.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.8.0-next.1...gatsby-plugin-styled-jsx@4.9.0-next.0) (2021-06-18) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.8.0/packages/gatsby-plugin-styled-jsx) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.8.0-next.0...gatsby-plugin-styled-jsx@4.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-jsx +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.7.0-next.2...gatsby-plugin-styled-jsx@4.8.0-next.0) (2021-06-03) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.7.1/packages/gatsby-plugin-styled-jsx) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +#### Chores -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.7.0-next.1...gatsby-plugin-styled-jsx@4.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.7.0/packages/gatsby-plugin-styled-jsx) (2021-06-09) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.7.0-next.0...gatsby-plugin-styled-jsx@4.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +#### Chores -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.6.0-next.0...gatsby-plugin-styled-jsx@4.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.6.0/packages/gatsby-plugin-styled-jsx) (2021-05-25) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.5.0-next.0...gatsby-plugin-styled-jsx@4.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.4.0-next.0...gatsby-plugin-styled-jsx@4.5.0-next.0) (2021-04-23) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.5.0/packages/gatsby-plugin-styled-jsx) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.3.0-next.1...gatsby-plugin-styled-jsx@4.4.0-next.0) (2021-04-09) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.4.0/packages/gatsby-plugin-styled-jsx) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.3.0-next.0...gatsby-plugin-styled-jsx@4.3.0-next.1) (2021-04-07) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.3.0/packages/gatsby-plugin-styled-jsx) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.2.0-next.0...gatsby-plugin-styled-jsx@4.3.0-next.0) (2021-03-25) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.2.0/packages/gatsby-plugin-styled-jsx) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.1.0-next.1...gatsby-plugin-styled-jsx@4.2.0-next.0) (2021-03-11) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.1.0/packages/gatsby-plugin-styled-jsx) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.1.0-next.0...gatsby-plugin-styled-jsx@4.1.0-next.1) (2021-02-26) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@4.0.0/packages/gatsby-plugin-styled-jsx) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.0.0-next.0...gatsby-plugin-styled-jsx@4.1.0-next.0) (2021-02-26) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.10.0/packages/gatsby-plugin-styled-jsx) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.11.0-next.0...gatsby-plugin-styled-jsx@4.0.0-next.0) (2021-02-05) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.9.0/packages/gatsby-plugin-styled-jsx) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.10.0-next.0...gatsby-plugin-styled-jsx@3.11.0-next.0) (2021-01-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.8.0/packages/gatsby-plugin-styled-jsx) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.9.0-next.0...gatsby-plugin-styled-jsx@3.10.0-next.0) (2021-01-18) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.7.0/packages/gatsby-plugin-styled-jsx) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.8.0-next.0...gatsby-plugin-styled-jsx@3.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-jsx +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.7.0-next.0...gatsby-plugin-styled-jsx@3.8.0-next.0) (2020-12-10) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.6.0/packages/gatsby-plugin-styled-jsx) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-styled-jsx -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.6.0-next.0...gatsby-plugin-styled-jsx@3.7.0-next.0) (2020-11-26) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.5.0/packages/gatsby-plugin-styled-jsx) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-styled-jsx +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.5.0-next.0...gatsby-plugin-styled-jsx@3.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styled-jsx +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-jsx@3.4.0/packages/gatsby-plugin-styled-jsx) (2020-11-12) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.4.0-next.0...gatsby-plugin-styled-jsx@3.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-styled-jsx + + ## [3.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.3.13...gatsby-plugin-styled-jsx@3.3.14) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-styled-jsx diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index e7d5857df4647..44a927e88ae42 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/CHANGELOG.md @@ -1,134 +1,157 @@ -# Change Log +# Changelog: `gatsby-plugin-styletron` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.3...gatsby-plugin-styletron@6.13.0-next.0) (2021-08-12) +## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.12.0/packages/gatsby-plugin-styletron) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [6.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.2...gatsby-plugin-styletron@6.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styletron +- update dependency styletron-react to v6 for gatsby-plugin-styletron [#32653](https://github.com/gatsbyjs/gatsby/issues/32653) ([84a00d6](https://github.com/gatsbyjs/gatsby/commit/84a00d661a6860a16455859a8c0c3d925e845977)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update dependency styletron-engine-atomic to ^1.4.8 for gatsby-plugin-styletron [#32569](https://github.com/gatsbyjs/gatsby/issues/32569) ([1f54e3d](https://github.com/gatsbyjs/gatsby/commit/1f54e3dcd3a03cc69bcaf330958d44676f8475a2)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [6.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.1...gatsby-plugin-styletron@6.12.0-next.2) (2021-08-05) +## [6.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.11.0/packages/gatsby-plugin-styletron) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.0...gatsby-plugin-styletron@6.12.0-next.1) (2021-08-05) +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.10.0/packages/gatsby-plugin-styletron) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [6.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.11.0-next.0...gatsby-plugin-styletron@6.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styletron +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.9.0/packages/gatsby-plugin-styletron) (2021-07-07) -# [6.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.10.0-next.1...gatsby-plugin-styletron@6.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.10.0-next.0...gatsby-plugin-styletron@6.10.0-next.1) (2021-07-08) +## [6.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.8.0/packages/gatsby-plugin-styletron) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [6.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.9.0-next.0...gatsby-plugin-styletron@6.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styletron +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [6.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.8.0-next.1...gatsby-plugin-styletron@6.9.0-next.0) (2021-06-18) +### [6.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.7.1/packages/gatsby-plugin-styletron) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-styletron +#### Chores -# [6.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.8.0-next.0...gatsby-plugin-styletron@6.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-styletron +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.7.0/packages/gatsby-plugin-styletron) (2021-06-09) -# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.7.0-next.2...gatsby-plugin-styletron@6.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-styletron +#### Chores -# [6.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.7.0-next.1...gatsby-plugin-styletron@6.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-styletron +## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.6.0/packages/gatsby-plugin-styletron) (2021-05-25) -# [6.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.7.0-next.0...gatsby-plugin-styletron@6.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.6.0-next.0...gatsby-plugin-styletron@6.7.0-next.0) (2021-05-21) +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.5.0/packages/gatsby-plugin-styletron) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.5.0-next.0...gatsby-plugin-styletron@6.6.0-next.0) (2021-05-06) +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.4.0/packages/gatsby-plugin-styletron) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.4.0-next.0...gatsby-plugin-styletron@6.5.0-next.0) (2021-04-23) +## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.3.0/packages/gatsby-plugin-styletron) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.3.0-next.1...gatsby-plugin-styletron@6.4.0-next.0) (2021-04-09) +## [6.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.2.0/packages/gatsby-plugin-styletron) (2021-03-30) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [6.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.3.0-next.0...gatsby-plugin-styletron@6.3.0-next.1) (2021-04-07) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styletron +- update minor and patch for gatsby-plugin-styletron [#29847](https://github.com/gatsbyjs/gatsby/issues/29847) ([d35de6b](https://github.com/gatsbyjs/gatsby/commit/d35de6be119f10713daaba54435b2cf2d7973ad3)) -# [6.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.2.0-next.1...gatsby-plugin-styletron@6.3.0-next.0) (2021-03-25) +## [6.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.1.0/packages/gatsby-plugin-styletron) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.2.0-next.0...gatsby-plugin-styletron@6.2.0-next.1) (2021-03-19) +## [6.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@6.0.0/packages/gatsby-plugin-styletron) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [6.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.1.0-next.1...gatsby-plugin-styletron@6.2.0-next.0) (2021-03-11) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-styletron +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) + +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.7.0/packages/gatsby-plugin-styletron) (2021-02-02) -# [6.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.1.0-next.0...gatsby-plugin-styletron@6.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-styletron -# [6.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.0.0-next.0...gatsby-plugin-styletron@6.1.0-next.0) (2021-02-26) +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.6.0/packages/gatsby-plugin-styletron) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [6.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.8.0-next.0...gatsby-plugin-styletron@6.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-styletron +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.7.0-next.0...gatsby-plugin-styletron@5.8.0-next.0) (2021-01-28) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.5.0/packages/gatsby-plugin-styletron) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-styletron -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.6.0-next.0...gatsby-plugin-styletron@5.7.0-next.0) (2021-01-18) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.4.0/packages/gatsby-plugin-styletron) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.5.0-next.0...gatsby-plugin-styletron@5.6.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-styletron +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.3.0/packages/gatsby-plugin-styletron) (2020-12-02) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.4.0-next.0...gatsby-plugin-styletron@5.5.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-styletron -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.3.0-next.0...gatsby-plugin-styletron@5.4.0-next.0) (2020-11-26) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.2.0/packages/gatsby-plugin-styletron) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-styletron +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.2.0-next.0...gatsby-plugin-styletron@5.3.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-styletron +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styletron@5.1.0/packages/gatsby-plugin-styletron) (2020-11-12) -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.1.0-next.0...gatsby-plugin-styletron@5.1.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-styletron + + ## [5.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.0.10...gatsby-plugin-styletron@5.0.11) (2020-09-28) **Note:** Version bump only for package gatsby-plugin-styletron diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index c15531c5503e9..6a2ec0fde4b38 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/CHANGELOG.md @@ -1,146 +1,163 @@ -# Change Log +# Changelog: `gatsby-plugin-stylus` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.3...gatsby-plugin-stylus@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.12.0/packages/gatsby-plugin-stylus) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-stylus +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.2...gatsby-plugin-stylus@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-stylus +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.1...gatsby-plugin-stylus@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.11.0/packages/gatsby-plugin-stylus) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-stylus - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.0...gatsby-plugin-stylus@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-stylus -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.11.0-next.0...gatsby-plugin-stylus@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.10.0/packages/gatsby-plugin-stylus) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-stylus +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.10.0-next.1...gatsby-plugin-stylus@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-stylus - -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.10.0-next.0...gatsby-plugin-stylus@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-stylus +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.9.0/packages/gatsby-plugin-stylus) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.9.0-next.0...gatsby-plugin-stylus@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-stylus -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.8.0-next.1...gatsby-plugin-stylus@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.8.0/packages/gatsby-plugin-stylus) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-stylus +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.8.0-next.0...gatsby-plugin-stylus@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-stylus +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.7.0-next.2...gatsby-plugin-stylus@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.7.1/packages/gatsby-plugin-stylus) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-stylus +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.7.0-next.1...gatsby-plugin-stylus@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-stylus +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.7.0/packages/gatsby-plugin-stylus) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.7.0-next.0...gatsby-plugin-stylus@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-stylus +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.6.0-next.0...gatsby-plugin-stylus@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-stylus +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.6.0/packages/gatsby-plugin-stylus) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.5.0-next.0...gatsby-plugin-stylus@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-stylus -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.4.0-next.0...gatsby-plugin-stylus@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.5.0/packages/gatsby-plugin-stylus) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-stylus -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.3.0-next.1...gatsby-plugin-stylus@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.4.0/packages/gatsby-plugin-stylus) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-stylus -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.3.0-next.0...gatsby-plugin-stylus@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.3.0/packages/gatsby-plugin-stylus) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-stylus -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.2.0-next.1...gatsby-plugin-stylus@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.2.0/packages/gatsby-plugin-stylus) (2021-03-30) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- enable better cssOptions override for modules ([#30112](https://github.com/gatsbyjs/gatsby/issues/30112)) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) +#### Features -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.2.0-next.0...gatsby-plugin-stylus@3.2.0-next.1) (2021-03-19) +- enable better cssOptions override for modules [#30112](https://github.com/gatsbyjs/gatsby/issues/30112) ([4571d2b](https://github.com/gatsbyjs/gatsby/commit/4571d2b098e1830ae7a9b1ddd0e23cb1abdcc86c)) -**Note:** Version bump only for package gatsby-plugin-stylus +#### Chores -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.1.0-next.2...gatsby-plugin-stylus@3.2.0-next.0) (2021-03-11) +- Update styling READMEs CSS modules info [#30334](https://github.com/gatsbyjs/gatsby/issues/30334) ([85b6420](https://github.com/gatsbyjs/gatsby/commit/85b642064113b1f6de94dd10cb21cef701d83539)) -**Note:** Version bump only for package gatsby-plugin-stylus +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.1.0/packages/gatsby-plugin-stylus) (2021-03-16) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.1.0-next.1...gatsby-plugin-stylus@3.1.0-next.2) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -### Bug Fixes +#### Bug Fixes -- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.1.0-next.0...gatsby-plugin-stylus@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-stylus +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.0.0-next.1...gatsby-plugin-stylus@3.1.0-next.0) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@3.0.0/packages/gatsby-plugin-stylus) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-stylus +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.0.0-next.0...gatsby-plugin-stylus@3.0.0-next.1) (2021-02-19) +#### Bug Fixes -### Bug Fixes +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) [#29809](https://github.com/gatsbyjs/gatsby/issues/29809) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809)) +- make minicss-extract-plugin compatible with plugins [#29599](https://github.com/gatsbyjs/gatsby/issues/29599) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) -- make minicss-extract-plugin compatible with plugins ([#29599](https://github.com/gatsbyjs/gatsby/issues/29599)) ([c0ab195](https://github.com/gatsbyjs/gatsby/commit/c0ab19598708750ce98b39448469a39126f55571)) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.10.0/packages/gatsby-plugin-stylus) (2021-02-02) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.11.0-next.0...gatsby-plugin-stylus@3.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-stylus -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.10.0-next.0...gatsby-plugin-stylus@2.11.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.9.0/packages/gatsby-plugin-stylus) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-stylus -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.9.0-next.0...gatsby-plugin-stylus@2.10.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.8.0/packages/gatsby-plugin-stylus) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-stylus -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.8.0-next.0...gatsby-plugin-stylus@2.9.0-next.0) (2020-12-29) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.7.0/packages/gatsby-plugin-stylus) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-stylus +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.7.0-next.0...gatsby-plugin-stylus@2.8.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-stylus +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.6.0-next.0...gatsby-plugin-stylus@2.7.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.6.0/packages/gatsby-plugin-stylus) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-stylus -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.5.0-next.0...gatsby-plugin-stylus@2.6.0-next.0) (2020-11-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.5.0/packages/gatsby-plugin-stylus) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-stylus +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.4.0-next.0...gatsby-plugin-stylus@2.4.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-stylus@2.4.0/packages/gatsby-plugin-stylus) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-stylus + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.3.12...gatsby-plugin-stylus@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index d3eb2275fa4e8..ea4dcb57df022 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/CHANGELOG.md @@ -1,142 +1,157 @@ -# Change Log +# Changelog: `gatsby-plugin-subfont` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.3...gatsby-plugin-subfont@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.12.0/packages/gatsby-plugin-subfont) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-subfont - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.2...gatsby-plugin-subfont@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-plugin-subfont +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.1...gatsby-plugin-subfont@3.12.0-next.2) (2021-08-05) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-plugin-subfont +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.11.0/packages/gatsby-plugin-subfont) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.0...gatsby-plugin-subfont@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.11.0-next.0...gatsby-plugin-subfont@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.10.0/packages/gatsby-plugin-subfont) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-subfont - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.10.0-next.1...gatsby-plugin-subfont@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-plugin-subfont +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.10.0-next.0...gatsby-plugin-subfont@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-subfont +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.9.0/packages/gatsby-plugin-subfont) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.9.0-next.0...gatsby-plugin-subfont@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.8.0-next.1...gatsby-plugin-subfont@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.8.0/packages/gatsby-plugin-subfont) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-subfont +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.8.0-next.0...gatsby-plugin-subfont@3.8.0-next.1) (2021-06-10) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-plugin-subfont [#31703](https://github.com/gatsbyjs/gatsby/issues/31703) ([a479d7d](https://github.com/gatsbyjs/gatsby/commit/a479d7d45312d6184040aeb23e5bc017fb022398)) -- **deps:** update minor and patch for gatsby-plugin-subfont ([#31703](https://github.com/gatsbyjs/gatsby/issues/31703)) ([a479d7d](https://github.com/gatsbyjs/gatsby/commit/a479d7d45312d6184040aeb23e5bc017fb022398)) +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.7.0-next.2...gatsby-plugin-subfont@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-plugin-subfont +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.7.1/packages/gatsby-plugin-subfont) (2021-06-10) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.7.0-next.1...gatsby-plugin-subfont@3.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-plugin-subfont +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.7.0-next.0...gatsby-plugin-subfont@3.7.0-next.1) (2021-05-31) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.7.0/packages/gatsby-plugin-subfont) (2021-06-09) -**Note:** Version bump only for package gatsby-plugin-subfont +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.6.0-next.0...gatsby-plugin-subfont@3.7.0-next.0) (2021-05-21) +#### Chores -**Note:** Version bump only for package gatsby-plugin-subfont +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.5.0-next.0...gatsby-plugin-subfont@3.6.0-next.0) (2021-05-06) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.6.0/packages/gatsby-plugin-subfont) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.4.0-next.0...gatsby-plugin-subfont@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.5.0/packages/gatsby-plugin-subfont) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.3.0-next.1...gatsby-plugin-subfont@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.4.0/packages/gatsby-plugin-subfont) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.3.0-next.0...gatsby-plugin-subfont@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.3.0/packages/gatsby-plugin-subfont) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.2.0-next.0...gatsby-plugin-subfont@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.2.0/packages/gatsby-plugin-subfont) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.1.0-next.2...gatsby-plugin-subfont@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.1.0/packages/gatsby-plugin-subfont) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-subfont +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.1.0-next.1...gatsby-plugin-subfont@3.1.0-next.2) (2021-02-28) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-subfont +- correct property name [#29803](https://github.com/gatsbyjs/gatsby/issues/29803) ([80d2e43](https://github.com/gatsbyjs/gatsby/commit/80d2e43ecd6aed908287ba837fea36a8b68e5c4b)) + +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@3.0.0/packages/gatsby-plugin-subfont) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.1.0-next.0...gatsby-plugin-subfont@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.0.0-next.0...gatsby-plugin-subfont@3.1.0-next.0) (2021-02-26) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.9.0/packages/gatsby-plugin-subfont) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-subfont -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.10.0-next.1...gatsby-plugin-subfont@3.0.0-next.0) (2021-02-05) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.8.0/packages/gatsby-plugin-subfont) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-subfont +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.10.0-next.0...gatsby-plugin-subfont@2.10.0-next.1) (2021-02-04) +#### Bug Fixes -### Bug Fixes +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -- **deps:** update minor and patch for gatsby-plugin-subfont ([#29282](https://github.com/gatsbyjs/gatsby/issues/29282)) ([aa89084](https://github.com/gatsbyjs/gatsby/commit/aa89084fa53cd6d1efdfdbf8a0dc2951165021e4)) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.7.0/packages/gatsby-plugin-subfont) (2021-01-06) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.9.0-next.0...gatsby-plugin-subfont@2.10.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-subfont -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.8.0-next.0...gatsby-plugin-subfont@2.9.0-next.0) (2021-01-18) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.6.0/packages/gatsby-plugin-subfont) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.7.0-next.0...gatsby-plugin-subfont@2.8.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-subfont +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.5.0/packages/gatsby-plugin-subfont) (2020-12-02) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.6.0-next.0...gatsby-plugin-subfont@2.7.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-subfont -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.5.0-next.0...gatsby-plugin-subfont@2.6.0-next.0) (2020-11-26) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.4.0/packages/gatsby-plugin-subfont) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-subfont +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.4.0-next.0...gatsby-plugin-subfont@2.5.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-subfont +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-subfont@2.3.0/packages/gatsby-plugin-subfont) (2020-11-12) -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.3.0-next.0...gatsby-plugin-subfont@2.3.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-subfont + + ## [2.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.2.13...gatsby-plugin-subfont@2.2.14) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-subfont diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index c6a50d7c538ff..716c3a6b71977 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -1,152 +1,151 @@ -# Change Log +# Changelog: `gatsby-plugin-twitter` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.3...gatsby-plugin-twitter@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.12.0/packages/gatsby-plugin-twitter) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-twitter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.2...gatsby-plugin-twitter@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-twitter +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.1...gatsby-plugin-twitter@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.11.0/packages/gatsby-plugin-twitter) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-twitter - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.0...gatsby-plugin-twitter@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.11.0-next.0...gatsby-plugin-twitter@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.10.0/packages/gatsby-plugin-twitter) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-twitter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.10.0-next.1...gatsby-plugin-twitter@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-plugin-twitter - -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.10.0-next.0...gatsby-plugin-twitter@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-twitter +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.9.0/packages/gatsby-plugin-twitter) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.9.0-next.1...gatsby-plugin-twitter@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.9.0-next.0...gatsby-plugin-twitter@3.9.0-next.1) (2021-06-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.8.0/packages/gatsby-plugin-twitter) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-twitter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.8.0-next.1...gatsby-plugin-twitter@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-twitter +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.8.0-next.0...gatsby-plugin-twitter@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.7.1/packages/gatsby-plugin-twitter) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-twitter +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.7.0-next.2...gatsby-plugin-twitter@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-twitter +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.7.0/packages/gatsby-plugin-twitter) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.7.0-next.1...gatsby-plugin-twitter@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-twitter +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.7.0-next.0...gatsby-plugin-twitter@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-twitter +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.6.0/packages/gatsby-plugin-twitter) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.6.0-next.0...gatsby-plugin-twitter@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.5.0-next.0...gatsby-plugin-twitter@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.5.0/packages/gatsby-plugin-twitter) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-twitter - -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.4.0-next.0...gatsby-plugin-twitter@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.3.0-next.1...gatsby-plugin-twitter@3.4.0-next.0) (2021-04-09) - -**Note:** Version bump only for package gatsby-plugin-twitter +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.4.0/packages/gatsby-plugin-twitter) (2021-04-28) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.3.0-next.0...gatsby-plugin-twitter@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.2.0-next.0...gatsby-plugin-twitter@3.3.0-next.0) (2021-03-25) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.3.0/packages/gatsby-plugin-twitter) (2021-04-14) -**Note:** Version bump only for package gatsby-plugin-twitter - -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.1.0-next.2...gatsby-plugin-twitter@3.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.1.0-next.1...gatsby-plugin-twitter@3.1.0-next.2) (2021-03-10) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.2.0/packages/gatsby-plugin-twitter) (2021-03-30) -**Note:** Version bump only for package gatsby-plugin-twitter - -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.1.0-next.0...gatsby-plugin-twitter@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-twitter -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.0.0-next.1...gatsby-plugin-twitter@3.1.0-next.0) (2021-02-26) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.1.0/packages/gatsby-plugin-twitter) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-twitter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.0.0-next.0...gatsby-plugin-twitter@3.0.0-next.1) (2021-02-25) +#### Chores -**Note:** Version bump only for package gatsby-plugin-twitter - -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.11.0-next.0...gatsby-plugin-twitter@3.0.0-next.0) (2021-02-05) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-plugin-twitter +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@3.0.0/packages/gatsby-plugin-twitter) (2021-03-02) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.10.0-next.0...gatsby-plugin-twitter@2.11.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-twitter -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.9.0-next.1...gatsby-plugin-twitter@2.10.0-next.0) (2021-01-18) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.10.0/packages/gatsby-plugin-twitter) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-twitter -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.9.0-next.0...gatsby-plugin-twitter@2.9.0-next.1) (2021-01-12) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.9.0/packages/gatsby-plugin-twitter) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-plugin-twitter -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.8.0-next.1...gatsby-plugin-twitter@2.9.0-next.0) (2020-12-29) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.8.0/packages/gatsby-plugin-twitter) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-twitter -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.8.0-next.0...gatsby-plugin-twitter@2.8.0-next.1) (2020-12-17) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.7.0/packages/gatsby-plugin-twitter) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-twitter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.7.0-next.0...gatsby-plugin-twitter@2.8.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-plugin-twitter +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.6.0/packages/gatsby-plugin-twitter) (2020-12-02) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.6.0-next.0...gatsby-plugin-twitter@2.7.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-twitter -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.5.0-next.1...gatsby-plugin-twitter@2.6.0-next.0) (2020-11-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.5.0/packages/gatsby-plugin-twitter) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-twitter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.5.0-next.0...gatsby-plugin-twitter@2.5.0-next.1) (2020-11-16) +#### Chores -**Note:** Version bump only for package gatsby-plugin-twitter +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Add pluginOptionsSchema validation [#27601](https://github.com/gatsbyjs/gatsby/issues/27601) ([bf6624b](https://github.com/gatsbyjs/gatsby/commit/bf6624b2f09e020b973f0d3aec622a8193242d35)) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.4.0-next.0...gatsby-plugin-twitter@2.4.0-next.1) (2020-11-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-twitter@2.4.0/packages/gatsby-plugin-twitter) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-twitter + + ## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.3.11...gatsby-plugin-twitter@2.3.12) (2020-09-28) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index f10058b30ad5a..daf9deadfaee1 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -1,162 +1,154 @@ -# Change Log +# Changelog: `gatsby-plugin-typescript` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.13.0-next.0...gatsby-plugin-typescript@3.13.0-next.1) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.12.0/packages/gatsby-plugin-typescript) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-typescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.3...gatsby-plugin-typescript@3.13.0-next.0) (2021-08-12) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typescript +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.2...gatsby-plugin-typescript@3.12.0-next.3) (2021-08-09) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.11.0/packages/gatsby-plugin-typescript) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-typescript - -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.1...gatsby-plugin-typescript@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.0...gatsby-plugin-typescript@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.10.0/packages/gatsby-plugin-typescript) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-typescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.11.0-next.0...gatsby-plugin-typescript@3.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typescript - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.10.0-next.1...gatsby-plugin-typescript@3.11.0-next.0) (2021-07-15) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-plugin-typescript +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.9.0/packages/gatsby-plugin-typescript) (2021-07-07) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.10.0-next.0...gatsby-plugin-typescript@3.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.9.0-next.0...gatsby-plugin-typescript@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.8.0/packages/gatsby-plugin-typescript) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-typescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.8.0-next.1...gatsby-plugin-typescript@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typescript +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.8.0-next.0...gatsby-plugin-typescript@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.7.1/packages/gatsby-plugin-typescript) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-typescript +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.7.0-next.2...gatsby-plugin-typescript@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-typescript +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.7.0/packages/gatsby-plugin-typescript) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.7.0-next.1...gatsby-plugin-typescript@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-typescript +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.7.0-next.0...gatsby-plugin-typescript@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-typescript +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.6.0/packages/gatsby-plugin-typescript) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.6.0-next.0...gatsby-plugin-typescript@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.5.0-next.0...gatsby-plugin-typescript@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.5.0/packages/gatsby-plugin-typescript) (2021-05-12) -**Note:** Version bump only for package gatsby-plugin-typescript - -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.4.0-next.3...gatsby-plugin-typescript@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.4.0-next.2...gatsby-plugin-typescript@3.4.0-next.3) (2021-04-20) - -**Note:** Version bump only for package gatsby-plugin-typescript +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.4.0/packages/gatsby-plugin-typescript) (2021-04-28) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.4.0-next.1...gatsby-plugin-typescript@3.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.4.0-next.0...gatsby-plugin-typescript@3.4.0-next.1) (2021-04-16) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.3.0/packages/gatsby-plugin-typescript) (2021-04-14) -**Note:** Version bump only for package gatsby-plugin-typescript - -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.3.0-next.1...gatsby-plugin-typescript@3.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.3.0-next.0...gatsby-plugin-typescript@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.2.0/packages/gatsby-plugin-typescript) (2021-03-30) -**Note:** Version bump only for package gatsby-plugin-typescript - -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.2.0-next.0...gatsby-plugin-typescript@3.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.1.0-next.1...gatsby-plugin-typescript@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.1.0/packages/gatsby-plugin-typescript) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-typescript - -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.1.0-next.0...gatsby-plugin-typescript@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.0.0-next.3...gatsby-plugin-typescript@3.1.0-next.0) (2021-02-26) - -**Note:** Version bump only for package gatsby-plugin-typescript +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@3.0.0/packages/gatsby-plugin-typescript) (2021-03-02) -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.0.0-next.2...gatsby-plugin-typescript@3.0.0-next.3) (2021-02-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.0.0-next.1...gatsby-plugin-typescript@3.0.0-next.2) (2021-02-22) +### [2.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.12.1/packages/gatsby-plugin-typescript) (2021-02-24) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.0.0-next.0...gatsby-plugin-typescript@3.0.0-next.1) (2021-02-17) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.12.0/packages/gatsby-plugin-typescript) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-typescript -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.13.0-next.0...gatsby-plugin-typescript@3.0.0-next.0) (2021-02-05) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.11.0/packages/gatsby-plugin-typescript) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-typescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0-next.1...gatsby-plugin-typescript@2.13.0-next.0) (2021-01-28) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-typescript +- add missing options validations [#29066](https://github.com/gatsbyjs/gatsby/issues/29066) ([c0e6c92](https://github.com/gatsbyjs/gatsby/commit/c0e6c92570ab0dc935616933b71f9ac3bf1dd065)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.10.0/packages/gatsby-plugin-typescript) (2021-01-06) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0-next.0...gatsby-plugin-typescript@2.12.0-next.1) (2021-01-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-typescript -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.11.0-next.0...gatsby-plugin-typescript@2.12.0-next.0) (2021-01-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.9.0/packages/gatsby-plugin-typescript) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-plugin-typescript:** add missing options validations ([#29066](https://github.com/gatsbyjs/gatsby/issues/29066)) ([c0e6c92](https://github.com/gatsbyjs/gatsby/commit/c0e6c92570ab0dc935616933b71f9ac3bf1dd065)) +#### Chores -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.10.0-next.0...gatsby-plugin-typescript@2.11.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-typescript +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.8.0/packages/gatsby-plugin-typescript) (2020-12-02) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.9.0-next.0...gatsby-plugin-typescript@2.10.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-typescript -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.8.0-next.0...gatsby-plugin-typescript@2.9.0-next.0) (2020-11-26) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.7.0/packages/gatsby-plugin-typescript) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-typescript +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.7.0-next.0...gatsby-plugin-typescript@2.8.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typescript +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.6.0-next.0...gatsby-plugin-typescript@2.6.0-next.1) (2020-11-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typescript@2.6.0/packages/gatsby-plugin-typescript) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-typescript + + # [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.4.25...gatsby-plugin-typescript@2.5.0) (2020-11-02) ### Features diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 71b29c21a368a..df330eca1e078 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/CHANGELOG.md @@ -1,136 +1,159 @@ -# Change Log +# Changelog: `gatsby-plugin-typography` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.3...gatsby-plugin-typography@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.12.0/packages/gatsby-plugin-typography) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.2...gatsby-plugin-typography@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typography +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.1...gatsby-plugin-typography@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.11.0/packages/gatsby-plugin-typography) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-typography -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.0...gatsby-plugin-typography@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.10.0/packages/gatsby-plugin-typography) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.11.0-next.0...gatsby-plugin-typography@3.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typography +- update [dev] minor and patch dependencies for gatsby-plugin-typography [#32244](https://github.com/gatsbyjs/gatsby/issues/32244) ([db0b421](https://github.com/gatsbyjs/gatsby/commit/db0b42140b55bd8be3374b2f8b53ff834ab00da0)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.9.0/packages/gatsby-plugin-typography) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.10.0-next.1...gatsby-plugin-typography@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-plugin-typography -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.10.0-next.0...gatsby-plugin-typography@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.8.0/packages/gatsby-plugin-typography) (2021-06-23) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.9.0-next.0...gatsby-plugin-typography@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typography +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.8.0-next.1...gatsby-plugin-typography@3.9.0-next.0) (2021-06-18) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.7.1/packages/gatsby-plugin-typography) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-typography +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.8.0-next.0...gatsby-plugin-typography@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-typography +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.7.0/packages/gatsby-plugin-typography) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.7.0-next.2...gatsby-plugin-typography@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-typography +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.7.0-next.1...gatsby-plugin-typography@3.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-typography +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.6.0/packages/gatsby-plugin-typography) (2021-05-25) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.7.0-next.0...gatsby-plugin-typography@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-typography -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.6.0-next.0...gatsby-plugin-typography@3.7.0-next.0) (2021-05-21) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.5.0/packages/gatsby-plugin-typography) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-typography -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.5.0-next.0...gatsby-plugin-typography@3.6.0-next.0) (2021-05-06) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.4.0/packages/gatsby-plugin-typography) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-typography -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.4.0-next.0...gatsby-plugin-typography@3.5.0-next.0) (2021-04-23) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.3.0/packages/gatsby-plugin-typography) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-typography -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.3.0-next.1...gatsby-plugin-typography@3.4.0-next.0) (2021-04-09) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.2.0/packages/gatsby-plugin-typography) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-typography -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.3.0-next.0...gatsby-plugin-typography@3.3.0-next.1) (2021-04-07) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.1.0/packages/gatsby-plugin-typography) (2021-03-16) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.2.0-next.0...gatsby-plugin-typography@3.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-plugin-typography +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.1.0-next.2...gatsby-plugin-typography@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@3.0.0/packages/gatsby-plugin-typography) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.1.0-next.1...gatsby-plugin-typography@3.1.0-next.2) (2021-03-10) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-typography +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.1.0-next.0...gatsby-plugin-typography@3.1.0-next.1) (2021-02-26) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.12.0/packages/gatsby-plugin-typography) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-typography -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.0.0-next.0...gatsby-plugin-typography@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.11.0/packages/gatsby-plugin-typography) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.13.0-next.0...gatsby-plugin-typography@3.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-typography +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.10.0/packages/gatsby-plugin-typography) (2021-01-06) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.12.0-next.0...gatsby-plugin-typography@2.13.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-plugin-typography -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.11.0-next.0...gatsby-plugin-typography@2.12.0-next.0) (2021-01-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.9.0/packages/gatsby-plugin-typography) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.10.0-next.0...gatsby-plugin-typography@2.11.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-plugin-typography +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.8.0/packages/gatsby-plugin-typography) (2020-12-02) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.9.0-next.0...gatsby-plugin-typography@2.10.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-typography -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.8.0-next.0...gatsby-plugin-typography@2.9.0-next.0) (2020-11-26) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.7.0/packages/gatsby-plugin-typography) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-typography +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.7.0-next.0...gatsby-plugin-typography@2.8.0-next.0) (2020-11-18) +#### Features -### Features +- SSR pages during development [#27432](https://github.com/gatsbyjs/gatsby/issues/27432) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) -- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +#### Chores -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.6.0-next.0...gatsby-plugin-typography@2.6.0-next.1) (2020-11-10) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-typography@2.6.0/packages/gatsby-plugin-typography) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-typography + + ## [2.5.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.5.12...gatsby-plugin-typography@2.5.13) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-typography diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index cdaab6ec6042d..22772c9c4ade5 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -1,148 +1,164 @@ -# Change Log +# Changelog: `gatsby-plugin-utils` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.3...gatsby-plugin-utils@1.13.0-next.0) (2021-08-12) +## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.12.0/packages/gatsby-plugin-utils) (2021-08-18) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.2...gatsby-plugin-utils@1.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.1...gatsby-plugin-utils@1.12.0-next.2) (2021-08-05) +## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.11.0/packages/gatsby-plugin-utils) (2021-08-04) -**Note:** Version bump only for package gatsby-plugin-utils - -# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.0...gatsby-plugin-utils@1.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-plugin-utils -# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.11.0-next.0...gatsby-plugin-utils@1.12.0-next.0) (2021-07-29) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.10.0/packages/gatsby-plugin-utils) (2021-07-20) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.10.0-next.1...gatsby-plugin-utils@1.11.0-next.0) (2021-07-15) +#### Bug Fixes -**Note:** Version bump only for package gatsby-plugin-utils +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.10.0-next.0...gatsby-plugin-utils@1.10.0-next.1) (2021-07-08) +#### Chores -### Bug Fixes +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.9.0/packages/gatsby-plugin-utils) (2021-07-07) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.9.0-next.1...gatsby-plugin-utils@1.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -**Note:** Version bump only for package gatsby-plugin-utils +#### Features -# [1.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.9.0-next.0...gatsby-plugin-utils@1.9.0-next.1) (2021-06-28) +- add unstable_onPluginInit that would execute once in all processes [#31901](https://github.com/gatsbyjs/gatsby/issues/31901) ([2bf8c0d](https://github.com/gatsbyjs/gatsby/commit/2bf8c0d37fd6de3fbbbe7e543275cfd6d64ec9de)) -### Features +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.8.0/packages/gatsby-plugin-utils) (2021-06-23) -- add unstable_onPluginInit that would execute once in all processes ([#31901](https://github.com/gatsbyjs/gatsby/issues/31901)) ([2bf8c0d](https://github.com/gatsbyjs/gatsby/commit/2bf8c0d37fd6de3fbbbe7e543275cfd6d64ec9de)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.8.0-next.1...gatsby-plugin-utils@1.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.8.0-next.0...gatsby-plugin-utils@1.8.0-next.1) (2021-06-10) +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.7.1/packages/gatsby-plugin-utils) (2021-06-10) -**Note:** Version bump only for package gatsby-plugin-utils +#### Chores -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.7.0-next.2...gatsby-plugin-utils@1.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-plugin-utils +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.7.0/packages/gatsby-plugin-utils) (2021-06-09) -# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.7.0-next.1...gatsby-plugin-utils@1.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-plugin-utils +#### Chores -# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.7.0-next.0...gatsby-plugin-utils@1.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-plugin-utils +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.6.0/packages/gatsby-plugin-utils) (2021-05-25) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.6.0-next.0...gatsby-plugin-utils@1.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-plugin-utils -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.5.0-next.0...gatsby-plugin-utils@1.6.0-next.0) (2021-05-06) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.5.0/packages/gatsby-plugin-utils) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-plugin-utils -# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.4.0-next.0...gatsby-plugin-utils@1.5.0-next.0) (2021-04-23) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.4.0/packages/gatsby-plugin-utils) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-plugin-utils -# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.3.0-next.1...gatsby-plugin-utils@1.4.0-next.0) (2021-04-09) +## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.3.0/packages/gatsby-plugin-utils) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-plugin-utils -# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.3.0-next.0...gatsby-plugin-utils@1.3.0-next.1) (2021-04-07) +## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.2.0/packages/gatsby-plugin-utils) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-plugin-utils -# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.2.0-next.0...gatsby-plugin-utils@1.3.0-next.0) (2021-03-25) +## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.1.0/packages/gatsby-plugin-utils) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-plugin-utils -# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.1.0-next.1...gatsby-plugin-utils@1.2.0-next.0) (2021-03-11) +## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@1.0.0/packages/gatsby-plugin-utils) (2021-03-02) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.1.0-next.0...gatsby-plugin-utils@1.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) + +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.9.0/packages/gatsby-plugin-utils) (2021-02-02) -# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.0.0-next.1...gatsby-plugin-utils@1.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-plugin-utils -# [1.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.0.0-next.0...gatsby-plugin-utils@1.0.0-next.1) (2021-02-25) +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.8.0/packages/gatsby-plugin-utils) (2021-01-20) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.10.0-next.0...gatsby-plugin-utils@1.0.0-next.0) (2021-02-05) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.9.0-next.0...gatsby-plugin-utils@0.10.0-next.0) (2021-01-28) +#### Other Changes -**Note:** Version bump only for package gatsby-plugin-utils +- add file extension, fix code block, fix link, fix code fix [#28905](https://github.com/gatsbyjs/gatsby/issues/28905) ([6736a6d](https://github.com/gatsbyjs/gatsby/commit/6736a6d87de150b8ec5e493c1f0a9918386861bd)) -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.8.0-next.1...gatsby-plugin-utils@0.9.0-next.0) (2021-01-18) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.7.0/packages/gatsby-plugin-utils) (2021-01-06) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [0.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.8.0-next.0...gatsby-plugin-utils@0.8.0-next.1) (2021-01-12) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- update dependency typescript to ^3.9.7 [#28600](https://github.com/gatsbyjs/gatsby/issues/28600) ([15936fb](https://github.com/gatsbyjs/gatsby/commit/15936fbb692771f4a2b865b888e008d29d101276)) -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.7.0-next.1...gatsby-plugin-utils@0.8.0-next.0) (2020-12-29) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.6.0/packages/gatsby-plugin-utils) (2020-12-15) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.7.0-next.0...gatsby-plugin-utils@0.7.0-next.1) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.5.0/packages/gatsby-plugin-utils) (2020-12-02) -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.6.0-next.0...gatsby-plugin-utils@0.7.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-plugin-utils -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.5.0-next.0...gatsby-plugin-utils@0.6.0-next.0) (2020-11-26) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.4.0/packages/gatsby-plugin-utils) (2020-11-20) -**Note:** Version bump only for package gatsby-plugin-utils +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.4.0-next.0...gatsby-plugin-utils@0.5.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-plugin-utils +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.3.0-next.0...gatsby-plugin-utils@0.3.0-next.1) (2020-11-10) +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-utils@0.3.0/packages/gatsby-plugin-utils) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-plugin-utils + + ## [0.2.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.2.39...gatsby-plugin-utils@0.2.40) (2020-10-28) ### Bug Fixes diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index e250487a4dadc..72ea6643e8e1b 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/CHANGELOG.md @@ -1,158 +1,182 @@ -# Change Log +# Changelog: `gatsby-react-router-scroll` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.3...gatsby-react-router-scroll@4.13.0-next.0) (2021-08-12) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.12.0/packages/gatsby-react-router-scroll) (2021-08-18) -**Note:** Version bump only for package gatsby-react-router-scroll +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.2...gatsby-react-router-scroll@4.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-react-router-scroll +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) + +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.11.0/packages/gatsby-react-router-scroll) (2021-08-04) -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.1...gatsby-react-router-scroll@4.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-react-router-scroll -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.0...gatsby-react-router-scroll@4.12.0-next.1) (2021-08-05) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.10.0/packages/gatsby-react-router-scroll) (2021-07-20) -**Note:** Version bump only for package gatsby-react-router-scroll +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.11.0-next.0...gatsby-react-router-scroll@4.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-react-router-scroll +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.10.0-next.1...gatsby-react-router-scroll@4.11.0-next.0) (2021-07-15) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.9.0/packages/gatsby-react-router-scroll) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-react-router-scroll -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.10.0-next.0...gatsby-react-router-scroll@4.10.0-next.1) (2021-07-08) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.8.0/packages/gatsby-react-router-scroll) (2021-06-23) -**Note:** Version bump only for package gatsby-react-router-scroll +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.9.0-next.0...gatsby-react-router-scroll@4.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-react-router-scroll +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.8.0-next.1...gatsby-react-router-scroll@4.9.0-next.0) (2021-06-18) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.7.1/packages/gatsby-react-router-scroll) (2021-06-10) -**Note:** Version bump only for package gatsby-react-router-scroll +#### Chores -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.8.0-next.0...gatsby-react-router-scroll@4.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-react-router-scroll +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.7.0/packages/gatsby-react-router-scroll) (2021-06-09) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.7.0-next.2...gatsby-react-router-scroll@4.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-react-router-scroll +#### Chores -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.7.0-next.1...gatsby-react-router-scroll@4.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-react-router-scroll +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.6.0/packages/gatsby-react-router-scroll) (2021-05-25) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.7.0-next.0...gatsby-react-router-scroll@4.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-react-router-scroll -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.6.0-next.0...gatsby-react-router-scroll@4.7.0-next.0) (2021-05-21) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.5.0/packages/gatsby-react-router-scroll) (2021-05-12) -**Note:** Version bump only for package gatsby-react-router-scroll +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.5.0-next.1...gatsby-react-router-scroll@4.6.0-next.0) (2021-05-06) +#### Bug Fixes -**Note:** Version bump only for package gatsby-react-router-scroll +- scroll restoration for layout components [#26861](https://github.com/gatsbyjs/gatsby/issues/26861) [#26458](https://github.com/gatsbyjs/gatsby/issues/26458) ([f57efab](https://github.com/gatsbyjs/gatsby/commit/f57efab81a58b7ba43c57881d8e8ccd01caf1114)) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.5.0-next.0...gatsby-react-router-scroll@4.5.0-next.1) (2021-04-28) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.4.0/packages/gatsby-react-router-scroll) (2021-04-28) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **gatsby-react-router-scroll:** scroll restoration for layout components ([#26861](https://github.com/gatsbyjs/gatsby/issues/26861)) ([f57efab](https://github.com/gatsbyjs/gatsby/commit/f57efab81a58b7ba43c57881d8e8ccd01caf1114)), closes [#26458](https://github.com/gatsbyjs/gatsby/issues/26458) +#### Bug Fixes -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.4.0-next.0...gatsby-react-router-scroll@4.5.0-next.0) (2021-04-23) +- scroll restoration for layout components [#26861](https://github.com/gatsbyjs/gatsby/issues/26861) [#31079](https://github.com/gatsbyjs/gatsby/issues/31079) [#26458](https://github.com/gatsbyjs/gatsby/issues/26458) ([3dfa9af](https://github.com/gatsbyjs/gatsby/commit/3dfa9af84e4dfc9e2dc649318fbe1b764c8321d0)) -**Note:** Version bump only for package gatsby-react-router-scroll +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.3.0/packages/gatsby-react-router-scroll) (2021-04-14) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.3.0-next.1...gatsby-react-router-scroll@4.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-react-router-scroll -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.3.0-next.0...gatsby-react-router-scroll@4.3.0-next.1) (2021-04-07) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.2.0/packages/gatsby-react-router-scroll) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-react-router-scroll -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.2.0-next.0...gatsby-react-router-scroll@4.3.0-next.0) (2021-03-25) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.1.0/packages/gatsby-react-router-scroll) (2021-03-16) -**Note:** Version bump only for package gatsby-react-router-scroll +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.1.0-next.3...gatsby-react-router-scroll@4.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-react-router-scroll +- debounce function for scollListener [#26933](https://github.com/gatsbyjs/gatsby/issues/26933) ([2f40b0a](https://github.com/gatsbyjs/gatsby/commit/2f40b0a8536316b01b941f4889eb99211cb43160)) +- Use vendored @reach/router [#29772](https://github.com/gatsbyjs/gatsby/issues/29772) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) -# [4.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.1.0-next.2...gatsby-react-router-scroll@4.1.0-next.3) (2021-03-10) +#### Chores -### Bug Fixes +- adjust all @reach/router imports to not rely just on webpack alias [#30033](https://github.com/gatsbyjs/gatsby/issues/30033) ([38dab68](https://github.com/gatsbyjs/gatsby/commit/38dab684af7475ea17edf5cefddfe62584a4065a)) -- **gatsby-react-router-scroll:** debounce function for scollListener ([#26933](https://github.com/gatsbyjs/gatsby/issues/26933)) ([2f40b0a](https://github.com/gatsbyjs/gatsby/commit/2f40b0a8536316b01b941f4889eb99211cb43160)) +### [4.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.0.1/packages/gatsby-react-router-scroll) (2021-03-06) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.1.0-next.1...gatsby-react-router-scroll@4.1.0-next.2) (2021-02-26) +#### Chores -### Bug Fixes +- adjust all @reach/router imports to not rely just on webpack alias [#30033](https://github.com/gatsbyjs/gatsby/issues/30033) [#30049](https://github.com/gatsbyjs/gatsby/issues/30049) ([8686a42](https://github.com/gatsbyjs/gatsby/commit/8686a42fee8263661f163d2acf3e000642ffa4e7)) -- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@4.0.0/packages/gatsby-react-router-scroll) (2021-03-02) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.1.0-next.0...gatsby-react-router-scroll@4.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-react-router-scroll +#### Bug Fixes -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0-next.2...gatsby-react-router-scroll@4.1.0-next.0) (2021-02-26) +- Use vendored @reach/router [#29772](https://github.com/gatsbyjs/gatsby/issues/29772) [#29811](https://github.com/gatsbyjs/gatsby/issues/29811) ([bd856ef](https://github.com/gatsbyjs/gatsby/commit/bd856efac1334b2385ced7ecb25c92e046882487)) -**Note:** Version bump only for package gatsby-react-router-scroll +#### Chores -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0-next.1...gatsby-react-router-scroll@4.0.0-next.2) (2021-02-25) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) +- remove scroll container [#29437](https://github.com/gatsbyjs/gatsby/issues/29437) ([a7c36de](https://github.com/gatsbyjs/gatsby/commit/a7c36de908d848c1d945928539c4661765e723bd)) -**Note:** Version bump only for package gatsby-react-router-scroll +#### Other Changes -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0-next.0...gatsby-react-router-scroll@4.0.0-next.1) (2021-02-12) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -**Note:** Version bump only for package gatsby-react-router-scroll +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.7.0/packages/gatsby-react-router-scroll) (2021-02-02) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.8.0-next.0...gatsby-react-router-scroll@4.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-react-router-scroll -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.7.0-next.0...gatsby-react-router-scroll@3.8.0-next.0) (2021-01-28) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.6.0/packages/gatsby-react-router-scroll) (2021-01-20) -**Note:** Version bump only for package gatsby-react-router-scroll +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.6.0-next.0...gatsby-react-router-scroll@3.7.0-next.0) (2021-01-18) +#### Bug Fixes -### Bug Fixes +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.5.0/packages/gatsby-react-router-scroll) (2021-01-06) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.5.0-next.0...gatsby-react-router-scroll@3.6.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-react-router-scroll -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.4.0-next.0...gatsby-react-router-scroll@3.5.0-next.0) (2020-12-10) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.4.0/packages/gatsby-react-router-scroll) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-react-router-scroll:** Respect hash as source of truth for scroll position ([#28555](https://github.com/gatsbyjs/gatsby/issues/28555)) ([a066a71](https://github.com/gatsbyjs/gatsby/commit/a066a71491a26b4aa01ac505bb3d7dd33516716d)) +#### Bug Fixes -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.3.0-next.0...gatsby-react-router-scroll@3.4.0-next.0) (2020-11-26) +- Respect hash as source of truth for scroll position [#28555](https://github.com/gatsbyjs/gatsby/issues/28555) ([a066a71](https://github.com/gatsbyjs/gatsby/commit/a066a71491a26b4aa01ac505bb3d7dd33516716d)) -**Note:** Version bump only for package gatsby-react-router-scroll +#### Chores + +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.3.0/packages/gatsby-react-router-scroll) (2020-12-02) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.2.0-next.0...gatsby-react-router-scroll@3.3.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-react-router-scroll -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.1.0-next.0...gatsby-react-router-scroll@3.1.0-next.1) (2020-11-10) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.2.0/packages/gatsby-react-router-scroll) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-react-router-scroll@3.1.0/packages/gatsby-react-router-scroll) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-react-router-scroll + + ## [3.0.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.0.14...gatsby-react-router-scroll@3.0.15) (2020-10-20) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 4f49275c3701a..cb2a8ae8f23bb 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/CHANGELOG.md @@ -1,246 +1,258 @@ -# Change Log +# Changelog: `gatsby-recipes` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.24.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.24.0-next.0...gatsby-recipes@0.24.0-next.1) (2021-08-25) +## [0.23.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.23.0/packages/gatsby-recipes) (2021-08-18) -**Note:** Version bump only for package gatsby-recipes - -# [0.24.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.3...gatsby-recipes@0.24.0-next.0) (2021-08-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-recipes +#### Chores -# [0.23.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.2...gatsby-recipes@0.23.0-next.3) (2021-08-09) +- update dependency property-information to v5.6.0 [#32625](https://github.com/gatsbyjs/gatsby/issues/32625) ([8fa9f71](https://github.com/gatsbyjs/gatsby/commit/8fa9f71f31793eb1a9240894b6cd37d0dea9bbcc)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-recipes +## [0.22.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.22.0/packages/gatsby-recipes) (2021-08-04) -# [0.23.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.1...gatsby-recipes@0.23.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-recipes -# [0.23.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.0...gatsby-recipes@0.23.0-next.1) (2021-08-05) +## [0.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.21.0/packages/gatsby-recipes) (2021-07-20) -**Note:** Version bump only for package gatsby-recipes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [0.23.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.22.0-next.0...gatsby-recipes@0.23.0-next.0) (2021-07-29) +#### Bug Fixes -**Note:** Version bump only for package gatsby-recipes +- update dependency execa to v5 [#32232](https://github.com/gatsbyjs/gatsby/issues/32232) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) -# [0.22.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.21.0-next.1...gatsby-recipes@0.22.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-recipes +- update dependency prettier to ^2.3.2 [#31149](https://github.com/gatsbyjs/gatsby/issues/31149) ([0666d6f](https://github.com/gatsbyjs/gatsby/commit/0666d6fc1b0e3cfd0181bec822b4ae2a9f9ad5f7)) +- update dependency graphql to ^15.5.1 [#32239](https://github.com/gatsbyjs/gatsby/issues/32239) ([fd6cdf8](https://github.com/gatsbyjs/gatsby/commit/fd6cdf8dd3a8464ca1ba13cccf4ed773acfeb1ca)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [0.21.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.21.0-next.0...gatsby-recipes@0.21.0-next.1) (2021-07-08) +## [0.20.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.20.0/packages/gatsby-recipes) (2021-07-07) -### Bug Fixes - -- **deps:** update dependency execa to v5 ([#32232](https://github.com/gatsbyjs/gatsby/issues/32232)) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [0.21.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.20.0-next.1...gatsby-recipes@0.21.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-recipes +- Bumped express-graphql to v0.12.0 [#31178](https://github.com/gatsbyjs/gatsby/issues/31178) ([cb374db](https://github.com/gatsbyjs/gatsby/commit/cb374db42de66d7aa5407d76b457d0d401421db7)) +- update dependency graphql to ^15.5.0 [#31698](https://github.com/gatsbyjs/gatsby/issues/31698) ([a6a6f96](https://github.com/gatsbyjs/gatsby/commit/a6a6f9686ac56797b79e54c090591494c5de3021)) -# [0.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.20.0-next.0...gatsby-recipes@0.20.0-next.1) (2021-06-28) +## [0.19.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.19.0/packages/gatsby-recipes) (2021-06-23) -**Note:** Version bump only for package gatsby-recipes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [0.20.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.19.0-next.1...gatsby-recipes@0.20.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-recipes +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [0.19.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.19.0-next.0...gatsby-recipes@0.19.0-next.1) (2021-06-10) +### [0.18.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.18.1/packages/gatsby-recipes) (2021-06-10) -**Note:** Version bump only for package gatsby-recipes +#### Chores -# [0.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.18.0-next.2...gatsby-recipes@0.19.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-recipes +## [0.18.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.18.0/packages/gatsby-recipes) (2021-06-09) -# [0.18.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.18.0-next.1...gatsby-recipes@0.18.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-recipes +#### Chores -# [0.18.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.18.0-next.0...gatsby-recipes@0.18.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-recipes +## [0.17.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.17.0/packages/gatsby-recipes) (2021-05-25) -# [0.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.17.0-next.0...gatsby-recipes@0.18.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-recipes -# [0.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.16.0-next.1...gatsby-recipes@0.17.0-next.0) (2021-05-06) +## [0.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.16.0/packages/gatsby-recipes) (2021-05-12) -**Note:** Version bump only for package gatsby-recipes - -# [0.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.16.0-next.0...gatsby-recipes@0.16.0-next.1) (2021-05-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-recipes -# [0.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.15.0-next.3...gatsby-recipes@0.16.0-next.0) (2021-04-23) +### [0.15.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.15.1/packages/gatsby-recipes) (2021-05-05) **Note:** Version bump only for package gatsby-recipes -# [0.15.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.15.0-next.2...gatsby-recipes@0.15.0-next.3) (2021-04-20) - -**Note:** Version bump only for package gatsby-recipes +## [0.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.15.0/packages/gatsby-recipes) (2021-04-28) -# [0.15.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.15.0-next.1...gatsby-recipes@0.15.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-recipes -# [0.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.15.0-next.0...gatsby-recipes@0.15.0-next.1) (2021-04-16) +## [0.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.14.0/packages/gatsby-recipes) (2021-04-14) -**Note:** Version bump only for package gatsby-recipes - -# [0.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.14.0-next.1...gatsby-recipes@0.15.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-recipes -# [0.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.14.0-next.0...gatsby-recipes@0.14.0-next.1) (2021-04-07) +## [0.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.13.0/packages/gatsby-recipes) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-recipes -# [0.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.13.0-next.0...gatsby-recipes@0.14.0-next.0) (2021-03-25) +## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.12.0/packages/gatsby-recipes) (2021-03-16) -**Note:** Version bump only for package gatsby-recipes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.12.0-next.2...gatsby-recipes@0.13.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-recipes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [0.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.12.0-next.1...gatsby-recipes@0.12.0-next.2) (2021-03-10) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.11.0/packages/gatsby-recipes) (2021-03-02) -# [0.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.12.0-next.0...gatsby-recipes@0.12.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-recipes +#### Bug Fixes -# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.5...gatsby-recipes@0.12.0-next.0) (2021-02-26) +- change 'Typescript' to 'TypeScript' [#29587](https://github.com/gatsbyjs/gatsby/issues/29587) ([d7c4459](https://github.com/gatsbyjs/gatsby/commit/d7c4459cf1d26944ac1804d21f17ef161b32e267)) +- skip unions in input types [#29479](https://github.com/gatsbyjs/gatsby/issues/29479) ([8ef695d](https://github.com/gatsbyjs/gatsby/commit/8ef695dfae16c46e46641f2559ccc64b79aaaae2)) -**Note:** Version bump only for package gatsby-recipes +#### Chores -# [0.11.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.4...gatsby-recipes@0.11.0-next.5) (2021-02-25) +- pin graphql-compose version to patch [#29519](https://github.com/gatsbyjs/gatsby/issues/29519) ([b91f495](https://github.com/gatsbyjs/gatsby/commit/b91f495376e411c260de4ba1ad5b7ea4643a644c)) +- bump graphql and graphql-compose major versions [#29090](https://github.com/gatsbyjs/gatsby/issues/29090) ([7e4ba2b](https://github.com/gatsbyjs/gatsby/commit/7e4ba2b82a7c63ea4809c489d5e95165e9a33c03)) -**Note:** Version bump only for package gatsby-recipes +#### Other Changes -# [0.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.3...gatsby-recipes@0.11.0-next.4) (2021-02-22) +- Fix URL typo in sass recipe Fix [#29530](https://github.com/gatsbyjs/gatsby/issues/29530) ([ba12247](https://github.com/gatsbyjs/gatsby/commit/ba12247f110bc124eb766881c8063353fcbf0994)) -### Bug Fixes +### [0.9.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.9.3/packages/gatsby-recipes) (2021-05-04) -- **gatsby-recipes:** change 'Typescript' to 'TypeScript' ([#29587](https://github.com/gatsbyjs/gatsby/issues/29587)) ([d7c4459](https://github.com/gatsbyjs/gatsby/commit/d7c4459cf1d26944ac1804d21f17ef161b32e267)) +**Note:** Version bump only for package gatsby-recipes -# [0.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.2...gatsby-recipes@0.11.0-next.3) (2021-02-17) +### [0.9.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.9.2/packages/gatsby-recipes) (2021-02-24) **Note:** Version bump only for package gatsby-recipes -# [0.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.1...gatsby-recipes@0.11.0-next.2) (2021-02-15) +### [0.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.9.1/packages/gatsby-recipes) (2021-02-04) -### Bug Fixes +#### Other Changes + +- launch gatsby-source-wordpress v4 [#29150](https://github.com/gatsbyjs/gatsby/issues/29150) [#29330](https://github.com/gatsbyjs/gatsby/issues/29330) [#29150](https://github.com/gatsbyjs/gatsby/issues/29150) ([0a31b64](https://github.com/gatsbyjs/gatsby/commit/0a31b64709a4118730adbf0551f921f7027304bf)) -- **gatsby:** skip unions in input types ([#29479](https://github.com/gatsbyjs/gatsby/issues/29479)) ([8ef695d](https://github.com/gatsbyjs/gatsby/commit/8ef695dfae16c46e46641f2559ccc64b79aaaae2)) +## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.9.0/packages/gatsby-recipes) (2021-02-02) -# [0.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.0...gatsby-recipes@0.11.0-next.1) (2021-02-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-recipes -# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.10.0-next.1...gatsby-recipes@0.11.0-next.0) (2021-02-05) +## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.8.0/packages/gatsby-recipes) (2021-01-20) -**Note:** Version bump only for package gatsby-recipes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [0.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.10.0-next.0...gatsby-recipes@0.10.0-next.1) (2021-02-04) +#### Bug Fixes -**Note:** Version bump only for package gatsby-recipes +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.0-next.1...gatsby-recipes@0.10.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-recipes +- fix code block language to shell fix [#28895](https://github.com/gatsbyjs/gatsby/issues/28895) ([ef12dca](https://github.com/gatsbyjs/gatsby/commit/ef12dca08b960ca4c09a59d3e687ec7bd20e7e55)) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -# [0.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.9.0-next.0...gatsby-recipes@0.9.0-next.1) (2021-01-26) +### [0.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.7.1/packages/gatsby-recipes) (2021-01-13) **Note:** Version bump only for package gatsby-recipes -# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.8.0-next.1...gatsby-recipes@0.9.0-next.0) (2021-01-18) +## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.7.0/packages/gatsby-recipes) (2021-01-06) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) + +#### Chores -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- update ink to v3 [#26190](https://github.com/gatsbyjs/gatsby/issues/26190) ([1e702ae](https://github.com/gatsbyjs/gatsby/commit/1e702ae64e08e8b5d22ca448d870c9bb24954bf8)) -# [0.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.8.0-next.0...gatsby-recipes@0.8.0-next.1) (2021-01-12) +### [0.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.6.1/packages/gatsby-recipes) (2020-12-23) **Note:** Version bump only for package gatsby-recipes -# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.7.0-next.2...gatsby-recipes@0.8.0-next.0) (2020-12-29) +## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.6.0/packages/gatsby-recipes) (2020-12-15) -**Note:** Version bump only for package gatsby-recipes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [0.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.7.0-next.1...gatsby-recipes@0.7.0-next.2) (2020-12-29) +#### Bug Fixes -**Note:** Version bump only for package gatsby-recipes +- Add postcss as a dependency [#28556](https://github.com/gatsbyjs/gatsby/issues/28556) ([c5bf981](https://github.com/gatsbyjs/gatsby/commit/c5bf9811e20306fced1a1415e9f842135cd49750)) +- add isLocal to schema for GatsbyPlugin [#28417](https://github.com/gatsbyjs/gatsby/issues/28417) ([43b2f10](https://github.com/gatsbyjs/gatsby/commit/43b2f1071b1e465919d1f3a3a5caec36ac909d44)) -# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.7.0-next.0...gatsby-recipes@0.7.0-next.1) (2020-12-15) +#### Chores -**Note:** Version bump only for package gatsby-recipes +- update ink to v3 [#26190](https://github.com/gatsbyjs/gatsby/issues/26190) [#28631](https://github.com/gatsbyjs/gatsby/issues/28631) ([e5f5b8f](https://github.com/gatsbyjs/gatsby/commit/e5f5b8fb31d3936ce72416441c4a8cb2a5823103)) -# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.6.0-next.1...gatsby-recipes@0.7.0-next.0) (2020-12-10) +#### Other Changes -### Bug Fixes +- (gatsby-cli) Add a CLI command for listing plugins [#28018](https://github.com/gatsbyjs/gatsby/issues/28018) ([0e4d026](https://github.com/gatsbyjs/gatsby/commit/0e4d026059d9d0507de9433ed13e4bcd3d7376a6)) -- **gatsby-recipes:** Add postcss as a dependency ([#28556](https://github.com/gatsbyjs/gatsby/issues/28556)) ([c5bf981](https://github.com/gatsbyjs/gatsby/commit/c5bf9811e20306fced1a1415e9f842135cd49750)) +### [0.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.5.1/packages/gatsby-recipes) (2020-12-10) -# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.6.0-next.0...gatsby-recipes@0.6.0-next.1) (2020-12-01) +#### Bug Fixes -### Bug Fixes +- Add postcss as a dependency [#28556](https://github.com/gatsbyjs/gatsby/issues/28556) [#28559](https://github.com/gatsbyjs/gatsby/issues/28559) ([4f50275](https://github.com/gatsbyjs/gatsby/commit/4f5027532b85130a0179b14142c4a40142a62380)) -- **gatsby-recipes:** add isLocal to schema for GatsbyPlugin ([#28417](https://github.com/gatsbyjs/gatsby/issues/28417)) ([43b2f10](https://github.com/gatsbyjs/gatsby/commit/43b2f1071b1e465919d1f3a3a5caec36ac909d44)) +## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.5.0/packages/gatsby-recipes) (2020-12-02) -# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.5.0-next.2...gatsby-recipes@0.6.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -### Bug Fixes +#### Bug Fixes -- **gatsby-recipes:** updated chakra ui recipe after v1 release ([#28270](https://github.com/gatsbyjs/gatsby/issues/28270)) ([9c7c1a2](https://github.com/gatsbyjs/gatsby/commit/9c7c1a275b0fce75ae971eb85a48845df62d0e10)) +- updated chakra ui recipe after v1 release [#28270](https://github.com/gatsbyjs/gatsby/issues/28270) ([9c7c1a2](https://github.com/gatsbyjs/gatsby/commit/9c7c1a275b0fce75ae971eb85a48845df62d0e10)) -# [0.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.5.0-next.1...gatsby-recipes@0.5.0-next.2) (2020-11-23) +#### Other Changes -**Note:** Version bump only for package gatsby-recipes +- update to emotion@11 [#27981](https://github.com/gatsbyjs/gatsby/issues/27981) ([9c00fc9](https://github.com/gatsbyjs/gatsby/commit/9c00fc9ec27ebedb440b8400aee8b41892b173ee)) -# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.5.0-next.0...gatsby-recipes@0.5.0-next.1) (2020-11-22) +### [0.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.4.1/packages/gatsby-recipes) (2020-11-25) **Note:** Version bump only for package gatsby-recipes -# [0.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.4.0-next.1...gatsby-recipes@0.5.0-next.0) (2020-11-18) +## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.4.0/packages/gatsby-recipes) (2020-11-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) -- **recipes-list:** add chakra-ui ([#28013](https://github.com/gatsbyjs/gatsby/issues/28013)) ([51b9041](https://github.com/gatsbyjs/gatsby/commit/51b9041d1f5977f22ee23c7e68bcd6b12999c2c4)) +#### Features -# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.4.0-next.0...gatsby-recipes@0.4.0-next.1) (2020-11-16) +- SSR pages during development [#27432](https://github.com/gatsbyjs/gatsby/issues/27432) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +- add chakra-ui [#28013](https://github.com/gatsbyjs/gatsby/issues/28013) ([51b9041](https://github.com/gatsbyjs/gatsby/commit/51b9041d1f5977f22ee23c7e68bcd6b12999c2c4)) +- Add create-gatsby [#27703](https://github.com/gatsbyjs/gatsby/issues/27703) [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)) +- add Chakra UI recipe [#27721](https://github.com/gatsbyjs/gatsby/issues/27721) ([d0c94e9](https://github.com/gatsbyjs/gatsby/commit/d0c94e98f013e53d946e0e75a3e4c1df20ae4c04)) -### Features +#### Chores -- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) -- **gatsby-recipes:** add Chakra UI recipe ([#27721](https://github.com/gatsbyjs/gatsby/issues/27721)) ([d0c94e9](https://github.com/gatsbyjs/gatsby/commit/d0c94e98f013e53d946e0e75a3e4c1df20ae4c04)) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.3.0-next.2...gatsby-recipes@0.3.0-next.3) (2020-11-10) +#### Other Changes -**Note:** Version bump only for package gatsby-recipes +- remove trailing comments when parsing name [#28015](https://github.com/gatsbyjs/gatsby/issues/28015) ([4865ea7](https://github.com/gatsbyjs/gatsby/commit/4865ea7cb4ac721b60d52ed6bd9cd0e4dc74b387)) +- add snipcart to list of recipes ([e4aeff5](https://github.com/gatsbyjs/gatsby/commit/e4aeff59751207c04c1fe13a4fbfef2661ffedf8)) +- Fixed typo and formating in snipcart.mdx recipe file ([6ad8120](https://github.com/gatsbyjs/gatsby/commit/6ad81204bddbe3f8a9c5dc657b631aa403885903)) +- Added snipcart recipe to gatsby-recipes package ([642876d](https://github.com/gatsbyjs/gatsby/commit/642876de0110c2022e3c427a22ac2ab6532f0d1c)) -# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.3.0-next.1...gatsby-recipes@0.3.0-next.2) (2020-11-09) +### [0.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.3.1/packages/gatsby-recipes) (2020-11-14) -### Bug Fixes +**Note:** Version bump only for package gatsby-recipes -- **recipes:** Resolve themes relative to root ([#27836](https://github.com/gatsbyjs/gatsby/issues/27836)) ([57b8023](https://github.com/gatsbyjs/gatsby/commit/57b8023890a764d562cd8f667d03084e9a8a5560)) +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-recipes@0.3.0/packages/gatsby-recipes) (2020-11-12) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.3.0-next.0...gatsby-recipes@0.3.0-next.1) (2020-11-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -### Bug Fixes +#### Bug Fixes + +- Resolve themes relative to root Resolve [#27836](https://github.com/gatsbyjs/gatsby/issues/27836) ([57b8023](https://github.com/gatsbyjs/gatsby/commit/57b8023890a764d562cd8f667d03084e9a8a5560)) +- fix GatsbyShadowFile resource — don't error if package isn't installed fix [#27790](https://github.com/gatsbyjs/gatsby/issues/27790) ([3817174](https://github.com/gatsbyjs/gatsby/commit/3817174822c61aeafd3efac5fb670604d895d89d)) +- add brackets to directory names [#27812](https://github.com/gatsbyjs/gatsby/issues/27812) ([5f8beb7](https://github.com/gatsbyjs/gatsby/commit/5f8beb77b64505e4e967b9e2307e991988c8cda5)) -- **gatsby-recipes:** fix GatsbyShadowFile resource — don't error if package isn't installed ([#27790](https://github.com/gatsbyjs/gatsby/issues/27790)) ([3817174](https://github.com/gatsbyjs/gatsby/commit/3817174822c61aeafd3efac5fb670604d895d89d)) -- **recipe:** add brackets to directory names ([#27812](https://github.com/gatsbyjs/gatsby/issues/27812)) ([5f8beb7](https://github.com/gatsbyjs/gatsby/commit/5f8beb77b64505e4e967b9e2307e991988c8cda5)) + ## [0.2.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.2.35...gatsby-recipes@0.2.36) (2020-11-02) diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index d111fbdee195d..a01ecadc096a9 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -1,161 +1,163 @@ -# Change Log +# Changelog: `gatsby-remark-autolink-headers` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.3...gatsby-remark-autolink-headers@4.10.0-next.0) (2021-08-12) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.9.0/packages/gatsby-remark-autolink-headers) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.2...gatsby-remark-autolink-headers@4.9.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-remark-autolink-headers +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [4.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.1...gatsby-remark-autolink-headers@4.9.0-next.2) (2021-08-05) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.8.0/packages/gatsby-remark-autolink-headers) (2021-08-04) -**Note:** Version bump only for package gatsby-remark-autolink-headers - -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.0...gatsby-remark-autolink-headers@4.9.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.8.0-next.0...gatsby-remark-autolink-headers@4.9.0-next.0) (2021-07-29) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.7.0/packages/gatsby-remark-autolink-headers) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.7.0-next.1...gatsby-remark-autolink-headers@4.8.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-remark-autolink-headers - -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.7.0-next.0...gatsby-remark-autolink-headers@4.7.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-autolink-headers +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.6.0/packages/gatsby-remark-autolink-headers) (2021-07-07) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.6.0-next.1...gatsby-remark-autolink-headers@4.7.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.6.0-next.0...gatsby-remark-autolink-headers@4.6.0-next.1) (2021-06-28) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.5.0/packages/gatsby-remark-autolink-headers) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.5.0-next.1...gatsby-remark-autolink-headers@4.6.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-autolink-headers +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.5.0-next.0...gatsby-remark-autolink-headers@4.5.0-next.1) (2021-06-10) +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.4.1/packages/gatsby-remark-autolink-headers) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-autolink-headers +#### Chores -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.4.0-next.2...gatsby-remark-autolink-headers@4.5.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-autolink-headers +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.4.0/packages/gatsby-remark-autolink-headers) (2021-06-09) -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.4.0-next.1...gatsby-remark-autolink-headers@4.4.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-autolink-headers +#### Chores -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.4.0-next.0...gatsby-remark-autolink-headers@4.4.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-autolink-headers +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.3.0/packages/gatsby-remark-autolink-headers) (2021-05-25) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.3.0-next.0...gatsby-remark-autolink-headers@4.4.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.2.0-next.0...gatsby-remark-autolink-headers@4.3.0-next.0) (2021-05-06) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.2.0/packages/gatsby-remark-autolink-headers) (2021-05-12) -**Note:** Version bump only for package gatsby-remark-autolink-headers - -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.1.0-next.0...gatsby-remark-autolink-headers@4.2.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.0.0-next.0...gatsby-remark-autolink-headers@4.1.0-next.0) (2021-04-09) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.1.0/packages/gatsby-remark-autolink-headers) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.3.0-next.1...gatsby-remark-autolink-headers@4.0.0-next.0) (2021-04-09) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@4.0.0/packages/gatsby-remark-autolink-headers) (2021-04-14) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +**Note:** Version bump only for package gatsby-remark-autolink-headers + +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@3.2.0/packages/gatsby-remark-autolink-headers) (2021-03-30) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.3.0-next.0...gatsby-remark-autolink-headers@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.2.0-next.0...gatsby-remark-autolink-headers@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@3.1.0/packages/gatsby-remark-autolink-headers) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.1.0-next.2...gatsby-remark-autolink-headers@3.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-autolink-headers +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.1.0-next.1...gatsby-remark-autolink-headers@3.1.0-next.2) (2021-03-10) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@3.0.0/packages/gatsby-remark-autolink-headers) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.1.0-next.0...gatsby-remark-autolink-headers@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-remark-autolink-headers +#### Other Changes -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.0.0-next.1...gatsby-remark-autolink-headers@3.1.0-next.0) (2021-02-26) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -**Note:** Version bump only for package gatsby-remark-autolink-headers +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.11.0/packages/gatsby-remark-autolink-headers) (2021-02-02) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@3.0.0-next.0...gatsby-remark-autolink-headers@3.0.0-next.1) (2021-02-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.12.0-next.0...gatsby-remark-autolink-headers@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.10.0/packages/gatsby-remark-autolink-headers) (2021-01-20) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.11.0-next.0...gatsby-remark-autolink-headers@2.12.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-remark-autolink-headers +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.10.0-next.1...gatsby-remark-autolink-headers@2.11.0-next.0) (2021-01-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.9.0/packages/gatsby-remark-autolink-headers) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.10.0-next.0...gatsby-remark-autolink-headers@2.10.0-next.1) (2021-01-12) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.8.0/packages/gatsby-remark-autolink-headers) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.9.0-next.1...gatsby-remark-autolink-headers@2.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-autolink-headers +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.9.0-next.0...gatsby-remark-autolink-headers@2.9.0-next.1) (2020-12-17) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.7.0/packages/gatsby-remark-autolink-headers) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-autolink-headers -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.8.0-next.0...gatsby-remark-autolink-headers@2.9.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.6.0/packages/gatsby-remark-autolink-headers) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.7.0-next.0...gatsby-remark-autolink-headers@2.8.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-remark-autolink-headers +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.6.0-next.0...gatsby-remark-autolink-headers@2.7.0-next.0) (2020-11-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.5.0/packages/gatsby-remark-autolink-headers) (2020-11-12) -**Note:** Version bump only for package gatsby-remark-autolink-headers +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.5.0-next.1...gatsby-remark-autolink-headers@2.5.0-next.2) (2020-11-10) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-autolink-headers +- remove incorrect default value for icon option [#27821](https://github.com/gatsbyjs/gatsby/issues/27821) ([2d2f949](https://github.com/gatsbyjs/gatsby/commit/2d2f9497beac66bac568fba8ab83b667c84b7404)) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.5.0-next.0...gatsby-remark-autolink-headers@2.5.0-next.1) (2020-11-05) +#### Chores -### Bug Fixes +- gitignore gatsby-node compiled by babel [#27858](https://github.com/gatsbyjs/gatsby/issues/27858) ([c663050](https://github.com/gatsbyjs/gatsby/commit/c66305067f5400b7b868ceac3cfbd4751545f0df)) -- **gatsby-remark-autolink-headers:** remove incorrect default value for icon option ([#27821](https://github.com/gatsbyjs/gatsby/issues/27821)) ([2d2f949](https://github.com/gatsbyjs/gatsby/commit/2d2f9497beac66bac568fba8ab83b667c84b7404)) + # [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.3.16...gatsby-remark-autolink-headers@2.4.0) (2020-11-02) diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 18706539074ba..490099657dca5 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/CHANGELOG.md @@ -1,138 +1,154 @@ -# Change Log +# Changelog: `gatsby-remark-code-repls` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.3...gatsby-remark-code-repls@5.10.0-next.0) (2021-08-12) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.9.0/packages/gatsby-remark-code-repls) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-code-repls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.2...gatsby-remark-code-repls@5.9.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-code-repls +- update minor and patch dependencies for gatsby-remark-code-repls [#32606](https://github.com/gatsbyjs/gatsby/issues/32606) ([a304fc0](https://github.com/gatsbyjs/gatsby/commit/a304fc05f0f2a7941b70486a9a81162a4417c7bd)) -# [5.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.1...gatsby-remark-code-repls@5.9.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-remark-code-repls +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.0...gatsby-remark-code-repls@5.9.0-next.1) (2021-08-05) - -### Bug Fixes +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.8.0/packages/gatsby-remark-code-repls) (2021-08-04) -- **deps:** update minor and patch dependencies for gatsby-remark-code-repls ([#32606](https://github.com/gatsbyjs/gatsby/issues/32606)) ([a304fc0](https://github.com/gatsbyjs/gatsby/commit/a304fc05f0f2a7941b70486a9a81162a4417c7bd)) - -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.8.0-next.0...gatsby-remark-code-repls@5.9.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-code-repls -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.7.0-next.1...gatsby-remark-code-repls@5.8.0-next.0) (2021-07-15) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.7.0/packages/gatsby-remark-code-repls) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-code-repls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.7.0-next.0...gatsby-remark-code-repls@5.7.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-remark-code-repls +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.6.0-next.0...gatsby-remark-code-repls@5.7.0-next.0) (2021-07-01) +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.6.0/packages/gatsby-remark-code-repls) (2021-07-07) -**Note:** Version bump only for package gatsby-remark-code-repls - -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.5.0-next.1...gatsby-remark-code-repls@5.6.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-code-repls -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.5.0-next.0...gatsby-remark-code-repls@5.5.0-next.1) (2021-06-10) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.5.0/packages/gatsby-remark-code-repls) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-code-repls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.4.0-next.2...gatsby-remark-code-repls@5.5.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-remark-code-repls +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.4.0-next.1...gatsby-remark-code-repls@5.4.0-next.2) (2021-06-02) +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.4.1/packages/gatsby-remark-code-repls) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-code-repls +#### Chores -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.4.0-next.0...gatsby-remark-code-repls@5.4.0-next.1) (2021-05-31) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-code-repls +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.4.0/packages/gatsby-remark-code-repls) (2021-06-09) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.3.0-next.0...gatsby-remark-code-repls@5.4.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-code-repls +#### Chores -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.2.0-next.0...gatsby-remark-code-repls@5.3.0-next.0) (2021-05-06) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-code-repls +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.3.0/packages/gatsby-remark-code-repls) (2021-05-25) -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.1.0-next.0...gatsby-remark-code-repls@5.2.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-remark-code-repls -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.0.0-next.0...gatsby-remark-code-repls@5.1.0-next.0) (2021-04-09) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.2.0/packages/gatsby-remark-code-repls) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-code-repls -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.3.0-next.1...gatsby-remark-code-repls@5.0.0-next.0) (2021-04-09) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.1.0/packages/gatsby-remark-code-repls) (2021-04-28) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) + +**Note:** Version bump only for package gatsby-remark-code-repls -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@5.0.0/packages/gatsby-remark-code-repls) (2021-04-14) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.3.0-next.0...gatsby-remark-code-repls@4.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-code-repls -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.2.0-next.0...gatsby-remark-code-repls@4.3.0-next.0) (2021-03-25) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@4.2.0/packages/gatsby-remark-code-repls) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-code-repls -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.1.0-next.1...gatsby-remark-code-repls@4.2.0-next.0) (2021-03-11) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@4.1.0/packages/gatsby-remark-code-repls) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-remark-code-repls -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.1.0-next.0...gatsby-remark-code-repls@4.1.0-next.1) (2021-02-26) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@4.0.0/packages/gatsby-remark-code-repls) (2021-03-02) -**Note:** Version bump only for package gatsby-remark-code-repls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@4.0.0-next.0...gatsby-remark-code-repls@4.1.0-next.0) (2021-02-26) +#### Features -### Features +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.9.0/packages/gatsby-remark-code-repls) (2021-02-02) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.10.0-next.0...gatsby-remark-code-repls@4.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-code-repls -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.9.0-next.0...gatsby-remark-code-repls@3.10.0-next.0) (2021-01-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.8.0/packages/gatsby-remark-code-repls) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-code-repls -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.8.0-next.0...gatsby-remark-code-repls@3.9.0-next.0) (2021-01-18) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.7.0/packages/gatsby-remark-code-repls) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-code-repls -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.7.0-next.0...gatsby-remark-code-repls@3.8.0-next.0) (2020-12-29) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.6.0/packages/gatsby-remark-code-repls) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-code-repls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.6.0-next.0...gatsby-remark-code-repls@3.7.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-code-repls +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.5.0-next.0...gatsby-remark-code-repls@3.6.0-next.0) (2020-11-26) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.5.0/packages/gatsby-remark-code-repls) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-code-repls -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.4.0-next.0...gatsby-remark-code-repls@3.5.0-next.0) (2020-11-18) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.4.0/packages/gatsby-remark-code-repls) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-code-repls +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.3.0-next.0...gatsby-remark-code-repls@3.3.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-code-repls@3.3.0/packages/gatsby-remark-code-repls) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-code-repls + + ## [3.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.2.13...gatsby-remark-code-repls@3.2.14) (2020-10-06) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 65a854b2f554a..6f6a291da4e24 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md @@ -1,154 +1,179 @@ -# Change Log +# Changelog: `gatsby-remark-copy-linked-files` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.3...gatsby-remark-copy-linked-files@4.10.0-next.0) (2021-08-12) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.9.0/packages/gatsby-remark-copy-linked-files) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.2...gatsby-remark-copy-linked-files@4.9.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-copy-linked-files +- update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-copy-linked-files [#32577](https://github.com/gatsbyjs/gatsby/issues/32577) ([40eb226](https://github.com/gatsbyjs/gatsby/commit/40eb2262be2c840999ea4108a5cb3d2a1bf584c9)) + +#### Chores + +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) + +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.8.0/packages/gatsby-remark-copy-linked-files) (2021-08-04) -# [4.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.1...gatsby-remark-copy-linked-files@4.9.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.0...gatsby-remark-copy-linked-files@4.9.0-next.1) (2021-08-05) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.7.0/packages/gatsby-remark-copy-linked-files) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-copy-linked-files ([#32577](https://github.com/gatsbyjs/gatsby/issues/32577)) ([40eb226](https://github.com/gatsbyjs/gatsby/commit/40eb2262be2c840999ea4108a5cb3d2a1bf584c9)) +#### Chores -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.8.0-next.0...gatsby-remark-copy-linked-files@4.9.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.6.0/packages/gatsby-remark-copy-linked-files) (2021-07-07) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.7.0-next.1...gatsby-remark-copy-linked-files@4.8.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.7.0-next.0...gatsby-remark-copy-linked-files@4.7.0-next.1) (2021-07-08) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.5.0/packages/gatsby-remark-copy-linked-files) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.6.0-next.0...gatsby-remark-copy-linked-files@4.7.0-next.0) (2021-07-01) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-copy-linked-files +- replace checking parent node type to 'dir' [#31780](https://github.com/gatsbyjs/gatsby/issues/31780) ([e854dcf](https://github.com/gatsbyjs/gatsby/commit/e854dcf1e98bf1b5bd298d5963cbfb22a907c551)) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.5.0-next.1...gatsby-remark-copy-linked-files@4.6.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-copy-linked-files +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.5.0-next.0...gatsby-remark-copy-linked-files@4.5.0-next.1) (2021-06-10) +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.4.1/packages/gatsby-remark-copy-linked-files) (2021-06-10) -### Bug Fixes +#### Chores -- **gatsby-remark-copy-linked-files:** replace checking parent node type to 'dir' ([#31780](https://github.com/gatsbyjs/gatsby/issues/31780)) ([e854dcf](https://github.com/gatsbyjs/gatsby/commit/e854dcf1e98bf1b5bd298d5963cbfb22a907c551)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.4.0-next.2...gatsby-remark-copy-linked-files@4.5.0-next.0) (2021-06-03) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.4.0/packages/gatsby-remark-copy-linked-files) (2021-06-09) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.4.0-next.1...gatsby-remark-copy-linked-files@4.4.0-next.2) (2021-06-02) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-copy-linked-files +- replace checking parent node type to 'dir' [#31780](https://github.com/gatsbyjs/gatsby/issues/31780) [#31828](https://github.com/gatsbyjs/gatsby/issues/31828) ([34176c6](https://github.com/gatsbyjs/gatsby/commit/34176c6b09194299703525616f8165f09b53ca9d)) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.4.0-next.0...gatsby-remark-copy-linked-files@4.4.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-remark-copy-linked-files +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.3.0-next.1...gatsby-remark-copy-linked-files@4.4.0-next.0) (2021-05-21) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.3.0/packages/gatsby-remark-copy-linked-files) (2021-05-25) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.3.0-next.0...gatsby-remark-copy-linked-files@4.3.0-next.1) (2021-05-12) +#### Bug Fixes -### Bug Fixes +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +### [4.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.2.1/packages/gatsby-remark-copy-linked-files) (2021-05-19) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.2.0-next.0...gatsby-remark-copy-linked-files@4.3.0-next.0) (2021-05-06) +#### Bug Fixes -### Bug Fixes +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -- **deps:** update minor and patch for gatsby-remark-copy-linked-files ([#31163](https://github.com/gatsbyjs/gatsby/issues/31163)) ([2291fbd](https://github.com/gatsbyjs/gatsby/commit/2291fbd962e9813bf1b83851738b438f8d83040b)) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.2.0/packages/gatsby-remark-copy-linked-files) (2021-05-12) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.1.0-next.0...gatsby-remark-copy-linked-files@4.2.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +#### Bug Fixes -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.0.0-next.0...gatsby-remark-copy-linked-files@4.1.0-next.0) (2021-04-09) +- update minor and patch for gatsby-remark-copy-linked-files [#31163](https://github.com/gatsbyjs/gatsby/issues/31163) ([2291fbd](https://github.com/gatsbyjs/gatsby/commit/2291fbd962e9813bf1b83851738b438f8d83040b)) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.1.0/packages/gatsby-remark-copy-linked-files) (2021-04-28) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.3.0-next.1...gatsby-remark-copy-linked-files@4.0.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -### Features +**Note:** Version bump only for package gatsby-remark-copy-linked-files -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@4.0.0/packages/gatsby-remark-copy-linked-files) (2021-04-14) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.3.0-next.0...gatsby-remark-copy-linked-files@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.2.0-next.0...gatsby-remark-copy-linked-files@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@3.2.0/packages/gatsby-remark-copy-linked-files) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.1.0-next.2...gatsby-remark-copy-linked-files@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@3.1.0/packages/gatsby-remark-copy-linked-files) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.1.0-next.1...gatsby-remark-copy-linked-files@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Chores -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.1.0-next.0...gatsby-remark-copy-linked-files@3.1.0-next.1) (2021-02-26) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@3.0.0/packages/gatsby-remark-copy-linked-files) (2021-03-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@3.0.0-next.0...gatsby-remark-copy-linked-files@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.11.0-next.0...gatsby-remark-copy-linked-files@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.10.0/packages/gatsby-remark-copy-linked-files) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.10.0-next.0...gatsby-remark-copy-linked-files@2.11.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.9.0/packages/gatsby-remark-copy-linked-files) (2021-01-20) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.9.0-next.0...gatsby-remark-copy-linked-files@2.10.0-next.0) (2021-01-18) +#### Bug Fixes -### Bug Fixes +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.8.0/packages/gatsby-remark-copy-linked-files) (2021-01-06) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.8.0-next.0...gatsby-remark-copy-linked-files@2.9.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.7.0-next.0...gatsby-remark-copy-linked-files@2.8.0-next.0) (2020-12-10) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.7.0/packages/gatsby-remark-copy-linked-files) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-copy-linked-files +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.6.0-next.0...gatsby-remark-copy-linked-files@2.7.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-remark-copy-linked-files +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.6.0/packages/gatsby-remark-copy-linked-files) (2020-12-02) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.5.0-next.0...gatsby-remark-copy-linked-files@2.6.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-copy-linked-files -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.4.0-next.0...gatsby-remark-copy-linked-files@2.4.0-next.1) (2020-11-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.5.0/packages/gatsby-remark-copy-linked-files) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@2.4.0/packages/gatsby-remark-copy-linked-files) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-copy-linked-files + + ## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.3.18...gatsby-remark-copy-linked-files@2.3.19) (2020-10-06) **Note:** Version bump only for package gatsby-remark-copy-linked-files diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 2672c2504516a..03ead2f76099e 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/CHANGELOG.md @@ -1,134 +1,151 @@ -# Change Log +# Changelog: `gatsby-remark-custom-blocks` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.3...gatsby-remark-custom-blocks@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.12.0/packages/gatsby-remark-custom-blocks) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-custom-blocks - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.2...gatsby-remark-custom-blocks@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-remark-custom-blocks +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.1...gatsby-remark-custom-blocks@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-remark-custom-blocks +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.11.0/packages/gatsby-remark-custom-blocks) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.0...gatsby-remark-custom-blocks@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.11.0-next.0...gatsby-remark-custom-blocks@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.10.0/packages/gatsby-remark-custom-blocks) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-custom-blocks - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.10.0-next.1...gatsby-remark-custom-blocks@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-remark-custom-blocks +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.10.0-next.0...gatsby-remark-custom-blocks@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-custom-blocks +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.9.0/packages/gatsby-remark-custom-blocks) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.9.0-next.0...gatsby-remark-custom-blocks@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.8.0-next.1...gatsby-remark-custom-blocks@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.8.0/packages/gatsby-remark-custom-blocks) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-custom-blocks +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.8.0-next.0...gatsby-remark-custom-blocks@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-custom-blocks +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.7.0-next.2...gatsby-remark-custom-blocks@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.7.1/packages/gatsby-remark-custom-blocks) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-custom-blocks +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.7.0-next.1...gatsby-remark-custom-blocks@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-custom-blocks +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.7.0/packages/gatsby-remark-custom-blocks) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.7.0-next.0...gatsby-remark-custom-blocks@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-custom-blocks +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.6.0-next.0...gatsby-remark-custom-blocks@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-custom-blocks +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.6.0/packages/gatsby-remark-custom-blocks) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.5.0-next.0...gatsby-remark-custom-blocks@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.4.0-next.0...gatsby-remark-custom-blocks@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.5.0/packages/gatsby-remark-custom-blocks) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.3.0-next.2...gatsby-remark-custom-blocks@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.4.0/packages/gatsby-remark-custom-blocks) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.3.0-next.1...gatsby-remark-custom-blocks@3.3.0-next.2) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.3.0/packages/gatsby-remark-custom-blocks) (2021-04-14) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +#### Features -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.3.0-next.0...gatsby-remark-custom-blocks@3.3.0-next.1) (2021-04-07) +- upgrade to remark 13 [#29678](https://github.com/gatsbyjs/gatsby/issues/29678) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) -**Note:** Version bump only for package gatsby-remark-custom-blocks +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.2.0/packages/gatsby-remark-custom-blocks) (2021-03-30) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.2.0-next.0...gatsby-remark-custom-blocks@3.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.1.0-next.1...gatsby-remark-custom-blocks@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.1.0/packages/gatsby-remark-custom-blocks) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.1.0-next.0...gatsby-remark-custom-blocks@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@3.0.0/packages/gatsby-remark-custom-blocks) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.0.0-next.0...gatsby-remark-custom-blocks@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.10.0/packages/gatsby-remark-custom-blocks) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.11.0-next.0...gatsby-remark-custom-blocks@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.9.0/packages/gatsby-remark-custom-blocks) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.10.0-next.0...gatsby-remark-custom-blocks@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.8.0/packages/gatsby-remark-custom-blocks) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.9.0-next.0...gatsby-remark-custom-blocks@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.7.0/packages/gatsby-remark-custom-blocks) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-custom-blocks +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.8.0-next.0...gatsby-remark-custom-blocks@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-custom-blocks +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.7.0-next.0...gatsby-remark-custom-blocks@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.6.0/packages/gatsby-remark-custom-blocks) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-custom-blocks -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.6.0-next.0...gatsby-remark-custom-blocks@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.5.0/packages/gatsby-remark-custom-blocks) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-custom-blocks +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.5.0-next.0...gatsby-remark-custom-blocks@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-custom-blocks +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- update minor and patch for gatsby-remark-custom-blocks [#28085](https://github.com/gatsbyjs/gatsby/issues/28085) ([15849f9](https://github.com/gatsbyjs/gatsby/commit/15849f99ac81e5fc1e87904eed52c6234465d1a7)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-custom-blocks@2.4.0/packages/gatsby-remark-custom-blocks) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.4.0-next.0...gatsby-remark-custom-blocks@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-custom-blocks + + ## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.3.13...gatsby-remark-custom-blocks@2.3.14) (2020-10-20) **Note:** Version bump only for package gatsby-remark-custom-blocks diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index 0f6ce2557820e..4e11c56bb47e1 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/CHANGELOG.md @@ -1,142 +1,156 @@ -# Change Log +# Changelog: `gatsby-remark-embed-snippet` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.3...gatsby-remark-embed-snippet@6.10.0-next.0) (2021-08-12) +## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.9.0/packages/gatsby-remark-embed-snippet) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-embed-snippet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [6.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.2...gatsby-remark-embed-snippet@6.9.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-remark-embed-snippet +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [6.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.1...gatsby-remark-embed-snippet@6.9.0-next.2) (2021-08-05) +## [6.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.8.0/packages/gatsby-remark-embed-snippet) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.0...gatsby-remark-embed-snippet@6.9.0-next.1) (2021-08-05) +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.7.0/packages/gatsby-remark-embed-snippet) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-embed-snippet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [6.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.8.0-next.0...gatsby-remark-embed-snippet@6.9.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-embed-snippet +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.6.0/packages/gatsby-remark-embed-snippet) (2021-07-07) -# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.7.0-next.1...gatsby-remark-embed-snippet@6.8.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.7.0-next.0...gatsby-remark-embed-snippet@6.7.0-next.1) (2021-07-08) +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.5.0/packages/gatsby-remark-embed-snippet) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-embed-snippet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [6.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.6.0-next.0...gatsby-remark-embed-snippet@6.7.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-remark-embed-snippet +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [6.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.5.0-next.1...gatsby-remark-embed-snippet@6.6.0-next.0) (2021-06-18) +### [6.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.4.1/packages/gatsby-remark-embed-snippet) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-embed-snippet +#### Chores -# [6.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.5.0-next.0...gatsby-remark-embed-snippet@6.5.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-embed-snippet +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.4.0/packages/gatsby-remark-embed-snippet) (2021-06-09) -# [6.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.4.0-next.2...gatsby-remark-embed-snippet@6.5.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-embed-snippet +#### Chores -# [6.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.4.0-next.1...gatsby-remark-embed-snippet@6.4.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-embed-snippet +## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.3.0/packages/gatsby-remark-embed-snippet) (2021-05-25) -# [6.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.4.0-next.0...gatsby-remark-embed-snippet@6.4.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.3.0-next.0...gatsby-remark-embed-snippet@6.4.0-next.0) (2021-05-21) +## [6.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.2.0/packages/gatsby-remark-embed-snippet) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.2.0-next.0...gatsby-remark-embed-snippet@6.3.0-next.0) (2021-05-06) +## [6.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.1.0/packages/gatsby-remark-embed-snippet) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.1.0-next.0...gatsby-remark-embed-snippet@6.2.0-next.0) (2021-04-23) +## [6.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@6.0.0/packages/gatsby-remark-embed-snippet) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.0.0-next.0...gatsby-remark-embed-snippet@6.1.0-next.0) (2021-04-09) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@5.2.0/packages/gatsby-remark-embed-snippet) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [6.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.3.0-next.1...gatsby-remark-embed-snippet@6.0.0-next.0) (2021-04-09) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@5.1.0/packages/gatsby-remark-embed-snippet) (2021-03-16) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +#### Chores -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.3.0-next.0...gatsby-remark-embed-snippet@5.3.0-next.1) (2021-04-07) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) -**Note:** Version bump only for package gatsby-remark-embed-snippet +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@5.0.0/packages/gatsby-remark-embed-snippet) (2021-03-02) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.2.0-next.0...gatsby-remark-embed-snippet@5.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-remark-embed-snippet +#### Chores -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.1.0-next.2...gatsby-remark-embed-snippet@5.2.0-next.0) (2021-03-11) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) -**Note:** Version bump only for package gatsby-remark-embed-snippet +#### Other Changes -# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.1.0-next.1...gatsby-remark-embed-snippet@5.1.0-next.2) (2021-03-10) +- fix case of GitHub, JavaScript, TypeScript and WordPress fix [#29580](https://github.com/gatsbyjs/gatsby/issues/29580) ([6aef65a](https://github.com/gatsbyjs/gatsby/commit/6aef65ad2403651b20c784e36066aed2d77bef0e)) -**Note:** Version bump only for package gatsby-remark-embed-snippet +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.10.0/packages/gatsby-remark-embed-snippet) (2021-02-02) -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.1.0-next.0...gatsby-remark-embed-snippet@5.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.0.0-next.1...gatsby-remark-embed-snippet@5.1.0-next.0) (2021-02-26) - -**Note:** Version bump only for package gatsby-remark-embed-snippet +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.9.0/packages/gatsby-remark-embed-snippet) (2021-01-20) -# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.0.0-next.0...gatsby-remark-embed-snippet@5.0.0-next.1) (2021-02-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.11.0-next.0...gatsby-remark-embed-snippet@5.0.0-next.0) (2021-02-05) - -**Note:** Version bump only for package gatsby-remark-embed-snippet +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.8.0/packages/gatsby-remark-embed-snippet) (2021-01-06) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.10.0-next.0...gatsby-remark-embed-snippet@4.11.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.9.0-next.0...gatsby-remark-embed-snippet@4.10.0-next.0) (2021-01-18) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.7.0/packages/gatsby-remark-embed-snippet) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-embed-snippet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.8.0-next.0...gatsby-remark-embed-snippet@4.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-embed-snippet +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.6.0/packages/gatsby-remark-embed-snippet) (2020-12-02) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.7.0-next.0...gatsby-remark-embed-snippet@4.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-embed-snippet -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.6.0-next.0...gatsby-remark-embed-snippet@4.7.0-next.0) (2020-11-26) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.5.0/packages/gatsby-remark-embed-snippet) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-embed-snippet +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.5.0-next.0...gatsby-remark-embed-snippet@4.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-embed-snippet +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.4.0-next.0...gatsby-remark-embed-snippet@4.4.0-next.1) (2020-11-10) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-embed-snippet@4.4.0/packages/gatsby-remark-embed-snippet) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-embed-snippet + + ## [4.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.3.16...gatsby-remark-embed-snippet@4.3.17) (2020-10-06) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 320005ed84240..90ce20a2d7ce4 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -1,154 +1,167 @@ -# Change Log +# Changelog: `gatsby-remark-graphviz` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.3...gatsby-remark-graphviz@3.10.0-next.0) (2021-08-12) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.9.0/packages/gatsby-remark-graphviz) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-graphviz - -# [3.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.2...gatsby-remark-graphviz@3.9.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-remark-graphviz +#### Bug Fixes -# [3.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.1...gatsby-remark-graphviz@3.9.0-next.2) (2021-08-05) - -**Note:** Version bump only for package gatsby-remark-graphviz +- update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-graphviz [#32578](https://github.com/gatsbyjs/gatsby/issues/32578) ([09a4723](https://github.com/gatsbyjs/gatsby/commit/09a4723ae8164abc2341b213df794480fafba264)) -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.0...gatsby-remark-graphviz@3.9.0-next.1) (2021-08-05) +#### Chores -### Bug Fixes +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **deps:** update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-graphviz ([#32578](https://github.com/gatsbyjs/gatsby/issues/32578)) ([09a4723](https://github.com/gatsbyjs/gatsby/commit/09a4723ae8164abc2341b213df794480fafba264)) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.8.0/packages/gatsby-remark-graphviz) (2021-08-04) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.8.0-next.0...gatsby-remark-graphviz@3.9.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-graphviz -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.7.0-next.1...gatsby-remark-graphviz@3.8.0-next.0) (2021-07-15) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.7.0/packages/gatsby-remark-graphviz) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.7.0-next.0...gatsby-remark-graphviz@3.7.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- update dependency hast-util-to-html to ^7.1.3 for gatsby-remark-graphviz [#32247](https://github.com/gatsbyjs/gatsby/issues/32247) ([64b9c99](https://github.com/gatsbyjs/gatsby/commit/64b9c991571e3f6da3f510cf3664b3a9f6296aae)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.6.0-next.0...gatsby-remark-graphviz@3.7.0-next.0) (2021-07-01) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.6.0/packages/gatsby-remark-graphviz) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-graphviz -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.5.0-next.1...gatsby-remark-graphviz@3.6.0-next.0) (2021-06-18) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.5.0/packages/gatsby-remark-graphviz) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.5.0-next.0...gatsby-remark-graphviz@3.5.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.4.0-next.2...gatsby-remark-graphviz@3.5.0-next.0) (2021-06-03) +### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.4.1/packages/gatsby-remark-graphviz) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-graphviz +#### Chores -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.4.0-next.1...gatsby-remark-graphviz@3.4.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-graphviz +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.4.0/packages/gatsby-remark-graphviz) (2021-06-09) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.4.0-next.0...gatsby-remark-graphviz@3.4.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-graphviz +#### Chores -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.3.0-next.1...gatsby-remark-graphviz@3.4.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-graphviz +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.3.0/packages/gatsby-remark-graphviz) (2021-05-25) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.3.0-next.0...gatsby-remark-graphviz@3.3.0-next.1) (2021-05-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -### Bug Fixes +#### Bug Fixes -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.2.0-next.0...gatsby-remark-graphviz@3.3.0-next.0) (2021-05-06) +### [3.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.2.1/packages/gatsby-remark-graphviz) (2021-05-19) -**Note:** Version bump only for package gatsby-remark-graphviz +#### Bug Fixes -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.1.0-next.0...gatsby-remark-graphviz@3.2.0-next.0) (2021-04-23) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -**Note:** Version bump only for package gatsby-remark-graphviz +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.2.0/packages/gatsby-remark-graphviz) (2021-05-12) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.0.0-next.0...gatsby-remark-graphviz@3.1.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-graphviz -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.3.0-next.1...gatsby-remark-graphviz@3.0.0-next.0) (2021-04-09) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.1.0/packages/gatsby-remark-graphviz) (2021-04-28) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +**Note:** Version bump only for package gatsby-remark-graphviz + +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@3.0.0/packages/gatsby-remark-graphviz) (2021-04-14) -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.3.0-next.0...gatsby-remark-graphviz@2.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-graphviz -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.2.0-next.0...gatsby-remark-graphviz@2.3.0-next.0) (2021-03-25) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@2.2.0/packages/gatsby-remark-graphviz) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-graphviz -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.1.0-next.2...gatsby-remark-graphviz@2.2.0-next.0) (2021-03-11) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@2.1.0/packages/gatsby-remark-graphviz) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.1.0-next.1...gatsby-remark-graphviz@2.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.1.0-next.0...gatsby-remark-graphviz@2.1.0-next.1) (2021-02-26) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@2.0.0/packages/gatsby-remark-graphviz) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-remark-graphviz -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@2.0.0-next.0...gatsby-remark-graphviz@2.1.0-next.0) (2021-02-26) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.10.0/packages/gatsby-remark-graphviz) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-graphviz -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.11.0-next.0...gatsby-remark-graphviz@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.9.0/packages/gatsby-remark-graphviz) (2021-01-20) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.10.0-next.0...gatsby-remark-graphviz@1.11.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.9.0-next.1...gatsby-remark-graphviz@1.10.0-next.0) (2021-01-18) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.8.0/packages/gatsby-remark-graphviz) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-graphviz -# [1.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.9.0-next.0...gatsby-remark-graphviz@1.9.0-next.1) (2021-01-12) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.7.0/packages/gatsby-remark-graphviz) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.8.0-next.0...gatsby-remark-graphviz@1.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.7.0-next.0...gatsby-remark-graphviz@1.8.0-next.0) (2020-12-10) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.6.0/packages/gatsby-remark-graphviz) (2020-12-02) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.6.0-next.1...gatsby-remark-graphviz@1.7.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- update minor and patch for gatsby-remark-graphviz [#28086](https://github.com/gatsbyjs/gatsby/issues/28086) ([b30ad09](https://github.com/gatsbyjs/gatsby/commit/b30ad09f53b145eacb95961110e01fe18b846e94)) -# [1.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.6.0-next.0...gatsby-remark-graphviz@1.6.0-next.1) (2020-11-18) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.5.0/packages/gatsby-remark-graphviz) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-graphviz +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.5.0-next.0...gatsby-remark-graphviz@1.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-graphviz +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.4.0-next.0...gatsby-remark-graphviz@1.4.0-next.1) (2020-11-10) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-graphviz@1.4.0/packages/gatsby-remark-graphviz) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-graphviz + + ## [1.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.3.12...gatsby-remark-graphviz@1.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-remark-graphviz diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index f724fe229254d..820b15f61d0dc 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -1,172 +1,179 @@ -# Change Log +# Changelog: `gatsby-remark-images-contentful` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.10.0-next.0...gatsby-remark-images-contentful@4.10.0-next.1) (2021-08-20) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.9.0/packages/gatsby-remark-images-contentful) (2021-08-18) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1) +#### Bug Fixes -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.3...gatsby-remark-images-contentful@4.10.0-next.0) (2021-08-12) +- show useful error message for files that can not be rendered as image [#32530](https://github.com/gatsbyjs/gatsby/issues/32530) fixes [#32511](https://github.com/gatsbyjs/gatsby/issues/32511) ([77e9aab](https://github.com/gatsbyjs/gatsby/commit/77e9aabdff5156d4f037b1b36dbb351bfe043be4)) +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -**Note:** Version bump only for package gatsby-remark-images-contentful +#### Chores -# [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.2...gatsby-remark-images-contentful@4.9.0-next.3) (2021-08-09) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -### Bug Fixes +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.8.0/packages/gatsby-remark-images-contentful) (2021-08-04) -- **gatsby-remark-image-contentful:** show useful error message for files that can not be rendered as image ([#32530](https://github.com/gatsbyjs/gatsby/issues/32530)) ([77e9aab](https://github.com/gatsbyjs/gatsby/commit/77e9aabdff5156d4f037b1b36dbb351bfe043be4)), closes [#32511](https://github.com/gatsbyjs/gatsby/issues/32511) - -# [4.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.1...gatsby-remark-images-contentful@4.9.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-images-contentful -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.0...gatsby-remark-images-contentful@4.9.0-next.1) (2021-08-05) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.7.0/packages/gatsby-remark-images-contentful) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) +#### Bug Fixes -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.8.0-next.0...gatsby-remark-images-contentful@4.9.0-next.0) (2021-07-29) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -**Note:** Version bump only for package gatsby-remark-images-contentful +#### Chores -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.7.0-next.1...gatsby-remark-images-contentful@4.8.0-next.0) (2021-07-15) +- update sharp to ^0.28.3 [#32227](https://github.com/gatsbyjs/gatsby/issues/32227) ([4fabc64](https://github.com/gatsbyjs/gatsby/commit/4fabc64b177621d94a7c8aaf6dbc5d91f01ea29f)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-images-contentful +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.6.0/packages/gatsby-remark-images-contentful) (2021-07-07) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.7.0-next.0...gatsby-remark-images-contentful@4.7.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -### Bug Fixes +**Note:** Version bump only for package gatsby-remark-images-contentful -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.5.0/packages/gatsby-remark-images-contentful) (2021-06-23) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.6.0-next.0...gatsby-remark-images-contentful@4.7.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-remark-images-contentful +#### Chores -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.5.0-next.1...gatsby-remark-images-contentful@4.6.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-remark-images-contentful +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.4.1/packages/gatsby-remark-images-contentful) (2021-06-10) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.5.0-next.0...gatsby-remark-images-contentful@4.5.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-images-contentful +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.4.0-next.2...gatsby-remark-images-contentful@4.5.0-next.0) (2021-06-03) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.4.0/packages/gatsby-remark-images-contentful) (2021-06-09) -**Note:** Version bump only for package gatsby-remark-images-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.4.0-next.1...gatsby-remark-images-contentful@4.4.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-remark-images-contentful +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.4.0-next.0...gatsby-remark-images-contentful@4.4.0-next.1) (2021-05-31) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.3.0/packages/gatsby-remark-images-contentful) (2021-05-25) -**Note:** Version bump only for package gatsby-remark-images-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.3.0-next.1...gatsby-remark-images-contentful@4.4.0-next.0) (2021-05-21) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images-contentful - -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.3.0-next.0...gatsby-remark-images-contentful@4.3.0-next.1) (2021-05-12) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -### Bug Fixes +### [4.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.2.1/packages/gatsby-remark-images-contentful) (2021-05-19) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +#### Bug Fixes -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.2.0-next.0...gatsby-remark-images-contentful@4.3.0-next.0) (2021-05-06) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -**Note:** Version bump only for package gatsby-remark-images-contentful +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.2.0/packages/gatsby-remark-images-contentful) (2021-05-12) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.1.0-next.0...gatsby-remark-images-contentful@4.2.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-images-contentful -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.0.0-next.0...gatsby-remark-images-contentful@4.1.0-next.0) (2021-04-09) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.1.0/packages/gatsby-remark-images-contentful) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-images-contentful -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.3.0-next.1...gatsby-remark-images-contentful@4.0.0-next.0) (2021-04-09) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@4.0.0/packages/gatsby-remark-images-contentful) (2021-04-14) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +**Note:** Version bump only for package gatsby-remark-images-contentful -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.3.0-next.0...gatsby-remark-images-contentful@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@3.2.0/packages/gatsby-remark-images-contentful) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-images-contentful -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.2.0-next.0...gatsby-remark-images-contentful@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@3.1.0/packages/gatsby-remark-images-contentful) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-images-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.1.0-next.2...gatsby-remark-images-contentful@3.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images-contentful +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.1.0-next.1...gatsby-remark-images-contentful@3.1.0-next.2) (2021-03-10) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@3.0.0/packages/gatsby-remark-images-contentful) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.1.0-next.0...gatsby-remark-images-contentful@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-remark-images-contentful -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@3.0.0-next.0...gatsby-remark-images-contentful@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.10.0/packages/gatsby-remark-images-contentful) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-images-contentful -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.11.0-next.0...gatsby-remark-images-contentful@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.9.0/packages/gatsby-remark-images-contentful) (2021-01-20) -**Note:** Version bump only for package gatsby-remark-images-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.10.0-next.0...gatsby-remark-images-contentful@2.11.0-next.0) (2021-01-28) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images-contentful +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.9.0-next.0...gatsby-remark-images-contentful@2.10.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.8.0/packages/gatsby-remark-images-contentful) (2021-01-06) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Features -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.8.0-next.1...gatsby-remark-images-contentful@2.9.0-next.0) (2020-12-29) +- Add AVIF image support to beta image plugin [#28742](https://github.com/gatsbyjs/gatsby/issues/28742) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) -**Note:** Version bump only for package gatsby-remark-images-contentful +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.7.0/packages/gatsby-remark-images-contentful) (2020-12-15) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.8.0-next.0...gatsby-remark-images-contentful@2.8.0-next.1) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -### Features +#### Chores -- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.7.0-next.0...gatsby-remark-images-contentful@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.6.0/packages/gatsby-remark-images-contentful) (2020-12-02) -**Note:** Version bump only for package gatsby-remark-images-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.6.0-next.1...gatsby-remark-images-contentful@2.7.0-next.0) (2020-11-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images-contentful +- update minor and patch for gatsby-remark-images-contentful [#27136](https://github.com/gatsbyjs/gatsby/issues/27136) ([c90351b](https://github.com/gatsbyjs/gatsby/commit/c90351b89efdd9ed589af65d61fe899e132b2230)) -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.6.0-next.0...gatsby-remark-images-contentful@2.6.0-next.1) (2020-11-18) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.5.0/packages/gatsby-remark-images-contentful) (2020-11-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **deps:** update minor and patch for gatsby-remark-images-contentful ([#27136](https://github.com/gatsbyjs/gatsby/issues/27136)) ([c90351b](https://github.com/gatsbyjs/gatsby/commit/c90351b89efdd9ed589af65d61fe899e132b2230)) +#### Chores -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.5.0-next.0...gatsby-remark-images-contentful@2.6.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Upgrade sharp [#28119](https://github.com/gatsbyjs/gatsby/issues/28119) ([ab96f1e](https://github.com/gatsbyjs/gatsby/commit/ab96f1e2b3f25d5fe614fbca37f2638def7fd824)) -**Note:** Version bump only for package gatsby-remark-images-contentful +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images-contentful@2.4.0/packages/gatsby-remark-images-contentful) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.4.0-next.0...gatsby-remark-images-contentful@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-images-contentful + + ## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.3.18...gatsby-remark-images-contentful@2.3.19) (2020-10-06) **Note:** Version bump only for package gatsby-remark-images-contentful diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 0e6c23a6e4055..76602bf687c4a 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -1,205 +1,219 @@ -# Change Log +# Changelog: `gatsby-remark-images` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.10.0-next.0...gatsby-remark-images@5.10.0-next.1) (2021-08-25) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.9.0/packages/gatsby-remark-images) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-images +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.3...gatsby-remark-images@5.10.0-next.0) (2021-08-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images +- update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-images [#32579](https://github.com/gatsbyjs/gatsby/issues/32579) ([0a3c084](https://github.com/gatsbyjs/gatsby/commit/0a3c084c634fcb2f6273eb76426f06663191cb84)) +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -# [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.2...gatsby-remark-images@5.9.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-remark-images +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.1...gatsby-remark-images@5.9.0-next.2) (2021-08-05) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.8.0/packages/gatsby-remark-images) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-images -# [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.0...gatsby-remark-images@5.9.0-next.1) (2021-08-05) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.7.0/packages/gatsby-remark-images) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -- **deps:** update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-images ([#32579](https://github.com/gatsbyjs/gatsby/issues/32579)) ([0a3c084](https://github.com/gatsbyjs/gatsby/commit/0a3c084c634fcb2f6273eb76426f06663191cb84)) +#### Bug Fixes -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.8.0-next.0...gatsby-remark-images@5.9.0-next.0) (2021-07-29) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -**Note:** Version bump only for package gatsby-remark-images +#### Chores -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.7.0-next.1...gatsby-remark-images@5.8.0-next.0) (2021-07-15) +- update dependency hast-util-to-html to ^7.1.3 for gatsby-remark-images [#32248](https://github.com/gatsbyjs/gatsby/issues/32248) ([c497970](https://github.com/gatsbyjs/gatsby/commit/c49797011c914a04c016631f1e41d33524a23f5e)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-images +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.6.0/packages/gatsby-remark-images) (2021-07-07) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.7.0-next.0...gatsby-remark-images@5.7.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -### Bug Fixes +**Note:** Version bump only for package gatsby-remark-images -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.5.0/packages/gatsby-remark-images) (2021-06-23) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.6.0-next.1...gatsby-remark-images@5.7.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-remark-images +#### Chores -# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.6.0-next.0...gatsby-remark-images@5.6.0-next.1) (2021-06-28) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-remark-images +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.4.1/packages/gatsby-remark-images) (2021-06-10) -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.5.0-next.1...gatsby-remark-images@5.6.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-images +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.5.0-next.0...gatsby-remark-images@5.5.0-next.1) (2021-06-10) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.4.0/packages/gatsby-remark-images) (2021-06-09) -**Note:** Version bump only for package gatsby-remark-images +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.4.0-next.2...gatsby-remark-images@5.5.0-next.0) (2021-06-03) +#### Features -**Note:** Version bump only for package gatsby-remark-images +- Add decoding prop to img elements [#31558](https://github.com/gatsbyjs/gatsby/issues/31558) ([d45e4fb](https://github.com/gatsbyjs/gatsby/commit/d45e4fb5a55b899e3c56b1c59fc416768e27925a)) -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.4.0-next.1...gatsby-remark-images@5.4.0-next.2) (2021-06-02) +#### Chores -### Features +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -- **gatsby-remark-images:** Add decoding prop to img elements ([#31558](https://github.com/gatsbyjs/gatsby/issues/31558)) ([d45e4fb](https://github.com/gatsbyjs/gatsby/commit/d45e4fb5a55b899e3c56b1c59fc416768e27925a)) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.3.0/packages/gatsby-remark-images) (2021-05-25) -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.4.0-next.0...gatsby-remark-images@5.4.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -**Note:** Version bump only for package gatsby-remark-images +#### Bug Fixes -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.3.0-next.1...gatsby-remark-images@5.4.0-next.0) (2021-05-21) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -**Note:** Version bump only for package gatsby-remark-images +### [5.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.2.1/packages/gatsby-remark-images) (2021-05-19) -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.3.0-next.0...gatsby-remark-images@5.3.0-next.1) (2021-05-12) +#### Bug Fixes -### Bug Fixes +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.2.0/packages/gatsby-remark-images) (2021-05-12) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.2.0-next.0...gatsby-remark-images@5.3.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-images -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.1.0-next.3...gatsby-remark-images@5.2.0-next.0) (2021-04-23) - -**Note:** Version bump only for package gatsby-remark-images +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.1.0/packages/gatsby-remark-images) (2021-04-28) -# [5.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.1.0-next.2...gatsby-remark-images@5.1.0-next.3) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-images -# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.1.0-next.1...gatsby-remark-images@5.1.0-next.2) (2021-04-20) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@5.0.0/packages/gatsby-remark-images) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-images -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.1.0-next.0...gatsby-remark-images@5.1.0-next.1) (2021-04-16) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@4.2.0/packages/gatsby-remark-images) (2021-03-30) -**Note:** Version bump only for package gatsby-remark-images +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.0.0-next.0...gatsby-remark-images@5.1.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images +- fix unresolved promise resolved [#30418](https://github.com/gatsbyjs/gatsby/issues/30418) ([c240813](https://github.com/gatsbyjs/gatsby/commit/c240813bb2c88424bb4418f566baf5206881525b)) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.3.0-next.1...gatsby-remark-images@5.0.0-next.0) (2021-04-09) +### [4.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@4.1.1/packages/gatsby-remark-images) (2021-03-23) -### Features +#### Bug Fixes -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +- fix unresolved promise resolved [#30418](https://github.com/gatsbyjs/gatsby/issues/30418) resolved [#30425](https://github.com/gatsbyjs/gatsby/issues/30425) ([e7691ec](https://github.com/gatsbyjs/gatsby/commit/e7691ec21d1fc70783ae375a9feba3b1ef536be7)) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.3.0-next.0...gatsby-remark-images@4.3.0-next.1) (2021-04-07) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@4.1.0/packages/gatsby-remark-images) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-images +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.2.0-next.0...gatsby-remark-images@4.3.0-next.0) (2021-03-25) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **gatsby-remark-images:** fix unresolved promise ([#30418](https://github.com/gatsbyjs/gatsby/issues/30418)) ([c240813](https://github.com/gatsbyjs/gatsby/commit/c240813bb2c88424bb4418f566baf5206881525b)) +#### Chores -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.1.0-next.2...gatsby-remark-images@4.2.0-next.0) (2021-03-11) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) -**Note:** Version bump only for package gatsby-remark-images +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@4.0.0/packages/gatsby-remark-images) (2021-03-02) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.1.0-next.1...gatsby-remark-images@4.1.0-next.2) (2021-03-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -### Bug Fixes +#### Chores -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.1.0-next.0...gatsby-remark-images@4.1.0-next.1) (2021-02-26) +### [3.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.11.1/packages/gatsby-remark-images) (2021-02-24) **Note:** Version bump only for package gatsby-remark-images -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.0.0-next.2...gatsby-remark-images@4.1.0-next.0) (2021-02-26) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.11.0/packages/gatsby-remark-images) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-images -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.0.0-next.1...gatsby-remark-images@4.0.0-next.2) (2021-02-25) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.10.0/packages/gatsby-remark-images) (2021-01-20) -**Note:** Version bump only for package gatsby-remark-images +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.0.0-next.0...gatsby-remark-images@4.0.0-next.1) (2021-02-22) +#### Other Changes -**Note:** Version bump only for package gatsby-remark-images +- Add avif format support to gatsby remark images package [#28927](https://github.com/gatsbyjs/gatsby/issues/28927) ([0cb68df](https://github.com/gatsbyjs/gatsby/commit/0cb68df4c83573c767ea6149a5212cf2e62ff4b1)) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.12.0-next.0...gatsby-remark-images@4.0.0-next.0) (2021-02-05) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.9.0/packages/gatsby-remark-images) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-images -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.11.0-next.0...gatsby-remark-images@3.12.0-next.0) (2021-01-28) +### [3.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.8.1/packages/gatsby-remark-images) (2020-12-23) **Note:** Version bump only for package gatsby-remark-images -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.10.0-next.1...gatsby-remark-images@3.11.0-next.0) (2021-01-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.8.0/packages/gatsby-remark-images) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-images +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.10.0-next.0...gatsby-remark-images@3.10.0-next.1) (2021-01-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-images +- allow tracedSVG to accept object with settings [#28242](https://github.com/gatsbyjs/gatsby/issues/28242) ([23ecf2d](https://github.com/gatsbyjs/gatsby/commit/23ecf2d1daaeb8cce8f9530355f42aeea8e803fc)) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.9.0-next.2...gatsby-remark-images@3.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-images +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [3.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.9.0-next.1...gatsby-remark-images@3.9.0-next.2) (2020-12-29) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.7.1/packages/gatsby-remark-images) (2020-12-10) -**Note:** Version bump only for package gatsby-remark-images +#### Bug Fixes -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.9.0-next.0...gatsby-remark-images@3.9.0-next.1) (2020-12-17) +- allow tracedSVG to accept object with settings [#28242](https://github.com/gatsbyjs/gatsby/issues/28242) [#28552](https://github.com/gatsbyjs/gatsby/issues/28552) ([9752489](https://github.com/gatsbyjs/gatsby/commit/97524891202985fb1c6ac57b7822742980ff54cd)) + +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.7.0/packages/gatsby-remark-images) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-images -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.8.0-next.0...gatsby-remark-images@3.9.0-next.0) (2020-12-10) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.6.0/packages/gatsby-remark-images) (2020-11-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **gatsby-remark-images:** allow tracedSVG to accept object with settings ([#28242](https://github.com/gatsbyjs/gatsby/issues/28242)) ([23ecf2d](https://github.com/gatsbyjs/gatsby/commit/23ecf2d1daaeb8cce8f9530355f42aeea8e803fc)) +#### Bug Fixes -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.7.0-next.0...gatsby-remark-images@3.8.0-next.0) (2020-11-26) +- allow showCaptions to accept array of valid strings [#27998](https://github.com/gatsbyjs/gatsby/issues/27998) ([3675467](https://github.com/gatsbyjs/gatsby/commit/367546756c9b2bd78ced98192acbe11c07d815cb)) +- adding missing plugin options [#27944](https://github.com/gatsbyjs/gatsby/issues/27944) ([08447bd](https://github.com/gatsbyjs/gatsby/commit/08447bd4d13b1f2246daca158d828c2b04482067)) -**Note:** Version bump only for package gatsby-remark-images +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.6.0-next.1...gatsby-remark-images@3.7.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-remark-images +### [3.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.5.1/packages/gatsby-remark-images) (2020-11-14) -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.6.0-next.0...gatsby-remark-images@3.6.0-next.1) (2020-11-16) +#### Bug Fixes -### Bug Fixes +- adding missing plugin options (#27944 and #27998) [#27944](https://github.com/gatsbyjs/gatsby/issues/27944) [#27998](https://github.com/gatsbyjs/gatsby/issues/27998) [#28035](https://github.com/gatsbyjs/gatsby/issues/28035) [#27944](https://github.com/gatsbyjs/gatsby/issues/27944) [#27998](https://github.com/gatsbyjs/gatsby/issues/27998) ([537bc8f](https://github.com/gatsbyjs/gatsby/commit/537bc8f504eaf58d3c5f5a13a94e6bae0d701087)) -- **gatsby-remark-images:** adding missing plugin options ([#27944](https://github.com/gatsbyjs/gatsby/issues/27944)) ([08447bd](https://github.com/gatsbyjs/gatsby/commit/08447bd4d13b1f2246daca158d828c2b04482067)) -- **gatsby-remark-images:** allow showCaptions to accept array of valid strings ([#27998](https://github.com/gatsbyjs/gatsby/issues/27998)) ([3675467](https://github.com/gatsbyjs/gatsby/commit/367546756c9b2bd78ced98192acbe11c07d815cb)) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-images@3.5.0/packages/gatsby-remark-images) (2020-11-12) -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.5.0-next.0...gatsby-remark-images@3.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -### Bug Fixes +#### Bug Fixes + +- allow strings for the wrapperStyle option [#27912](https://github.com/gatsbyjs/gatsby/issues/27912) ([d64603e](https://github.com/gatsbyjs/gatsby/commit/d64603ed0db00a0032f84460a91bb65e63b4b884)) -- **gatsby-remark-images:** allow strings for the wrapperStyle option ([#27912](https://github.com/gatsbyjs/gatsby/issues/27912)) ([d64603e](https://github.com/gatsbyjs/gatsby/commit/d64603ed0db00a0032f84460a91bb65e63b4b884)) + # [3.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.3.40...gatsby-remark-images@3.4.0) (2020-11-02) diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 38bcf30b3a8d2..8496c1c8e0bd7 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/CHANGELOG.md @@ -1,138 +1,161 @@ -# Change Log +# Changelog: `gatsby-remark-katex` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.3...gatsby-remark-katex@5.10.0-next.0) (2021-08-12) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.9.0/packages/gatsby-remark-katex) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-katex +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.2...gatsby-remark-katex@5.9.0-next.3) (2021-08-09) +#### Bug Fixes -### Bug Fixes +- update dependency unified to ^9.2.2 for gatsby-remark-katex [#32592](https://github.com/gatsbyjs/gatsby/issues/32592) ([1f5a0fb](https://github.com/gatsbyjs/gatsby/commit/1f5a0fb40fb3365e2c60a9bc225adeb70985eed5)) -- **deps:** update dependency unified to ^9.2.2 for gatsby-remark-katex ([#32592](https://github.com/gatsbyjs/gatsby/issues/32592)) ([1f5a0fb](https://github.com/gatsbyjs/gatsby/commit/1f5a0fb40fb3365e2c60a9bc225adeb70985eed5)) +#### Chores -# [5.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.1...gatsby-remark-katex@5.9.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-remark-katex +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.8.0/packages/gatsby-remark-katex) (2021-08-04) -# [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.0...gatsby-remark-katex@5.9.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-katex -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.8.0-next.0...gatsby-remark-katex@5.9.0-next.0) (2021-07-29) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.7.0/packages/gatsby-remark-katex) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-katex +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.7.0-next.1...gatsby-remark-katex@5.8.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-remark-katex +- update dependency katex to ^0.13.11 for gatsby-remark-katex [#32249](https://github.com/gatsbyjs/gatsby/issues/32249) ([213fcf3](https://github.com/gatsbyjs/gatsby/commit/213fcf3a01999803b5006f68e2a9a6c87ce6161a)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.6.0/packages/gatsby-remark-katex) (2021-07-07) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.7.0-next.0...gatsby-remark-katex@5.7.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-katex -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.6.0-next.0...gatsby-remark-katex@5.7.0-next.0) (2021-07-01) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.5.0/packages/gatsby-remark-katex) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-katex +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.5.0-next.1...gatsby-remark-katex@5.6.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-katex +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.5.0-next.0...gatsby-remark-katex@5.5.0-next.1) (2021-06-10) +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.4.1/packages/gatsby-remark-katex) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-katex +#### Chores -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.4.0-next.2...gatsby-remark-katex@5.5.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -### Bug Fixes +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.4.0/packages/gatsby-remark-katex) (2021-06-09) -- **gatsby-remark-katex:** fix compatibility with remark 13 ([#31596](https://github.com/gatsbyjs/gatsby/issues/31596)) ([15f359a](https://github.com/gatsbyjs/gatsby/commit/15f359affe1188eee3b31dc482111e3326929e76)), closes [#30865](https://github.com/gatsbyjs/gatsby/issues/30865) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.4.0-next.1...gatsby-remark-katex@5.4.0-next.2) (2021-06-02) +#### Bug Fixes -**Note:** Version bump only for package gatsby-remark-katex +- fix compatibility with remark 13 fix [#31596](https://github.com/gatsbyjs/gatsby/issues/31596) [#30865](https://github.com/gatsbyjs/gatsby/issues/30865) ([15f359a](https://github.com/gatsbyjs/gatsby/commit/15f359affe1188eee3b31dc482111e3326929e76)) -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.4.0-next.0...gatsby-remark-katex@5.4.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-remark-katex +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.3.0-next.0...gatsby-remark-katex@5.4.0-next.0) (2021-05-21) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.3.0/packages/gatsby-remark-katex) (2021-05-25) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-remark-katex -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.2.0-next.0...gatsby-remark-katex@5.3.0-next.0) (2021-05-06) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.2.0/packages/gatsby-remark-katex) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-katex -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.1.0-next.0...gatsby-remark-katex@5.2.0-next.0) (2021-04-23) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.1.0/packages/gatsby-remark-katex) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-katex -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.0.0-next.0...gatsby-remark-katex@5.1.0-next.0) (2021-04-09) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@5.0.0/packages/gatsby-remark-katex) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-katex -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.3.0-next.1...gatsby-remark-katex@5.0.0-next.0) (2021-04-09) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@4.2.0/packages/gatsby-remark-katex) (2021-03-30) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +#### Chores -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.3.0-next.0...gatsby-remark-katex@4.3.0-next.1) (2021-04-07) +- update minor and patch for gatsby-remark-katex [#30247](https://github.com/gatsbyjs/gatsby/issues/30247) ([5a7eb7d](https://github.com/gatsbyjs/gatsby/commit/5a7eb7dc3eac2c659a72311b17fcd7c0e46896cc)) -**Note:** Version bump only for package gatsby-remark-katex +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@4.1.0/packages/gatsby-remark-katex) (2021-03-16) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.2.0-next.0...gatsby-remark-katex@4.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -**Note:** Version bump only for package gatsby-remark-katex +#### Chores -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.1.0-next.1...gatsby-remark-katex@4.2.0-next.0) (2021-03-11) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-remark-katex +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@4.0.0/packages/gatsby-remark-katex) (2021-03-02) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.1.0-next.0...gatsby-remark-katex@4.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-remark-katex -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@4.0.0-next.0...gatsby-remark-katex@4.1.0-next.0) (2021-02-26) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.10.0/packages/gatsby-remark-katex) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-katex -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.11.0-next.0...gatsby-remark-katex@4.0.0-next.0) (2021-02-05) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.9.0/packages/gatsby-remark-katex) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-katex -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.10.0-next.0...gatsby-remark-katex@3.11.0-next.0) (2021-01-28) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.8.0/packages/gatsby-remark-katex) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-katex -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.9.0-next.0...gatsby-remark-katex@3.10.0-next.0) (2021-01-18) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.7.0/packages/gatsby-remark-katex) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-katex +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.8.0-next.0...gatsby-remark-katex@3.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-katex +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.7.0-next.0...gatsby-remark-katex@3.8.0-next.0) (2020-12-10) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.6.0/packages/gatsby-remark-katex) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-katex -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.6.0-next.0...gatsby-remark-katex@3.7.0-next.0) (2020-11-26) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.5.0/packages/gatsby-remark-katex) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-katex +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.5.0-next.0...gatsby-remark-katex@3.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-katex +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-katex@3.4.0/packages/gatsby-remark-katex) (2020-11-12) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.4.0-next.0...gatsby-remark-katex@3.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-katex + + ## [3.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.3.13...gatsby-remark-katex@3.3.14) (2020-10-06) **Note:** Version bump only for package gatsby-remark-katex diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 4aa1112bbf6d9..2948c57afe22a 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/CHANGELOG.md @@ -1,144 +1,160 @@ -# Change Log +# Changelog: `gatsby-remark-prismjs` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.3...gatsby-remark-prismjs@5.10.0-next.0) (2021-08-12) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.9.0/packages/gatsby-remark-prismjs) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.2...gatsby-remark-prismjs@5.9.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-remark-prismjs +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.1...gatsby-remark-prismjs@5.9.0-next.2) (2021-08-05) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.8.0/packages/gatsby-remark-prismjs) (2021-08-04) -**Note:** Version bump only for package gatsby-remark-prismjs - -# [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.0...gatsby-remark-prismjs@5.9.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-prismjs -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.8.0-next.0...gatsby-remark-prismjs@5.9.0-next.0) (2021-07-29) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.7.0/packages/gatsby-remark-prismjs) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.7.0-next.1...gatsby-remark-prismjs@5.8.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-remark-prismjs +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.6.0/packages/gatsby-remark-prismjs) (2021-07-07) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.7.0-next.0...gatsby-remark-prismjs@5.7.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-prismjs -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.6.0-next.0...gatsby-remark-prismjs@5.7.0-next.0) (2021-07-01) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.5.0/packages/gatsby-remark-prismjs) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.5.0-next.1...gatsby-remark-prismjs@5.6.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-prismjs +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.5.0-next.0...gatsby-remark-prismjs@5.5.0-next.1) (2021-06-10) +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.4.1/packages/gatsby-remark-prismjs) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-prismjs +#### Chores -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.4.0-next.2...gatsby-remark-prismjs@5.5.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-prismjs +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.4.0/packages/gatsby-remark-prismjs) (2021-06-09) -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.4.0-next.1...gatsby-remark-prismjs@5.4.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-prismjs +#### Chores -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.4.0-next.0...gatsby-remark-prismjs@5.4.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-prismjs +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.3.0/packages/gatsby-remark-prismjs) (2021-05-25) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.3.0-next.1...gatsby-remark-prismjs@5.4.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -**Note:** Version bump only for package gatsby-remark-prismjs +#### Bug Fixes -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.3.0-next.0...gatsby-remark-prismjs@5.3.0-next.1) (2021-05-12) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -### Bug Fixes +### [5.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.2.1/packages/gatsby-remark-prismjs) (2021-05-19) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +#### Bug Fixes -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.2.0-next.0...gatsby-remark-prismjs@5.3.0-next.0) (2021-05-06) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -**Note:** Version bump only for package gatsby-remark-prismjs +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.2.0/packages/gatsby-remark-prismjs) (2021-05-12) -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.1.0-next.0...gatsby-remark-prismjs@5.2.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-prismjs -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.0.0-next.0...gatsby-remark-prismjs@5.1.0-next.0) (2021-04-09) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.1.0/packages/gatsby-remark-prismjs) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-remark-prismjs -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.3.0-next.1...gatsby-remark-prismjs@5.0.0-next.0) (2021-04-09) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@5.0.0/packages/gatsby-remark-prismjs) (2021-04-14) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) + +**Note:** Version bump only for package gatsby-remark-prismjs -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@4.2.0/packages/gatsby-remark-prismjs) (2021-03-30) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.3.0-next.0...gatsby-remark-prismjs@4.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-prismjs -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.2.0-next.0...gatsby-remark-prismjs@4.3.0-next.0) (2021-03-25) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@4.1.0/packages/gatsby-remark-prismjs) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.1.0-next.2...gatsby-remark-prismjs@4.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-remark-prismjs +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.1.0-next.1...gatsby-remark-prismjs@4.1.0-next.2) (2021-03-10) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@4.0.0/packages/gatsby-remark-prismjs) (2021-03-02) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.1.0-next.0...gatsby-remark-prismjs@4.1.0-next.1) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-remark-prismjs +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@4.0.0-next.0...gatsby-remark-prismjs@4.1.0-next.0) (2021-02-26) +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.13.0/packages/gatsby-remark-prismjs) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-prismjs -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.14.0-next.0...gatsby-remark-prismjs@4.0.0-next.0) (2021-02-05) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.12.0/packages/gatsby-remark-prismjs) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-prismjs -# [3.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.13.0-next.0...gatsby-remark-prismjs@3.14.0-next.0) (2021-01-28) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.11.0/packages/gatsby-remark-prismjs) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-prismjs -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.12.0-next.0...gatsby-remark-prismjs@3.13.0-next.0) (2021-01-18) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.10.0/packages/gatsby-remark-prismjs) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.11.0-next.0...gatsby-remark-prismjs@3.12.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-prismjs +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.9.0/packages/gatsby-remark-prismjs) (2020-12-02) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.10.0-next.0...gatsby-remark-prismjs@3.11.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-prismjs -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.9.0-next.0...gatsby-remark-prismjs@3.10.0-next.0) (2020-11-26) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.8.0/packages/gatsby-remark-prismjs) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-prismjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.8.0-next.0...gatsby-remark-prismjs@3.9.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-prismjs +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.7.0-next.0...gatsby-remark-prismjs@3.7.0-next.1) (2020-11-10) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.7.0/packages/gatsby-remark-prismjs) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-prismjs + + # [3.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.5.16...gatsby-remark-prismjs@3.6.0) (2020-11-02) ### Bug Fixes diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 79c1e1ebc81b3..c5469bc4f6630 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md @@ -1,148 +1,163 @@ -# Change Log +# Changelog: `gatsby-remark-responsive-iframe` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.3...gatsby-remark-responsive-iframe@4.10.0-next.0) (2021-08-12) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.9.0/packages/gatsby-remark-responsive-iframe) (2021-08-18) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **deps:** update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-responsive-iframe ([#32580](https://github.com/gatsbyjs/gatsby/issues/32580)) ([f9d8722](https://github.com/gatsbyjs/gatsby/commit/f9d87223518f4310b87013dc567ebb77f6f1df6f)) +#### Bug Fixes -# [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.2...gatsby-remark-responsive-iframe@4.9.0-next.3) (2021-08-09) +- update dependency cheerio to ^1.0.0-rc.10 for gatsby-remark-responsive-iframe [#32580](https://github.com/gatsbyjs/gatsby/issues/32580) ([f9d8722](https://github.com/gatsbyjs/gatsby/commit/f9d87223518f4310b87013dc567ebb77f6f1df6f)) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +#### Chores -# [4.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.1...gatsby-remark-responsive-iframe@4.9.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.8.0/packages/gatsby-remark-responsive-iframe) (2021-08-04) -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.0...gatsby-remark-responsive-iframe@4.9.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.8.0-next.0...gatsby-remark-responsive-iframe@4.9.0-next.0) (2021-07-29) - -**Note:** Version bump only for package gatsby-remark-responsive-iframe +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.7.0/packages/gatsby-remark-responsive-iframe) (2021-07-20) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.7.0-next.1...gatsby-remark-responsive-iframe@4.8.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +#### Chores -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.7.0-next.0...gatsby-remark-responsive-iframe@4.7.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.6.0/packages/gatsby-remark-responsive-iframe) (2021-07-07) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.6.0-next.0...gatsby-remark-responsive-iframe@4.7.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.5.0-next.1...gatsby-remark-responsive-iframe@4.6.0-next.0) (2021-06-18) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.5.0/packages/gatsby-remark-responsive-iframe) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.5.0-next.0...gatsby-remark-responsive-iframe@4.5.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-responsive-iframe +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.4.0-next.2...gatsby-remark-responsive-iframe@4.5.0-next.0) (2021-06-03) +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.4.1/packages/gatsby-remark-responsive-iframe) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +#### Chores -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.4.0-next.1...gatsby-remark-responsive-iframe@4.4.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.4.0/packages/gatsby-remark-responsive-iframe) (2021-06-09) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.4.0-next.0...gatsby-remark-responsive-iframe@4.4.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +#### Chores -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.3.0-next.1...gatsby-remark-responsive-iframe@4.4.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.3.0/packages/gatsby-remark-responsive-iframe) (2021-05-25) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.3.0-next.0...gatsby-remark-responsive-iframe@4.3.0-next.1) (2021-05-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -### Bug Fixes +#### Bug Fixes -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.2.0-next.0...gatsby-remark-responsive-iframe@4.3.0-next.0) (2021-05-06) +### [4.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.2.1/packages/gatsby-remark-responsive-iframe) (2021-05-19) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +#### Bug Fixes -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.1.0-next.0...gatsby-remark-responsive-iframe@4.2.0-next.0) (2021-04-23) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.2.0/packages/gatsby-remark-responsive-iframe) (2021-05-12) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.0.0-next.0...gatsby-remark-responsive-iframe@4.1.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.3.0-next.1...gatsby-remark-responsive-iframe@4.0.0-next.0) (2021-04-09) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.1.0/packages/gatsby-remark-responsive-iframe) (2021-04-28) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@4.0.0/packages/gatsby-remark-responsive-iframe) (2021-04-14) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.3.0-next.0...gatsby-remark-responsive-iframe@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.2.0-next.0...gatsby-remark-responsive-iframe@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@3.2.0/packages/gatsby-remark-responsive-iframe) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.1.0-next.2...gatsby-remark-responsive-iframe@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@3.1.0/packages/gatsby-remark-responsive-iframe) (2021-03-16) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.1.0-next.1...gatsby-remark-responsive-iframe@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@3.0.0/packages/gatsby-remark-responsive-iframe) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.1.0-next.0...gatsby-remark-responsive-iframe@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@3.0.0-next.0...gatsby-remark-responsive-iframe@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.11.0/packages/gatsby-remark-responsive-iframe) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.12.0-next.0...gatsby-remark-responsive-iframe@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.10.0/packages/gatsby-remark-responsive-iframe) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.11.0-next.0...gatsby-remark-responsive-iframe@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.9.0/packages/gatsby-remark-responsive-iframe) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.10.0-next.0...gatsby-remark-responsive-iframe@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.8.0/packages/gatsby-remark-responsive-iframe) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.9.0-next.0...gatsby-remark-responsive-iframe@2.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-responsive-iframe +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.7.0/packages/gatsby-remark-responsive-iframe) (2020-12-02) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.8.0-next.0...gatsby-remark-responsive-iframe@2.9.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-responsive-iframe -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.7.0-next.0...gatsby-remark-responsive-iframe@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.6.0/packages/gatsby-remark-responsive-iframe) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-responsive-iframe +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.6.0-next.0...gatsby-remark-responsive-iframe@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-responsive-iframe +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- update minor and patch for gatsby-remark-responsive-iframe [#28087](https://github.com/gatsbyjs/gatsby/issues/28087) ([a5b27b5](https://github.com/gatsbyjs/gatsby/commit/a5b27b50e97dd8a7a0c271d1a412159fd72ef5bc)) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.5.0-next.0...gatsby-remark-responsive-iframe@2.5.0-next.1) (2020-11-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-responsive-iframe@2.5.0/packages/gatsby-remark-responsive-iframe) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-responsive-iframe + + ## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.4.16...gatsby-remark-responsive-iframe@2.4.17) (2020-10-06) **Note:** Version bump only for package gatsby-remark-responsive-iframe diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 975e82e095e37..34ee9d2952cc9 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/CHANGELOG.md @@ -1,138 +1,150 @@ -# Change Log +# Changelog: `gatsby-remark-smartypants` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.3...gatsby-remark-smartypants@4.10.0-next.0) (2021-08-12) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.9.0/packages/gatsby-remark-smartypants) (2021-08-18) -**Note:** Version bump only for package gatsby-remark-smartypants +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.2...gatsby-remark-smartypants@4.9.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-remark-smartypants +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [4.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.1...gatsby-remark-smartypants@4.9.0-next.2) (2021-08-05) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.8.0/packages/gatsby-remark-smartypants) (2021-08-04) -**Note:** Version bump only for package gatsby-remark-smartypants - -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.0...gatsby-remark-smartypants@4.9.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-remark-smartypants -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.8.0-next.0...gatsby-remark-smartypants@4.9.0-next.0) (2021-07-29) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.7.0/packages/gatsby-remark-smartypants) (2021-07-20) -**Note:** Version bump only for package gatsby-remark-smartypants +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.7.0-next.1...gatsby-remark-smartypants@4.8.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-remark-smartypants - -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.7.0-next.0...gatsby-remark-smartypants@4.7.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-remark-smartypants +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.6.0/packages/gatsby-remark-smartypants) (2021-07-07) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.6.0-next.0...gatsby-remark-smartypants@4.7.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-remark-smartypants -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.5.0-next.1...gatsby-remark-smartypants@4.6.0-next.0) (2021-06-18) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.5.0/packages/gatsby-remark-smartypants) (2021-06-23) -**Note:** Version bump only for package gatsby-remark-smartypants +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.5.0-next.0...gatsby-remark-smartypants@4.5.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-remark-smartypants +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.4.0-next.2...gatsby-remark-smartypants@4.5.0-next.0) (2021-06-03) +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.4.1/packages/gatsby-remark-smartypants) (2021-06-10) -**Note:** Version bump only for package gatsby-remark-smartypants +#### Chores -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.4.0-next.1...gatsby-remark-smartypants@4.4.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-remark-smartypants +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.4.0/packages/gatsby-remark-smartypants) (2021-06-09) -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.4.0-next.0...gatsby-remark-smartypants@4.4.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-remark-smartypants +#### Chores -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.3.0-next.0...gatsby-remark-smartypants@4.4.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-remark-smartypants +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.3.0/packages/gatsby-remark-smartypants) (2021-05-25) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.2.0-next.0...gatsby-remark-smartypants@4.3.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-remark-smartypants -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.1.0-next.0...gatsby-remark-smartypants@4.2.0-next.0) (2021-04-23) - -**Note:** Version bump only for package gatsby-remark-smartypants +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.2.0/packages/gatsby-remark-smartypants) (2021-05-12) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.0.0-next.0...gatsby-remark-smartypants@4.1.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-remark-smartypants -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.3.0-next.1...gatsby-remark-smartypants@4.0.0-next.0) (2021-04-09) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.1.0/packages/gatsby-remark-smartypants) (2021-04-28) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +**Note:** Version bump only for package gatsby-remark-smartypants + +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@4.0.0/packages/gatsby-remark-smartypants) (2021-04-14) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.3.0-next.0...gatsby-remark-smartypants@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-remark-smartypants -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.2.0-next.0...gatsby-remark-smartypants@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@3.2.0/packages/gatsby-remark-smartypants) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-remark-smartypants -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.1.0-next.1...gatsby-remark-smartypants@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@3.1.0/packages/gatsby-remark-smartypants) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-remark-smartypants -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.1.0-next.0...gatsby-remark-smartypants@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@3.0.0/packages/gatsby-remark-smartypants) (2021-03-02) -**Note:** Version bump only for package gatsby-remark-smartypants +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.0.0-next.1...gatsby-remark-smartypants@3.1.0-next.0) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-remark-smartypants +- remove unneeded whitespace before commas and full stops [#29629](https://github.com/gatsbyjs/gatsby/issues/29629) ([acc6a1b](https://github.com/gatsbyjs/gatsby/commit/acc6a1bd27d8670b05bf952125208f6f1132de7d)) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@3.0.0-next.0...gatsby-remark-smartypants@3.0.0-next.1) (2021-02-25) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.10.0/packages/gatsby-remark-smartypants) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-remark-smartypants -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.11.0-next.0...gatsby-remark-smartypants@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.9.0/packages/gatsby-remark-smartypants) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-remark-smartypants -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.10.0-next.0...gatsby-remark-smartypants@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.8.0/packages/gatsby-remark-smartypants) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-remark-smartypants -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.9.0-next.0...gatsby-remark-smartypants@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.7.0/packages/gatsby-remark-smartypants) (2020-12-15) -**Note:** Version bump only for package gatsby-remark-smartypants +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.8.0-next.0...gatsby-remark-smartypants@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-remark-smartypants +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.6.0/packages/gatsby-remark-smartypants) (2020-12-02) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.7.0-next.0...gatsby-remark-smartypants@2.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-remark-smartypants -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.6.0-next.0...gatsby-remark-smartypants@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.5.0/packages/gatsby-remark-smartypants) (2020-11-20) -**Note:** Version bump only for package gatsby-remark-smartypants +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.5.0-next.0...gatsby-remark-smartypants@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-remark-smartypants +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.4.0-next.0...gatsby-remark-smartypants@2.4.0-next.1) (2020-11-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-smartypants@2.4.0/packages/gatsby-remark-smartypants) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-remark-smartypants + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.3.12...gatsby-remark-smartypants@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-remark-smartypants diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index cd1ca4988b867..a74644ede485f 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -1,431 +1,435 @@ -# Change Log +# Changelog: `gatsby-source-contentful` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.13.0-next.1...gatsby-source-contentful@5.13.0-next.2) (2021-08-25) +## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.12.0/packages/gatsby-source-contentful) (2021-08-18) -**Note:** Version bump only for package gatsby-source-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.13.0-next.0...gatsby-source-contentful@5.13.0-next.1) (2021-08-19) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-contentful +- base64 previews now reflect all query options [#32709](https://github.com/gatsbyjs/gatsby/issues/32709) ([f5dab4f](https://github.com/gatsbyjs/gatsby/commit/f5dab4f5acfc73e613c5b7a31234ed876e1efd8f)) +- update minor and patch dependencies for gatsby-source-contentful [#32608](https://github.com/gatsbyjs/gatsby/issues/32608) ([229af4f](https://github.com/gatsbyjs/gatsby/commit/229af4f28a4147932829c1369ed43f87436c63e1)) +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -# [5.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.3...gatsby-source-contentful@5.13.0-next.0) (2021-08-12) +#### Chores -**Note:** Version bump only for package gatsby-source-contentful +- update dependency nock to ^13.1.1 for gatsby-source-contentful [#32624](https://github.com/gatsbyjs/gatsby/issues/32624) ([140da46](https://github.com/gatsbyjs/gatsby/commit/140da4653fd4a2b9a7b5c96e3d2b80189c5e675e)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.2...gatsby-source-contentful@5.12.0-next.3) (2021-08-09) +### [5.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.11.1/packages/gatsby-source-contentful) (2021-08-09) -### Bug Fixes +#### Bug Fixes + +- base64 previews now reflect all query options [#32709](https://github.com/gatsbyjs/gatsby/issues/32709) [#32746](https://github.com/gatsbyjs/gatsby/issues/32746) ([4f8d93b](https://github.com/gatsbyjs/gatsby/commit/4f8d93b7938236b5fcdc20a5f233fd924010e9cb)) -- **contentful:** base64 previews now reflect all query options ([#32709](https://github.com/gatsbyjs/gatsby/issues/32709)) ([f5dab4f](https://github.com/gatsbyjs/gatsby/commit/f5dab4f5acfc73e613c5b7a31234ed876e1efd8f)) +## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.11.0/packages/gatsby-source-contentful) (2021-08-04) -# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.1...gatsby-source-contentful@5.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-contentful -# [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.0...gatsby-source-contentful@5.12.0-next.1) (2021-08-05) +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.10.0/packages/gatsby-source-contentful) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -- **deps:** update minor and patch dependencies for gatsby-source-contentful ([#32608](https://github.com/gatsbyjs/gatsby/issues/32608)) ([229af4f](https://github.com/gatsbyjs/gatsby/commit/229af4f28a4147932829c1369ed43f87436c63e1)) +#### Features -# [5.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.11.0-next.0...gatsby-source-contentful@5.12.0-next.0) (2021-07-29) +- add support for tags [#31746](https://github.com/gatsbyjs/gatsby/issues/31746) ([15b49b6](https://github.com/gatsbyjs/gatsby/commit/15b49b65ed92c24ce3f5c0f6720723b0c28319fe)) +- add support image corner radius [#32333](https://github.com/gatsbyjs/gatsby/issues/32333) closes [#29784](https://github.com/gatsbyjs/gatsby/issues/29784) ([848b56e](https://github.com/gatsbyjs/gatsby/commit/848b56e0919fedd2ed21d3a0ad36f86b880d2e6d)) -**Note:** Version bump only for package gatsby-source-contentful +#### Bug Fixes -# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.10.0-next.1...gatsby-source-contentful@5.11.0-next.0) (2021-07-15) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -### Features +#### Chores -- **contentful:** add support for tags ([#31746](https://github.com/gatsbyjs/gatsby/issues/31746)) ([15b49b6](https://github.com/gatsbyjs/gatsby/commit/15b49b65ed92c24ce3f5c0f6720723b0c28319fe)) -- **contentful:** add support image corner radius ([#32333](https://github.com/gatsbyjs/gatsby/issues/32333)) ([848b56e](https://github.com/gatsbyjs/gatsby/commit/848b56e0919fedd2ed21d3a0ad36f86b880d2e6d)), closes [#29784](https://github.com/gatsbyjs/gatsby/issues/29784) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.10.0-next.0...gatsby-source-contentful@5.10.0-next.1) (2021-07-08) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.9.0/packages/gatsby-source-contentful) (2021-07-07) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) +#### Bug Fixes -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.9.0-next.1...gatsby-source-contentful@5.10.0-next.0) (2021-07-01) +- force base64 previews to be formatted as JPEG [#32155](https://github.com/gatsbyjs/gatsby/issues/32155) ([7c343ff](https://github.com/gatsbyjs/gatsby/commit/7c343ffd803c6ada0602678b9a6e6d164a58a4fb)) +- reenable support for gif images [#31986](https://github.com/gatsbyjs/gatsby/issues/31986) ([a30aa0b](https://github.com/gatsbyjs/gatsby/commit/a30aa0b5c8e45e2634eb939e7533230b072eb9bd)) +- Don't ignore errors thrown when fetching assets [#24288](https://github.com/gatsbyjs/gatsby/issues/24288) ([2d4a791](https://github.com/gatsbyjs/gatsby/commit/2d4a791810a7f4baaff8d047324ddbe252db952b)) -### Bug Fixes +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.8.0/packages/gatsby-source-contentful) (2021-06-23) -- **gatsby-source-contentful:** force base64 previews to be formatted as JPEG ([#32155](https://github.com/gatsbyjs/gatsby/issues/32155)) ([7c343ff](https://github.com/gatsbyjs/gatsby/commit/7c343ffd803c6ada0602678b9a6e6d164a58a4fb)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.9.0-next.0...gatsby-source-contentful@5.9.0-next.1) (2021-06-28) +#### Bug Fixes -### Bug Fixes +- reenable support for gif images [#31986](https://github.com/gatsbyjs/gatsby/issues/31986) [#32029](https://github.com/gatsbyjs/gatsby/issues/32029) ([f795be3](https://github.com/gatsbyjs/gatsby/commit/f795be3e451594a0962a147c82073a47c976d73b)) +- improve error message when dominant color can't be generated [#31879](https://github.com/gatsbyjs/gatsby/issues/31879) ([1f89646](https://github.com/gatsbyjs/gatsby/commit/1f89646707c338b1ee93a4c5cf0ee36cb89c2037)) -- **contentful:** reenable support for gif images ([#31986](https://github.com/gatsbyjs/gatsby/issues/31986)) ([a30aa0b](https://github.com/gatsbyjs/gatsby/commit/a30aa0b5c8e45e2634eb939e7533230b072eb9bd)) -- **gatsby-source-contentful:** Don't ignore errors thrown when fetching assets ([#24288](https://github.com/gatsbyjs/gatsby/issues/24288)) ([2d4a791](https://github.com/gatsbyjs/gatsby/commit/2d4a791810a7f4baaff8d047324ddbe252db952b)) +#### Chores -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.8.0-next.2...gatsby-source-contentful@5.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-source-contentful +### [5.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.7.1/packages/gatsby-source-contentful) (2021-06-10) -# [5.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.8.0-next.1...gatsby-source-contentful@5.8.0-next.2) (2021-06-17) +#### Chores -### Bug Fixes +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -- **gatsby-source-contentful:** improve error message when dominant color can't be generated ([#31879](https://github.com/gatsbyjs/gatsby/issues/31879)) ([1f89646](https://github.com/gatsbyjs/gatsby/commit/1f89646707c338b1ee93a4c5cf0ee36cb89c2037)) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.7.0/packages/gatsby-source-contentful) (2021-06-09) -# [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.8.0-next.0...gatsby-source-contentful@5.8.0-next.1) (2021-06-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-contentful +#### Bug Fixes -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.7.0-next.2...gatsby-source-contentful@5.8.0-next.0) (2021-06-03) +- pass reporter to retry function [#31608](https://github.com/gatsbyjs/gatsby/issues/31608) ([26dbe09](https://github.com/gatsbyjs/gatsby/commit/26dbe0913e19db50c8371a1c0b1277b09759f224)) +- fix progress bar fix [#31467](https://github.com/gatsbyjs/gatsby/issues/31467) ([2e1f7e3](https://github.com/gatsbyjs/gatsby/commit/2e1f7e325adfe055f828336c247d71404f461be5)) +- use correct name for crop parameter in query string [#31492](https://github.com/gatsbyjs/gatsby/issues/31492) ([0d832d9](https://github.com/gatsbyjs/gatsby/commit/0d832d97ac81edc7c8414a3d7d5569374db4414c)) -**Note:** Version bump only for package gatsby-source-contentful +#### Chores -# [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.7.0-next.1...gatsby-source-contentful@5.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-contentful +### [5.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.6.1/packages/gatsby-source-contentful) (2021-06-02) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.7.0-next.0...gatsby-source-contentful@5.7.0-next.1) (2021-05-31) +#### Bug Fixes -### Bug Fixes +- fix progress bar fix [#31467](https://github.com/gatsbyjs/gatsby/issues/31467) fix [#31722](https://github.com/gatsbyjs/gatsby/issues/31722) ([749f1ec](https://github.com/gatsbyjs/gatsby/commit/749f1ec5d48db747f6d137705d07b2d11e5751c8)) +- pass reporter to retry function [#31608](https://github.com/gatsbyjs/gatsby/issues/31608) [#31721](https://github.com/gatsbyjs/gatsby/issues/31721) ([20b8ddc](https://github.com/gatsbyjs/gatsby/commit/20b8ddc3720c4bfee374777fdacb54ad2ddec6ec)) -- **contentful:** pass reporter to retry function ([#31608](https://github.com/gatsbyjs/gatsby/issues/31608)) ([26dbe09](https://github.com/gatsbyjs/gatsby/commit/26dbe0913e19db50c8371a1c0b1277b09759f224)) -- **gatsby-source-contentful:** fix progress bar ([#31467](https://github.com/gatsbyjs/gatsby/issues/31467)) ([2e1f7e3](https://github.com/gatsbyjs/gatsby/commit/2e1f7e325adfe055f828336c247d71404f461be5)) +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.6.0/packages/gatsby-source-contentful) (2021-05-25) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.6.0-next.0...gatsby-source-contentful@5.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -**Note:** Version bump only for package gatsby-source-contentful +#### Bug Fixes -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.5.0-next.0...gatsby-source-contentful@5.6.0-next.0) (2021-05-06) +- use correct name for crop parameter in query string [#31492](https://github.com/gatsbyjs/gatsby/issues/31492) [#31577](https://github.com/gatsbyjs/gatsby/issues/31577) ([998a28b](https://github.com/gatsbyjs/gatsby/commit/998a28ba0726e67b8053631c18afb8c3f2cae52f)) -**Note:** Version bump only for package gatsby-source-contentful +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.5.0/packages/gatsby-source-contentful) (2021-05-12) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.4.0-next.3...gatsby-source-contentful@5.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-contentful -# [5.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.4.0-next.2...gatsby-source-contentful@5.4.0-next.3) (2021-04-20) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.4.0/packages/gatsby-source-contentful) (2021-04-28) -**Note:** Version bump only for package gatsby-source-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.4.0-next.1...gatsby-source-contentful@5.4.0-next.2) (2021-04-20) +#### Features -**Note:** Version bump only for package gatsby-source-contentful +- warn users when using restricted content type names [#30715](https://github.com/gatsbyjs/gatsby/issues/30715) Closes [#30089](https://github.com/gatsbyjs/gatsby/issues/30089) ([62a4121](https://github.com/gatsbyjs/gatsby/commit/62a4121a32b7eb2ad4e7e3337c2730993c202e20)) -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.4.0-next.0...gatsby-source-contentful@5.4.0-next.1) (2021-04-16) +#### Bug Fixes -### Bug Fixes +- De-dupe type names [#30834](https://github.com/gatsbyjs/gatsby/issues/30834) ([71ec0cd](https://github.com/gatsbyjs/gatsby/commit/71ec0cdb0f6e5143f3eec9a4f918104c6b3a815d)) -- **gatsby-source-contentful:** De-dupe type names ([#30834](https://github.com/gatsbyjs/gatsby/issues/30834)) ([71ec0cd](https://github.com/gatsbyjs/gatsby/commit/71ec0cdb0f6e5143f3eec9a4f918104c6b3a815d)) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.3.0/packages/gatsby-source-contentful) (2021-04-14) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) + +#### Features + +- update docs and improve errors [#30538](https://github.com/gatsbyjs/gatsby/issues/30538) fixes [#26909](https://github.com/gatsbyjs/gatsby/issues/26909) ([2cc90df](https://github.com/gatsbyjs/gatsby/commit/2cc90df8b43cd213bb8dd8d8bd0ddbc6087e81c4)) +- Increase Contentful sync by up to 10x [#30422](https://github.com/gatsbyjs/gatsby/issues/30422) ([b9791fe](https://github.com/gatsbyjs/gatsby/commit/b9791feaba554fe19910ca9ab25f3cb660d3bf05)) + +#### Bug Fixes + +- De-dupe type names [#30834](https://github.com/gatsbyjs/gatsby/issues/30834) [#30850](https://github.com/gatsbyjs/gatsby/issues/30850) ([164f9a1](https://github.com/gatsbyjs/gatsby/commit/164f9a1d9fa339c110ee6cf769f2856cac1ce484)) +- make gatsby-plugin-image a peer dependency [#30709](https://github.com/gatsbyjs/gatsby/issues/30709) fixes [#30519](https://github.com/gatsbyjs/gatsby/issues/30519) ([0f3fa4e](https://github.com/gatsbyjs/gatsby/commit/0f3fa4e6aca1e250da7bce5cf8de0d24b0d9af44)) +- ensure fragments are properly distributed [#30555](https://github.com/gatsbyjs/gatsby/issues/30555) ([079d7f8](https://github.com/gatsbyjs/gatsby/commit/079d7f80e42b1f6bf46620eb2eec124a229888c8)) +- Contentful page limit backoff [#30549](https://github.com/gatsbyjs/gatsby/issues/30549) ([9d883c6](https://github.com/gatsbyjs/gatsby/commit/9d883c66093fee4c49c87377e7eb65ab2d83e482)) +- set proper defaults for gatsby-plugin-image [#30536](https://github.com/gatsbyjs/gatsby/issues/30536) ([418c3bc](https://github.com/gatsbyjs/gatsby/commit/418c3bca3fc8eceefd51c4e66d3956722b2358f0)) +- Improve network error handling [#30257](https://github.com/gatsbyjs/gatsby/issues/30257) ([c1ac5e4](https://github.com/gatsbyjs/gatsby/commit/c1ac5e43309bc1e6201b948ab715bafc337feaf5)) + +#### Chores -- **contentful:** warn users when using restricted content type names ([#30715](https://github.com/gatsbyjs/gatsby/issues/30715)) ([62a4121](https://github.com/gatsbyjs/gatsby/commit/62a4121a32b7eb2ad4e7e3337c2730993c202e20)), closes [#30089](https://github.com/gatsbyjs/gatsby/issues/30089) +- create compiled files in dist instead of . [#30414](https://github.com/gatsbyjs/gatsby/issues/30414) ([c0f3676](https://github.com/gatsbyjs/gatsby/commit/c0f36767933c74a1da3a2801f785366aa0b7e510)) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.3.0-next.2...gatsby-source-contentful@5.4.0-next.0) (2021-04-09) +### [5.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.2.1/packages/gatsby-source-contentful) (2021-04-07) **Note:** Version bump only for package gatsby-source-contentful -# [5.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.3.0-next.1...gatsby-source-contentful@5.3.0-next.2) (2021-04-07) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.2.0/packages/gatsby-source-contentful) (2021-03-30) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -- **contentful:** make gatsby-plugin-image a peer dependency ([#30709](https://github.com/gatsbyjs/gatsby/issues/30709)) ([0f3fa4e](https://github.com/gatsbyjs/gatsby/commit/0f3fa4e6aca1e250da7bce5cf8de0d24b0d9af44)), closes [#30519](https://github.com/gatsbyjs/gatsby/issues/30519) +#### Features -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.3.0-next.0...gatsby-source-contentful@5.3.0-next.1) (2021-03-30) +- Increase Contentful sync by up to 10x [#30422](https://github.com/gatsbyjs/gatsby/issues/30422) [#30571](https://github.com/gatsbyjs/gatsby/issues/30571) ([b3861fd](https://github.com/gatsbyjs/gatsby/commit/b3861fdc40fc48d71289d4e62a89d36a889efa50)) -### Bug Fixes +#### Bug Fixes -- **contentful:** ensure fragments are properly distributed ([#30555](https://github.com/gatsbyjs/gatsby/issues/30555)) ([079d7f8](https://github.com/gatsbyjs/gatsby/commit/079d7f80e42b1f6bf46620eb2eec124a229888c8)) -- **contentful:** set proper defaults for gatsby-plugin-image ([#30536](https://github.com/gatsbyjs/gatsby/issues/30536)) ([418c3bc](https://github.com/gatsbyjs/gatsby/commit/418c3bca3fc8eceefd51c4e66d3956722b2358f0)) -- **gatsby-source-contentful:** Contentful page limit backoff ([#30549](https://github.com/gatsbyjs/gatsby/issues/30549)) ([9d883c6](https://github.com/gatsbyjs/gatsby/commit/9d883c66093fee4c49c87377e7eb65ab2d83e482)) -- **gatsby-source-contentful:** Improve network error handling ([#30257](https://github.com/gatsbyjs/gatsby/issues/30257)) ([c1ac5e4](https://github.com/gatsbyjs/gatsby/commit/c1ac5e43309bc1e6201b948ab715bafc337feaf5)) +- Contentful page limit backoff [#30549](https://github.com/gatsbyjs/gatsby/issues/30549) [#30569](https://github.com/gatsbyjs/gatsby/issues/30569) ([8302274](https://github.com/gatsbyjs/gatsby/commit/8302274720a6b27b41c467aa14c09f4630932631)) +- Improve network error handling [#30257](https://github.com/gatsbyjs/gatsby/issues/30257) [#30568](https://github.com/gatsbyjs/gatsby/issues/30568) ([cf975d0](https://github.com/gatsbyjs/gatsby/commit/cf975d0631e1f9f61791fa657b64c632036e4539)) -### Features +#### Chores -- **gatsby-source-contentful:** Increase Contentful sync by up to 10x ([#30422](https://github.com/gatsbyjs/gatsby/issues/30422)) ([b9791fe](https://github.com/gatsbyjs/gatsby/commit/b9791feaba554fe19910ca9ab25f3cb660d3bf05)) -- **gatsby-source-contentful:** update docs and improve errors ([#30538](https://github.com/gatsbyjs/gatsby/issues/30538)) ([2cc90df](https://github.com/gatsbyjs/gatsby/commit/2cc90df8b43cd213bb8dd8d8bd0ddbc6087e81c4)), closes [#26909](https://github.com/gatsbyjs/gatsby/issues/26909) +- updates to downloadLocal description [#30396](https://github.com/gatsbyjs/gatsby/issues/30396) ([ae98a3c](https://github.com/gatsbyjs/gatsby/commit/ae98a3c5cb397aba94855e2fc642785777e83786)) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.2.0-next.1...gatsby-source-contentful@5.3.0-next.0) (2021-03-25) +### [5.1.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.1.3/packages/gatsby-source-contentful) (2021-03-30) **Note:** Version bump only for package gatsby-source-contentful -# [5.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.2.0-next.0...gatsby-source-contentful@5.2.0-next.1) (2021-03-19) +### [5.1.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.1.2/packages/gatsby-source-contentful) (2021-03-23) **Note:** Version bump only for package gatsby-source-contentful -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.1.0-next.2...gatsby-source-contentful@5.2.0-next.0) (2021-03-11) +### [5.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.1.1/packages/gatsby-source-contentful) (2021-03-18) **Note:** Version bump only for package gatsby-source-contentful -# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.1.0-next.1...gatsby-source-contentful@5.1.0-next.2) (2021-03-10) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.1.0/packages/gatsby-source-contentful) (2021-03-16) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **gatsby-source-contentful:** Remove image beta warning ([#29980](https://github.com/gatsbyjs/gatsby/issues/29980)) ([2f59995](https://github.com/gatsbyjs/gatsby/commit/2f599952142b9f2350ef268187839dcbe01ccd74)) -- **gatsby-source-contentful:** Set image source format ([#30103](https://github.com/gatsbyjs/gatsby/issues/30103)) ([759ed72](https://github.com/gatsbyjs/gatsby/commit/759ed722c3fd69216e7d8c7b0212ea2a9335a16e)) -- **gatsby-source-contentful:** use reporter progressbar instead of own ([#29853](https://github.com/gatsbyjs/gatsby/issues/29853)) ([6c8e277](https://github.com/gatsbyjs/gatsby/commit/6c8e277a535d104b0f545d90dd0dd7d3f688839c)) +#### Bug Fixes -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.1.0-next.0...gatsby-source-contentful@5.1.0-next.1) (2021-02-26) +- Set image source format [#30103](https://github.com/gatsbyjs/gatsby/issues/30103) ([759ed72](https://github.com/gatsbyjs/gatsby/commit/759ed722c3fd69216e7d8c7b0212ea2a9335a16e)) +- Remove image beta warning [#29980](https://github.com/gatsbyjs/gatsby/issues/29980) ([2f59995](https://github.com/gatsbyjs/gatsby/commit/2f599952142b9f2350ef268187839dcbe01ccd74)) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- use reporter progressbar instead of own [#29853](https://github.com/gatsbyjs/gatsby/issues/29853) ([6c8e277](https://github.com/gatsbyjs/gatsby/commit/6c8e277a535d104b0f545d90dd0dd7d3f688839c)) -**Note:** Version bump only for package gatsby-source-contentful +#### Chores -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.10...gatsby-source-contentful@5.1.0-next.0) (2021-02-26) +- fix spelling, grammar, links, whitespace and end of files fix [#30063](https://github.com/gatsbyjs/gatsby/issues/30063) ([542d945](https://github.com/gatsbyjs/gatsby/commit/542d94550caece4cb3fecf46ee50c1ac4dce3439)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) -**Note:** Version bump only for package gatsby-source-contentful +#### Other Changes -# [5.0.0-next.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.9...gatsby-source-contentful@5.0.0-next.10) (2021-02-25) +- contentful <3 gatsby v3 [#29675](https://github.com/gatsbyjs/gatsby/issues/29675) ([bce0b21](https://github.com/gatsbyjs/gatsby/commit/bce0b21dbf277012ad8de4043a8d23840e937790)) -### Bug Fixes +### [5.0.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.0.3/packages/gatsby-source-contentful) (2021-03-11) -- **contentful:** retry on network errors when checking credentials ([#29664](https://github.com/gatsbyjs/gatsby/issues/29664)) ([b95a199](https://github.com/gatsbyjs/gatsby/commit/b95a199817ec100d7723868c0d25faf868c327f0)) +#### Other Changes -# [5.0.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.8...gatsby-source-contentful@5.0.0-next.9) (2021-02-22) +- contentful <3 gatsby v3 [#29675](https://github.com/gatsbyjs/gatsby/issues/29675) [#30173](https://github.com/gatsbyjs/gatsby/issues/30173) ([0331c51](https://github.com/gatsbyjs/gatsby/commit/0331c51a8d28facddfcabd6c53b6737a5cf136f9)) -**Note:** Version bump only for package gatsby-source-contentful +### [5.0.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.0.2/packages/gatsby-source-contentful) (2021-03-10) -# [5.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.7...gatsby-source-contentful@5.0.0-next.8) (2021-02-19) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-contentful +- Set image source format [#30103](https://github.com/gatsbyjs/gatsby/issues/30103) [#30134](https://github.com/gatsbyjs/gatsby/issues/30134) ([decca5a](https://github.com/gatsbyjs/gatsby/commit/decca5a9124aacc15f8a04afaeba5f0aefa036ce)) -# [5.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.6...gatsby-source-contentful@5.0.0-next.7) (2021-02-19) +### [5.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.0.1/packages/gatsby-source-contentful) (2021-03-06) -### Bug Fixes +#### Bug Fixes -- **gatsby-source-contentful:** Correct supported image formats ([#29562](https://github.com/gatsbyjs/gatsby/issues/29562)) ([3b4d32f](https://github.com/gatsbyjs/gatsby/commit/3b4d32f0b2d6aef3193213252c3eb813cc2cbea9)) +- Remove image beta warning [#29980](https://github.com/gatsbyjs/gatsby/issues/29980) [#30048](https://github.com/gatsbyjs/gatsby/issues/30048) ([ab41976](https://github.com/gatsbyjs/gatsby/commit/ab419769691cf4922993bf50074c7ff9534e7f59)) -# [5.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.5...gatsby-source-contentful@5.0.0-next.6) (2021-02-18) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@5.0.0/packages/gatsby-source-contentful) (2021-03-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -- **contentful:** fix import ([#29522](https://github.com/gatsbyjs/gatsby/issues/29522)) ([a639e9d](https://github.com/gatsbyjs/gatsby/commit/a639e9dcc30ee26f826f5ff2e63c0261a29837af)) +#### Features -# [5.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.4...gatsby-source-contentful@5.0.0-next.5) (2021-02-17) +- improve Contentful image handling [#29398](https://github.com/gatsbyjs/gatsby/issues/29398) ([c1e95a4](https://github.com/gatsbyjs/gatsby/commit/c1e95a43e39870a099304fc4822001b9ad2a405a)) +- Add resolver helper and improve custom hook [#29342](https://github.com/gatsbyjs/gatsby/issues/29342) ([e567aa8](https://github.com/gatsbyjs/gatsby/commit/e567aa82695cf19a7d9eb4c280be767e562c3976)) +- Remove deleteNode with ID arg [#29205](https://github.com/gatsbyjs/gatsby/issues/29205) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) +- Remove old touchNode signature [#29245](https://github.com/gatsbyjs/gatsby/issues/29245) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -**Note:** Version bump only for package gatsby-source-contentful +#### Bug Fixes -# [5.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.3...gatsby-source-contentful@5.0.0-next.4) (2021-02-15) +- retry on network errors when checking credentials [#29664](https://github.com/gatsbyjs/gatsby/issues/29664) ([b95a199](https://github.com/gatsbyjs/gatsby/commit/b95a199817ec100d7723868c0d25faf868c327f0)) +- Correct supported image formats [#29562](https://github.com/gatsbyjs/gatsby/issues/29562) ([3b4d32f](https://github.com/gatsbyjs/gatsby/commit/3b4d32f0b2d6aef3193213252c3eb813cc2cbea9)) +- fix import fix [#29522](https://github.com/gatsbyjs/gatsby/issues/29522) ([a639e9d](https://github.com/gatsbyjs/gatsby/commit/a639e9dcc30ee26f826f5ff2e63c0261a29837af)) +- add common-tags to package.jsons [#29424](https://github.com/gatsbyjs/gatsby/issues/29424) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6)) -**Note:** Version bump only for package gatsby-source-contentful +#### Chores -# [5.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.2...gatsby-source-contentful@5.0.0-next.3) (2021-02-12) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) +- migrate to latest Contentful SDK [#29520](https://github.com/gatsbyjs/gatsby/issues/29520) ([4d8835d](https://github.com/gatsbyjs/gatsby/commit/4d8835d644f435197c656490a1e55b9e5a5a1d66)) +- Remove deprecated image resolvers [#29425](https://github.com/gatsbyjs/gatsby/issues/29425) ([e691342](https://github.com/gatsbyjs/gatsby/commit/e691342e5f62dc4156b4e501edf260c773203c8b)) -**Note:** Version bump only for package gatsby-source-contentful +#### Other Changes -# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.1...gatsby-source-contentful@5.0.0-next.2) (2021-02-11) +- Update the changelog of Contentful plugin to show a working example [#29579](https://github.com/gatsbyjs/gatsby/issues/29579) ([6bee561](https://github.com/gatsbyjs/gatsby/commit/6bee561c86da3ef38766c5208147d1d627e2ff49)) -### Bug Fixes +### [4.6.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.6.4/packages/gatsby-source-contentful) (2021-04-07) -- add common-tags to package.jsons ([#29424](https://github.com/gatsbyjs/gatsby/issues/29424)) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6)) +#### Features -### Features +- Increase Contentful sync by up to 10x [#30422](https://github.com/gatsbyjs/gatsby/issues/30422) [#30643](https://github.com/gatsbyjs/gatsby/issues/30643) ([fc61c88](https://github.com/gatsbyjs/gatsby/commit/fc61c883d103a8fede1899aeb4f6fb9fa9516c76)) -- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) -- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -- **gatsby-plugin-image:** Add resolver helper and improve custom hook ([#29342](https://github.com/gatsbyjs/gatsby/issues/29342)) ([e567aa8](https://github.com/gatsbyjs/gatsby/commit/e567aa82695cf19a7d9eb4c280be767e562c3976)) -- **gatsby-source-contentful:** improve Contentful image handling ([#29398](https://github.com/gatsbyjs/gatsby/issues/29398)) ([c1e95a4](https://github.com/gatsbyjs/gatsby/commit/c1e95a43e39870a099304fc4822001b9ad2a405a)) +#### Bug Fixes -# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.0...gatsby-source-contentful@5.0.0-next.1) (2021-02-08) +- Contentful page limit backoff [#30549](https://github.com/gatsbyjs/gatsby/issues/30549) [#30618](https://github.com/gatsbyjs/gatsby/issues/30618) ([4ffcf78](https://github.com/gatsbyjs/gatsby/commit/4ffcf785698527abed7e67f41ce45eef13b19ffb)) +- Improve network error handling [#30257](https://github.com/gatsbyjs/gatsby/issues/30257) [#30617](https://github.com/gatsbyjs/gatsby/issues/30617) ([b3315a0](https://github.com/gatsbyjs/gatsby/commit/b3315a05af9903768e5325cc903edee8e9397c43)) -**Note:** Version bump only for package gatsby-source-contentful +### [4.6.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.6.3/packages/gatsby-source-contentful) (2021-02-24) + +#### Bug Fixes + +- retry on network errors when checking credentials [#29664](https://github.com/gatsbyjs/gatsby/issues/29664) [#29672](https://github.com/gatsbyjs/gatsby/issues/29672) ([2625159](https://github.com/gatsbyjs/gatsby/commit/26251592c17c1345744fa2e74fdc5b33243559d9)) + +### [4.6.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.6.2/packages/gatsby-source-contentful) (2021-02-18) + +#### Bug Fixes -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.7.0-next.1...gatsby-source-contentful@5.0.0-next.0) (2021-02-05) +- Correct supported image formats [#29562](https://github.com/gatsbyjs/gatsby/issues/29562) ([febd5e4](https://github.com/gatsbyjs/gatsby/commit/febd5e4835f1377acd85b9c042ed674c4546bf45)) + +### [4.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.6.1/packages/gatsby-source-contentful) (2021-02-05) **Note:** Version bump only for package gatsby-source-contentful -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.7.0-next.0...gatsby-source-contentful@4.7.0-next.1) (2021-02-04) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.6.0/packages/gatsby-source-contentful) (2021-02-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- **contentful:** add retry logic to asset downloading ([#29268](https://github.com/gatsbyjs/gatsby/issues/29268)) ([2573224](https://github.com/gatsbyjs/gatsby/commit/25732249744fcb5c5d401dfec84fe84d51efd7c2)) +#### Features -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.0-next.1...gatsby-source-contentful@4.7.0-next.0) (2021-01-28) +- Add gatsbyImageData resolver [#28236](https://github.com/gatsbyjs/gatsby/issues/28236) [#29095](https://github.com/gatsbyjs/gatsby/issues/29095) [#29162](https://github.com/gatsbyjs/gatsby/issues/29162) fix [#29163](https://github.com/gatsbyjs/gatsby/issues/29163) [#29067](https://github.com/gatsbyjs/gatsby/issues/29067) [#29137](https://github.com/gatsbyjs/gatsby/issues/29137) ([a823622](https://github.com/gatsbyjs/gatsby/commit/a82362267d2c842aa7dd3a65c8ffb8d51183c9eb)) -### Bug Fixes +#### Bug Fixes -- **deps:** update minor and patch for gatsby-source-contentful ([#29183](https://github.com/gatsbyjs/gatsby/issues/29183)) ([392c8a3](https://github.com/gatsbyjs/gatsby/commit/392c8a371c26b54b3d3cd2d952794fdff1db970f)) -- **gatsby-source-contentful:** validation with environment ([#29228](https://github.com/gatsbyjs/gatsby/issues/29228)) ([fb38f8a](https://github.com/gatsbyjs/gatsby/commit/fb38f8a49c1421b62dcda55f39ce95a721ae92e3)) -- sync crash with error response ([#29212](https://github.com/gatsbyjs/gatsby/issues/29212)) ([db05fe2](https://github.com/gatsbyjs/gatsby/commit/db05fe28aa2dcb4eccc780e6cb433c922978f83b)) +- update minor and patch for gatsby-source-contentful [#29183](https://github.com/gatsbyjs/gatsby/issues/29183) ([392c8a3](https://github.com/gatsbyjs/gatsby/commit/392c8a371c26b54b3d3cd2d952794fdff1db970f)) +- validation with environment [#29228](https://github.com/gatsbyjs/gatsby/issues/29228) ([fb38f8a](https://github.com/gatsbyjs/gatsby/commit/fb38f8a49c1421b62dcda55f39ce95a721ae92e3)) +- sync crash with error response [#29212](https://github.com/gatsbyjs/gatsby/issues/29212) ([db05fe2](https://github.com/gatsbyjs/gatsby/commit/db05fe28aa2dcb4eccc780e6cb433c922978f83b)) -### Features +#### Other Changes -- **gatsby-source-contentful:** Add gatsbyImageData resolver ([#28236](https://github.com/gatsbyjs/gatsby/issues/28236)) ([a823622](https://github.com/gatsbyjs/gatsby/commit/a82362267d2c842aa7dd3a65c8ffb8d51183c9eb)), closes [#29095](https://github.com/gatsbyjs/gatsby/issues/29095) [#29162](https://github.com/gatsbyjs/gatsby/issues/29162) [#29163](https://github.com/gatsbyjs/gatsby/issues/29163) [#29067](https://github.com/gatsbyjs/gatsby/issues/29067) [#29137](https://github.com/gatsbyjs/gatsby/issues/29137) +- Add info to readme on use with new image plugin [#29297](https://github.com/gatsbyjs/gatsby/issues/29297) [#29301](https://github.com/gatsbyjs/gatsby/issues/29301) ([929281c](https://github.com/gatsbyjs/gatsby/commit/929281c1062ef9807dbadfc947232d2bfb4eb7e0)) +- Revert "fix(gatsby-source-contentful): Add header" [#29102](https://github.com/gatsbyjs/gatsby/issues/29102) ([f4fe648](https://github.com/gatsbyjs/gatsby/commit/f4fe648df592b58509f65a4daab8206aa6e7b850)) -# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.6.0-next.0...gatsby-source-contentful@4.6.0-next.1) (2021-01-26) +### [4.5.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.5.3/packages/gatsby-source-contentful) (2021-01-29) -**Note:** Version bump only for package gatsby-source-contentful +#### Bug Fixes -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.5.0-next.1...gatsby-source-contentful@4.6.0-next.0) (2021-01-18) +- validation with environment [#29228](https://github.com/gatsbyjs/gatsby/issues/29228) [#29265](https://github.com/gatsbyjs/gatsby/issues/29265) ([94e8132](https://github.com/gatsbyjs/gatsby/commit/94e8132104b03ced5f08519bf0502f19d6f89d26)) -### Bug Fixes +### [4.5.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.5.2/packages/gatsby-source-contentful) (2021-01-28) -- **gatsbu-source-contentful:** apply useNameForId when creating the graphql schema ([#28649](https://github.com/gatsbyjs/gatsby/issues/28649)) ([a3ad6d7](https://github.com/gatsbyjs/gatsby/commit/a3ad6d71c549da973d3f03000e31c08d89b5a715)) -- **gatsby-source-contentful:** Improve base64 placeholders ([#29034](https://github.com/gatsbyjs/gatsby/issues/29034)) ([f23ba4b](https://github.com/gatsbyjs/gatsby/commit/f23ba4b3b8adfaedccce6379158a76eb575b1d4c)), closes [#24679](https://github.com/gatsbyjs/gatsby/issues/24679) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Bug Fixes -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.5.0-next.0...gatsby-source-contentful@4.5.0-next.1) (2021-01-12) +- sync crash with error response [#29212](https://github.com/gatsbyjs/gatsby/issues/29212) [#29222](https://github.com/gatsbyjs/gatsby/issues/29222) ([1e70a98](https://github.com/gatsbyjs/gatsby/commit/1e70a98509e406f210625660fa44c045c1fa8aac)) -### Performance Improvements +### [4.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.5.1/packages/gatsby-source-contentful) (2021-01-21) -- **gatsby-source-contentful:** prevent redundant fs/remote fetches for tracedSVG ([#28926](https://github.com/gatsbyjs/gatsby/issues/28926)) ([addc9e9](https://github.com/gatsbyjs/gatsby/commit/addc9e968c2605405d9efd902c7ea9700efe3475)) +#### Other Changes -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.4...gatsby-source-contentful@4.5.0-next.0) (2020-12-29) +- Revert "fix(gatsby-source-contentful): Add header" [#29102](https://github.com/gatsbyjs/gatsby/issues/29102) [#29106](https://github.com/gatsbyjs/gatsby/issues/29106) ([80c316f](https://github.com/gatsbyjs/gatsby/commit/80c316f402e76687da6104a6817eeb69120b9d5b)) -**Note:** Version bump only for package gatsby-source-contentful +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.5.0/packages/gatsby-source-contentful) (2021-01-20) -# [4.4.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.3...gatsby-source-contentful@4.4.0-next.4) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -### Performance Improvements +#### Bug Fixes + +- Improve base64 placeholders [#29034](https://github.com/gatsbyjs/gatsby/issues/29034) fixes [#24679](https://github.com/gatsbyjs/gatsby/issues/24679) ([f23ba4b](https://github.com/gatsbyjs/gatsby/commit/f23ba4b3b8adfaedccce6379158a76eb575b1d4c)) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- apply useNameForId when creating the graphql schema [#28649](https://github.com/gatsbyjs/gatsby/issues/28649) ([a3ad6d7](https://github.com/gatsbyjs/gatsby/commit/a3ad6d71c549da973d3f03000e31c08d89b5a715)) + +#### Performance Improvements + +- prevent redundant fs/remote fetches for tracedSVG [#28926](https://github.com/gatsbyjs/gatsby/issues/28926) ([addc9e9](https://github.com/gatsbyjs/gatsby/commit/addc9e968c2605405d9efd902c7ea9700efe3475)) + +#### Chores + +- adjust Contentful Rich Text example codes [#29029](https://github.com/gatsbyjs/gatsby/issues/29029) ([332543c](https://github.com/gatsbyjs/gatsby/commit/332543c45b06831e7c72d712fafa0f2334196a11)) +- plugin contentful - fix brand name, code blocks for names fix [#28915](https://github.com/gatsbyjs/gatsby/issues/28915) ([712e864](https://github.com/gatsbyjs/gatsby/commit/712e864d5d490117256a207c14bf064adea80f90)) + +#### Other Changes -- **gatsby-source-contentful:** dont re-create nodes ([#28642](https://github.com/gatsbyjs/gatsby/issues/28642)) ([3a51e22](https://github.com/gatsbyjs/gatsby/commit/3a51e2256eb548d21fe47ee0a078ee6fa027e845)) +- Fix/contentful add header [#29028](https://github.com/gatsbyjs/gatsby/issues/29028) ([168ff60](https://github.com/gatsbyjs/gatsby/commit/168ff6070015a2528107379d7aad990b142c1368)) -# [4.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.2...gatsby-source-contentful@4.4.0-next.3) (2020-12-17) +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.4.1/packages/gatsby-source-contentful) (2021-01-16) **Note:** Version bump only for package gatsby-source-contentful -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.1...gatsby-source-contentful@4.4.0-next.2) (2020-12-17) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.4.0/packages/gatsby-source-contentful) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) + +#### Performance Improvements + +- dont re-create nodes [#28642](https://github.com/gatsbyjs/gatsby/issues/28642) ([3a51e22](https://github.com/gatsbyjs/gatsby/commit/3a51e2256eb548d21fe47ee0a078ee6fa027e845)) +- use updatedAt field for digest verbatim [#28609](https://github.com/gatsbyjs/gatsby/issues/28609) ([756f437](https://github.com/gatsbyjs/gatsby/commit/756f4373c86aa9c481168cb751b79c86f12fb64a)) + +#### Chores + +- fix locale debug output, again fix [#28582](https://github.com/gatsbyjs/gatsby/issues/28582) ([6a79ffc](https://github.com/gatsbyjs/gatsby/commit/6a79ffcf0c464fac9a8153103e47868071e8415d)) + +### [4.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.3.1/packages/gatsby-source-contentful) (2020-12-23) **Note:** Version bump only for package gatsby-source-contentful -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.0...gatsby-source-contentful@4.4.0-next.1) (2020-12-15) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.3.0/packages/gatsby-source-contentful) (2020-12-15) -### Performance Improvements +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-source-contentful:** use updatedAt field for digest verbatim ([#28609](https://github.com/gatsbyjs/gatsby/issues/28609)) ([756f437](https://github.com/gatsbyjs/gatsby/commit/756f4373c86aa9c481168cb751b79c86f12fb64a)) +#### Bug Fixes -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.3.0-next.2...gatsby-source-contentful@4.4.0-next.0) (2020-12-10) +- improve error handling, always show API response status and message [#27730](https://github.com/gatsbyjs/gatsby/issues/27730) ([079bb3c](https://github.com/gatsbyjs/gatsby/commit/079bb3c4ef4a6815ff3d871ee263721a0e8d5dcf)) -### Bug Fixes +#### Performance Improvements -- improve error handling, always show API response status and message ([#27730](https://github.com/gatsbyjs/gatsby/issues/27730)) ([079bb3c](https://github.com/gatsbyjs/gatsby/commit/079bb3c4ef4a6815ff3d871ee263721a0e8d5dcf)) +- prevent redundant fs/remote fetches for base64 [#28438](https://github.com/gatsbyjs/gatsby/issues/28438) ([2755cfa](https://github.com/gatsbyjs/gatsby/commit/2755cfaa0e459dd47be32aa7b69bcf0f5950356a)) +- fix unguided search in loop over large lists fix [#28375](https://github.com/gatsbyjs/gatsby/issues/28375) ([d9904ac](https://github.com/gatsbyjs/gatsby/commit/d9904ac69ec6abcd8e16f18056b0387c54d8c625)) -# [4.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.3.0-next.1...gatsby-source-contentful@4.3.0-next.2) (2020-12-03) +#### Chores -### Performance Improvements +- fix locale debug output, again fix [#28582](https://github.com/gatsbyjs/gatsby/issues/28582) fix [#28623](https://github.com/gatsbyjs/gatsby/issues/28623) ([81175a5](https://github.com/gatsbyjs/gatsby/commit/81175a56c0887d7d7c6d3f90ecb660e4fbf64b63)) +- move locale filter [#28553](https://github.com/gatsbyjs/gatsby/issues/28553) ([4277b3d](https://github.com/gatsbyjs/gatsby/commit/4277b3dc298ca97fe8feb9fe5a0f67e0343b0b2e)) +- fix output of debug message fix [#28573](https://github.com/gatsbyjs/gatsby/issues/28573) ([50df3a4](https://github.com/gatsbyjs/gatsby/commit/50df3a4377140444f56527475694b4c607b1e859)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) +- drop last usages of lodash [#28441](https://github.com/gatsbyjs/gatsby/issues/28441) ([1853f3b](https://github.com/gatsbyjs/gatsby/commit/1853f3b0d6c96fcf85a20ea1dd0008aba277f989)) +- simplify url arg generation [#28440](https://github.com/gatsbyjs/gatsby/issues/28440) ([297c28b](https://github.com/gatsbyjs/gatsby/commit/297c28ba5a4feab55c824ef999c4834c69652b18)) +- drop unnecessary promise, \_.get [#28439](https://github.com/gatsbyjs/gatsby/issues/28439) ([299489c](https://github.com/gatsbyjs/gatsby/commit/299489c4bca81d791c3c8056c1a9cba6c5a971b7)) +- trap base64 disk write [#28437](https://github.com/gatsbyjs/gatsby/issues/28437) ([faf0ee8](https://github.com/gatsbyjs/gatsby/commit/faf0ee8a892508c3b334509108c8c758c5a85df1)) -- **gatsby-source-contentful:** prevent redundant fs/remote fetches for base64 ([#28438](https://github.com/gatsbyjs/gatsby/issues/28438)) ([2755cfa](https://github.com/gatsbyjs/gatsby/commit/2755cfaa0e459dd47be32aa7b69bcf0f5950356a)) +### [4.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.2.1/packages/gatsby-source-contentful) (2020-12-07) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.3.0-next.0...gatsby-source-contentful@4.3.0-next.1) (2020-12-01) +#### Performance Improvements -### Performance Improvements +- prevent redundant fs/remote fetches for base64 [#28438](https://github.com/gatsbyjs/gatsby/issues/28438) [#28515](https://github.com/gatsbyjs/gatsby/issues/28515) ([e16f2b5](https://github.com/gatsbyjs/gatsby/commit/e16f2b5b4f73972729fe9c82ea0f4499f226b13f)) -- **gatsby-source-contentful:** fix unguided search in loop over large lists ([#28375](https://github.com/gatsbyjs/gatsby/issues/28375)) ([d9904ac](https://github.com/gatsbyjs/gatsby/commit/d9904ac69ec6abcd8e16f18056b0387c54d8c625)) +#### Chores -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.2.0-next.2...gatsby-source-contentful@4.3.0-next.0) (2020-11-26) +- trap base64 disk write [#28437](https://github.com/gatsbyjs/gatsby/issues/28437) [#28513](https://github.com/gatsbyjs/gatsby/issues/28513) ([6f984b6](https://github.com/gatsbyjs/gatsby/commit/6f984b6d994edf9401b62486fc6be6989f688a38)) -**Note:** Version bump only for package gatsby-source-contentful +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.2.0/packages/gatsby-source-contentful) (2020-12-02) -# [4.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.2.0-next.1...gatsby-source-contentful@4.2.0-next.2) (2020-11-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -### Bug Fixes +#### Bug Fixes + +- fix the process.env.GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE flag fix [#28160](https://github.com/gatsbyjs/gatsby/issues/28160) ([e014a81](https://github.com/gatsbyjs/gatsby/commit/e014a817bcdb74e3f4ced857335d504f002de57b)) + +#### Performance Improvements -- **gatsby-source-contentful:** fix the process.env.GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE flag ([#28160](https://github.com/gatsbyjs/gatsby/issues/28160)) ([e014a81](https://github.com/gatsbyjs/gatsby/commit/e014a817bcdb74e3f4ced857335d504f002de57b)) +- fix unguided search in loop over large lists fix [#28375](https://github.com/gatsbyjs/gatsby/issues/28375) fix [#28404](https://github.com/gatsbyjs/gatsby/issues/28404) ([474dd36](https://github.com/gatsbyjs/gatsby/commit/474dd36dffd8a7b3c06c25aa958517bc9b62fedb)) -# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.2.0-next.0...gatsby-source-contentful@4.2.0-next.1) (2020-11-18) +### [4.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.1.1/packages/gatsby-source-contentful) (2020-11-23) **Note:** Version bump only for package gatsby-source-contentful -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.1.0-next.0...gatsby-source-contentful@4.2.0-next.0) (2020-11-18) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.1.0/packages/gatsby-source-contentful) (2020-11-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **deps:** update minor and patch for gatsby-source-contentful ([#28091](https://github.com/gatsbyjs/gatsby/issues/28091)) ([af86539](https://github.com/gatsbyjs/gatsby/commit/af865397a1b79937fa09475bcc3c6abeb0388687)) +#### Bug Fixes -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.0.0-next.0...gatsby-source-contentful@4.0.0-next.1) (2020-11-10) +- update minor and patch for gatsby-source-contentful [#28091](https://github.com/gatsbyjs/gatsby/issues/28091) ([af86539](https://github.com/gatsbyjs/gatsby/commit/af865397a1b79937fa09475bcc3c6abeb0388687)) -**Note:** Version bump only for package gatsby-source-contentful +#### Chores -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@3.2.0-next.1...gatsby-source-contentful@4.0.0-next.0) (2020-11-09) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -- Refactor Rich Text implementation in gatsby-source-contentful (#25249) ([a256346](https://github.com/gatsbyjs/gatsby/commit/a25634698205181e84f1067ebba0c4816fb742ed)), closes [#25249](https://github.com/gatsbyjs/gatsby/issues/25249) [#24221](https://github.com/gatsbyjs/gatsby/issues/24221) +#### Other Changes -### BREAKING CHANGES +- clean up changelog [#28000](https://github.com/gatsbyjs/gatsby/issues/28000) ([83a8f13](https://github.com/gatsbyjs/gatsby/commit/83a8f1343202f3773aad4e847ece67b33a829082)) -This major release improves Contentful's Richtext experience. If you are not using the Rich Text Contentful field type there are no breaking changes. - -If you do, follow the migration guide. - -#### Richtext migration - -- Entities references in Rich Text fields are no more automatically resolved -- Use the `raw` subfield instead of `json` -- Use GraphQL to define your referenced data with the new `references` field -- Removes the `resolveFieldLocales` option as the new `references` field automatically resolves locales -- To render Rich Text fields use the new `renderRichText()` function from `gatsby-source-contentful/rich-text` - -Check this example code for a page template: - -```javascript -import React from "react" -import { graphql, Link } from "gatsby" -import Img from "gatsby-image" -import * as propTypes from "prop-types" - -// Import the new rendering and the render node definitions -import { renderRichText } from "gatsby-source-contentful/rich-text" -import { BLOCKS, INLINES } from "@contentful/rich-text-types" -import Layout from "../components/layout" -// Setting the rendering options. Same as: -// https://github.com/contentful/rich-text/tree/master/packages/rich-text-react-renderer -const options = { - renderNode: { - [INLINES.ENTRY_HYPERLINK]: ({ - data: { - target: { slug, title }, - }, - }) => {title}, - [BLOCKS.EMBEDDED_ASSET]: node => , - }, -} -function PageTemplate({ data }) { - const { title, description } = data.contentfulPage - return ( - -

{title}

- {/* Render the Rich Text field data: */} - {description && renderRichText(description, options)} -
- ) -} -PageTemplate.propTypes = { - data: propTypes.object.isRequired, -} -export default PageTemplate -export const pageQuery = graphql` - query pageQuery($id: String!) { - contentfulPage(id: { eq: $id }) { - title - slug - description { - raw - references { - ... on ContentfulPage { - # __typename and contentful_id are required to resolve the references - __typename - contentful_id - title - slug - } - ... on ContentfulAsset { - # __typename and contentful_id are required to resolve the references - __typename - contentful_id - fluid(maxWidth: 600) { - ...GatsbyContentfulFluid_withWebp - } - } - } - } - } - } -` -``` - -Find more information in [the PR leading to this change](https://github.com/gatsbyjs/gatsby/pull/25249). - -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@3.2.0-next.0...gatsby-source-contentful@3.2.0-next.1) (2020-11-09) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful@4.0.0/packages/gatsby-source-contentful) (2020-11-12) -**Note:** Version bump only for package gatsby-source-contentful +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Other Changes + +- Refactor Rich Text implementation in gatsby-source-contentful [#25249](https://github.com/gatsbyjs/gatsby/issues/25249) fixes [#24221](https://github.com/gatsbyjs/gatsby/issues/24221) ([a256346](https://github.com/gatsbyjs/gatsby/commit/a25634698205181e84f1067ebba0c4816fb742ed)) +- Add error codes to reporter.panic in Contentful source plugin [#27457](https://github.com/gatsbyjs/gatsby/issues/27457) ([ae2c3da](https://github.com/gatsbyjs/gatsby/commit/ae2c3dab9fe6b26a968b7762892243914ee10a6b)) + + ## [3.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@3.1.0...gatsby-source-contentful@3.1.1) (2020-11-03) diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 34b93142b041e..1bf79208e2ebe 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/CHANGELOG.md @@ -1,255 +1,236 @@ -# Change Log +# Changelog: `gatsby-source-drupal` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.13.0-next.1...gatsby-source-drupal@4.13.0-next.2) (2021-08-25) +## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.12.0/packages/gatsby-source-drupal) (2021-08-18) -**Note:** Version bump only for package gatsby-source-drupal +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [4.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.13.0-next.0...gatsby-source-drupal@4.13.0-next.1) (2021-08-19) +#### Features -### Features +- log value of lastFetched [#32796](https://github.com/gatsbyjs/gatsby/issues/32796) [#32838](https://github.com/gatsbyjs/gatsby/issues/32838) ([448892d](https://github.com/gatsbyjs/gatsby/commit/448892da6fab460874943f3dd358222a1571446c)) -- **gatsby-source-drupal:** Default language when non translatable. ([#32548](https://github.com/gatsbyjs/gatsby/issues/32548)) ([d108363](https://github.com/gatsbyjs/gatsby/commit/d108363e84b2544bab5e25e649058eb3297dac55)), closes [#32407](https://github.com/gatsbyjs/gatsby/issues/32407) -- **gatsby-source-drupal:** log value of lastFetched ([#32796](https://github.com/gatsbyjs/gatsby/issues/32796)) ([4f424af](https://github.com/gatsbyjs/gatsby/commit/4f424afddc8b26a50fe3f1343f45d550c32ba64d)) +#### Bug Fixes -# [4.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.3...gatsby-source-drupal@4.13.0-next.0) (2021-08-12) +- update minor and patch dependencies for gatsby-source-drupal [#32609](https://github.com/gatsbyjs/gatsby/issues/32609) ([152005a](https://github.com/gatsbyjs/gatsby/commit/152005a0583fd500d7359e8ef3a123d624b009ec)) -**Note:** Version bump only for package gatsby-source-drupal +#### Chores -# [4.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.2...gatsby-source-drupal@4.12.0-next.3) (2021-08-09) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-source-drupal +## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.11.0/packages/gatsby-source-drupal) (2021-08-04) -# [4.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.1...gatsby-source-drupal@4.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-drupal -# [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.0...gatsby-source-drupal@4.12.0-next.1) (2021-08-05) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.10.0/packages/gatsby-source-drupal) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update minor and patch dependencies for gatsby-source-drupal ([#32609](https://github.com/gatsbyjs/gatsby/issues/32609)) ([152005a](https://github.com/gatsbyjs/gatsby/commit/152005a0583fd500d7359e8ef3a123d624b009ec)) +#### Chores -# [4.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.11.0-next.0...gatsby-source-drupal@4.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-source-drupal +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.9.0/packages/gatsby-source-drupal) (2021-07-07) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.10.0-next.1...gatsby-source-drupal@4.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -**Note:** Version bump only for package gatsby-source-drupal +#### Features -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.10.0-next.0...gatsby-source-drupal@4.10.0-next.1) (2021-07-08) +- Disable caching + add http/2 agent [#32012](https://github.com/gatsbyjs/gatsby/issues/32012) ([113e43e](https://github.com/gatsbyjs/gatsby/commit/113e43e19b1086e74c55f7092e4a66b7e9fe7c95)) -**Note:** Version bump only for package gatsby-source-drupal +#### Bug Fixes -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.9.0-next.1...gatsby-source-drupal@4.10.0-next.0) (2021-07-01) +- Fix Drupal webhook delete issues Fix [#32180](https://github.com/gatsbyjs/gatsby/issues/32180) ([11c0d9f](https://github.com/gatsbyjs/gatsby/commit/11c0d9f4fd9a6c46a4b716e1a297693fcf1dc4df)) +- getNext no longer returns a value [#32125](https://github.com/gatsbyjs/gatsby/issues/32125) ([2eb57c7](https://github.com/gatsbyjs/gatsby/commit/2eb57c7a9dfeb64c351e7154849652e235767e1b)) +- Comment out http2-wrapper [#32045](https://github.com/gatsbyjs/gatsby/issues/32045) ([b5f93e9](https://github.com/gatsbyjs/gatsby/commit/b5f93e908c850555c2904505c84d581a11b02e85)) -### Bug Fixes - -- **gatsby-source-drupal:** Fix Drupal webhook delete issues ([#32180](https://github.com/gatsbyjs/gatsby/issues/32180)) ([11c0d9f](https://github.com/gatsbyjs/gatsby/commit/11c0d9f4fd9a6c46a4b716e1a297693fcf1dc4df)) +### [4.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.8.1/packages/gatsby-source-drupal) (2021-06-23) -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.9.0-next.0...gatsby-source-drupal@4.9.0-next.1) (2021-06-28) +#### Bug Fixes -### Bug Fixes +- Comment out http2-wrapper [#32045](https://github.com/gatsbyjs/gatsby/issues/32045) [#32053](https://github.com/gatsbyjs/gatsby/issues/32053) ([f495352](https://github.com/gatsbyjs/gatsby/commit/f4953521a8fcba420416da9090d473eb8889d0dd)) -- **gatsby-source-drupal:** Comment out http2-wrapper ([#32045](https://github.com/gatsbyjs/gatsby/issues/32045)) ([b5f93e9](https://github.com/gatsbyjs/gatsby/commit/b5f93e908c850555c2904505c84d581a11b02e85)) -- **gatsby-source-drupal:** getNext no longer returns a value ([#32125](https://github.com/gatsbyjs/gatsby/issues/32125)) ([2eb57c7](https://github.com/gatsbyjs/gatsby/commit/2eb57c7a9dfeb64c351e7154849652e235767e1b)) +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.8.0/packages/gatsby-source-drupal) (2021-06-23) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -- **gatsby-source-drupal:** Disable caching + add http/2 agent ([#32012](https://github.com/gatsbyjs/gatsby/issues/32012)) ([113e43e](https://github.com/gatsbyjs/gatsby/commit/113e43e19b1086e74c55f7092e4a66b7e9fe7c95)) - -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0-next.2...gatsby-source-drupal@4.9.0-next.0) (2021-06-18) - -### Features +#### Features -- **gatsby-source-drupal:** Use Got instead of Axios for retries & caching support + restrict to 20 concurrent requests ([#31514](https://github.com/gatsbyjs/gatsby/issues/31514)) ([b0de8f8](https://github.com/gatsbyjs/gatsby/commit/b0de8f8d72005387a89fbb2072304ce9fbbaeb0f)) +- Disable caching + add http/2 agent [#32012](https://github.com/gatsbyjs/gatsby/issues/32012) [#32038](https://github.com/gatsbyjs/gatsby/issues/32038) ([b33f5fe](https://github.com/gatsbyjs/gatsby/commit/b33f5feca334a5f95b2838f7a393b52128b05c86)) +- Use Got instead of Axios for retries & caching support + restrict to 20 concurrent requests [#31514](https://github.com/gatsbyjs/gatsby/issues/31514) ([b0de8f8](https://github.com/gatsbyjs/gatsby/commit/b0de8f8d72005387a89fbb2072304ce9fbbaeb0f)) -# [4.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0-next.1...gatsby-source-drupal@4.8.0-next.2) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-source-drupal +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.8.0-next.0...gatsby-source-drupal@4.8.0-next.1) (2021-06-10) +#### Other Changes -**Note:** Version bump only for package gatsby-source-drupal +- Fixes bug where datum have no attributes and attributes have no langcode. Fixes [#31864](https://github.com/gatsbyjs/gatsby/issues/31864) ([72242be](https://github.com/gatsbyjs/gatsby/commit/72242bee83a2770459fe01a7853865c5d34b3f2e)) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.7.0-next.2...gatsby-source-drupal@4.8.0-next.0) (2021-06-03) +### [4.7.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.7.2/packages/gatsby-source-drupal) (2021-06-16) -**Note:** Version bump only for package gatsby-source-drupal +#### Other Changes -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.7.0-next.1...gatsby-source-drupal@4.7.0-next.2) (2021-06-02) +- Fixes bug where datum have no attributes and attributes have no langcode. Fixes [#31864](https://github.com/gatsbyjs/gatsby/issues/31864) Fixes [#31929](https://github.com/gatsbyjs/gatsby/issues/31929) ([3e21c9f](https://github.com/gatsbyjs/gatsby/commit/3e21c9fa1311f9ed770ead1263a6dfe20d1f4425)) -**Note:** Version bump only for package gatsby-source-drupal +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.7.1/packages/gatsby-source-drupal) (2021-06-10) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.7.0-next.0...gatsby-source-drupal@4.7.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-source-drupal +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.6.0-next.3...gatsby-source-drupal@4.7.0-next.0) (2021-05-21) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.7.0/packages/gatsby-source-drupal) (2021-06-09) -**Note:** Version bump only for package gatsby-source-drupal +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [4.6.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.6.0-next.2...gatsby-source-drupal@4.6.0-next.3) (2021-05-19) +#### Chores -**Note:** Version bump only for package gatsby-source-drupal +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [4.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.6.0-next.1...gatsby-source-drupal@4.6.0-next.2) (2021-05-19) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.6.0/packages/gatsby-source-drupal) (2021-05-25) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -- **gatsby-source-drupal:** Add option validation ([#31468](https://github.com/gatsbyjs/gatsby/issues/31468)) ([089c5c5](https://github.com/gatsbyjs/gatsby/commit/089c5c5cd159d63808280b9e976952c920b5c21e)) +#### Features -# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.6.0-next.0...gatsby-source-drupal@4.6.0-next.1) (2021-05-18) +- Add option validation [#31468](https://github.com/gatsbyjs/gatsby/issues/31468) ([089c5c5](https://github.com/gatsbyjs/gatsby/commit/089c5c5cd159d63808280b9e976952c920b5c21e)) +- Add toggleable multilingual support by prefixing nodes with their langcode [#26720](https://github.com/gatsbyjs/gatsby/issues/26720) ([408ba7b](https://github.com/gatsbyjs/gatsby/commit/408ba7b721d7e92dfec3a77537c60bab4a09294b)) -### Features +#### Other Changes -- **gatsby-source-drupal:** Add toggleable multilingual support by prefixing nodes with their langcode ([#26720](https://github.com/gatsbyjs/gatsby/issues/26720)) ([408ba7b](https://github.com/gatsbyjs/gatsby/commit/408ba7b721d7e92dfec3a77537c60bab4a09294b)) +- Fixes filenames imported from Drupal via jsonapi are saved URL encoded. Fixes [#31425](https://github.com/gatsbyjs/gatsby/issues/31425) ([f298884](https://github.com/gatsbyjs/gatsby/commit/f298884d46bc5b444b481cf28348c95c3764e404)) +- Fixes a bug related to filters appended onto next links for gatsby-source-drupal. Fixes [#31350](https://github.com/gatsbyjs/gatsby/issues/31350) ([757c81d](https://github.com/gatsbyjs/gatsby/commit/757c81d79f58fe07637b37a6ade97e57ee7ca04f)) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.5.0-next.1...gatsby-source-drupal@4.6.0-next.0) (2021-05-06) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.5.0/packages/gatsby-source-drupal) (2021-05-12) -**Note:** Version bump only for package gatsby-source-drupal +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.5.0-next.0...gatsby-source-drupal@4.5.0-next.1) (2021-04-29) +#### Bug Fixes -### Bug Fixes +- remove computed fields before running createNode on existing node [#28682](https://github.com/gatsbyjs/gatsby/issues/28682) ([76f84aa](https://github.com/gatsbyjs/gatsby/commit/76f84aa726f961783510715f714eb1c348ebad11)) -- **gatsby-source-drupal:** remove computed fields before running createNode on existing node ([#28682](https://github.com/gatsbyjs/gatsby/issues/28682)) ([76f84aa](https://github.com/gatsbyjs/gatsby/commit/76f84aa726f961783510715f714eb1c348ebad11)) +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.4.0/packages/gatsby-source-drupal) (2021-04-28) -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.4.0-next.3...gatsby-source-drupal@4.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-drupal -# [4.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.4.0-next.2...gatsby-source-drupal@4.4.0-next.3) (2021-04-20) +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.3.0/packages/gatsby-source-drupal) (2021-04-14) -**Note:** Version bump only for package gatsby-source-drupal - -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.4.0-next.1...gatsby-source-drupal@4.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-drupal -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.4.0-next.0...gatsby-source-drupal@4.4.0-next.1) (2021-04-16) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.2.0/packages/gatsby-source-drupal) (2021-03-30) -**Note:** Version bump only for package gatsby-source-drupal +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.3.0-next.1...gatsby-source-drupal@4.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-drupal +- Support forward revisions for Drupal paragraphs [#29289](https://github.com/gatsbyjs/gatsby/issues/29289) ([e662b04](https://github.com/gatsbyjs/gatsby/commit/e662b04605d1e1862b90b7fcc6c449f705c9e8fb)) +- update minor and patch for gatsby-source-drupal [#29285](https://github.com/gatsbyjs/gatsby/issues/29285) ([9a76909](https://github.com/gatsbyjs/gatsby/commit/9a7690990c1bd072860529054f793f8839d79f6b)) -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.3.0-next.0...gatsby-source-drupal@4.3.0-next.1) (2021-04-07) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.1.0/packages/gatsby-source-drupal) (2021-03-16) -**Note:** Version bump only for package gatsby-source-drupal - -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.2.0-next.1...gatsby-source-drupal@4.3.0-next.0) (2021-03-25) - -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -- **drupal:** Support forward revisions for Drupal paragraphs ([#29289](https://github.com/gatsbyjs/gatsby/issues/29289)) ([e662b04](https://github.com/gatsbyjs/gatsby/commit/e662b04605d1e1862b90b7fcc6c449f705c9e8fb)) +#### Bug Fixes -# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.2.0-next.0...gatsby-source-drupal@4.2.0-next.1) (2021-03-19) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -### Bug Fixes - -- **deps:** update minor and patch for gatsby-source-drupal ([#29285](https://github.com/gatsbyjs/gatsby/issues/29285)) ([9a76909](https://github.com/gatsbyjs/gatsby/commit/9a7690990c1bd072860529054f793f8839d79f6b)) +#### Chores -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.1.0-next.2...gatsby-source-drupal@4.2.0-next.0) (2021-03-11) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-source-drupal +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@4.0.0/packages/gatsby-source-drupal) (2021-03-02) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.1.0-next.1...gatsby-source-drupal@4.1.0-next.2) (2021-03-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -### Bug Fixes +#### Features -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- Remove deleteNode with ID arg [#29205](https://github.com/gatsbyjs/gatsby/issues/29205) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) +- Remove old touchNode signature [#29245](https://github.com/gatsbyjs/gatsby/issues/29245) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.1.0-next.0...gatsby-source-drupal@4.1.0-next.1) (2021-02-26) +### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.13.1/packages/gatsby-source-drupal) (2021-02-24) **Note:** Version bump only for package gatsby-source-drupal -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.4...gatsby-source-drupal@4.1.0-next.0) (2021-02-26) +## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.13.0/packages/gatsby-source-drupal) (2021-02-02) -**Note:** Version bump only for package gatsby-source-drupal - -# [4.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.3...gatsby-source-drupal@4.0.0-next.4) (2021-02-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-drupal -# [4.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.2...gatsby-source-drupal@4.0.0-next.3) (2021-02-22) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.12.0/packages/gatsby-source-drupal) (2021-01-20) -**Note:** Version bump only for package gatsby-source-drupal +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.1...gatsby-source-drupal@4.0.0-next.2) (2021-02-15) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-drupal +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.0...gatsby-source-drupal@4.0.0-next.1) (2021-02-11) +### [3.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.11.1/packages/gatsby-source-drupal) (2021-01-16) -### Features +**Note:** Version bump only for package gatsby-source-drupal -- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) -- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.11.0/packages/gatsby-source-drupal) (2021-01-06) -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.14.0-next.0...gatsby-source-drupal@4.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-drupal -# [3.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.13.0-next.0...gatsby-source-drupal@3.14.0-next.0) (2021-01-28) +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.10.1/packages/gatsby-source-drupal) (2020-12-23) **Note:** Version bump only for package gatsby-source-drupal -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.12.0-next.1...gatsby-source-drupal@3.13.0-next.0) (2021-01-18) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.10.0/packages/gatsby-source-drupal) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Bug Fixes -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.12.0-next.0...gatsby-source-drupal@3.12.0-next.1) (2021-01-12) +- Do not swallow errors [#28549](https://github.com/gatsbyjs/gatsby/issues/28549) ([c3dfb09](https://github.com/gatsbyjs/gatsby/commit/c3dfb094d458dbd0e18fabf2b62a2c0feefa7f80)) -**Note:** Version bump only for package gatsby-source-drupal - -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.11.0-next.2...gatsby-source-drupal@3.12.0-next.0) (2020-12-29) - -**Note:** Version bump only for package gatsby-source-drupal - -# [3.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.11.0-next.1...gatsby-source-drupal@3.11.0-next.2) (2020-12-29) - -**Note:** Version bump only for package gatsby-source-drupal +#### Chores -# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.11.0-next.0...gatsby-source-drupal@3.11.0-next.1) (2020-12-17) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-source-drupal +### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.9.1/packages/gatsby-source-drupal) (2020-12-10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.10.0-next.0...gatsby-source-drupal@3.11.0-next.0) (2020-12-10) +#### Bug Fixes -### Bug Fixes +- Do not swallow errors [#28549](https://github.com/gatsbyjs/gatsby/issues/28549) [#28558](https://github.com/gatsbyjs/gatsby/issues/28558) ([2cbe229](https://github.com/gatsbyjs/gatsby/commit/2cbe229e6d4e9b0210cc7053b0eb0a4c0b9ce8b5)) -- **gatsby-source-drupal:** Do not swallow errors ([#28549](https://github.com/gatsbyjs/gatsby/issues/28549)) ([c3dfb09](https://github.com/gatsbyjs/gatsby/commit/c3dfb094d458dbd0e18fabf2b62a2c0feefa7f80)) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.9.0/packages/gatsby-source-drupal) (2020-12-02) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.9.0-next.2...gatsby-source-drupal@3.10.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-drupal -# [3.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.9.0-next.1...gatsby-source-drupal@3.9.0-next.2) (2020-11-22) +### [3.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.8.1/packages/gatsby-source-drupal) (2020-11-23) **Note:** Version bump only for package gatsby-source-drupal -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.9.0-next.0...gatsby-source-drupal@3.9.0-next.1) (2020-11-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.8.0/packages/gatsby-source-drupal) (2020-11-20) -**Note:** Version bump only for package gatsby-source-drupal +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.8.0-next.0...gatsby-source-drupal@3.9.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-drupal +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.7.0-next.1...gatsby-source-drupal@3.7.0-next.2) (2020-11-10) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-drupal@3.7.0/packages/gatsby-source-drupal) (2020-11-12) -**Note:** Version bump only for package gatsby-source-drupal - -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.7.0-next.0...gatsby-source-drupal@3.7.0-next.1) (2020-11-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-drupal + + # [3.6.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.5.40...gatsby-source-drupal@3.6.0) (2020-11-02) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 61cc2d817f201..49c3755b27892 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/CHANGELOG.md @@ -1,132 +1,150 @@ -# Change Log +# Changelog: `gatsby-source-faker` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.3...gatsby-source-faker@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.12.0/packages/gatsby-source-faker) (2021-08-18) -**Note:** Version bump only for package gatsby-source-faker - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.2...gatsby-source-faker@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-source-faker +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.1...gatsby-source-faker@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-source-faker +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.11.0/packages/gatsby-source-faker) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.0...gatsby-source-faker@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-faker -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.11.0-next.0...gatsby-source-faker@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.10.0/packages/gatsby-source-faker) (2021-07-20) -**Note:** Version bump only for package gatsby-source-faker - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.10.0-next.1...gatsby-source-faker@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-source-faker +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.10.0-next.0...gatsby-source-faker@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-source-faker +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.9.0/packages/gatsby-source-faker) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.9.0-next.0...gatsby-source-faker@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-faker -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.8.0-next.1...gatsby-source-faker@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.8.0/packages/gatsby-source-faker) (2021-06-23) -**Note:** Version bump only for package gatsby-source-faker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.8.0-next.0...gatsby-source-faker@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-source-faker +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.7.0-next.2...gatsby-source-faker@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.7.1/packages/gatsby-source-faker) (2021-06-10) -**Note:** Version bump only for package gatsby-source-faker +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.7.0-next.1...gatsby-source-faker@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-faker +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.7.0/packages/gatsby-source-faker) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.7.0-next.0...gatsby-source-faker@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-faker +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.6.0-next.0...gatsby-source-faker@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-faker +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.6.0/packages/gatsby-source-faker) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.5.0-next.0...gatsby-source-faker@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-faker -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.4.0-next.0...gatsby-source-faker@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.5.0/packages/gatsby-source-faker) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-faker -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.3.0-next.1...gatsby-source-faker@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.4.0/packages/gatsby-source-faker) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-faker -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.3.0-next.0...gatsby-source-faker@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.3.0/packages/gatsby-source-faker) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-faker -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.2.0-next.0...gatsby-source-faker@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.2.0/packages/gatsby-source-faker) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-faker -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.1.0-next.2...gatsby-source-faker@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.1.0/packages/gatsby-source-faker) (2021-03-16) -**Note:** Version bump only for package gatsby-source-faker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.1.0-next.1...gatsby-source-faker@3.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-source-faker +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.1.0-next.0...gatsby-source-faker@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@3.0.0/packages/gatsby-source-faker) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-source-faker -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.0.0-next.0...gatsby-source-faker@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.10.0/packages/gatsby-source-faker) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-faker -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.11.0-next.0...gatsby-source-faker@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.9.0/packages/gatsby-source-faker) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-source-faker -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.10.0-next.0...gatsby-source-faker@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.8.0/packages/gatsby-source-faker) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-faker -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.9.0-next.0...gatsby-source-faker@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.7.0/packages/gatsby-source-faker) (2020-12-15) -**Note:** Version bump only for package gatsby-source-faker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.8.0-next.0...gatsby-source-faker@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-source-faker +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.7.0-next.0...gatsby-source-faker@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.6.0/packages/gatsby-source-faker) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-faker -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.6.0-next.0...gatsby-source-faker@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.5.0/packages/gatsby-source-faker) (2020-11-20) -**Note:** Version bump only for package gatsby-source-faker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.5.0-next.0...gatsby-source-faker@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-faker +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-faker@2.4.0/packages/gatsby-source-faker) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.4.0-next.0...gatsby-source-faker@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-faker + + ## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.3.12...gatsby-source-faker@2.3.13) (2020-10-06) **Note:** Version bump only for package gatsby-source-faker diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 07d42de4f9b16..81a1a96d2cb61 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -1,212 +1,215 @@ -# Change Log +# Changelog: `gatsby-source-filesystem` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.13.0-next.0...gatsby-source-filesystem@3.13.0-next.1) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.12.0/packages/gatsby-source-filesystem) (2021-08-18) -**Note:** Version bump only for package gatsby-source-filesystem +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.3...gatsby-source-filesystem@3.13.0-next.0) (2021-08-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-filesystem +- update dependency mime to ^2.5.2 for gatsby-source-filesystem [#32610](https://github.com/gatsbyjs/gatsby/issues/32610) ([4441a6a](https://github.com/gatsbyjs/gatsby/commit/4441a6abf4e0906d781c63e1b759f58d59dc9bdd)) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.2...gatsby-source-filesystem@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-source-filesystem +- update dependency msw to ^0.33.2 for gatsby-source-filesystem [#32623](https://github.com/gatsbyjs/gatsby/issues/32623) ([269f5fe](https://github.com/gatsbyjs/gatsby/commit/269f5fea076cb0cea39b27ad9b97bf4b4a8403b1)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.1...gatsby-source-filesystem@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.11.0/packages/gatsby-source-filesystem) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-filesystem -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.0...gatsby-source-filesystem@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.10.0/packages/gatsby-source-filesystem) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency mime to ^2.5.2 for gatsby-source-filesystem ([#32610](https://github.com/gatsbyjs/gatsby/issues/32610)) ([4441a6a](https://github.com/gatsbyjs/gatsby/commit/4441a6abf4e0906d781c63e1b759f58d59dc9bdd)) +#### Chores -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.11.0-next.0...gatsby-source-filesystem@3.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-source-filesystem +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.9.0/packages/gatsby-source-filesystem) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.10.0-next.1...gatsby-source-filesystem@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-filesystem -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.10.0-next.0...gatsby-source-filesystem@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.8.0/packages/gatsby-source-filesystem) (2021-06-23) -**Note:** Version bump only for package gatsby-source-filesystem +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.9.0-next.0...gatsby-source-filesystem@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-source-filesystem +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.8.0-next.1...gatsby-source-filesystem@3.9.0-next.0) (2021-06-18) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.7.1/packages/gatsby-source-filesystem) (2021-06-10) -**Note:** Version bump only for package gatsby-source-filesystem +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.8.0-next.0...gatsby-source-filesystem@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-filesystem +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.7.0/packages/gatsby-source-filesystem) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.2...gatsby-source-filesystem@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-filesystem +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.1...gatsby-source-filesystem@3.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-filesystem +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.6.0/packages/gatsby-source-filesystem) (2021-05-25) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.0...gatsby-source-filesystem@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-filesystem -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.6.0-next.0...gatsby-source-filesystem@3.7.0-next.0) (2021-05-21) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.5.0/packages/gatsby-source-filesystem) (2021-05-12) -**Note:** Version bump only for package gatsby-source-filesystem - -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.5.0-next.0...gatsby-source-filesystem@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-filesystem -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.4.0-next.3...gatsby-source-filesystem@3.5.0-next.0) (2021-04-23) - -**Note:** Version bump only for package gatsby-source-filesystem +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.4.0/packages/gatsby-source-filesystem) (2021-04-28) -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.4.0-next.2...gatsby-source-filesystem@3.4.0-next.3) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-filesystem -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.4.0-next.1...gatsby-source-filesystem@3.4.0-next.2) (2021-04-20) - -**Note:** Version bump only for package gatsby-source-filesystem +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.3.0/packages/gatsby-source-filesystem) (2021-04-14) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.4.0-next.0...gatsby-source-filesystem@3.4.0-next.1) (2021-04-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-filesystem -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.3.0-next.1...gatsby-source-filesystem@3.4.0-next.0) (2021-04-09) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.2.0/packages/gatsby-source-filesystem) (2021-03-30) -**Note:** Version bump only for package gatsby-source-filesystem - -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.3.0-next.0...gatsby-source-filesystem@3.3.0-next.1) (2021-04-07) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-filesystem -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.2.0-next.0...gatsby-source-filesystem@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.1.0/packages/gatsby-source-filesystem) (2021-03-16) -**Note:** Version bump only for package gatsby-source-filesystem +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.1.0-next.2...gatsby-source-filesystem@3.2.0-next.0) (2021-03-11) - -**Note:** Version bump only for package gatsby-source-filesystem +#### Chores -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.1.0-next.1...gatsby-source-filesystem@3.1.0-next.2) (2021-03-10) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-source-filesystem +#### Other Changes -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.1.0-next.0...gatsby-source-filesystem@3.1.0-next.1) (2021-02-26) +- clarify env variable prefix in gatsby-source-filesystem docs fix [#30013](https://github.com/gatsbyjs/gatsby/issues/30013) ([3249ed2](https://github.com/gatsbyjs/gatsby/commit/3249ed2764c8d0cf54475b201eb480f9a962fe7a)) -**Note:** Version bump only for package gatsby-source-filesystem +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.0.0/packages/gatsby-source-filesystem) (2021-03-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.4...gatsby-source-filesystem@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-source-filesystem +#### Features -# [3.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.3...gatsby-source-filesystem@3.0.0-next.4) (2021-02-25) +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +- Add file download functions [#29531](https://github.com/gatsbyjs/gatsby/issues/29531) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) +- Remove deleteNode with ID arg [#29205](https://github.com/gatsbyjs/gatsby/issues/29205) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) -### Features +#### Other Changes -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +- remove progressbar [#29452](https://github.com/gatsbyjs/gatsby/issues/29452) ([f3a5b0d](https://github.com/gatsbyjs/gatsby/commit/f3a5b0d0b8b4d42a645ccbb581254ed2c7f50cda)) -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.2...gatsby-source-filesystem@3.0.0-next.3) (2021-02-22) +### [2.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.11.1/packages/gatsby-source-filesystem) (2021-02-24) -### Features +**Note:** Version bump only for package gatsby-source-filesystem -- **gatsby-core-utils:** Add file download functions ([#29531](https://github.com/gatsbyjs/gatsby/issues/29531)) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.11.0/packages/gatsby-source-filesystem) (2021-02-02) -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.1...gatsby-source-filesystem@3.0.0-next.2) (2021-02-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-filesystem -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.0...gatsby-source-filesystem@3.0.0-next.1) (2021-02-11) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.10.0/packages/gatsby-source-filesystem) (2021-01-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) +#### Bug Fixes -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.12.0-next.0...gatsby-source-filesystem@3.0.0-next.0) (2021-02-05) +- fix broken stream with gzipped files fix [#28913](https://github.com/gatsbyjs/gatsby/issues/28913) ([a8b516f](https://github.com/gatsbyjs/gatsby/commit/a8b516fc59987a50dc8ccfa0aafbc6415414b009)) -**Note:** Version bump only for package gatsby-source-filesystem +#### Chores -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.11.0-next.0...gatsby-source-filesystem@2.12.0-next.0) (2021-01-28) +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -**Note:** Version bump only for package gatsby-source-filesystem +### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.9.1/packages/gatsby-source-filesystem) (2021-01-16) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.10.0-next.1...gatsby-source-filesystem@2.11.0-next.0) (2021-01-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-filesystem +- fix broken stream with gzipped files fix [#28913](https://github.com/gatsbyjs/gatsby/issues/28913) fix [#28995](https://github.com/gatsbyjs/gatsby/issues/28995) ([a7d6614](https://github.com/gatsbyjs/gatsby/commit/a7d6614c21f794e6cc0b5408b5b2073a49e1610d)) +- fix broken stream with gzipped files fix [#28913](https://github.com/gatsbyjs/gatsby/issues/28913) ([38c0f42](https://github.com/gatsbyjs/gatsby/commit/38c0f42593411820459bc01b39a8c48884ad61e0)) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.10.0-next.0...gatsby-source-filesystem@2.10.0-next.1) (2021-01-12) +#### Other Changes -### Bug Fixes +- Revert "fix(gatsby-source-filesystem): fix broken stream with gzipped files (#28913)" fix [#28913](https://github.com/gatsbyjs/gatsby/issues/28913) ([7e9ee09](https://github.com/gatsbyjs/gatsby/commit/7e9ee09b1f624526f7ecfb7d2916356e78ca05b6)) -- **gatsby-source-filesystem:** fix broken stream with gzipped files ([#28913](https://github.com/gatsbyjs/gatsby/issues/28913)) ([a8b516f](https://github.com/gatsbyjs/gatsby/commit/a8b516fc59987a50dc8ccfa0aafbc6415414b009)) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.9.0/packages/gatsby-source-filesystem) (2021-01-06) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.9.0-next.2...gatsby-source-filesystem@2.10.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -**Note:** Version bump only for package gatsby-source-filesystem +#### Bug Fixes -# [2.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.9.0-next.1...gatsby-source-filesystem@2.9.0-next.2) (2020-12-29) +- Retry a download if a file is incomplete [#28547](https://github.com/gatsbyjs/gatsby/issues/28547) ([3474ae3](https://github.com/gatsbyjs/gatsby/commit/3474ae39e75e718a7545a9d7d0379fdbdfba2f91)) + +### [2.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.8.1/packages/gatsby-source-filesystem) (2020-12-23) **Note:** Version bump only for package gatsby-source-filesystem -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.9.0-next.0...gatsby-source-filesystem@2.9.0-next.1) (2020-12-17) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.8.0/packages/gatsby-source-filesystem) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-source-filesystem:** Retry a download if a file is incomplete ([#28547](https://github.com/gatsbyjs/gatsby/issues/28547)) ([3474ae3](https://github.com/gatsbyjs/gatsby/commit/3474ae39e75e718a7545a9d7d0379fdbdfba2f91)) +#### Chores -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.8.0-next.0...gatsby-source-filesystem@2.9.0-next.0) (2020-12-10) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-source-filesystem +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.7.0/packages/gatsby-source-filesystem) (2020-12-02) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.7.0-next.2...gatsby-source-filesystem@2.8.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -### Bug Fixes +#### Bug Fixes -- **gatsby-source-filesystem:** Improve the description ([#28252](https://github.com/gatsbyjs/gatsby/issues/28252)) ([597d1dd](https://github.com/gatsbyjs/gatsby/commit/597d1dd00e14311f333884186256134a444dede0)) +- Improve the description [#28252](https://github.com/gatsbyjs/gatsby/issues/28252) ([597d1dd](https://github.com/gatsbyjs/gatsby/commit/597d1dd00e14311f333884186256134a444dede0)) +- fix race condition when using `publicURL` field fix [#28176](https://github.com/gatsbyjs/gatsby/issues/28176) ([1abf65c](https://github.com/gatsbyjs/gatsby/commit/1abf65c335f397e9f891d25c4113ceee0e3fc138)) +- Use new FileType methods to read file extension [#28156](https://github.com/gatsbyjs/gatsby/issues/28156) ([616e9e3](https://github.com/gatsbyjs/gatsby/commit/616e9e3e264e58a750f94aaa428cc7803891ae44)) +- update minor and patch for gatsby-source-filesystem [#27906](https://github.com/gatsbyjs/gatsby/issues/27906) ([2cfbddb](https://github.com/gatsbyjs/gatsby/commit/2cfbddb2b89cbf912020ec6c67dafbb13873958e)) -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.7.0-next.1...gatsby-source-filesystem@2.7.0-next.2) (2020-11-22) +### [2.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.6.1/packages/gatsby-source-filesystem) (2020-11-23) -### Bug Fixes +#### Bug Fixes -- **gatsby-source-filesystem:** fix race condition when using `publicURL` field ([#28176](https://github.com/gatsbyjs/gatsby/issues/28176)) ([1abf65c](https://github.com/gatsbyjs/gatsby/commit/1abf65c335f397e9f891d25c4113ceee0e3fc138)) +- fix race condition when using `publicURL` field fix [#28176](https://github.com/gatsbyjs/gatsby/issues/28176) fix [#28209](https://github.com/gatsbyjs/gatsby/issues/28209) ([e2d1171](https://github.com/gatsbyjs/gatsby/commit/e2d1171eab23b41f1cbfc7cb36280c3dfb705ccc)) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.7.0-next.0...gatsby-source-filesystem@2.7.0-next.1) (2020-11-18) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.6.0/packages/gatsby-source-filesystem) (2020-11-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **deps:** update minor and patch for gatsby-source-filesystem ([#27906](https://github.com/gatsbyjs/gatsby/issues/27906)) ([2cfbddb](https://github.com/gatsbyjs/gatsby/commit/2cfbddb2b89cbf912020ec6c67dafbb13873958e)) -- **gatsby-source-filesystem:** Use new FileType methods to read file extension ([#28156](https://github.com/gatsbyjs/gatsby/issues/28156)) ([616e9e3](https://github.com/gatsbyjs/gatsby/commit/616e9e3e264e58a750f94aaa428cc7803891ae44)) +#### Bug Fixes -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.6.0-next.0...gatsby-source-filesystem@2.7.0-next.0) (2020-11-18) +- Use new FileType methods to read file extension [#28156](https://github.com/gatsbyjs/gatsby/issues/28156) [#28178](https://github.com/gatsbyjs/gatsby/issues/28178) ([00870bb](https://github.com/gatsbyjs/gatsby/commit/00870bbc96e0aaa6b68706ad434129ab0c031154)) -**Note:** Version bump only for package gatsby-source-filesystem +#### Chores -# [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.5.0-next.1...gatsby-source-filesystem@2.5.0-next.2) (2020-11-10) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-source-filesystem +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.5.0/packages/gatsby-source-filesystem) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.5.0-next.0...gatsby-source-filesystem@2.5.0-next.1) (2020-11-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -### Bug Fixes +#### Features -- **gatsby-source-filesystem:** allow regex and functions for ignore option ([253b1af](https://github.com/gatsbyjs/gatsby/commit/253b1af728de1b007eb582d63286d0ce2476e41b)), closes [#27848](https://github.com/gatsbyjs/gatsby/issues/27848) +- env flag to placeholder remote assets [#27663](https://github.com/gatsbyjs/gatsby/issues/27663) ([2b4800a](https://github.com/gatsbyjs/gatsby/commit/2b4800af9339a227a8585feba254c3315e8fffd4)) -### Features +#### Bug Fixes + +- allow regex and functions for ignore option fixes [#27848](https://github.com/gatsbyjs/gatsby/issues/27848) ([253b1af](https://github.com/gatsbyjs/gatsby/commit/253b1af728de1b007eb582d63286d0ce2476e41b)) -- **gatsby-source-filesystem:** env flag to placeholder remote assets ([#27663](https://github.com/gatsbyjs/gatsby/issues/27663)) ([2b4800a](https://github.com/gatsbyjs/gatsby/commit/2b4800af9339a227a8585feba254c3315e8fffd4)) + # [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.3.37...gatsby-source-filesystem@2.4.0) (2020-11-02) diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 079f7ffe7debf..9833636fb60b2 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/CHANGELOG.md @@ -1,152 +1,172 @@ -# Change Log +# Changelog: `gatsby-source-graphql` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.3...gatsby-source-graphql@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.12.0/packages/gatsby-source-graphql) (2021-08-18) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.2...gatsby-source-graphql@3.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-graphql +- update dependency @graphql-tools/wrap to ^7.0.8 for gatsby-source-graphql [#32572](https://github.com/gatsbyjs/gatsby/issues/32572) ([e5d8603](https://github.com/gatsbyjs/gatsby/commit/e5d860380cb2f6a1dc4dc6ee29b2cdaab02ca670)) + +#### Chores + +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) + +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.11.0/packages/gatsby-source-graphql) (2021-08-04) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.1...gatsby-source-graphql@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-graphql -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.0...gatsby-source-graphql@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.10.0/packages/gatsby-source-graphql) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency @graphql-tools/wrap to ^7.0.8 for gatsby-source-graphql ([#32572](https://github.com/gatsbyjs/gatsby/issues/32572)) ([e5d8603](https://github.com/gatsbyjs/gatsby/commit/e5d860380cb2f6a1dc4dc6ee29b2cdaab02ca670)) +#### Chores -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.11.0-next.0...gatsby-source-graphql@3.12.0-next.0) (2021-07-29) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-source-graphql +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.9.0/packages/gatsby-source-graphql) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.10.0-next.1...gatsby-source-graphql@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-graphql -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.10.0-next.0...gatsby-source-graphql@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.8.0/packages/gatsby-source-graphql) (2021-06-23) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.9.0-next.0...gatsby-source-graphql@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-source-graphql +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.8.0-next.1...gatsby-source-graphql@3.9.0-next.0) (2021-06-18) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.7.1/packages/gatsby-source-graphql) (2021-06-10) -**Note:** Version bump only for package gatsby-source-graphql +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.8.0-next.0...gatsby-source-graphql@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-graphql +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.7.0/packages/gatsby-source-graphql) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.7.0-next.2...gatsby-source-graphql@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-graphql +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.7.0-next.1...gatsby-source-graphql@3.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-graphql +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.6.0/packages/gatsby-source-graphql) (2021-05-25) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.7.0-next.0...gatsby-source-graphql@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-graphql -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.6.0-next.0...gatsby-source-graphql@3.7.0-next.0) (2021-05-21) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.5.0/packages/gatsby-source-graphql) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-graphql -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.5.0-next.0...gatsby-source-graphql@3.6.0-next.0) (2021-05-06) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.4.0/packages/gatsby-source-graphql) (2021-04-28) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.4.0-next.2...gatsby-source-graphql@3.5.0-next.0) (2021-04-23) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-graphql +- update minor and patch for gatsby-source-graphql [#28360](https://github.com/gatsbyjs/gatsby/issues/28360) ([604c25f](https://github.com/gatsbyjs/gatsby/commit/604c25fe7a7c15c7a5ae8fa25b538c1631df330a)) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.4.0-next.1...gatsby-source-graphql@3.4.0-next.2) (2021-04-22) +#### Chores -### Bug Fixes +- Update README url => uri [#30872](https://github.com/gatsbyjs/gatsby/issues/30872) ([8896bc9](https://github.com/gatsbyjs/gatsby/commit/8896bc993b0019043ed2a04159b45a91de8ee71d)) -- **deps:** update minor and patch for gatsby-source-graphql ([#28360](https://github.com/gatsbyjs/gatsby/issues/28360)) ([604c25f](https://github.com/gatsbyjs/gatsby/commit/604c25fe7a7c15c7a5ae8fa25b538c1631df330a)) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.3.0/packages/gatsby-source-graphql) (2021-04-14) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.4.0-next.0...gatsby-source-graphql@3.4.0-next.1) (2021-04-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-graphql -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.3.0-next.1...gatsby-source-graphql@3.4.0-next.0) (2021-04-09) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.2.0/packages/gatsby-source-graphql) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-graphql -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.3.0-next.0...gatsby-source-graphql@3.3.0-next.1) (2021-04-07) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.1.0/packages/gatsby-source-graphql) (2021-03-16) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.2.0-next.0...gatsby-source-graphql@3.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-source-graphql +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.1.0-next.1...gatsby-source-graphql@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@3.0.0/packages/gatsby-source-graphql) (2021-03-02) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.1.0-next.0...gatsby-source-graphql@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-source-graphql +- remove multiple h1s from official plugin docs [#29465](https://github.com/gatsbyjs/gatsby/issues/29465) ([9428145](https://github.com/gatsbyjs/gatsby/commit/9428145eb57c60df229bb0be866d08cf8de777d5)) +- bump graphql and graphql-compose major versions [#29090](https://github.com/gatsbyjs/gatsby/issues/29090) ([7e4ba2b](https://github.com/gatsbyjs/gatsby/commit/7e4ba2b82a7c63ea4809c489d5e95165e9a33c03)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.0.0-next.1...gatsby-source-graphql@3.1.0-next.0) (2021-02-26) +## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.14.0/packages/gatsby-source-graphql) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-graphql -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.0.0-next.0...gatsby-source-graphql@3.0.0-next.1) (2021-02-15) +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.13.0/packages/gatsby-source-graphql) (2021-01-20) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.15.0-next.0...gatsby-source-graphql@3.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-graphql +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.14.0-next.0...gatsby-source-graphql@2.15.0-next.0) (2021-01-28) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.12.0/packages/gatsby-source-graphql) (2021-01-06) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.13.0-next.0...gatsby-source-graphql@2.14.0-next.0) (2021-01-18) +#### Features -### Bug Fixes +- Default Apollo Link fetch wrapper to show better API errors [#28786](https://github.com/gatsbyjs/gatsby/issues/28786) ([abdb8d6](https://github.com/gatsbyjs/gatsby/commit/abdb8d6b3509be39a8296861cdb7e5e61905959d)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.12.0-next.1...gatsby-source-graphql@2.13.0-next.0) (2020-12-29) +- docs on how to use apollo links [#28686](https://github.com/gatsbyjs/gatsby/issues/28686) ([4021a57](https://github.com/gatsbyjs/gatsby/commit/4021a5740c4ab7fd22ff9aec506c11504730d932)) -### Features +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.11.0/packages/gatsby-source-graphql) (2020-12-15) -- **gatsby-source-graphql:** Default Apollo Link fetch wrapper to show better API errors ([#28786](https://github.com/gatsbyjs/gatsby/issues/28786)) ([abdb8d6](https://github.com/gatsbyjs/gatsby/commit/abdb8d6b3509be39a8296861cdb7e5e61905959d)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.12.0-next.0...gatsby-source-graphql@2.12.0-next.1) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-source-graphql +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.10.0/packages/gatsby-source-graphql) (2020-12-02) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.11.0-next.0...gatsby-source-graphql@2.12.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-graphql -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.10.0-next.0...gatsby-source-graphql@2.11.0-next.0) (2020-11-26) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.9.0/packages/gatsby-source-graphql) (2020-11-20) -**Note:** Version bump only for package gatsby-source-graphql +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.9.0-next.0...gatsby-source-graphql@2.10.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-graphql +- upgrade graphql-tools to v7 [#27792](https://github.com/gatsbyjs/gatsby/issues/27792) ([179694a](https://github.com/gatsbyjs/gatsby/commit/179694ae3a370e6759236afd01406360f1df1c5f)) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.8.0-next.0...gatsby-source-graphql@2.8.0-next.1) (2020-11-10) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@2.8.0/packages/gatsby-source-graphql) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-graphql + + ## [2.7.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.7.5...gatsby-source-graphql@2.7.6) (2020-10-06) **Note:** Version bump only for package gatsby-source-graphql diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index 52d68cbb8477e..5d21a9904a331 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/CHANGELOG.md @@ -1,140 +1,158 @@ -# Change Log +# Changelog: `gatsby-source-hacker-news` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.3...gatsby-source-hacker-news@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.12.0/packages/gatsby-source-hacker-news) (2021-08-18) -**Note:** Version bump only for package gatsby-source-hacker-news +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.2...gatsby-source-hacker-news@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-source-hacker-news +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.1...gatsby-source-hacker-news@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.11.0/packages/gatsby-source-hacker-news) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.0...gatsby-source-hacker-news@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.10.0/packages/gatsby-source-hacker-news) (2021-07-20) -**Note:** Version bump only for package gatsby-source-hacker-news +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.11.0-next.0...gatsby-source-hacker-news@3.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-source-hacker-news +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.9.0/packages/gatsby-source-hacker-news) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.10.0-next.1...gatsby-source-hacker-news@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.10.0-next.0...gatsby-source-hacker-news@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.8.0/packages/gatsby-source-hacker-news) (2021-06-23) -**Note:** Version bump only for package gatsby-source-hacker-news +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.9.0-next.0...gatsby-source-hacker-news@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-source-hacker-news +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.8.0-next.1...gatsby-source-hacker-news@3.9.0-next.0) (2021-06-18) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.7.1/packages/gatsby-source-hacker-news) (2021-06-10) -**Note:** Version bump only for package gatsby-source-hacker-news +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.8.0-next.0...gatsby-source-hacker-news@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-hacker-news +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.7.0/packages/gatsby-source-hacker-news) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.7.0-next.2...gatsby-source-hacker-news@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-hacker-news +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.7.0-next.1...gatsby-source-hacker-news@3.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-hacker-news +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.6.0/packages/gatsby-source-hacker-news) (2021-05-25) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.7.0-next.0...gatsby-source-hacker-news@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.6.0-next.0...gatsby-source-hacker-news@3.7.0-next.0) (2021-05-21) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.5.0/packages/gatsby-source-hacker-news) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.5.0-next.0...gatsby-source-hacker-news@3.6.0-next.0) (2021-05-06) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.4.0/packages/gatsby-source-hacker-news) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.4.0-next.0...gatsby-source-hacker-news@3.5.0-next.0) (2021-04-23) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.3.0/packages/gatsby-source-hacker-news) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.3.0-next.1...gatsby-source-hacker-news@3.4.0-next.0) (2021-04-09) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.2.0/packages/gatsby-source-hacker-news) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.3.0-next.0...gatsby-source-hacker-news@3.3.0-next.1) (2021-04-07) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.1.0/packages/gatsby-source-hacker-news) (2021-03-16) -**Note:** Version bump only for package gatsby-source-hacker-news +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.2.0-next.0...gatsby-source-hacker-news@3.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-hacker-news +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.1.0-next.2...gatsby-source-hacker-news@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-source-hacker-news +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.1.0-next.1...gatsby-source-hacker-news@3.1.0-next.2) (2021-03-10) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@3.0.0/packages/gatsby-source-hacker-news) (2021-03-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Chores -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.1.0-next.0...gatsby-source-hacker-news@3.1.0-next.1) (2021-02-26) +- Remove hasNodeChanged [#29208](https://github.com/gatsbyjs/gatsby/issues/29208) ([7c24fd0](https://github.com/gatsbyjs/gatsby/commit/7c24fd023160cbb644dba4d34403a483ea51c832)) -**Note:** Version bump only for package gatsby-source-hacker-news +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.11.0/packages/gatsby-source-hacker-news) (2021-02-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.0.0-next.1...gatsby-source-hacker-news@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-hacker-news -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.0.0-next.0...gatsby-source-hacker-news@3.0.0-next.1) (2021-02-11) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.10.0/packages/gatsby-source-hacker-news) (2021-01-20) -**Note:** Version bump only for package gatsby-source-hacker-news +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.12.0-next.0...gatsby-source-hacker-news@3.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-hacker-news +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.11.0-next.0...gatsby-source-hacker-news@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.9.0/packages/gatsby-source-hacker-news) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-hacker-news -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.10.0-next.0...gatsby-source-hacker-news@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.8.0/packages/gatsby-source-hacker-news) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.9.0-next.0...gatsby-source-hacker-news@2.10.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-source-hacker-news +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.7.0/packages/gatsby-source-hacker-news) (2020-12-02) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.8.0-next.0...gatsby-source-hacker-news@2.9.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-hacker-news -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.7.0-next.0...gatsby-source-hacker-news@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.6.0/packages/gatsby-source-hacker-news) (2020-11-20) -**Note:** Version bump only for package gatsby-source-hacker-news +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.6.0-next.0...gatsby-source-hacker-news@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-hacker-news +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-hacker-news@2.5.0/packages/gatsby-source-hacker-news) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.5.0-next.0...gatsby-source-hacker-news@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-hacker-news + + ## [2.4.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.4.13...gatsby-source-hacker-news@2.4.14) (2020-10-26) ### Bug Fixes diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 9de0dd68871d9..b431be25efb31 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/CHANGELOG.md @@ -1,136 +1,156 @@ -# Change Log +# Changelog: `gatsby-source-lever` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.3...gatsby-source-lever@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.12.0/packages/gatsby-source-lever) (2021-08-18) -**Note:** Version bump only for package gatsby-source-lever - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.2...gatsby-source-lever@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-source-lever +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.1...gatsby-source-lever@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-source-lever +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.11.0/packages/gatsby-source-lever) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.0...gatsby-source-lever@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-lever -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.11.0-next.0...gatsby-source-lever@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.10.0/packages/gatsby-source-lever) (2021-07-20) -**Note:** Version bump only for package gatsby-source-lever +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.10.0-next.1...gatsby-source-lever@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-source-lever +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.10.0-next.0...gatsby-source-lever@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.9.0/packages/gatsby-source-lever) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-lever -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.9.0-next.0...gatsby-source-lever@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.8.0/packages/gatsby-source-lever) (2021-06-23) -**Note:** Version bump only for package gatsby-source-lever +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.8.0-next.1...gatsby-source-lever@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-source-lever +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.8.0-next.0...gatsby-source-lever@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.7.1/packages/gatsby-source-lever) (2021-06-10) -**Note:** Version bump only for package gatsby-source-lever +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.7.0-next.2...gatsby-source-lever@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-lever +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.7.0/packages/gatsby-source-lever) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.7.0-next.1...gatsby-source-lever@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-lever +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.7.0-next.0...gatsby-source-lever@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-lever +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.6.0/packages/gatsby-source-lever) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.6.0-next.0...gatsby-source-lever@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-lever -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.5.0-next.0...gatsby-source-lever@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.5.0/packages/gatsby-source-lever) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-lever -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.4.0-next.0...gatsby-source-lever@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.4.0/packages/gatsby-source-lever) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-lever -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.3.0-next.1...gatsby-source-lever@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.3.0/packages/gatsby-source-lever) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-lever -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.3.0-next.0...gatsby-source-lever@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.2.0/packages/gatsby-source-lever) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-lever -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.2.0-next.0...gatsby-source-lever@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.1.0/packages/gatsby-source-lever) (2021-03-16) -**Note:** Version bump only for package gatsby-source-lever +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.1.0-next.2...gatsby-source-lever@3.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-lever +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.1.0-next.1...gatsby-source-lever@3.1.0-next.2) (2021-03-10) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@3.0.0/packages/gatsby-source-lever) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.1.0-next.0...gatsby-source-lever@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-source-lever -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.0.0-next.0...gatsby-source-lever@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.10.0/packages/gatsby-source-lever) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-lever -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.11.0-next.0...gatsby-source-lever@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.9.0/packages/gatsby-source-lever) (2021-01-20) -**Note:** Version bump only for package gatsby-source-lever +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) + +#### Bug Fixes + +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.10.0-next.0...gatsby-source-lever@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.8.0/packages/gatsby-source-lever) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-lever -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.9.0-next.0...gatsby-source-lever@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.7.0/packages/gatsby-source-lever) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.8.0-next.0...gatsby-source-lever@2.9.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-source-lever +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.6.0/packages/gatsby-source-lever) (2020-12-02) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.7.0-next.0...gatsby-source-lever@2.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-lever -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.6.0-next.0...gatsby-source-lever@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.5.0/packages/gatsby-source-lever) (2020-11-20) -**Note:** Version bump only for package gatsby-source-lever +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.5.0-next.0...gatsby-source-lever@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-lever +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-lever@2.4.0/packages/gatsby-source-lever) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.4.0-next.0...gatsby-source-lever@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-lever + + ## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.3.14...gatsby-source-lever@2.3.15) (2020-10-26) ### Bug Fixes diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index 9590386ef9ad3..d9fff1b4956f9 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/CHANGELOG.md @@ -1,130 +1,150 @@ -# Change Log +# Changelog: `gatsby-source-medium` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.3...gatsby-source-medium@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.12.0/packages/gatsby-source-medium) (2021-08-18) -**Note:** Version bump only for package gatsby-source-medium - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.2...gatsby-source-medium@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-source-medium +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.1...gatsby-source-medium@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-source-medium +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.11.0/packages/gatsby-source-medium) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.0...gatsby-source-medium@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-medium -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.11.0-next.0...gatsby-source-medium@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.10.0/packages/gatsby-source-medium) (2021-07-20) -**Note:** Version bump only for package gatsby-source-medium +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.10.0-next.1...gatsby-source-medium@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-source-medium +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.10.0-next.0...gatsby-source-medium@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.9.0/packages/gatsby-source-medium) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-medium -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.9.0-next.0...gatsby-source-medium@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.8.0/packages/gatsby-source-medium) (2021-06-23) -**Note:** Version bump only for package gatsby-source-medium +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.8.0-next.1...gatsby-source-medium@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-source-medium +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.8.0-next.0...gatsby-source-medium@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.7.1/packages/gatsby-source-medium) (2021-06-10) -**Note:** Version bump only for package gatsby-source-medium +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.7.0-next.2...gatsby-source-medium@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-medium +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.7.0/packages/gatsby-source-medium) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.7.0-next.1...gatsby-source-medium@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-medium +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.7.0-next.0...gatsby-source-medium@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-medium +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.6.0/packages/gatsby-source-medium) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.6.0-next.0...gatsby-source-medium@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-medium -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.5.0-next.0...gatsby-source-medium@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.5.0/packages/gatsby-source-medium) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-medium -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.4.0-next.0...gatsby-source-medium@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.4.0/packages/gatsby-source-medium) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-medium -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.3.0-next.1...gatsby-source-medium@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.3.0/packages/gatsby-source-medium) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-medium -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.3.0-next.0...gatsby-source-medium@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.2.0/packages/gatsby-source-medium) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-medium -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.2.0-next.0...gatsby-source-medium@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.1.0/packages/gatsby-source-medium) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-source-medium -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.1.0-next.1...gatsby-source-medium@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@3.0.0/packages/gatsby-source-medium) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-source-medium -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.1.0-next.0...gatsby-source-medium@3.1.0-next.1) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.10.0/packages/gatsby-source-medium) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-medium -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.0.0-next.0...gatsby-source-medium@3.1.0-next.0) (2021-02-26) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.9.0/packages/gatsby-source-medium) (2021-01-20) -**Note:** Version bump only for package gatsby-source-medium +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.11.0-next.0...gatsby-source-medium@3.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-medium +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.10.0-next.0...gatsby-source-medium@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.8.0/packages/gatsby-source-medium) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-medium -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.9.0-next.0...gatsby-source-medium@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.7.0/packages/gatsby-source-medium) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.8.0-next.0...gatsby-source-medium@2.9.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-source-medium +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.6.0/packages/gatsby-source-medium) (2020-12-02) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.7.0-next.0...gatsby-source-medium@2.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-medium -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.6.0-next.0...gatsby-source-medium@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.5.0/packages/gatsby-source-medium) (2020-11-20) -**Note:** Version bump only for package gatsby-source-medium +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.5.0-next.0...gatsby-source-medium@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-medium +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-medium@2.4.0/packages/gatsby-source-medium) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.4.0-next.0...gatsby-source-medium@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-medium + + ## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.3.13...gatsby-source-medium@2.3.14) (2020-10-26) ### Bug Fixes diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index b5b164d16bafe..75332de44f9a9 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/CHANGELOG.md @@ -1,143 +1,162 @@ -# Change Log +# Changelog: `gatsby-source-mongodb` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.3...gatsby-source-mongodb@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.12.0/packages/gatsby-source-mongodb) (2021-08-18) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.2...gatsby-source-mongodb@3.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-mongodb +- update dependency mongodb to ^3.6.10 for gatsby-source-mongodb [#32587](https://github.com/gatsbyjs/gatsby/issues/32587) ([5749766](https://github.com/gatsbyjs/gatsby/commit/5749766ffcd59e802ea8d007f6b51b0b9708679c)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.1...gatsby-source-mongodb@3.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.0...gatsby-source-mongodb@3.12.0-next.1) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.11.0/packages/gatsby-source-mongodb) (2021-08-04) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -- **deps:** update dependency mongodb to ^3.6.10 for gatsby-source-mongodb ([#32587](https://github.com/gatsbyjs/gatsby/issues/32587)) ([5749766](https://github.com/gatsbyjs/gatsby/commit/5749766ffcd59e802ea8d007f6b51b0b9708679c)) +**Note:** Version bump only for package gatsby-source-mongodb -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.11.0-next.0...gatsby-source-mongodb@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.10.0/packages/gatsby-source-mongodb) (2021-07-20) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.10.0-next.1...gatsby-source-mongodb@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.10.0-next.0...gatsby-source-mongodb@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.9.0/packages/gatsby-source-mongodb) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-mongodb -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.9.0-next.0...gatsby-source-mongodb@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.8.0/packages/gatsby-source-mongodb) (2021-06-23) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.8.0-next.1...gatsby-source-mongodb@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.8.0-next.0...gatsby-source-mongodb@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.7.1/packages/gatsby-source-mongodb) (2021-06-10) -**Note:** Version bump only for package gatsby-source-mongodb +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.7.0-next.2...gatsby-source-mongodb@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-mongodb +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.7.0/packages/gatsby-source-mongodb) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.7.0-next.1...gatsby-source-mongodb@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-mongodb +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.7.0-next.0...gatsby-source-mongodb@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-mongodb +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.6.0/packages/gatsby-source-mongodb) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.6.0-next.0...gatsby-source-mongodb@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-mongodb -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.5.0-next.0...gatsby-source-mongodb@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.5.0/packages/gatsby-source-mongodb) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-mongodb -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.4.0-next.0...gatsby-source-mongodb@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.4.0/packages/gatsby-source-mongodb) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-mongodb -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.3.0-next.1...gatsby-source-mongodb@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.3.0/packages/gatsby-source-mongodb) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-mongodb -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.3.0-next.0...gatsby-source-mongodb@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.2.0/packages/gatsby-source-mongodb) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-mongodb -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.2.0-next.0...gatsby-source-mongodb@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.1.0/packages/gatsby-source-mongodb) (2021-03-16) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.1.0-next.2...gatsby-source-mongodb@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.1.0-next.1...gatsby-source-mongodb@3.1.0-next.2) (2021-03-10) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@3.0.0/packages/gatsby-source-mongodb) (2021-03-02) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.1.0-next.0...gatsby-source-mongodb@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- Remove hasNodeChanged [#29208](https://github.com/gatsbyjs/gatsby/issues/29208) ([7c24fd0](https://github.com/gatsbyjs/gatsby/commit/7c24fd023160cbb644dba4d34403a483ea51c832)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.10.0/packages/gatsby-source-mongodb) (2021-02-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.0.0-next.1...gatsby-source-mongodb@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-mongodb -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.0.0-next.0...gatsby-source-mongodb@3.0.0-next.1) (2021-02-11) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.9.0/packages/gatsby-source-mongodb) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-source-mongodb -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.11.0-next.0...gatsby-source-mongodb@3.0.0-next.0) (2021-02-05) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.8.0/packages/gatsby-source-mongodb) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-mongodb -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.10.0-next.0...gatsby-source-mongodb@2.11.0-next.0) (2021-01-28) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.7.0/packages/gatsby-source-mongodb) (2020-12-15) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.9.0-next.0...gatsby-source-mongodb@2.10.0-next.0) (2021-01-18) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.8.0-next.0...gatsby-source-mongodb@2.9.0-next.0) (2020-12-29) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.6.0/packages/gatsby-source-mongodb) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-mongodb -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.7.0-next.0...gatsby-source-mongodb@2.8.0-next.0) (2020-12-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.5.0/packages/gatsby-source-mongodb) (2020-11-20) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.6.0-next.0...gatsby-source-mongodb@2.7.0-next.0) (2020-11-26) +#### Chores -**Note:** Version bump only for package gatsby-source-mongodb +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.5.0-next.1...gatsby-source-mongodb@2.6.0-next.0) (2020-11-18) +#### Other Changes -**Note:** Version bump only for package gatsby-source-mongodb +- add query pluginOption for mongodb plugin [#27756](https://github.com/gatsbyjs/gatsby/issues/27756) ([58747b2](https://github.com/gatsbyjs/gatsby/commit/58747b27104c43e9fd1d204f0752d1080c2a35b3)) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.5.0-next.0...gatsby-source-mongodb@2.5.0-next.1) (2020-11-16) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-mongodb@2.4.0/packages/gatsby-source-mongodb) (2020-11-12) -**Note:** Version bump only for package gatsby-source-mongodb +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.4.0-next.0...gatsby-source-mongodb@2.4.0-next.1) (2020-11-10) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-source-mongodb [#27907](https://github.com/gatsbyjs/gatsby/issues/27907) ([f918155](https://github.com/gatsbyjs/gatsby/commit/f918155d6f3505c10bf9c598f5505442b80a5906)) -- **deps:** update minor and patch for gatsby-source-mongodb ([#27907](https://github.com/gatsbyjs/gatsby/issues/27907)) ([f918155](https://github.com/gatsbyjs/gatsby/commit/f918155d6f3505c10bf9c598f5505442b80a5906)) + ## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.3.11...gatsby-source-mongodb@2.3.12) (2020-09-28) diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index de5edad0f0c63..d90f6c7fa122b 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -1,152 +1,166 @@ -# Change Log +# Changelog: `gatsby-source-npm-package-search` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.3...gatsby-source-npm-package-search@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.12.0/packages/gatsby-source-npm-package-search) (2021-08-18) -**Note:** Version bump only for package gatsby-source-npm-package-search +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.2...gatsby-source-npm-package-search@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-source-npm-package-search +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.1...gatsby-source-npm-package-search@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.11.0/packages/gatsby-source-npm-package-search) (2021-08-04) -**Note:** Version bump only for package gatsby-source-npm-package-search - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.0...gatsby-source-npm-package-search@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.11.0-next.0...gatsby-source-npm-package-search@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.10.0/packages/gatsby-source-npm-package-search) (2021-07-20) -**Note:** Version bump only for package gatsby-source-npm-package-search +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.10.0-next.1...gatsby-source-npm-package-search@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-source-npm-package-search - -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.10.0-next.0...gatsby-source-npm-package-search@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-source-npm-package-search +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.9.0/packages/gatsby-source-npm-package-search) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.9.0-next.0...gatsby-source-npm-package-search@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.8.0-next.1...gatsby-source-npm-package-search@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.8.0/packages/gatsby-source-npm-package-search) (2021-06-23) -**Note:** Version bump only for package gatsby-source-npm-package-search +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.8.0-next.0...gatsby-source-npm-package-search@3.8.0-next.1) (2021-06-10) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-source-npm-package-search [#31704](https://github.com/gatsbyjs/gatsby/issues/31704) ([29b8d0a](https://github.com/gatsbyjs/gatsby/commit/29b8d0ab1116ebff68f23fa9a05b07baefafe476)) -- **deps:** update minor and patch for gatsby-source-npm-package-search ([#31704](https://github.com/gatsbyjs/gatsby/issues/31704)) ([29b8d0a](https://github.com/gatsbyjs/gatsby/commit/29b8d0ab1116ebff68f23fa9a05b07baefafe476)) +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.7.0-next.2...gatsby-source-npm-package-search@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-source-npm-package-search +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.7.1/packages/gatsby-source-npm-package-search) (2021-06-10) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.7.0-next.1...gatsby-source-npm-package-search@3.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-source-npm-package-search +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.7.0-next.0...gatsby-source-npm-package-search@3.7.0-next.1) (2021-05-31) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.7.0/packages/gatsby-source-npm-package-search) (2021-06-09) -**Note:** Version bump only for package gatsby-source-npm-package-search +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.6.0-next.0...gatsby-source-npm-package-search@3.7.0-next.0) (2021-05-21) +#### Chores -**Note:** Version bump only for package gatsby-source-npm-package-search +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.6.0/packages/gatsby-source-npm-package-search) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.5.0-next.0...gatsby-source-npm-package-search@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.4.0-next.0...gatsby-source-npm-package-search@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.5.0/packages/gatsby-source-npm-package-search) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.3.0-next.1...gatsby-source-npm-package-search@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.4.0/packages/gatsby-source-npm-package-search) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.3.0-next.0...gatsby-source-npm-package-search@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.3.0/packages/gatsby-source-npm-package-search) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.2.0-next.0...gatsby-source-npm-package-search@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.2.0/packages/gatsby-source-npm-package-search) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.1.0-next.1...gatsby-source-npm-package-search@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.1.0/packages/gatsby-source-npm-package-search) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-source-npm-package-search -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.1.0-next.0...gatsby-source-npm-package-search@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@3.0.0/packages/gatsby-source-npm-package-search) (2021-03-02) -**Note:** Version bump only for package gatsby-source-npm-package-search +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.0.0-next.2...gatsby-source-npm-package-search@3.1.0-next.0) (2021-02-26) +#### Features -**Note:** Version bump only for package gatsby-source-npm-package-search +- Remove boundActionCreators [#29129](https://github.com/gatsbyjs/gatsby/issues/29129) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.0.0-next.1...gatsby-source-npm-package-search@3.0.0-next.2) (2021-02-22) +#### Bug Fixes -### Bug Fixes +- declare mimeType so markdown trasformer children are added [#29615](https://github.com/gatsbyjs/gatsby/issues/29615) ([cbcd996](https://github.com/gatsbyjs/gatsby/commit/cbcd9962de044a746e5336dfe2db58d202950e73)) -- **npm-package-search:** declare mimeType so markdown trasformer children are added ([#29615](https://github.com/gatsbyjs/gatsby/issues/29615)) ([cbcd996](https://github.com/gatsbyjs/gatsby/commit/cbcd9962de044a746e5336dfe2db58d202950e73)) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.10.0/packages/gatsby-source-npm-package-search) (2021-02-02) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.0.0-next.0...gatsby-source-npm-package-search@3.0.0-next.1) (2021-02-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -### Features +#### Bug Fixes -- **gatsby:** Remove boundActionCreators ([#29129](https://github.com/gatsbyjs/gatsby/issues/29129)) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) +- update minor and patch for gatsby-source-npm-package-search [#29184](https://github.com/gatsbyjs/gatsby/issues/29184) ([f70af26](https://github.com/gatsbyjs/gatsby/commit/f70af26de3218f833a4cc8b8559f083f6d84b27d)) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.11.0-next.0...gatsby-source-npm-package-search@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.9.0/packages/gatsby-source-npm-package-search) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-source-npm-package-search -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.10.0-next.0...gatsby-source-npm-package-search@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.8.0/packages/gatsby-source-npm-package-search) (2021-01-06) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -- **deps:** update minor and patch for gatsby-source-npm-package-search ([#29184](https://github.com/gatsbyjs/gatsby/issues/29184)) ([f70af26](https://github.com/gatsbyjs/gatsby/commit/f70af26de3218f833a4cc8b8559f083f6d84b27d)) +#### Chores -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.9.0-next.0...gatsby-source-npm-package-search@2.10.0-next.0) (2021-01-18) +- Upgrade algoliasearch [#28671](https://github.com/gatsbyjs/gatsby/issues/28671) ([b691b69](https://github.com/gatsbyjs/gatsby/commit/b691b69e8e2183a50fa6ebc61876303497e0c362)) -**Note:** Version bump only for package gatsby-source-npm-package-search +#### Other Changes -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.8.0-next.2...gatsby-source-npm-package-search@2.9.0-next.0) (2020-12-29) +- Fix missing return ([6375542](https://github.com/gatsbyjs/gatsby/commit/6375542419604a282d442bfbd5696939a716bb31)) -**Note:** Version bump only for package gatsby-source-npm-package-search +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.7.0/packages/gatsby-source-npm-package-search) (2020-12-15) -# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.8.0-next.1...gatsby-source-npm-package-search@2.8.0-next.2) (2020-12-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -**Note:** Version bump only for package gatsby-source-npm-package-search +#### Chores -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.8.0-next.0...gatsby-source-npm-package-search@2.8.0-next.1) (2020-12-17) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-source-npm-package-search +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.6.0/packages/gatsby-source-npm-package-search) (2020-12-02) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.7.0-next.0...gatsby-source-npm-package-search@2.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-npm-package-search -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.6.0-next.0...gatsby-source-npm-package-search@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.5.0/packages/gatsby-source-npm-package-search) (2020-11-20) -**Note:** Version bump only for package gatsby-source-npm-package-search +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.5.0-next.0...gatsby-source-npm-package-search@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-npm-package-search +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.4.0-next.0...gatsby-source-npm-package-search@2.4.0-next.1) (2020-11-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-npm-package-search@2.4.0/packages/gatsby-source-npm-package-search) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-npm-package-search + + ## [2.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.3.15...gatsby-source-npm-package-search@2.3.16) (2020-10-06) **Note:** Version bump only for package gatsby-source-npm-package-search diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 10ca59715ec81..1093d2c65a9db 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -1,250 +1,238 @@ -# Change Log +# Changelog: `gatsby-source-shopify` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.5.0-next.2...gatsby-source-shopify@5.5.0-next.3) (2021-08-25) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.4.0/packages/gatsby-source-shopify) (2021-08-18) -**Note:** Version bump only for package gatsby-source-shopify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.5.0-next.1...gatsby-source-shopify@5.5.0-next.2) (2021-08-20) +#### Bug Fixes -### Features +- update api version to fix metafield type issue fix [#32774](https://github.com/gatsbyjs/gatsby/issues/32774) ([6964287](https://github.com/gatsbyjs/gatsby/commit/6964287be7a8d7d56e62b99b9e0b5e693fbf052e)) +- coerce variable to boolean [#32775](https://github.com/gatsbyjs/gatsby/issues/32775) ([68a7db5](https://github.com/gatsbyjs/gatsby/commit/68a7db5d8b335711aff273b9941e692a9642b50b)) +- env variable to check if on preview or production [#32144](https://github.com/gatsbyjs/gatsby/issues/32144) ([b1d9c94](https://github.com/gatsbyjs/gatsby/commit/b1d9c949396a183b7476f17f65b12322a6c3eaf1)) +- only add inventory fields to product variant when using locations [#32710](https://github.com/gatsbyjs/gatsby/issues/32710) ([7ab9ed6](https://github.com/gatsbyjs/gatsby/commit/7ab9ed65d318a3e75e41051d173212a313c638f7)) +- update method of generating published_status when salesChannel parameter is used [#32674](https://github.com/gatsbyjs/gatsby/issues/32674) ([65aeb4b](https://github.com/gatsbyjs/gatsby/commit/65aeb4bd62b9e3d8df114fae6529db5e13febd30)) -- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1) +#### Chores -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.5.0-next.0...gatsby-source-shopify@5.5.0-next.1) (2021-08-19) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update dependency @types/sharp to ^0.28.5 [#32566](https://github.com/gatsbyjs/gatsby/issues/32566) ([ef9fa95](https://github.com/gatsbyjs/gatsby/commit/ef9fa95b52032d0d93d4ccc259234d9cc38a9323)) +- update [dev] minor and patch dependencies for gatsby-source-shopify [#32562](https://github.com/gatsbyjs/gatsby/issues/32562) ([9a255f8](https://github.com/gatsbyjs/gatsby/commit/9a255f8dd8c0c167669b6794ea23b04be8c15b91)) -**Note:** Version bump only for package gatsby-source-shopify +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.3.0/packages/gatsby-source-shopify) (2021-08-04) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.3...gatsby-source-shopify@5.5.0-next.0) (2021-08-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -### Bug Fixes +#### Other Changes -- **gatsby-source-shopify:** coerce variable to boolean ([#32775](https://github.com/gatsbyjs/gatsby/issues/32775)) ([68a7db5](https://github.com/gatsbyjs/gatsby/commit/68a7db5d8b335711aff273b9941e692a9642b50b)) -- **gatsby-source-shopify:** env variable to check if on preview or production ([#32144](https://github.com/gatsbyjs/gatsby/issues/32144)) ([b1d9c94](https://github.com/gatsbyjs/gatsby/commit/b1d9c949396a183b7476f17f65b12322a6c3eaf1)) -- **gatsby-source-shopify:** update api version to fix metafield type issue ([#32774](https://github.com/gatsbyjs/gatsby/issues/32774)) ([6964287](https://github.com/gatsbyjs/gatsby/commit/6964287be7a8d7d56e62b99b9e0b5e693fbf052e)) +- 34701/productvariants query is missing inventoryitem [#32450](https://github.com/gatsbyjs/gatsby/issues/32450) ([abbb5cd](https://github.com/gatsbyjs/gatsby/commit/abbb5cd91fd79afba20e811fb123b0652be6da9a)) -# [5.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.2...gatsby-source-shopify@5.4.0-next.3) (2021-08-09) +### [5.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.2.1/packages/gatsby-source-shopify) (2021-07-21) **Note:** Version bump only for package gatsby-source-shopify -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.1...gatsby-source-shopify@5.4.0-next.2) (2021-08-05) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.2.0/packages/gatsby-source-shopify) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **gatsby-source-shopify:** only add inventory fields to product variant when using locations ([#32710](https://github.com/gatsbyjs/gatsby/issues/32710)) ([7ab9ed6](https://github.com/gatsbyjs/gatsby/commit/7ab9ed65d318a3e75e41051d173212a313c638f7)) +#### Bug Fixes -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.0...gatsby-source-shopify@5.4.0-next.1) (2021-08-05) +- add tags to schema [#32253](https://github.com/gatsbyjs/gatsby/issues/32253) ([e2b6a9a](https://github.com/gatsbyjs/gatsby/commit/e2b6a9a2ca50742877638b09d4e6aff1b4d196ad)) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -### Bug Fixes +#### Chores -- **gatsby-source-shopify:** update method of generating published_status when salesChannel parameter is used ([#32674](https://github.com/gatsbyjs/gatsby/issues/32674)) ([65aeb4b](https://github.com/gatsbyjs/gatsby/commit/65aeb4bd62b9e3d8df114fae6529db5e13febd30)) +- update [dev] minor and patch dependencies for gatsby-source-shopify [#32245](https://github.com/gatsbyjs/gatsby/issues/32245) ([4f436d0](https://github.com/gatsbyjs/gatsby/commit/4f436d08cd376120bd0191c59422d79f541538e0)) +- update sharp to ^0.28.3 [#32227](https://github.com/gatsbyjs/gatsby/issues/32227) ([4fabc64](https://github.com/gatsbyjs/gatsby/commit/4fabc64b177621d94a7c8aaf6dbc5d91f01ea29f)) +- update dependency prettier to ^2.3.2 [#31149](https://github.com/gatsbyjs/gatsby/issues/31149) ([0666d6f](https://github.com/gatsbyjs/gatsby/commit/0666d6fc1b0e3cfd0181bec822b4ae2a9f9ad5f7)) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.3.0-next.2...gatsby-source-shopify@5.4.0-next.0) (2021-07-29) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.1.0/packages/gatsby-source-shopify) (2021-07-07) -**Note:** Version bump only for package gatsby-source-shopify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -# [5.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.3.0-next.1...gatsby-source-shopify@5.3.0-next.2) (2021-07-22) +#### Features -**Note:** Version bump only for package gatsby-source-shopify +- add default sales channel when using shopify app integration [#32010](https://github.com/gatsbyjs/gatsby/issues/32010) ([95280a3](https://github.com/gatsbyjs/gatsby/commit/95280a38fc410838c724ed6c6e3facf5dbbaf4c1)) -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.3.0-next.0...gatsby-source-shopify@5.3.0-next.1) (2021-07-19) +#### Chores -**Note:** Version bump only for package gatsby-source-shopify +- add keywords [#32124](https://github.com/gatsbyjs/gatsby/issues/32124) ([3f81ee0](https://github.com/gatsbyjs/gatsby/commit/3f81ee05d4cc7de951f1a9291f95443a74a03bf2)) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.2.0-next.1...gatsby-source-shopify@5.3.0-next.0) (2021-07-15) +#### Other Changes -**Note:** Version bump only for package gatsby-source-shopify +- Break variants into separate operation [#32027](https://github.com/gatsbyjs/gatsby/issues/32027) ([069cb53](https://github.com/gatsbyjs/gatsby/commit/069cb535fa5bf5d2eead31533be18b1fe64c2568)) +- set default salesChannel to empty string [#32044](https://github.com/gatsbyjs/gatsby/issues/32044) ([f10554a](https://github.com/gatsbyjs/gatsby/commit/f10554a0ca30a38ad5c3ee57834388f2ed500abb)) +- removed apikey references/usage from shopify plugin [#32024](https://github.com/gatsbyjs/gatsby/issues/32024) ([47cf675](https://github.com/gatsbyjs/gatsby/commit/47cf6755fd6a44343b4cc5b77dab21530494751d)) +- fix shopify source store url check fix [#32003](https://github.com/gatsbyjs/gatsby/issues/32003) ([92346b7](https://github.com/gatsbyjs/gatsby/commit/92346b73911eff54fe21d3f8b1b8c5d1f53410a1)) -# [5.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.2.0-next.0...gatsby-source-shopify@5.2.0-next.1) (2021-07-08) +### [5.0.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.0.2/packages/gatsby-source-shopify) (2021-06-29) -### Bug Fixes +#### Chores -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -- **gatsby-source-shopify:** add tags to schema ([#32253](https://github.com/gatsbyjs/gatsby/issues/32253)) ([e2b6a9a](https://github.com/gatsbyjs/gatsby/commit/e2b6a9a2ca50742877638b09d4e6aff1b4d196ad)) +- add keywords [#32124](https://github.com/gatsbyjs/gatsby/issues/32124) [#32152](https://github.com/gatsbyjs/gatsby/issues/32152) ([e618005](https://github.com/gatsbyjs/gatsby/commit/e6180051226b9946cb1331662679071c3f2f3467)) -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.1.0-next.1...gatsby-source-shopify@5.2.0-next.0) (2021-07-01) +### [5.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.0.1/packages/gatsby-source-shopify) (2021-06-23) -**Note:** Version bump only for package gatsby-source-shopify +#### Other Changes -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.1.0-next.0...gatsby-source-shopify@5.1.0-next.1) (2021-06-28) +- set default salesChannel to empty string [#32044](https://github.com/gatsbyjs/gatsby/issues/32044) [#32052](https://github.com/gatsbyjs/gatsby/issues/32052) ([f1cc7ff](https://github.com/gatsbyjs/gatsby/commit/f1cc7ffed41423df295ab680f94af6be1084f953)) -### Features +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@5.0.0/packages/gatsby-source-shopify) (2021-06-23) -- **gatsby-source-shopify:** add default sales channel when using shopify app integration ([#32010](https://github.com/gatsbyjs/gatsby/issues/32010)) ([95280a3](https://github.com/gatsbyjs/gatsby/commit/95280a38fc410838c724ed6c6e3facf5dbbaf4c1)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.0.0-next.0...gatsby-source-shopify@5.1.0-next.0) (2021-06-18) +#### Features -**Note:** Version bump only for package gatsby-source-shopify +- add default sales channel when using shopify app integration [#32010](https://github.com/gatsbyjs/gatsby/issues/32010) [#32030](https://github.com/gatsbyjs/gatsby/issues/32030) ([cb914ae](https://github.com/gatsbyjs/gatsby/commit/cb914aef2a99c63ffa8f33a5951daeeba3d299fc)) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.8.0-next.1...gatsby-source-shopify@5.0.0-next.0) (2021-06-17) +#### Other Changes -### Bug Fixes +- removed apikey references/usage from shopify plugin [#32024](https://github.com/gatsbyjs/gatsby/issues/32024) [#32033](https://github.com/gatsbyjs/gatsby/issues/32033) ([549cca9](https://github.com/gatsbyjs/gatsby/commit/549cca92dd052d75ea5c3b7ad2af40cbe833040e)) +- fix shopify source store url check fix [#32003](https://github.com/gatsbyjs/gatsby/issues/32003) fix [#32031](https://github.com/gatsbyjs/gatsby/issues/32031) ([19fbb6a](https://github.com/gatsbyjs/gatsby/commit/19fbb6a2c0fab1a260db46444b777e072c870255)) -- **gatsby-source-shopify:** fix gitignore ([#31967](https://github.com/gatsbyjs/gatsby/issues/31967)) ([9e58577](https://github.com/gatsbyjs/gatsby/commit/9e58577f3dfa0a1414f9f4a93408b14f4bbb1233)) +### [4.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.7.1/packages/gatsby-source-shopify) (2021-06-10) -# [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.8.0-next.0...gatsby-source-shopify@4.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-source-shopify +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.7.0-next.2...gatsby-source-shopify@4.8.0-next.0) (2021-06-03) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.7.0/packages/gatsby-source-shopify) (2021-06-09) -**Note:** Version bump only for package gatsby-source-shopify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.7.0-next.1...gatsby-source-shopify@4.7.0-next.2) (2021-06-02) +#### Chores -**Note:** Version bump only for package gatsby-source-shopify +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.7.0-next.0...gatsby-source-shopify@4.7.0-next.1) (2021-05-31) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.6.0/packages/gatsby-source-shopify) (2021-05-25) -**Note:** Version bump only for package gatsby-source-shopify - -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.6.0-next.0...gatsby-source-shopify@4.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-shopify -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.5.0-next.0...gatsby-source-shopify@4.6.0-next.0) (2021-05-06) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.5.0/packages/gatsby-source-shopify) (2021-05-12) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -- **gatsby-source-shopify:** fix linting ([#31291](https://github.com/gatsbyjs/gatsby/issues/31291)) ([fbab17b](https://github.com/gatsbyjs/gatsby/commit/fbab17b9260f451be37b8cf0de1ca43878560cbe)) +#### Bug Fixes -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.4.0-next.3...gatsby-source-shopify@4.5.0-next.0) (2021-04-23) +- fix linting fix [#31291](https://github.com/gatsbyjs/gatsby/issues/31291) ([fbab17b](https://github.com/gatsbyjs/gatsby/commit/fbab17b9260f451be37b8cf0de1ca43878560cbe)) -**Note:** Version bump only for package gatsby-source-shopify +#### Other Changes -# [4.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.4.0-next.2...gatsby-source-shopify@4.4.0-next.3) (2021-04-20) +- Updates Shopify README with new plugin info [#31287](https://github.com/gatsbyjs/gatsby/issues/31287) ([b08c4c7](https://github.com/gatsbyjs/gatsby/commit/b08c4c7358aa5a8119f33fadf6cd11aa59a44326)) -**Note:** Version bump only for package gatsby-source-shopify +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.4.0/packages/gatsby-source-shopify) (2021-04-28) -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.4.0-next.1...gatsby-source-shopify@4.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-shopify -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.4.0-next.0...gatsby-source-shopify@4.4.0-next.1) (2021-04-16) - -**Note:** Version bump only for package gatsby-source-shopify +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.3.0/packages/gatsby-source-shopify) (2021-04-14) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.3.0-next.1...gatsby-source-shopify@4.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-shopify -# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.3.0-next.0...gatsby-source-shopify@4.3.0-next.1) (2021-04-07) - -**Note:** Version bump only for package gatsby-source-shopify +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.2.0/packages/gatsby-source-shopify) (2021-03-30) -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.2.0-next.0...gatsby-source-shopify@4.3.0-next.0) (2021-03-25) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-shopify -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.1.0-next.2...gatsby-source-shopify@4.2.0-next.0) (2021-03-11) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.1.0/packages/gatsby-source-shopify) (2021-03-16) -**Note:** Version bump only for package gatsby-source-shopify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.1.0-next.1...gatsby-source-shopify@4.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@4.0.0/packages/gatsby-source-shopify) (2021-03-02) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.1.0-next.0...gatsby-source-shopify@4.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -**Note:** Version bump only for package gatsby-source-shopify +#### Features -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.5...gatsby-source-shopify@4.1.0-next.0) (2021-02-26) +- Remove boundActionCreators [#29129](https://github.com/gatsbyjs/gatsby/issues/29129) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) +- Remove old touchNode signature [#29245](https://github.com/gatsbyjs/gatsby/issues/29245) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -**Note:** Version bump only for package gatsby-source-shopify +#### Bug Fixes -# [4.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.4...gatsby-source-shopify@4.0.0-next.5) (2021-02-25) +- Don't remove version string from Shopify image URLs [#29458](https://github.com/gatsbyjs/gatsby/issues/29458) ([f25ea67](https://github.com/gatsbyjs/gatsby/commit/f25ea673384eca87ed288dcc8c6160d7dd2d0df3)) -**Note:** Version bump only for package gatsby-source-shopify - -# [4.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.3...gatsby-source-shopify@4.0.0-next.4) (2021-02-22) +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.10.1/packages/gatsby-source-shopify) (2021-02-24) **Note:** Version bump only for package gatsby-source-shopify -# [4.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.2...gatsby-source-shopify@4.0.0-next.3) (2021-02-18) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.10.0/packages/gatsby-source-shopify) (2021-02-02) -### Bug Fixes - -- **gatsby-source-shopify:** Don't remove version string from Shopify image URLs ([#29458](https://github.com/gatsbyjs/gatsby/issues/29458)) ([f25ea67](https://github.com/gatsbyjs/gatsby/commit/f25ea673384eca87ed288dcc8c6160d7dd2d0df3)) - -# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.1...gatsby-source-shopify@4.0.0-next.2) (2021-02-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-shopify -# [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.0...gatsby-source-shopify@4.0.0-next.1) (2021-02-11) - -### Features - -- **gatsby:** Remove boundActionCreators ([#29129](https://github.com/gatsbyjs/gatsby/issues/29129)) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) -- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) - -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.11.0-next.0...gatsby-source-shopify@4.0.0-next.0) (2021-02-05) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.9.0/packages/gatsby-source-shopify) (2021-01-20) -**Note:** Version bump only for package gatsby-source-shopify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.10.0-next.0...gatsby-source-shopify@3.11.0-next.0) (2021-01-28) +#### Features -**Note:** Version bump only for package gatsby-source-shopify +- download images option [#23840](https://github.com/gatsbyjs/gatsby/issues/23840) ([931cc81](https://github.com/gatsbyjs/gatsby/commit/931cc81a7e6850842a79dff3ce990af8f2aa50da)) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.9.0-next.1...gatsby-source-shopify@3.10.0-next.0) (2021-01-18) +### [3.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.8.1/packages/gatsby-source-shopify) (2021-01-16) **Note:** Version bump only for package gatsby-source-shopify -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.9.0-next.0...gatsby-source-shopify@3.9.0-next.1) (2021-01-12) - -### Features +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.8.0/packages/gatsby-source-shopify) (2021-01-06) -- **gatsby-source-shopify:** download images option ([#23840](https://github.com/gatsbyjs/gatsby/issues/23840)) ([931cc81](https://github.com/gatsbyjs/gatsby/commit/931cc81a7e6850842a79dff3ce990af8f2aa50da)) - -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.8.0-next.2...gatsby-source-shopify@3.9.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-shopify -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.8.0-next.1...gatsby-source-shopify@3.8.0-next.2) (2020-12-29) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.7.1/packages/gatsby-source-shopify) (2020-12-23) **Note:** Version bump only for package gatsby-source-shopify -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.8.0-next.0...gatsby-source-shopify@3.8.0-next.1) (2020-12-17) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.7.0/packages/gatsby-source-shopify) (2020-12-15) -**Note:** Version bump only for package gatsby-source-shopify +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.7.0-next.1...gatsby-source-shopify@3.8.0-next.0) (2020-12-10) +#### Features -**Note:** Version bump only for package gatsby-source-shopify +- add "priceNumber" field that will allow for proper sorting [#28243](https://github.com/gatsbyjs/gatsby/issues/28243) ([11a0a16](https://github.com/gatsbyjs/gatsby/commit/11a0a1642c699a14dc0e8747d03e2a42fe70a679)) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.7.0-next.0...gatsby-source-shopify@3.7.0-next.1) (2020-12-01) +#### Chores -### Features +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -- **gatsby-source-shopify:** add "priceNumber" field that will allow for proper sorting ([#28243](https://github.com/gatsbyjs/gatsby/issues/28243)) ([11a0a16](https://github.com/gatsbyjs/gatsby/commit/11a0a1642c699a14dc0e8747d03e2a42fe70a679)) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.6.0/packages/gatsby-source-shopify) (2020-12-02) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.6.0-next.2...gatsby-source-shopify@3.7.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-shopify -# [3.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.6.0-next.1...gatsby-source-shopify@3.6.0-next.2) (2020-11-22) +### [3.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.5.1/packages/gatsby-source-shopify) (2020-11-23) **Note:** Version bump only for package gatsby-source-shopify -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.6.0-next.0...gatsby-source-shopify@3.6.0-next.1) (2020-11-18) - -**Note:** Version bump only for package gatsby-source-shopify +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.5.0/packages/gatsby-source-shopify) (2020-11-20) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.5.0-next.0...gatsby-source-shopify@3.6.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-source-shopify +#### Chores -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.4.0-next.1...gatsby-source-shopify@3.4.0-next.2) (2020-11-10) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-source-shopify +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-shopify@3.4.0/packages/gatsby-source-shopify) (2020-11-12) -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.4.0-next.0...gatsby-source-shopify@3.4.0-next.1) (2020-11-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-shopify + + # [3.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.2.39...gatsby-source-shopify@3.3.0) (2020-11-02) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 6341d4d1f8aea..fd446b210c521 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/CHANGELOG.md @@ -1,132 +1,150 @@ -# Change Log +# Changelog: `gatsby-source-wikipedia` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.3...gatsby-source-wikipedia@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.12.0/packages/gatsby-source-wikipedia) (2021-08-18) -**Note:** Version bump only for package gatsby-source-wikipedia - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.2...gatsby-source-wikipedia@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-source-wikipedia +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.1...gatsby-source-wikipedia@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-source-wikipedia +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.11.0/packages/gatsby-source-wikipedia) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.0...gatsby-source-wikipedia@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.11.0-next.0...gatsby-source-wikipedia@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.10.0/packages/gatsby-source-wikipedia) (2021-07-20) -**Note:** Version bump only for package gatsby-source-wikipedia - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.10.0-next.1...gatsby-source-wikipedia@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-source-wikipedia +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.10.0-next.0...gatsby-source-wikipedia@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-source-wikipedia +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.9.0/packages/gatsby-source-wikipedia) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.9.0-next.0...gatsby-source-wikipedia@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.8.0-next.1...gatsby-source-wikipedia@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.8.0/packages/gatsby-source-wikipedia) (2021-06-23) -**Note:** Version bump only for package gatsby-source-wikipedia +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.8.0-next.0...gatsby-source-wikipedia@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-source-wikipedia +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.7.0-next.2...gatsby-source-wikipedia@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.7.1/packages/gatsby-source-wikipedia) (2021-06-10) -**Note:** Version bump only for package gatsby-source-wikipedia +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.7.0-next.1...gatsby-source-wikipedia@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-wikipedia +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.7.0/packages/gatsby-source-wikipedia) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.7.0-next.0...gatsby-source-wikipedia@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-wikipedia +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.6.0-next.0...gatsby-source-wikipedia@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-source-wikipedia +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.6.0/packages/gatsby-source-wikipedia) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.5.0-next.0...gatsby-source-wikipedia@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.4.0-next.0...gatsby-source-wikipedia@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.5.0/packages/gatsby-source-wikipedia) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.3.0-next.1...gatsby-source-wikipedia@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.4.0/packages/gatsby-source-wikipedia) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.3.0-next.0...gatsby-source-wikipedia@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.3.0/packages/gatsby-source-wikipedia) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.2.0-next.0...gatsby-source-wikipedia@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.2.0/packages/gatsby-source-wikipedia) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.1.0-next.2...gatsby-source-wikipedia@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.1.0/packages/gatsby-source-wikipedia) (2021-03-16) -**Note:** Version bump only for package gatsby-source-wikipedia +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.1.0-next.1...gatsby-source-wikipedia@3.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-source-wikipedia +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.1.0-next.0...gatsby-source-wikipedia@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@3.0.0/packages/gatsby-source-wikipedia) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.0.0-next.0...gatsby-source-wikipedia@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.10.0/packages/gatsby-source-wikipedia) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-wikipedia -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.11.0-next.0...gatsby-source-wikipedia@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.9.0/packages/gatsby-source-wikipedia) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-source-wikipedia -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.10.0-next.0...gatsby-source-wikipedia@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.8.0/packages/gatsby-source-wikipedia) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-wikipedia -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.9.0-next.0...gatsby-source-wikipedia@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.7.0/packages/gatsby-source-wikipedia) (2020-12-15) -**Note:** Version bump only for package gatsby-source-wikipedia +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.8.0-next.0...gatsby-source-wikipedia@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-source-wikipedia +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.7.0-next.0...gatsby-source-wikipedia@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.6.0/packages/gatsby-source-wikipedia) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-wikipedia -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.6.0-next.0...gatsby-source-wikipedia@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.5.0/packages/gatsby-source-wikipedia) (2020-11-20) -**Note:** Version bump only for package gatsby-source-wikipedia +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.5.0-next.0...gatsby-source-wikipedia@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-source-wikipedia +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wikipedia@2.4.0/packages/gatsby-source-wikipedia) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.4.0-next.0...gatsby-source-wikipedia@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-wikipedia + + ## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.3.13...gatsby-source-wikipedia@2.3.14) (2020-10-06) **Note:** Version bump only for package gatsby-source-wikipedia diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 7b268cdb10537..4e812ffe33986 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -1,352 +1,430 @@ -# Change Log +# Changelog: `gatsby-source-wordpress` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.13.0-next.2...gatsby-source-wordpress@5.13.0-next.3) (2021-08-25) +## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.12.0/packages/gatsby-source-wordpress) (2021-08-18) -**Note:** Version bump only for package gatsby-source-wordpress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.13.0-next.1...gatsby-source-wordpress@5.13.0-next.2) (2021-08-20) +#### Features -### Bug Fixes +- process multiple manifest ids on a preview action [#32723](https://github.com/gatsbyjs/gatsby/issues/32723) ([627039a](https://github.com/gatsbyjs/gatsby/commit/627039ac7c3e156f75ec9aea739fd1720a732541)) +- generate webp images [#30896](https://github.com/gatsbyjs/gatsby/issues/30896) ([fcd0b44](https://github.com/gatsbyjs/gatsby/commit/fcd0b449edcca4808814fbcd89df82551d566889)) -- **gatsby-source-wordpress:** generate plugin options docs ([#32856](https://github.com/gatsbyjs/gatsby/issues/32856)) ([77fc5b5](https://github.com/gatsbyjs/gatsby/commit/77fc5b5ac24da43cae88ff844723a0b085f5b776)) +#### Bug Fixes -# [5.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.13.0-next.0...gatsby-source-wordpress@5.13.0-next.1) (2021-08-19) +- not all stored nodes are media items - protect against that [#32752](https://github.com/gatsbyjs/gatsby/issues/32752) ([cf9c051](https://github.com/gatsbyjs/gatsby/commit/cf9c051dc52811b92a4ba60683ed6d51a448c093)) +- ensure all file links are rewritten [#32679](https://github.com/gatsbyjs/gatsby/issues/32679) [#31652](https://github.com/gatsbyjs/gatsby/issues/31652) fixes [#31646](https://github.com/gatsbyjs/gatsby/issues/31646) ([32722f0](https://github.com/gatsbyjs/gatsby/commit/32722f07691d654d19f21bf5bc54f4a6d75b5d88)) +- linting error [#32749](https://github.com/gatsbyjs/gatsby/issues/32749) ([2e15bfa](https://github.com/gatsbyjs/gatsby/commit/2e15bfaf3dcb28b4939260cf3795bba3f477fdc6)) +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -**Note:** Version bump only for package gatsby-source-wordpress +#### Chores -# [5.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.3...gatsby-source-wordpress@5.13.0-next.0) (2021-08-12) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update fs-extra [#32570](https://github.com/gatsbyjs/gatsby/issues/32570) ([bc3410b](https://github.com/gatsbyjs/gatsby/commit/bc3410bff0c31be8e4aba5ce45fd49d93d25118f)) +- move to deprecated plugins [#31654](https://github.com/gatsbyjs/gatsby/issues/31654) ([6d6a70c](https://github.com/gatsbyjs/gatsby/commit/6d6a70c279a3628270fb47b8c836ef579e072967)) +- update [dev] minor and patch dependencies for gatsby-source-wordpress [#32563](https://github.com/gatsbyjs/gatsby/issues/32563) ([1b60d2f](https://github.com/gatsbyjs/gatsby/commit/1b60d2f06359cf089eb499a15fedf77f365d206a)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -### Bug Fixes +#### Other Changes -- **gatsby-source-wordpress:** linting error ([#32749](https://github.com/gatsbyjs/gatsby/issues/32749)) ([2e15bfa](https://github.com/gatsbyjs/gatsby/commit/2e15bfaf3dcb28b4939260cf3795bba3f477fdc6)) -- **gatsby-source-wordpress:** not all stored nodes are media items - protect against that ([#32752](https://github.com/gatsbyjs/gatsby/issues/32752)) ([cf9c051](https://github.com/gatsbyjs/gatsby/commit/cf9c051dc52811b92a4ba60683ed6d51a448c093)) -- **wordpress:** ensure all file links are rewritten ([#32679](https://github.com/gatsbyjs/gatsby/issues/32679)) ([32722f0](https://github.com/gatsbyjs/gatsby/commit/32722f07691d654d19f21bf5bc54f4a6d75b5d88)), closes [#31652](https://github.com/gatsbyjs/gatsby/issues/31652) [#31646](https://github.com/gatsbyjs/gatsby/issues/31646) +- :construction: Check that node is not falsey [#32488](https://github.com/gatsbyjs/gatsby/issues/32488) ([59a6287](https://github.com/gatsbyjs/gatsby/commit/59a6287a11eb5b136e3e681e7d1d1c08d169b601)) -### Features +## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.11.0/packages/gatsby-source-wordpress) (2021-08-04) -- **gatsby-source-wordpress:** process multiple manifest ids on a preview action ([#32723](https://github.com/gatsbyjs/gatsby/issues/32723)) ([627039a](https://github.com/gatsbyjs/gatsby/commit/627039ac7c3e156f75ec9aea739fd1720a732541)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -# [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.2...gatsby-source-wordpress@5.12.0-next.3) (2021-08-09) +#### Bug Fixes -### Features +- fetch referenced media items during single node updates [#32381](https://github.com/gatsbyjs/gatsby/issues/32381) ([1645965](https://github.com/gatsbyjs/gatsby/commit/16459658b64289ed3bf4203f3a5612451b19778b)) -- **gatsby-source-wordpress:** generate webp images ([#30896](https://github.com/gatsbyjs/gatsby/issues/30896)) ([fcd0b44](https://github.com/gatsbyjs/gatsby/commit/fcd0b449edcca4808814fbcd89df82551d566889)) +#### Other Changes -# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.1...gatsby-source-wordpress@5.12.0-next.2) (2021-08-05) +- Revert "fix(wordpress): ensure all file links are rewritten" [#32398](https://github.com/gatsbyjs/gatsby/issues/32398) ([9e96088](https://github.com/gatsbyjs/gatsby/commit/9e96088645160649dc6880b5debc882f353fd133)) -**Note:** Version bump only for package gatsby-source-wordpress +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.10.0/packages/gatsby-source-wordpress) (2021-07-20) -# [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.0...gatsby-source-wordpress@5.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -### Bug Fixes +#### Bug Fixes -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) +- ensure all file links are rewritten [#31652](https://github.com/gatsbyjs/gatsby/issues/31652) fixes [#31646](https://github.com/gatsbyjs/gatsby/issues/31646) ([f970600](https://github.com/gatsbyjs/gatsby/commit/f9706009f4b12006d655b1e14e17fbf0e0708b3a)) +- WPGraphQL pageInfo is nullable, make sure we're not accessing hasNextPage on null [#32369](https://github.com/gatsbyjs/gatsby/issues/32369) ([53ae249](https://github.com/gatsbyjs/gatsby/commit/53ae249d670a058ce84ce9992140cddd3e4f481d)) +- don't leak auth details [#32303](https://github.com/gatsbyjs/gatsby/issues/32303) ([4d7ec18](https://github.com/gatsbyjs/gatsby/commit/4d7ec18b98721ff9a6d4217e10c98df891d9be01)) +- Move the remote url !== options url check earlier in previews [#32251](https://github.com/gatsbyjs/gatsby/issues/32251) ([60955e9](https://github.com/gatsbyjs/gatsby/commit/60955e90843d69e0dbfa65f98ed20eac2a58acc9)) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -# [5.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.11.0-next.1...gatsby-source-wordpress@5.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-source-wordpress +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [5.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.11.0-next.0...gatsby-source-wordpress@5.11.0-next.1) (2021-07-19) +#### Other Changes -### Bug Fixes +- Revert "fix(wordpress): ensure all file links are rewritten" [#32398](https://github.com/gatsbyjs/gatsby/issues/32398) [#32422](https://github.com/gatsbyjs/gatsby/issues/32422) ([43cddb3](https://github.com/gatsbyjs/gatsby/commit/43cddb3df185b47179d72bec85b4e2cb5162848c)) +- run setGatsbyApiToState in onPreInit to delete auth options [#32338](https://github.com/gatsbyjs/gatsby/issues/32338) ([514f995](https://github.com/gatsbyjs/gatsby/commit/514f995af50e93db1fe768316ef6eacf9b5fbc02)) -- **gatsby-source-wordpress:** fetch referenced media items during single node updates ([#32381](https://github.com/gatsbyjs/gatsby/issues/32381)) ([1645965](https://github.com/gatsbyjs/gatsby/commit/16459658b64289ed3bf4203f3a5612451b19778b)) +### [5.9.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.9.2/packages/gatsby-source-wordpress) (2021-07-13) -### Reverts +#### Other Changes -- Revert "fix(wordpress): ensure all file links are rewritten" (#32398) ([9e96088](https://github.com/gatsbyjs/gatsby/commit/9e96088645160649dc6880b5debc882f353fd133)), closes [#32398](https://github.com/gatsbyjs/gatsby/issues/32398) +- run setGatsbyApiToState in onPreInit to delete auth options [#32338](https://github.com/gatsbyjs/gatsby/issues/32338) [#32348](https://github.com/gatsbyjs/gatsby/issues/32348) ([5acf176](https://github.com/gatsbyjs/gatsby/commit/5acf176e33bac3573b22ed0901fc0a04c39c88ff)) -# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.10.0-next.3...gatsby-source-wordpress@5.11.0-next.0) (2021-07-15) +### [5.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.9.1/packages/gatsby-source-wordpress) (2021-07-10) -### Bug Fixes +#### Bug Fixes + +- don't leak auth details [#32303](https://github.com/gatsbyjs/gatsby/issues/32303) [#32314](https://github.com/gatsbyjs/gatsby/issues/32314) ([ba421d7](https://github.com/gatsbyjs/gatsby/commit/ba421d76285bd4cb4a2da3faae936a2128a7a815)) -- **gatsby-source-wordpress:** WPGraphQL pageInfo is nullable, make sure we're not accessing hasNextPage on null ([#32369](https://github.com/gatsbyjs/gatsby/issues/32369)) ([53ae249](https://github.com/gatsbyjs/gatsby/commit/53ae249d670a058ce84ce9992140cddd3e4f481d)) -- **wordpress:** ensure all file links are rewritten ([#31652](https://github.com/gatsbyjs/gatsby/issues/31652)) ([f970600](https://github.com/gatsbyjs/gatsby/commit/f9706009f4b12006d655b1e14e17fbf0e0708b3a)), closes [#31646](https://github.com/gatsbyjs/gatsby/issues/31646) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.9.0/packages/gatsby-source-wordpress) (2021-07-07) -# [5.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.10.0-next.2...gatsby-source-wordpress@5.10.0-next.3) (2021-07-14) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-source-wordpress -# [5.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.10.0-next.1...gatsby-source-wordpress@5.10.0-next.2) (2021-07-09) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.8.0/packages/gatsby-source-wordpress) (2021-06-23) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -- **gatsby-source-wordpress:** don't leak auth details ([#32303](https://github.com/gatsbyjs/gatsby/issues/32303)) ([4d7ec18](https://github.com/gatsbyjs/gatsby/commit/4d7ec18b98721ff9a6d4217e10c98df891d9be01)) +#### Chores -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.10.0-next.0...gatsby-source-wordpress@5.10.0-next.1) (2021-07-08) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -### Bug Fixes +#### Other Changes -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -- **gatsby-source-wordpress:** Move the remote url !== options url check earlier in previews ([#32251](https://github.com/gatsbyjs/gatsby/issues/32251)) ([60955e9](https://github.com/gatsbyjs/gatsby/commit/60955e90843d69e0dbfa65f98ed20eac2a58acc9)) +- fix(gatsby-source-wordpress) Use send property for timeout [#31737](https://github.com/gatsbyjs/gatsby/issues/31737) [#31847](https://github.com/gatsbyjs/gatsby/issues/31847) [#31737](https://github.com/gatsbyjs/gatsby/issues/31737) ([c87d1d1](https://github.com/gatsbyjs/gatsby/commit/c87d1d116e33eb693f65bcfc57cc63b072fe4a5c)) -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.9.0-next.0...gatsby-source-wordpress@5.10.0-next.0) (2021-07-01) +### [5.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.7.1/packages/gatsby-source-wordpress) (2021-06-10) -**Note:** Version bump only for package gatsby-source-wordpress +#### Chores -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.8.0-next.2...gatsby-source-wordpress@5.9.0-next.0) (2021-06-18) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-source-wordpress +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.7.0/packages/gatsby-source-wordpress) (2021-06-09) -# [5.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.8.0-next.1...gatsby-source-wordpress@5.8.0-next.2) (2021-06-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-source-wordpress +#### Features -# [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.8.0-next.0...gatsby-source-wordpress@5.8.0-next.1) (2021-06-10) +- add createNodeManifest action [#31127](https://github.com/gatsbyjs/gatsby/issues/31127) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) +- Fix false positive error if the URL and the responsePath are the same Fix [#31612](https://github.com/gatsbyjs/gatsby/issues/31612) ([cca71cf](https://github.com/gatsbyjs/gatsby/commit/cca71cfb32b295e6feeed19a4103f27e3aeed2c0)) +- auto-alias any field named `fields` to prevent conflicts with Gatsby core [#31526](https://github.com/gatsbyjs/gatsby/issues/31526) ([8bdb7f5](https://github.com/gatsbyjs/gatsby/commit/8bdb7f56a69ca7480a8887a650d7d5f7254dbbc1)) -**Note:** Version bump only for package gatsby-source-wordpress +#### Bug Fixes -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.7.0-next.2...gatsby-source-wordpress@5.8.0-next.0) (2021-06-03) +- Prevent "EADDRINUSE: address already in use 127.0.0.1" error [#31713](https://github.com/gatsbyjs/gatsby/issues/31713) ([58e8503](https://github.com/gatsbyjs/gatsby/commit/58e8503142e31f2b2e2542bfbcfefc21f9041283)) -### Features +#### Chores -- **gatsby:** add createNodeManifest action ([#31127](https://github.com/gatsbyjs/gatsby/issues/31127)) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) +- Fix typos Fix [#31600](https://github.com/gatsbyjs/gatsby/issues/31600) ([703ecb8](https://github.com/gatsbyjs/gatsby/commit/703ecb85a032e934fc11af4d8fc23fc96cfd53cb)) -# [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.7.0-next.1...gatsby-source-wordpress@5.7.0-next.2) (2021-06-02) +#### Other Changes -### Bug Fixes +- feat(gatsby-source-wordpress: architecture.md [#31537](https://github.com/gatsbyjs/gatsby/issues/31537) ([d01f444](https://github.com/gatsbyjs/gatsby/commit/d01f44422615da1be3e79ce20ed69f5e95609b7f)) -- **gatsby-source-wordpress:** Prevent "EADDRINUSE: address already in use 127.0.0.1" error ([#31713](https://github.com/gatsbyjs/gatsby/issues/31713)) ([58e8503](https://github.com/gatsbyjs/gatsby/commit/58e8503142e31f2b2e2542bfbcfefc21f9041283)) +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.6.0/packages/gatsby-source-wordpress) (2021-05-25) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.7.0-next.0...gatsby-source-wordpress@5.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -### Features +#### Features -- **gatsby-source-wordpress:** auto-alias any field named `fields` to prevent conflicts with Gatsby core ([#31526](https://github.com/gatsbyjs/gatsby/issues/31526)) ([8bdb7f5](https://github.com/gatsbyjs/gatsby/commit/8bdb7f56a69ca7480a8887a650d7d5f7254dbbc1)) -- **gatsby-source-wordpress:** Fix false positive error if the URL and the responsePath are the same ([#31612](https://github.com/gatsbyjs/gatsby/issues/31612)) ([cca71cf](https://github.com/gatsbyjs/gatsby/commit/cca71cfb32b295e6feeed19a4103f27e3aeed2c0)) +- Add searchAndReplace [#31091](https://github.com/gatsbyjs/gatsby/issues/31091) ([fd7cee1](https://github.com/gatsbyjs/gatsby/commit/fd7cee1725ea890066b0908b3f0b932dcaa68411)) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.6.0-next.2...gatsby-source-wordpress@5.7.0-next.0) (2021-05-21) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-wordpress +- Remove search and replace regex literal recommendation [#31413](https://github.com/gatsbyjs/gatsby/issues/31413) ([51bc94b](https://github.com/gatsbyjs/gatsby/commit/51bc94b0d2e4a4a9a376fe5d323efa7ee2fa49f0)) +- create nodes properly for images who exceed maxFileSizeBytes [#31318](https://github.com/gatsbyjs/gatsby/issues/31318) ([dab650f](https://github.com/gatsbyjs/gatsby/commit/dab650fc539c0ea7392843941bcaa54d33cc423c)) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -# [5.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.6.0-next.1...gatsby-source-wordpress@5.6.0-next.2) (2021-05-18) +#### Other Changes -### Bug Fixes +- Update typo in docs [#31405](https://github.com/gatsbyjs/gatsby/issues/31405) ([060f732](https://github.com/gatsbyjs/gatsby/commit/060f7321ee84bf540e8fb582273a945d8a27cc22)) -- **gatsby-source-wordpress:** Remove search and replace regex literal recommendation ([#31413](https://github.com/gatsbyjs/gatsby/issues/31413)) ([51bc94b](https://github.com/gatsbyjs/gatsby/commit/51bc94b0d2e4a4a9a376fe5d323efa7ee2fa49f0)) -- **wordpress-source-plugin:** create nodes properly for images who exceed maxFileSizeBytes ([#31318](https://github.com/gatsbyjs/gatsby/issues/31318)) ([dab650f](https://github.com/gatsbyjs/gatsby/commit/dab650fc539c0ea7392843941bcaa54d33cc423c)) +### [5.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.5.1/packages/gatsby-source-wordpress) (2021-05-19) -# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.6.0-next.0...gatsby-source-wordpress@5.6.0-next.1) (2021-05-12) +#### Bug Fixes -### Bug Fixes +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.5.0/packages/gatsby-source-wordpress) (2021-05-12) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -- **gatsby-source-wordpress:** Add searchAndReplace ([#31091](https://github.com/gatsbyjs/gatsby/issues/31091)) ([fd7cee1](https://github.com/gatsbyjs/gatsby/commit/fd7cee1725ea890066b0908b3f0b932dcaa68411)) +#### Features -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.5.0-next.2...gatsby-source-wordpress@5.6.0-next.0) (2021-05-06) +- use docker for tests [#30938](https://github.com/gatsbyjs/gatsby/issues/30938) ([4e1678c](https://github.com/gatsbyjs/gatsby/commit/4e1678c8e44731a3a5c119d5d7606d36b6b18aeb)) -**Note:** Version bump only for package gatsby-source-wordpress +#### Bug Fixes -# [5.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.5.0-next.1...gatsby-source-wordpress@5.5.0-next.2) (2021-05-01) +- previewing drafts requires using the preview query [#31133](https://github.com/gatsbyjs/gatsby/issues/31133) ([53f7d7d](https://github.com/gatsbyjs/gatsby/commit/53f7d7d06c04d9d8bf13d11f09b4dffb2d73853e)) -### Bug Fixes +### [5.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.4.1/packages/gatsby-source-wordpress) (2021-05-05) -- **gatsby-source-wordpress:** previewing drafts requires using the preview query ([#31133](https://github.com/gatsbyjs/gatsby/issues/31133)) ([53f7d7d](https://github.com/gatsbyjs/gatsby/commit/53f7d7d06c04d9d8bf13d11f09b4dffb2d73853e)) +#### Bug Fixes -# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.5.0-next.0...gatsby-source-wordpress@5.5.0-next.1) (2021-04-28) +- previewing drafts requires using the preview query [#31133](https://github.com/gatsbyjs/gatsby/issues/31133) [#31243](https://github.com/gatsbyjs/gatsby/issues/31243) ([22590b4](https://github.com/gatsbyjs/gatsby/commit/22590b4c8293f2f3dcec2ef355d6d690280beda8)) -### Features +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.4.0/packages/gatsby-source-wordpress) (2021-04-28) -- **gatsby-source-wordpress:** use docker for tests ([#30938](https://github.com/gatsbyjs/gatsby/issues/30938)) ([4e1678c](https://github.com/gatsbyjs/gatsby/commit/4e1678c8e44731a3a5c119d5d7606d36b6b18aeb)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.4.0-next.3...gatsby-source-wordpress@5.5.0-next.0) (2021-04-23) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-wordpress +- invalidate less queries during previews [#30770](https://github.com/gatsbyjs/gatsby/issues/30770) ([bb25e5b](https://github.com/gatsbyjs/gatsby/commit/bb25e5b84527dbd04aa3a0a5833b917fc7ec8f12)) +- change `console.warning` to `console.warn` [#30764](https://github.com/gatsbyjs/gatsby/issues/30764) ([8ebbb68](https://github.com/gatsbyjs/gatsby/commit/8ebbb685406569258435460b536f38408ade8f50)) -# [5.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.4.0-next.2...gatsby-source-wordpress@5.4.0-next.3) (2021-04-20) +#### Other Changes -**Note:** Version bump only for package gatsby-source-wordpress +- Change the 'idKey' parameter's default value [#30502](https://github.com/gatsbyjs/gatsby/issues/30502) ([83f140e](https://github.com/gatsbyjs/gatsby/commit/83f140e4caf166cf094ed2083514078bc232a123)) -# [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.4.0-next.1...gatsby-source-wordpress@5.4.0-next.2) (2021-04-20) +### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.3.1/packages/gatsby-source-wordpress) (2021-04-20) -**Note:** Version bump only for package gatsby-source-wordpress +#### Bug Fixes -# [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.4.0-next.0...gatsby-source-wordpress@5.4.0-next.1) (2021-04-16) +- invalidate less queries during previews [#30770](https://github.com/gatsbyjs/gatsby/issues/30770) [#30942](https://github.com/gatsbyjs/gatsby/issues/30942) ([9fdfc57](https://github.com/gatsbyjs/gatsby/commit/9fdfc57def4a834e513628bf0bb1b6f9ff5c7dd4)) -### Bug Fixes +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.3.0/packages/gatsby-source-wordpress) (2021-04-14) -- **gatsby-source-wordpress:** change `console.warning` to `console.warn` ([#30764](https://github.com/gatsbyjs/gatsby/issues/30764)) ([8ebbb68](https://github.com/gatsbyjs/gatsby/commit/8ebbb685406569258435460b536f38408ade8f50)) -- **gatsby-source-wordpress:** invalidate less queries during previews ([#30770](https://github.com/gatsbyjs/gatsby/issues/30770)) ([bb25e5b](https://github.com/gatsbyjs/gatsby/commit/bb25e5b84527dbd04aa3a0a5833b917fc7ec8f12)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.3.0-next.3...gatsby-source-wordpress@5.4.0-next.0) (2021-04-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-wordpress +- change `console.warning` to `console.warn` [#30764](https://github.com/gatsbyjs/gatsby/issues/30764) [#30852](https://github.com/gatsbyjs/gatsby/issues/30852) ([96805d5](https://github.com/gatsbyjs/gatsby/commit/96805d5eae6183f48af5ff409b68597c19e50285)) +- only log out duplicate node if we have all the data we want to log [#30751](https://github.com/gatsbyjs/gatsby/issues/30751) ([2bdd5a5](https://github.com/gatsbyjs/gatsby/commit/2bdd5a5865b696e0d31dd8ff3c0dde6fdd7cb181)) +- pass missing property helpers to gql fetch util [#30727](https://github.com/gatsbyjs/gatsby/issues/30727) ([6b2fd94](https://github.com/gatsbyjs/gatsby/commit/6b2fd94d649836c9c4fc49b49a0861f00c2db801)) +- Enable preview mode in PINC builds [#30601](https://github.com/gatsbyjs/gatsby/issues/30601) ([d97b009](https://github.com/gatsbyjs/gatsby/commit/d97b009daf9b26ab9a9418be8c1ca2fe71d19eac)) -# [5.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.3.0-next.2...gatsby-source-wordpress@5.3.0-next.3) (2021-04-09) +#### Chores -### Bug Fixes +- Change "whitelist" to "allow list" [#30756](https://github.com/gatsbyjs/gatsby/issues/30756) ([e0df4cc](https://github.com/gatsbyjs/gatsby/commit/e0df4cc82c4a786f8217209434d5295b292a167e)) +- use node interface inheritance instead of @nodeInterface [#30496](https://github.com/gatsbyjs/gatsby/issues/30496) ([bfce533](https://github.com/gatsbyjs/gatsby/commit/bfce53344e4fac3c268065d1cbee4379baa959b1)) +- updates for gatsby v3 [#30281](https://github.com/gatsbyjs/gatsby/issues/30281) ([ce4fcea](https://github.com/gatsbyjs/gatsby/commit/ce4fcea76de48b121a56a1b7c5c007d32cbf1b02)) -- **gatsby-source-wordpress:** only log out duplicate node if we have all the data we want to log ([#30751](https://github.com/gatsbyjs/gatsby/issues/30751)) ([2bdd5a5](https://github.com/gatsbyjs/gatsby/commit/2bdd5a5865b696e0d31dd8ff3c0dde6fdd7cb181)) +#### Other Changes -# [5.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.3.0-next.1...gatsby-source-wordpress@5.3.0-next.2) (2021-04-07) +- add htaccess auth docs [#30577](https://github.com/gatsbyjs/gatsby/issues/30577) ([5079b91](https://github.com/gatsbyjs/gatsby/commit/5079b91acea94b47695420a84bbc2071c0f2b023)) -### Bug Fixes +### [5.2.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.2.3/packages/gatsby-source-wordpress) (2021-04-09) -- **gatsby-source-wordpress:** Enable preview mode in PINC builds ([#30601](https://github.com/gatsbyjs/gatsby/issues/30601)) ([d97b009](https://github.com/gatsbyjs/gatsby/commit/d97b009daf9b26ab9a9418be8c1ca2fe71d19eac)) -- **gatsby-source-wordpress:** pass missing property helpers to gql fetch util ([#30727](https://github.com/gatsbyjs/gatsby/issues/30727)) ([6b2fd94](https://github.com/gatsbyjs/gatsby/commit/6b2fd94d649836c9c4fc49b49a0861f00c2db801)) +#### Bug Fixes -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.3.0-next.0...gatsby-source-wordpress@5.3.0-next.1) (2021-03-30) +- only log out duplicate nodes if we have all the data we want to log [#30751](https://github.com/gatsbyjs/gatsby/issues/30751) [#30759](https://github.com/gatsbyjs/gatsby/issues/30759) ([01098dc](https://github.com/gatsbyjs/gatsby/commit/01098dccb33c89f7bb63ca45d3e6359060fcbf4f)) -**Note:** Version bump only for package gatsby-source-wordpress +### [5.2.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.2.2/packages/gatsby-source-wordpress) (2021-04-07) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.2.0-next.1...gatsby-source-wordpress@5.3.0-next.0) (2021-03-25) +#### Bug Fixes -### Bug Fixes +- pass missing property helpers to gql fetch util [#30727](https://github.com/gatsbyjs/gatsby/issues/30727) [#30731](https://github.com/gatsbyjs/gatsby/issues/30731) ([29fe049](https://github.com/gatsbyjs/gatsby/commit/29fe04995f7cf856bdb58d544a89991e25c0c67b)) -- **gatsby-source-wordpress:** improve error message for folks who've never used WP_DEBUG ([#30356](https://github.com/gatsbyjs/gatsby/issues/30356)) ([7cd9cd3](https://github.com/gatsbyjs/gatsby/commit/7cd9cd3e6eed7c430b367d41171f4592161ba09e)) -- **gatsby-source-wordpress:** requestConcurrency ([#30349](https://github.com/gatsbyjs/gatsby/issues/30349)) ([c11be56](https://github.com/gatsbyjs/gatsby/commit/c11be56b28156b4b92da6ae1090e71fdff916cdf)) -- **gatsby-source-wordpress:** schema customization errors ([#30358](https://github.com/gatsbyjs/gatsby/issues/30358)) ([5c9b744](https://github.com/gatsbyjs/gatsby/commit/5c9b7444aa3fcab5299d6c8a2912e2bea164bfa9)) +### [5.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.2.1/packages/gatsby-source-wordpress) (2021-04-02) -# [5.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.2.0-next.0...gatsby-source-wordpress@5.2.0-next.1) (2021-03-19) +#### Bug Fixes -### Bug Fixes +- Enable preview mode in PINC builds [#30601](https://github.com/gatsbyjs/gatsby/issues/30601) [#30627](https://github.com/gatsbyjs/gatsby/issues/30627) ([63d3716](https://github.com/gatsbyjs/gatsby/commit/63d37163684a64ac92ad5ca64bf6cb9b0cdba49d)) -- **gatsby-plugin-netlify:** upgrade webpack-assets-manifest for compatibility with webpack@5 ([#30217](https://github.com/gatsbyjs/gatsby/issues/30217)) ([ca44a9e](https://github.com/gatsbyjs/gatsby/commit/ca44a9eb04878919ee52874a5e879a1a29ee0463)) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.2.0/packages/gatsby-source-wordpress) (2021-03-30) -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.3...gatsby-source-wordpress@5.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) + +#### Bug Fixes + +- requestConcurrency [#30349](https://github.com/gatsbyjs/gatsby/issues/30349) ([c11be56](https://github.com/gatsbyjs/gatsby/commit/c11be56b28156b4b92da6ae1090e71fdff916cdf)) +- schema customization errors [#30358](https://github.com/gatsbyjs/gatsby/issues/30358) ([5c9b744](https://github.com/gatsbyjs/gatsby/commit/5c9b7444aa3fcab5299d6c8a2912e2bea164bfa9)) +- improve error message for folks who've never used WP_DEBUG [#30356](https://github.com/gatsbyjs/gatsby/issues/30356) ([7cd9cd3](https://github.com/gatsbyjs/gatsby/commit/7cd9cd3e6eed7c430b367d41171f4592161ba09e)) +- upgrade webpack-assets-manifest for compatibility with webpack@5 [#30217](https://github.com/gatsbyjs/gatsby/issues/30217) ([ca44a9e](https://github.com/gatsbyjs/gatsby/commit/ca44a9eb04878919ee52874a5e879a1a29ee0463)) + +### [5.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.1.1/packages/gatsby-source-wordpress) (2021-03-30) **Note:** Version bump only for package gatsby-source-wordpress -# [5.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.2...gatsby-source-wordpress@5.1.0-next.3) (2021-03-10) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.1.0/packages/gatsby-source-wordpress) (2021-03-16) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **gatsby-source-wordpress:** image fixes ([#29813](https://github.com/gatsbyjs/gatsby/issues/29813)) ([28124dd](https://github.com/gatsbyjs/gatsby/commit/28124dd74b87902f9fa8cf3895ff8b4d54bc0fd6)) +#### Features -### Features +- Improve 50\* error messages [#29972](https://github.com/gatsbyjs/gatsby/issues/29972) ([a7b1062](https://github.com/gatsbyjs/gatsby/commit/a7b106275ca8c0766cdf99a022179a0508c97129)) +- Log when nodes are duplicates [#29941](https://github.com/gatsbyjs/gatsby/issues/29941) ([7ee63ea](https://github.com/gatsbyjs/gatsby/commit/7ee63ea623b007c8642341b0bbc020d5674051dc)) -- **gatsby-source-wordpress:** Improve 50\* error messages ([#29972](https://github.com/gatsbyjs/gatsby/issues/29972)) ([a7b1062](https://github.com/gatsbyjs/gatsby/commit/a7b106275ca8c0766cdf99a022179a0508c97129)) -- **gatsby-source-wordpress:** Log when nodes are duplicates ([#29941](https://github.com/gatsbyjs/gatsby/issues/29941)) ([7ee63ea](https://github.com/gatsbyjs/gatsby/commit/7ee63ea623b007c8642341b0bbc020d5674051dc)) +#### Bug Fixes -# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.1...gatsby-source-wordpress@5.1.0-next.2) (2021-02-28) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- image fixes fixes [#29813](https://github.com/gatsbyjs/gatsby/issues/29813) ([28124dd](https://github.com/gatsbyjs/gatsby/commit/28124dd74b87902f9fa8cf3895ff8b4d54bc0fd6)) +- auto-rename types named "Filter" [#29718](https://github.com/gatsbyjs/gatsby/issues/29718) ([fb225be](https://github.com/gatsbyjs/gatsby/commit/fb225bee7669b55039fc2525a3149091e8ede8e8)) +- HTML image regex's [#29778](https://github.com/gatsbyjs/gatsby/issues/29778) ([f6edccf](https://github.com/gatsbyjs/gatsby/commit/f6edccf8440acc29002ea2c89a815fe863c94670)) -### Bug Fixes +#### Chores -- **gatsby-source-wordpress:** auto-rename types named "Filter" ([#29718](https://github.com/gatsbyjs/gatsby/issues/29718)) ([fb225be](https://github.com/gatsbyjs/gatsby/commit/fb225bee7669b55039fc2525a3149091e8ede8e8)) -- **gatsby-source-wordpress:** HTML image regex's ([#29778](https://github.com/gatsbyjs/gatsby/issues/29778)) ([f6edccf](https://github.com/gatsbyjs/gatsby/commit/f6edccf8440acc29002ea2c89a815fe863c94670)) +- Remove version from README [#30056](https://github.com/gatsbyjs/gatsby/issues/30056) ([7d49b5e](https://github.com/gatsbyjs/gatsby/commit/7d49b5e2591fe2afbefe0ab4554eb17c74a1f43a)) +- fix spelling, remove whitespace and fix links fix [#30012](https://github.com/gatsbyjs/gatsby/issues/30012) ([58e8d1d](https://github.com/gatsbyjs/gatsby/commit/58e8d1d78b9d98b14832bd7237493b515c7cbc4d)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update dependency cross-env to v7 [#29385](https://github.com/gatsbyjs/gatsby/issues/29385) ([8145735](https://github.com/gatsbyjs/gatsby/commit/81457357853e79dd884ced565feef47dc46fc335)) +- Test html link transforms [#29942](https://github.com/gatsbyjs/gatsby/issues/29942) ([8d82a20](https://github.com/gatsbyjs/gatsby/commit/8d82a20eb20d55bab7f58a176ef7222e25e617d2)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) +- fix spelling, remove whitespace and fix link fix [#29846](https://github.com/gatsbyjs/gatsby/issues/29846) ([63bfa09](https://github.com/gatsbyjs/gatsby/commit/63bfa0964ef2203283cb896ed826a9a90385b3ab)) -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.1.0-next.0...gatsby-source-wordpress@5.1.0-next.1) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-source-wordpress +- Add WP_GATSBY_PREVIEW_DEBUG env var to enable preview debug mode [#30016](https://github.com/gatsbyjs/gatsby/issues/30016) ([82f2cdd](https://github.com/gatsbyjs/gatsby/commit/82f2cdd790a96d179a3db0284d6e633bf429cd13)) -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.9...gatsby-source-wordpress@5.1.0-next.0) (2021-02-26) +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@5.0.0/packages/gatsby-source-wordpress) (2021-03-02) -**Note:** Version bump only for package gatsby-source-wordpress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [5.0.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.8...gatsby-source-wordpress@5.0.0-next.9) (2021-02-25) +#### Features -### Bug Fixes +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +- Add missing tests [#29406](https://github.com/gatsbyjs/gatsby/issues/29406) ([06e9337](https://github.com/gatsbyjs/gatsby/commit/06e933758b176505ca46f532a13db5dc5b1681e9)) +- Remove old touchNode signature [#29245](https://github.com/gatsbyjs/gatsby/issues/29245) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -- **gatsby-source-wordpress:** remove hard tabs from Markdown ([#29627](https://github.com/gatsbyjs/gatsby/issues/29627)) ([0038683](https://github.com/gatsbyjs/gatsby/commit/0038683e7a6bcf8340265a3a46714bc87b32dd96)) +#### Bug Fixes -### Features +- image fixes fixes [#29813](https://github.com/gatsbyjs/gatsby/issues/29813) fixes [#29886](https://github.com/gatsbyjs/gatsby/issues/29886) ([c8bf571](https://github.com/gatsbyjs/gatsby/commit/c8bf571b70b86684a755aecb8973993d2226c5de)) +- HTML image regex's [#29778](https://github.com/gatsbyjs/gatsby/issues/29778) [#29816](https://github.com/gatsbyjs/gatsby/issues/29816) ([bca7951](https://github.com/gatsbyjs/gatsby/commit/bca7951718985bdd34c57e9941ae354099ed43b8)) +- auto-rename types named "Filter" [#29718](https://github.com/gatsbyjs/gatsby/issues/29718) [#29815](https://github.com/gatsbyjs/gatsby/issues/29815) ([cb499e6](https://github.com/gatsbyjs/gatsby/commit/cb499e6b4cd63d68a40da64e5b885fde93c827b8)) +- remove hard tabs from Markdown [#29627](https://github.com/gatsbyjs/gatsby/issues/29627) ([0038683](https://github.com/gatsbyjs/gatsby/commit/0038683e7a6bcf8340265a3a46714bc87b32dd96)) -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) -- **gatsby-source-wordpress:** Add missing tests ([#29406](https://github.com/gatsbyjs/gatsby/issues/29406)) ([06e9337](https://github.com/gatsbyjs/gatsby/commit/06e933758b176505ca46f532a13db5dc5b1681e9)) +#### Chores -# [5.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.7...gatsby-source-wordpress@5.0.0-next.8) (2021-02-22) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) +- remove multiple h1s from README [#29464](https://github.com/gatsbyjs/gatsby/issues/29464) ([6fd0a4a](https://github.com/gatsbyjs/gatsby/commit/6fd0a4a01ee1a8adb5c7d135724f2484049818bd)) +- Add v3 docs link [#29386](https://github.com/gatsbyjs/gatsby/issues/29386) ([7608ac1](https://github.com/gatsbyjs/gatsby/commit/7608ac1a35e0f912948682714da0bc70e0349a6b)) +- Update querying-data tutorial [#29353](https://github.com/gatsbyjs/gatsby/issues/29353) ([5569428](https://github.com/gatsbyjs/gatsby/commit/5569428883001b298f4d28c882024670f927ba5e)) -**Note:** Version bump only for package gatsby-source-wordpress +#### Other Changes -# [5.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.6...gatsby-source-wordpress@5.0.0-next.7) (2021-02-19) +- fix(gatsby-source-wordpress):issue #29535 not finished createSchemaCu… [#29535](https://github.com/gatsbyjs/gatsby/issues/29535) [#29554](https://github.com/gatsbyjs/gatsby/issues/29554) ([308d418](https://github.com/gatsbyjs/gatsby/commit/308d418e43d32ff4b323d2aae2c5dc867b744f77)) +- fix case of GitHub, JavaScript, TypeScript and WordPress fix [#29580](https://github.com/gatsbyjs/gatsby/issues/29580) ([6aef65a](https://github.com/gatsbyjs/gatsby/commit/6aef65ad2403651b20c784e36066aed2d77bef0e)) +- remove unneeded whitespace from Markdown link [#29582](https://github.com/gatsbyjs/gatsby/issues/29582) ([0b9657f](https://github.com/gatsbyjs/gatsby/commit/0b9657f647c7d3252ace531d8b926c7ea3ac9847)) +- Update graphql-wordpress-and-gatsby.md [#29558](https://github.com/gatsbyjs/gatsby/issues/29558) ([2db112c](https://github.com/gatsbyjs/gatsby/commit/2db112c181204350845dd7ab4069d32c63d19f26)) +- remove broken links [#29489](https://github.com/gatsbyjs/gatsby/issues/29489) ([4dff755](https://github.com/gatsbyjs/gatsby/commit/4dff7550a29f4635bf47a068a05f634470eb9ef1)) +- fix spelling fix [#29494](https://github.com/gatsbyjs/gatsby/issues/29494) ([aa6da97](https://github.com/gatsbyjs/gatsby/commit/aa6da9785bf2e2682b8cbbe0d2212a7cb4847ce2)) +- fix back to readme.md link fix [#29468](https://github.com/gatsbyjs/gatsby/issues/29468) ([51771ee](https://github.com/gatsbyjs/gatsby/commit/51771ee770a74fee2876ee4b0b6b043bdc4c07cd)) +- Add preview caveats [#29403](https://github.com/gatsbyjs/gatsby/issues/29403) ([04dc2d0](https://github.com/gatsbyjs/gatsby/commit/04dc2d0bae150bf7e6a491a4047cd9765e70b00d)) +- add migration from experimental instructions [#29401](https://github.com/gatsbyjs/gatsby/issues/29401) ([97a0da6](https://github.com/gatsbyjs/gatsby/commit/97a0da6342d746cb4c2b2794945f3d8d6bf76e79)) +- Update using-self-signed-certificates.md tutorial [#29360](https://github.com/gatsbyjs/gatsby/issues/29360) ([48c3e93](https://github.com/gatsbyjs/gatsby/commit/48c3e934951b37aec93d2899d38fbfb3ebe0b86d)) +- fix broken assets link after migration fix [#29389](https://github.com/gatsbyjs/gatsby/issues/29389) ([b93b8bd](https://github.com/gatsbyjs/gatsby/commit/b93b8bd90fb450518d974f199a83921b97a3715d)) -**Note:** Version bump only for package gatsby-source-wordpress +### [4.0.8](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.8/packages/gatsby-source-wordpress) (2021-07-13) -# [5.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.5...gatsby-source-wordpress@5.0.0-next.6) (2021-02-18) +#### Other Changes -**Note:** Version bump only for package gatsby-source-wordpress +- run setGatsbyApiToState in onPreInit to delete auth options [#32339](https://github.com/gatsbyjs/gatsby/issues/32339) ([f49a976](https://github.com/gatsbyjs/gatsby/commit/f49a976b78b83a8656aac5bc19cebd700778d020)) -# [5.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.4...gatsby-source-wordpress@5.0.0-next.5) (2021-02-17) +### [4.0.7](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.7/packages/gatsby-source-wordpress) (2021-07-10) -**Note:** Version bump only for package gatsby-source-wordpress +#### Bug Fixes -# [5.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.3...gatsby-source-wordpress@5.0.0-next.4) (2021-02-15) +- Backporting auth leak fix fix [#32315](https://github.com/gatsbyjs/gatsby/issues/32315) ([98e726f](https://github.com/gatsbyjs/gatsby/commit/98e726f05145a11a57345a262eeebd2694aa18f9)) -**Note:** Version bump only for package gatsby-source-wordpress +### [4.0.6](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.6/packages/gatsby-source-wordpress) (2021-04-07) -# [5.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.2...gatsby-source-wordpress@5.0.0-next.3) (2021-02-12) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-wordpress +- schema customization errors [#30358](https://github.com/gatsbyjs/gatsby/issues/30358) [#30650](https://github.com/gatsbyjs/gatsby/issues/30650) ([8d7c3a1](https://github.com/gatsbyjs/gatsby/commit/8d7c3a164d9ec832ee9eff2754cd0fef1467ab3a)) -# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.1...gatsby-source-wordpress@5.0.0-next.2) (2021-02-11) +### [4.0.5](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.5/packages/gatsby-source-wordpress) (2021-03-08) -### Features +#### Bug Fixes -- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) +- image fixes fixes [#29813](https://github.com/gatsbyjs/gatsby/issues/29813) fixes [#29881](https://github.com/gatsbyjs/gatsby/issues/29881) ([c7a6e9f](https://github.com/gatsbyjs/gatsby/commit/c7a6e9f1b18ef5cdc02d783301f3bb14f56880b2)) -# [5.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.0...gatsby-source-wordpress@5.0.0-next.1) (2021-02-08) +### [4.0.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.4/packages/gatsby-source-wordpress) (2021-03-01) -**Note:** Version bump only for package gatsby-source-wordpress +#### Bug Fixes -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.1.0-next.1...gatsby-source-wordpress@5.0.0-next.0) (2021-02-05) +- auto-rename types named "Filter" [#29718](https://github.com/gatsbyjs/gatsby/issues/29718) [#29884](https://github.com/gatsbyjs/gatsby/issues/29884) ([8986b12](https://github.com/gatsbyjs/gatsby/commit/8986b12d86d1e7b90b68ca00db89f839d0bf0cd8)) +- HTML image regex's [#29778](https://github.com/gatsbyjs/gatsby/issues/29778) [#29883](https://github.com/gatsbyjs/gatsby/issues/29883) ([c2ea9b9](https://github.com/gatsbyjs/gatsby/commit/c2ea9b952d24796a0837440571600ca4fc30f8c2)) -**Note:** Version bump only for package gatsby-source-wordpress +### [4.0.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.3/packages/gatsby-source-wordpress) (2021-02-24) -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.12.0-next.0...gatsby-source-wordpress@4.1.0-next.1) (2021-02-04) +#### Other Changes + +- fix(gatsby-source-wordpress):issue #29535 not finished createSchemaCu… [#29535](https://github.com/gatsbyjs/gatsby/issues/29535) [#29554](https://github.com/gatsbyjs/gatsby/issues/29554) [#29712](https://github.com/gatsbyjs/gatsby/issues/29712) ([d806703](https://github.com/gatsbyjs/gatsby/commit/d806703fae31e8bce9ae64601b82bd9fa5fe43bd)) + +### [4.0.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.2/packages/gatsby-source-wordpress) (2021-02-24) **Note:** Version bump only for package gatsby-source-wordpress -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.11.0-next.0...gatsby-source-wordpress@3.12.0-next.0) (2021-01-28) +### [4.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.1/packages/gatsby-source-wordpress) (2021-02-05) **Note:** Version bump only for package gatsby-source-wordpress -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.10.0-next.1...gatsby-source-wordpress@3.11.0-next.0) (2021-01-18) +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@4.0.0/packages/gatsby-source-wordpress) (2021-02-04) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Other Changes -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.10.0-next.0...gatsby-source-wordpress@3.10.0-next.1) (2021-01-12) +- launch gatsby-source-wordpress v4 [#29150](https://github.com/gatsbyjs/gatsby/issues/29150) [#29330](https://github.com/gatsbyjs/gatsby/issues/29330) [#29150](https://github.com/gatsbyjs/gatsby/issues/29150) ([0a31b64](https://github.com/gatsbyjs/gatsby/commit/0a31b64709a4118730adbf0551f921f7027304bf)) -**Note:** Version bump only for package gatsby-source-wordpress +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.11.0/packages/gatsby-source-wordpress) (2021-02-02) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.9.0-next.2...gatsby-source-wordpress@3.10.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-source-wordpress -# [3.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.9.0-next.1...gatsby-source-wordpress@3.9.0-next.2) (2020-12-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.10.0/packages/gatsby-source-wordpress) (2021-01-20) -**Note:** Version bump only for package gatsby-source-wordpress +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.9.0-next.0...gatsby-source-wordpress@3.9.0-next.1) (2020-12-17) +#### Bug Fixes -**Note:** Version bump only for package gatsby-source-wordpress +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.8.0-next.0...gatsby-source-wordpress@3.9.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-source-wordpress +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.7.0-next.2...gatsby-source-wordpress@3.8.0-next.0) (2020-11-26) +### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.9.1/packages/gatsby-source-wordpress) (2021-01-16) **Note:** Version bump only for package gatsby-source-wordpress -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.7.0-next.1...gatsby-source-wordpress@3.7.0-next.2) (2020-11-22) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.9.0/packages/gatsby-source-wordpress) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-source-wordpress -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.7.0-next.0...gatsby-source-wordpress@3.7.0-next.1) (2020-11-18) +### [3.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.8.1/packages/gatsby-source-wordpress) (2020-12-23) **Note:** Version bump only for package gatsby-source-wordpress -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.6.0-next.0...gatsby-source-wordpress@3.7.0-next.0) (2020-11-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.8.0/packages/gatsby-source-wordpress) (2020-12-15) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) + +#### Chores + +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.7.0/packages/gatsby-source-wordpress) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-source-wordpress -# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.5.0-next.1...gatsby-source-wordpress@3.5.0-next.2) (2020-11-10) +### [3.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.6.1/packages/gatsby-source-wordpress) (2020-11-23) **Note:** Version bump only for package gatsby-source-wordpress -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.5.0-next.0...gatsby-source-wordpress@3.5.0-next.1) (2020-11-09) +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.6.0/packages/gatsby-source-wordpress) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress@3.5.0/packages/gatsby-source-wordpress) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-source-wordpress + + # [3.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.3.41...gatsby-source-wordpress@3.4.0) (2020-11-02) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 025d9f4844ad8..8d827e1595876 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/CHANGELOG.md @@ -1,206 +1,247 @@ -# Change Log +# Changelog: `gatsby-telemetry` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.13.0-next.0...gatsby-telemetry@2.13.0-next.1) (2021-08-25) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.12.0/packages/gatsby-telemetry) (2021-08-18) -**Note:** Version bump only for package gatsby-telemetry +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.3...gatsby-telemetry@2.13.0-next.0) (2021-08-12) +#### Bug Fixes -### Bug Fixes +- update minor and patch dependencies for gatsby-telemetry [#32612](https://github.com/gatsbyjs/gatsby/issues/32612) ([1ca8b9e](https://github.com/gatsbyjs/gatsby/commit/1ca8b9ef8517cfdc700056d92c7c5c6d000593e3)) -- **deps:** update minor and patch dependencies for gatsby-telemetry ([#32612](https://github.com/gatsbyjs/gatsby/issues/32612)) ([1ca8b9e](https://github.com/gatsbyjs/gatsby/commit/1ca8b9ef8517cfdc700056d92c7c5c6d000593e3)) +#### Chores -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.2...gatsby-telemetry@2.12.0-next.3) (2021-08-09) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-telemetry +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.11.0/packages/gatsby-telemetry) (2021-08-04) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.1...gatsby-telemetry@2.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-telemetry -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.0...gatsby-telemetry@2.12.0-next.1) (2021-08-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.10.0/packages/gatsby-telemetry) (2021-07-20) -**Note:** Version bump only for package gatsby-telemetry +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.11.0-next.0...gatsby-telemetry@2.12.0-next.0) (2021-07-29) +#### Bug Fixes -**Note:** Version bump only for package gatsby-telemetry +- reduce save to config [#32260](https://github.com/gatsbyjs/gatsby/issues/32260) ([bb29394](https://github.com/gatsbyjs/gatsby/commit/bb29394ebc18e3e9970020c92bb86fa3cc526698)) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.10.0-next.1...gatsby-telemetry@2.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-telemetry +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.10.0-next.0...gatsby-telemetry@2.10.0-next.1) (2021-07-08) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.9.0/packages/gatsby-telemetry) (2021-07-07) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -- **gatsby-telemetry:** reduce save to config ([#32260](https://github.com/gatsbyjs/gatsby/issues/32260)) ([bb29394](https://github.com/gatsbyjs/gatsby/commit/bb29394ebc18e3e9970020c92bb86fa3cc526698)) +#### Bug Fixes -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.9.0-next.1...gatsby-telemetry@2.10.0-next.0) (2021-07-01) +- reduce save to config [#32260](https://github.com/gatsbyjs/gatsby/issues/32260) [#32268](https://github.com/gatsbyjs/gatsby/issues/32268) ([b0d5e47](https://github.com/gatsbyjs/gatsby/commit/b0d5e474307c8aacdeb67ee84be1b0ef457917c2)) -**Note:** Version bump only for package gatsby-telemetry +#### Chores -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.9.0-next.0...gatsby-telemetry@2.9.0-next.1) (2021-06-28) +- Flush more often with gatsby develop [#32015](https://github.com/gatsbyjs/gatsby/issues/32015) ([51804a0](https://github.com/gatsbyjs/gatsby/commit/51804a08f952231f54c1ebcb186437c6c00eaa6f)) -**Note:** Version bump only for package gatsby-telemetry +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.8.0/packages/gatsby-telemetry) (2021-06-23) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.8.0-next.1...gatsby-telemetry@2.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-telemetry +#### Bug Fixes -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.8.0-next.0...gatsby-telemetry@2.8.0-next.1) (2021-06-10) +- Export captureEvent via module.exports as well [#31833](https://github.com/gatsbyjs/gatsby/issues/31833) ([e1e8c07](https://github.com/gatsbyjs/gatsby/commit/e1e8c07d1fb52c574b88f5bcb050f203744aa0f3)) -### Bug Fixes +#### Chores -- **gatsby-telemetry:** Export captureEvent via module.exports as well ([#31833](https://github.com/gatsbyjs/gatsby/issues/31833)) ([e1e8c07](https://github.com/gatsbyjs/gatsby/commit/e1e8c07d1fb52c574b88f5bcb050f203744aa0f3)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.7.0-next.2...gatsby-telemetry@2.8.0-next.0) (2021-06-03) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.7.1/packages/gatsby-telemetry) (2021-06-10) -**Note:** Version bump only for package gatsby-telemetry +#### Chores -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.7.0-next.1...gatsby-telemetry@2.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-telemetry +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.7.0/packages/gatsby-telemetry) (2021-06-09) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.7.0-next.0...gatsby-telemetry@2.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-telemetry +#### Chores -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.6.0-next.0...gatsby-telemetry@2.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-telemetry +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.6.0/packages/gatsby-telemetry) (2021-05-25) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.5.0-next.1...gatsby-telemetry@2.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-telemetry -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.5.0-next.0...gatsby-telemetry@2.5.0-next.1) (2021-05-05) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.5.0/packages/gatsby-telemetry) (2021-05-12) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -- **gatsby-telemetry:** Read installedGatsbyVersion correctly for workspaces ([#31196](https://github.com/gatsbyjs/gatsby/issues/31196)) ([af12b66](https://github.com/gatsbyjs/gatsby/commit/af12b660f1c4c6f8da2abc537bd07973b8bfd21a)) +#### Bug Fixes -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.4.0-next.3...gatsby-telemetry@2.5.0-next.0) (2021-04-23) +- Read installedGatsbyVersion correctly for workspaces [#31196](https://github.com/gatsbyjs/gatsby/issues/31196) ([af12b66](https://github.com/gatsbyjs/gatsby/commit/af12b660f1c4c6f8da2abc537bd07973b8bfd21a)) -**Note:** Version bump only for package gatsby-telemetry +### [2.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.4.1/packages/gatsby-telemetry) (2021-05-05) -# [2.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.4.0-next.2...gatsby-telemetry@2.4.0-next.3) (2021-04-20) +#### Bug Fixes -**Note:** Version bump only for package gatsby-telemetry +- Read installedGatsbyVersion correctly for workspaces [#31196](https://github.com/gatsbyjs/gatsby/issues/31196) [#31244](https://github.com/gatsbyjs/gatsby/issues/31244) ([f0ef523](https://github.com/gatsbyjs/gatsby/commit/f0ef523a1cca6f074861d950fdf2cae48f3d0f1c)) -# [2.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.4.0-next.1...gatsby-telemetry@2.4.0-next.2) (2021-04-20) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.4.0/packages/gatsby-telemetry) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-telemetry -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.4.0-next.0...gatsby-telemetry@2.4.0-next.1) (2021-04-16) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.3.0/packages/gatsby-telemetry) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-telemetry -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.3.0-next.1...gatsby-telemetry@2.4.0-next.0) (2021-04-09) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.2.0/packages/gatsby-telemetry) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-telemetry -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.3.0-next.0...gatsby-telemetry@2.3.0-next.1) (2021-04-07) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.1.0/packages/gatsby-telemetry) (2021-03-16) -**Note:** Version bump only for package gatsby-telemetry +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.2.0-next.0...gatsby-telemetry@2.3.0-next.0) (2021-03-25) +#### Bug Fixes -**Note:** Version bump only for package gatsby-telemetry +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.1.0-next.2...gatsby-telemetry@2.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-telemetry +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.1.0-next.1...gatsby-telemetry@2.1.0-next.2) (2021-03-10) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@2.0.0/packages/gatsby-telemetry) (2021-03-02) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +#### Chores -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.1.0-next.0...gatsby-telemetry@2.1.0-next.1) (2021-02-26) +- Move isTruthy to gatsby-core-utils [#29707](https://github.com/gatsbyjs/gatsby/issues/29707) ([837fcd2](https://github.com/gatsbyjs/gatsby/commit/837fcd2831cfaab38274466027b5384d4c19ad84)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) -**Note:** Version bump only for package gatsby-telemetry +### [1.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.10.2/packages/gatsby-telemetry) (2021-05-04) -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.0.0-next.2...gatsby-telemetry@2.1.0-next.0) (2021-02-26) +#### Bug Fixes -**Note:** Version bump only for package gatsby-telemetry +- Read installedGatsbyVersion correctly for workspaces [#31196](https://github.com/gatsbyjs/gatsby/issues/31196) [#31208](https://github.com/gatsbyjs/gatsby/issues/31208) ([c8b9b7c](https://github.com/gatsbyjs/gatsby/commit/c8b9b7c88b0bbd76b87f843447f8d7f71d8b9a0f)) -# [2.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.0.0-next.1...gatsby-telemetry@2.0.0-next.2) (2021-02-25) +### [1.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.10.1/packages/gatsby-telemetry) (2021-02-24) -**Note:** Version bump only for package gatsby-telemetry +#### Chores -# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.0.0-next.0...gatsby-telemetry@2.0.0-next.1) (2021-02-22) +- Move isTruthy to gatsby-core-utils [#29707](https://github.com/gatsbyjs/gatsby/issues/29707) [#29710](https://github.com/gatsbyjs/gatsby/issues/29710) ([2022f2b](https://github.com/gatsbyjs/gatsby/commit/2022f2bd5d56d966b17b0c11c94232605a021cd4)) -**Note:** Version bump only for package gatsby-telemetry +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.10.0/packages/gatsby-telemetry) (2021-02-02) -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.11.0-next.0...gatsby-telemetry@2.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -**Note:** Version bump only for package gatsby-telemetry +#### Features -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.10.0-next.1...gatsby-telemetry@1.11.0-next.0) (2021-01-28) +- distinguish total number of pages from number of written html files [#29149](https://github.com/gatsbyjs/gatsby/issues/29149) ([e676944](https://github.com/gatsbyjs/gatsby/commit/e676944d629eab2b92446d3dac72f9a290fa4367)) -### Features +#### Chores -- **gatsby:** distinguish total number of pages from number of written html files ([#29149](https://github.com/gatsbyjs/gatsby/issues/29149)) ([e676944](https://github.com/gatsbyjs/gatsby/commit/e676944d629eab2b92446d3dac72f9a290fa4367)) +- Add total pages count to the schema [#29087](https://github.com/gatsbyjs/gatsby/issues/29087) ([6ec792d](https://github.com/gatsbyjs/gatsby/commit/6ec792d3c84c83afd03c6e981f4ac385d3d56360)) -# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.10.0-next.0...gatsby-telemetry@1.10.0-next.1) (2021-01-26) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.9.0/packages/gatsby-telemetry) (2021-01-20) -**Note:** Version bump only for package gatsby-telemetry +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.9.0-next.1...gatsby-telemetry@1.10.0-next.0) (2021-01-18) +#### Chores -**Note:** Version bump only for package gatsby-telemetry +- allow sharing tags in a file and read it only when things change [#28953](https://github.com/gatsbyjs/gatsby/issues/28953) ([9cb8eeb](https://github.com/gatsbyjs/gatsby/commit/9cb8eeb2cb39bea4f7753f5a50438193e93dc6ca)) +- ensure forked develop child processes have the same sessionId [#28799](https://github.com/gatsbyjs/gatsby/issues/28799) ([b72b5bc](https://github.com/gatsbyjs/gatsby/commit/b72b5bc4dcb87c99c81304e727ba39f18e694f3a)) -# [1.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.9.0-next.0...gatsby-telemetry@1.9.0-next.1) (2021-01-12) +### [1.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.8.1/packages/gatsby-telemetry) (2021-01-13) -**Note:** Version bump only for package gatsby-telemetry +#### Chores -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.8.0-next.1...gatsby-telemetry@1.9.0-next.0) (2020-12-29) +- allow sharing tags in a file and read it only when things change [#28953](https://github.com/gatsbyjs/gatsby/issues/28953) [#28992](https://github.com/gatsbyjs/gatsby/issues/28992) ([1617c6c](https://github.com/gatsbyjs/gatsby/commit/1617c6c8643eb851f0a16547918337b8d81223c4)) -**Note:** Version bump only for package gatsby-telemetry +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.8.0/packages/gatsby-telemetry) (2021-01-06) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.8.0-next.0...gatsby-telemetry@1.8.0-next.1) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -**Note:** Version bump only for package gatsby-telemetry +#### Chores -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.7.0-next.0...gatsby-telemetry@1.8.0-next.0) (2020-12-10) +- add valueBoolean [#28734](https://github.com/gatsbyjs/gatsby/issues/28734) ([338ed78](https://github.com/gatsbyjs/gatsby/commit/338ed78def6c6a70571b08476ed5f53b73bc5a09)) + +### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.7.1/packages/gatsby-telemetry) (2020-12-23) **Note:** Version bump only for package gatsby-telemetry -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.6.0-next.1...gatsby-telemetry@1.7.0-next.0) (2020-11-26) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.7.0/packages/gatsby-telemetry) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **gatsby-telemetry:** use windowsHide to not show windows command prompt windows ([#28258](https://github.com/gatsbyjs/gatsby/issues/28258)) ([e416368](https://github.com/gatsbyjs/gatsby/commit/e416368c42971a77ae7059376d764f17032f62ff)) +#### Chores -# [1.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.6.0-next.0...gatsby-telemetry@1.6.0-next.1) (2020-11-22) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-telemetry +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.6.0/packages/gatsby-telemetry) (2020-12-02) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.5.0-next.1...gatsby-telemetry@1.6.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -### Features +#### Bug Fixes -- **create-gatsby:** add telemetry tracking ([#28107](https://github.com/gatsbyjs/gatsby/issues/28107)) ([f9838f7](https://github.com/gatsbyjs/gatsby/commit/f9838f7233057841ac705427ba5b6ca95e9678ac)) +- use windowsHide to not show windows command prompt windows [#28258](https://github.com/gatsbyjs/gatsby/issues/28258) ([e416368](https://github.com/gatsbyjs/gatsby/commit/e416368c42971a77ae7059376d764f17032f62ff)) -# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.5.0-next.0...gatsby-telemetry@1.5.0-next.1) (2020-11-16) +#### Chores -**Note:** Version bump only for package gatsby-telemetry +- drop seemingly unused dependency [#28129](https://github.com/gatsbyjs/gatsby/issues/28129) ([fed6c9a](https://github.com/gatsbyjs/gatsby/commit/fed6c9a7e1db936233a46ea19cb976307e7201b0)) -# [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.4.0-next.1...gatsby-telemetry@1.4.0-next.2) (2020-11-10) +### [1.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.5.1/packages/gatsby-telemetry) (2020-11-25) -**Note:** Version bump only for package gatsby-telemetry +#### Bug Fixes -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.4.0-next.0...gatsby-telemetry@1.4.0-next.1) (2020-11-05) +- use windowsHide to not show windows command prompt windows [#28258](https://github.com/gatsbyjs/gatsby/issues/28258) [#28285](https://github.com/gatsbyjs/gatsby/issues/28285) ([0c07bb6](https://github.com/gatsbyjs/gatsby/commit/0c07bb67f8692fa7e3662a002790201a98be7bf2)) -### Features +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.5.0/packages/gatsby-telemetry) (2020-11-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) + +#### Features + +- add telemetry tracking [#28107](https://github.com/gatsbyjs/gatsby/issues/28107) ([f9838f7](https://github.com/gatsbyjs/gatsby/commit/f9838f7233057841ac705427ba5b6ca95e9678ac)) + +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Add new telemetry field for a generic string array [#28025](https://github.com/gatsbyjs/gatsby/issues/28025) ([d5807ac](https://github.com/gatsbyjs/gatsby/commit/d5807ac1d1641b8f181fae6bc6a4b3fdc05ef898)) +- add two more value placeholders. [#27949](https://github.com/gatsbyjs/gatsby/issues/27949) ([c6d754a](https://github.com/gatsbyjs/gatsby/commit/c6d754a83683e505466e6d2b63e04395f4c67ea8)) + +### [1.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.4.1/packages/gatsby-telemetry) (2020-11-14) + +#### Chores + +- add more value placeholders. (#27949 and #28025) [#27949](https://github.com/gatsbyjs/gatsby/issues/27949) [#28025](https://github.com/gatsbyjs/gatsby/issues/28025) [#28036](https://github.com/gatsbyjs/gatsby/issues/28036) [#27949](https://github.com/gatsbyjs/gatsby/issues/27949) [#28025](https://github.com/gatsbyjs/gatsby/issues/28025) ([59713ed](https://github.com/gatsbyjs/gatsby/commit/59713eda49520b92f2e88c5d25123bcfb96e4590)) + +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-telemetry@1.4.0/packages/gatsby-telemetry) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Features + +- adjust how we capture plugins for telemetry [#27835](https://github.com/gatsbyjs/gatsby/issues/27835) ([e824841](https://github.com/gatsbyjs/gatsby/commit/e8248418e7e2685a50d6349b1c986f5bb10ceef1)) + +#### Chores + +- ensure plugin validation errors are captured [#27933](https://github.com/gatsbyjs/gatsby/issues/27933) ([f49fe0b](https://github.com/gatsbyjs/gatsby/commit/f49fe0b6a55407f13a3af23abe3ac489794606fe)) -- **gatsby-telemetry:** adjust how we capture plugins for telemetry ([#27835](https://github.com/gatsbyjs/gatsby/issues/27835)) ([e824841](https://github.com/gatsbyjs/gatsby/commit/e8248418e7e2685a50d6349b1c986f5bb10ceef1)) + ## [1.3.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.3.38...gatsby-telemetry@1.3.39) (2020-11-02) diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 2b2a1aff8a2ae..bdc179a17de5a 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -1,147 +1,166 @@ -# Change Log +# Changelog: `gatsby-transformer-asciidoc` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.3...gatsby-transformer-asciidoc@2.13.0-next.0) (2021-08-12) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.12.0/packages/gatsby-transformer-asciidoc) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.2...gatsby-transformer-asciidoc@2.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-asciidoc +- update dependency asciidoctor to ^2.2.4 for gatsby-transformer-asciidoc [#32575](https://github.com/gatsbyjs/gatsby/issues/32575) ([4dd4684](https://github.com/gatsbyjs/gatsby/commit/4dd4684018d8979655c3e3b53065be378fdf6f70)) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.1...gatsby-transformer-asciidoc@2.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby-transformer-asciidoc +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.0...gatsby-transformer-asciidoc@2.12.0-next.1) (2021-08-05) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.11.0/packages/gatsby-transformer-asciidoc) (2021-08-04) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -- **deps:** update dependency asciidoctor to ^2.2.4 for gatsby-transformer-asciidoc ([#32575](https://github.com/gatsbyjs/gatsby/issues/32575)) ([4dd4684](https://github.com/gatsbyjs/gatsby/commit/4dd4684018d8979655c3e3b53065be378fdf6f70)) +**Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.11.0-next.0...gatsby-transformer-asciidoc@2.12.0-next.0) (2021-07-29) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.10.0/packages/gatsby-transformer-asciidoc) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.10.0-next.1...gatsby-transformer-asciidoc@2.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-transformer-asciidoc +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.10.0-next.0...gatsby-transformer-asciidoc@2.10.0-next.1) (2021-07-08) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.9.0/packages/gatsby-transformer-asciidoc) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.9.0-next.0...gatsby-transformer-asciidoc@2.10.0-next.0) (2021-07-01) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.8.0/packages/gatsby-transformer-asciidoc) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.8.0-next.1...gatsby-transformer-asciidoc@2.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-asciidoc +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.8.0-next.0...gatsby-transformer-asciidoc@2.8.0-next.1) (2021-06-10) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.7.1/packages/gatsby-transformer-asciidoc) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-asciidoc +#### Chores -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.7.0-next.2...gatsby-transformer-asciidoc@2.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-asciidoc +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.7.0/packages/gatsby-transformer-asciidoc) (2021-06-09) -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.7.0-next.1...gatsby-transformer-asciidoc@2.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-asciidoc +#### Chores -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.7.0-next.0...gatsby-transformer-asciidoc@2.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-asciidoc +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.6.0/packages/gatsby-transformer-asciidoc) (2021-05-25) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.6.0-next.0...gatsby-transformer-asciidoc@2.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.5.0-next.0...gatsby-transformer-asciidoc@2.6.0-next.0) (2021-05-06) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.5.0/packages/gatsby-transformer-asciidoc) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.4.0-next.0...gatsby-transformer-asciidoc@2.5.0-next.0) (2021-04-23) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.4.0/packages/gatsby-transformer-asciidoc) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.3.0-next.1...gatsby-transformer-asciidoc@2.4.0-next.0) (2021-04-09) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.3.0/packages/gatsby-transformer-asciidoc) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.3.0-next.0...gatsby-transformer-asciidoc@2.3.0-next.1) (2021-04-07) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.2.0/packages/gatsby-transformer-asciidoc) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.2.0-next.0...gatsby-transformer-asciidoc@2.3.0-next.0) (2021-03-25) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.1.0/packages/gatsby-transformer-asciidoc) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.1.0-next.2...gatsby-transformer-asciidoc@2.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-asciidoc +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.1.0-next.1...gatsby-transformer-asciidoc@2.1.0-next.2) (2021-03-10) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@2.0.0/packages/gatsby-transformer-asciidoc) (2021-03-02) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.1.0-next.0...gatsby-transformer-asciidoc@2.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.0.0-next.0...gatsby-transformer-asciidoc@2.1.0-next.0) (2021-02-26) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.10.0/packages/gatsby-transformer-asciidoc) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.11.0-next.0...gatsby-transformer-asciidoc@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.9.0/packages/gatsby-transformer-asciidoc) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.10.0-next.0...gatsby-transformer-asciidoc@1.11.0-next.0) (2021-01-28) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.8.0/packages/gatsby-transformer-asciidoc) (2021-01-06) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.9.0-next.0...gatsby-transformer-asciidoc@1.10.0-next.0) (2021-01-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-asciidoc +- update minor and patch for gatsby-transformer-asciidoc [#28359](https://github.com/gatsbyjs/gatsby/issues/28359) ([275affb](https://github.com/gatsbyjs/gatsby/commit/275affb724ef17d901b0a73c10e797f4b5ae9a60)) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.8.0-next.1...gatsby-transformer-asciidoc@1.9.0-next.0) (2020-12-29) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.7.0/packages/gatsby-transformer-asciidoc) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.8.0-next.0...gatsby-transformer-asciidoc@1.8.0-next.1) (2020-12-17) +#### Chores -### Bug Fixes +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -- **deps:** update minor and patch for gatsby-transformer-asciidoc ([#28359](https://github.com/gatsbyjs/gatsby/issues/28359)) ([275affb](https://github.com/gatsbyjs/gatsby/commit/275affb724ef17d901b0a73c10e797f4b5ae9a60)) +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.6.0/packages/gatsby-transformer-asciidoc) (2020-12-02) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.7.0-next.0...gatsby-transformer-asciidoc@1.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-asciidoc -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.6.0-next.0...gatsby-transformer-asciidoc@1.7.0-next.0) (2020-11-26) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.5.0/packages/gatsby-transformer-asciidoc) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-asciidoc +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.5.0-next.1...gatsby-transformer-asciidoc@1.6.0-next.0) (2020-11-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-asciidoc +- fails when doc doesn't have title [#27865](https://github.com/gatsbyjs/gatsby/issues/27865) ([ce43564](https://github.com/gatsbyjs/gatsby/commit/ce43564edae4bf5e11b3e58fa59f4b48d564919f)) -# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.5.0-next.0...gatsby-transformer-asciidoc@1.5.0-next.1) (2020-11-16) +#### Chores -### Bug Fixes +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- use optional chaining [#27969](https://github.com/gatsbyjs/gatsby/issues/27969) ([172cb10](https://github.com/gatsbyjs/gatsby/commit/172cb106f72b3d0dc92b6550dc38727ce7af6aaa)) -- **gatsby-transformer-asciidoc:** fails when doc doesn't have title ([#27865](https://github.com/gatsbyjs/gatsby/issues/27865)) ([ce43564](https://github.com/gatsbyjs/gatsby/commit/ce43564edae4bf5e11b3e58fa59f4b48d564919f)) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-asciidoc@1.4.0/packages/gatsby-transformer-asciidoc) (2020-11-12) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.4.0-next.0...gatsby-transformer-asciidoc@1.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -**Note:** Version bump only for package gatsby-transformer-asciidoc +#### Bug Fixes + +- fails when doc doesn't have title [#27865](https://github.com/gatsbyjs/gatsby/issues/27865) ([ad79b78](https://github.com/gatsbyjs/gatsby/commit/ad79b78d6e257bb442fca37672f70916bfb91071)) + + ## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.3.14...gatsby-transformer-asciidoc@1.3.15) (2020-10-20) diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 4c4b492bd6923..4ebaa91e53a28 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/CHANGELOG.md @@ -1,140 +1,156 @@ -# Change Log +# Changelog: `gatsby-transformer-csv` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.3...gatsby-transformer-csv@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.12.0/packages/gatsby-transformer-csv) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.2...gatsby-transformer-csv@3.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.1...gatsby-transformer-csv@3.12.0-next.2) (2021-08-05) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.11.0/packages/gatsby-transformer-csv) (2021-08-04) -**Note:** Version bump only for package gatsby-transformer-csv - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.0...gatsby-transformer-csv@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-csv -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.11.0-next.0...gatsby-transformer-csv@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.10.0/packages/gatsby-transformer-csv) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.10.0-next.1...gatsby-transformer-csv@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv - -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.10.0-next.0...gatsby-transformer-csv@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-csv +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.9.0/packages/gatsby-transformer-csv) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.9.0-next.0...gatsby-transformer-csv@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-csv -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.8.0-next.1...gatsby-transformer-csv@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.8.0/packages/gatsby-transformer-csv) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.8.0-next.0...gatsby-transformer-csv@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.7.0-next.2...gatsby-transformer-csv@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.7.1/packages/gatsby-transformer-csv) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-csv +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.7.0-next.1...gatsby-transformer-csv@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-csv +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.7.0/packages/gatsby-transformer-csv) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.7.0-next.0...gatsby-transformer-csv@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-csv +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.6.0-next.0...gatsby-transformer-csv@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-csv +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.6.0/packages/gatsby-transformer-csv) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.5.0-next.0...gatsby-transformer-csv@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-csv -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.4.0-next.0...gatsby-transformer-csv@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.5.0/packages/gatsby-transformer-csv) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-csv -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.3.0-next.1...gatsby-transformer-csv@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.4.0/packages/gatsby-transformer-csv) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-csv -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.3.0-next.0...gatsby-transformer-csv@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.3.0/packages/gatsby-transformer-csv) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-csv -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.2.0-next.1...gatsby-transformer-csv@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.2.0/packages/gatsby-transformer-csv) (2021-03-30) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.2.0-next.0...gatsby-transformer-csv@3.2.0-next.1) (2021-03-19) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- update minor and patch for gatsby-transformer-csv [#29850](https://github.com/gatsbyjs/gatsby/issues/29850) ([b0e9b08](https://github.com/gatsbyjs/gatsby/commit/b0e9b0884226191b1461c8c8f386c8861bac3637)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.1.0-next.2...gatsby-transformer-csv@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.1.0/packages/gatsby-transformer-csv) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.1.0-next.1...gatsby-transformer-csv@3.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.1.0-next.0...gatsby-transformer-csv@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@3.0.0/packages/gatsby-transformer-csv) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-csv -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.0.0-next.0...gatsby-transformer-csv@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.10.0/packages/gatsby-transformer-csv) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-csv -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.11.0-next.0...gatsby-transformer-csv@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.9.0/packages/gatsby-transformer-csv) (2021-01-20) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.10.0-next.0...gatsby-transformer-csv@2.11.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) +- fix whitespace fix [#28763](https://github.com/gatsbyjs/gatsby/issues/28763) ([c8b6a8c](https://github.com/gatsbyjs/gatsby/commit/c8b6a8c3c176e6692fc8dae98df90c996150b8b3)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.9.0-next.1...gatsby-transformer-csv@2.10.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.8.0/packages/gatsby-transformer-csv) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-csv -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.9.0-next.0...gatsby-transformer-csv@2.9.0-next.1) (2021-01-12) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.7.0/packages/gatsby-transformer-csv) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.8.0-next.0...gatsby-transformer-csv@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.6.0/packages/gatsby-transformer-csv) (2020-12-02) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.7.0-next.0...gatsby-transformer-csv@2.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-csv -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.6.0-next.0...gatsby-transformer-csv@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.5.0/packages/gatsby-transformer-csv) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-csv +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.5.0-next.0...gatsby-transformer-csv@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-csv +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- update minor and patch for gatsby-transformer-csv [#28088](https://github.com/gatsbyjs/gatsby/issues/28088) ([848f76e](https://github.com/gatsbyjs/gatsby/commit/848f76e0f9c0017c71cd1ae2f05d829cb97813e5)) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.4.0-next.0...gatsby-transformer-csv@2.4.0-next.1) (2020-11-10) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-csv@2.4.0/packages/gatsby-transformer-csv) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-csv + + ## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.3.13...gatsby-transformer-csv@2.3.14) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 70444c9d9168c..2c1338f56825d 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/CHANGELOG.md @@ -1,137 +1,158 @@ -# Change Log +# Changelog: `gatsby-transformer-documentationjs` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [5.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.3...gatsby-transformer-documentationjs@5.13.0-next.0) (2021-08-12) +## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.12.0/packages/gatsby-transformer-documentationjs) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-documentationjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [5.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.2...gatsby-transformer-documentationjs@5.12.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-transformer-documentationjs +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.1...gatsby-transformer-documentationjs@5.12.0-next.2) (2021-08-05) +## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.11.0/packages/gatsby-transformer-documentationjs) (2021-08-04) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.0...gatsby-transformer-documentationjs@5.12.0-next.1) (2021-08-05) +## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.10.0/packages/gatsby-transformer-documentationjs) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-documentationjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [5.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.11.0-next.0...gatsby-transformer-documentationjs@5.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-documentationjs +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) + +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.9.0/packages/gatsby-transformer-documentationjs) (2021-07-07) -# [5.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.10.0-next.1...gatsby-transformer-documentationjs@5.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.10.0-next.0...gatsby-transformer-documentationjs@5.10.0-next.1) (2021-07-08) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.8.0/packages/gatsby-transformer-documentationjs) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-documentationjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.9.0-next.0...gatsby-transformer-documentationjs@5.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-transformer-documentationjs +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.8.0-next.1...gatsby-transformer-documentationjs@5.9.0-next.0) (2021-06-18) +### [5.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.7.1/packages/gatsby-transformer-documentationjs) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-documentationjs +#### Chores -# [5.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.8.0-next.0...gatsby-transformer-documentationjs@5.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-documentationjs +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.7.0/packages/gatsby-transformer-documentationjs) (2021-06-09) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.7.0-next.2...gatsby-transformer-documentationjs@5.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-documentationjs +#### Chores -# [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.7.0-next.1...gatsby-transformer-documentationjs@5.7.0-next.2) (2021-06-02) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-documentationjs +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.6.0/packages/gatsby-transformer-documentationjs) (2021-05-25) -# [5.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.7.0-next.0...gatsby-transformer-documentationjs@5.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.6.0-next.0...gatsby-transformer-documentationjs@5.7.0-next.0) (2021-05-21) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.5.0/packages/gatsby-transformer-documentationjs) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.5.0-next.0...gatsby-transformer-documentationjs@5.6.0-next.0) (2021-05-06) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.4.0/packages/gatsby-transformer-documentationjs) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.4.0-next.0...gatsby-transformer-documentationjs@5.5.0-next.0) (2021-04-23) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.3.0/packages/gatsby-transformer-documentationjs) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.3.0-next.1...gatsby-transformer-documentationjs@5.4.0-next.0) (2021-04-09) +## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.2.0/packages/gatsby-transformer-documentationjs) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.3.0-next.0...gatsby-transformer-documentationjs@5.3.0-next.1) (2021-04-07) +## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.1.0/packages/gatsby-transformer-documentationjs) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-documentationjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.2.0-next.0...gatsby-transformer-documentationjs@5.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-transformer-documentationjs +- fix spelling, grammar, links, whitespace and end of files fix [#30063](https://github.com/gatsbyjs/gatsby/issues/30063) ([542d945](https://github.com/gatsbyjs/gatsby/commit/542d94550caece4cb3fecf46ee50c1ac4dce3439)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) + +## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@5.0.0/packages/gatsby-transformer-documentationjs) (2021-03-02) -# [5.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.1.0-next.1...gatsby-transformer-documentationjs@5.2.0-next.0) (2021-03-11) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.1.0-next.0...gatsby-transformer-documentationjs@5.1.0-next.1) (2021-02-26) +## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.10.0/packages/gatsby-transformer-documentationjs) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [5.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.0.0-next.0...gatsby-transformer-documentationjs@5.1.0-next.0) (2021-02-26) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.9.0/packages/gatsby-transformer-documentationjs) (2021-01-20) -**Note:** Version bump only for package gatsby-transformer-documentationjs +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.11.0-next.0...gatsby-transformer-documentationjs@5.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-documentationjs +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- update minor and patch for gatsby-transformer-documentationjs [#28721](https://github.com/gatsbyjs/gatsby/issues/28721) ([7be1f71](https://github.com/gatsbyjs/gatsby/commit/7be1f71258c9a697eaae2f6264cfc29ca27b0eac)) + +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.8.0/packages/gatsby-transformer-documentationjs) (2021-01-06) -# [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.10.0-next.0...gatsby-transformer-documentationjs@4.11.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.9.0-next.1...gatsby-transformer-documentationjs@4.10.0-next.0) (2021-01-18) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.7.0/packages/gatsby-transformer-documentationjs) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Bug Fixes -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.9.0-next.0...gatsby-transformer-documentationjs@4.9.0-next.1) (2021-01-12) +- fix example caption string fix [#27365](https://github.com/gatsbyjs/gatsby/issues/27365) ([dd3c402](https://github.com/gatsbyjs/gatsby/commit/dd3c402689457a73a66a4de8a3a811dd3856b835)) -### Bug Fixes +#### Chores -- **deps:** update minor and patch for gatsby-transformer-documentationjs ([#28721](https://github.com/gatsbyjs/gatsby/issues/28721)) ([7be1f71](https://github.com/gatsbyjs/gatsby/commit/7be1f71258c9a697eaae2f6264cfc29ca27b0eac)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.8.0-next.0...gatsby-transformer-documentationjs@4.9.0-next.0) (2020-12-29) +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.6.0/packages/gatsby-transformer-documentationjs) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.7.0-next.0...gatsby-transformer-documentationjs@4.8.0-next.0) (2020-12-10) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.5.0/packages/gatsby-transformer-documentationjs) (2020-11-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **documentationjs:** fix example caption string ([#27365](https://github.com/gatsbyjs/gatsby/issues/27365)) ([dd3c402](https://github.com/gatsbyjs/gatsby/commit/dd3c402689457a73a66a4de8a3a811dd3856b835)) +#### Chores -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.6.0-next.0...gatsby-transformer-documentationjs@4.7.0-next.0) (2020-11-26) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-transformer-documentationjs +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-documentationjs@4.4.0/packages/gatsby-transformer-documentationjs) (2020-11-12) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.5.0-next.0...gatsby-transformer-documentationjs@4.6.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-documentationjs -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.4.0-next.0...gatsby-transformer-documentationjs@4.4.0-next.1) (2020-11-10) - -**Note:** Version bump only for package gatsby-transformer-documentationjs + ## [4.3.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.3.16...gatsby-transformer-documentationjs@4.3.17) (2020-10-20) diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index 06acd91074ee0..cdc31accf47bf 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/CHANGELOG.md @@ -1,140 +1,160 @@ -# Change Log +# Changelog: `gatsby-transformer-excel` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.3...gatsby-transformer-excel@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.12.0/packages/gatsby-transformer-excel) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-excel - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.2...gatsby-transformer-excel@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-excel +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.1...gatsby-transformer-excel@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-excel +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.11.0/packages/gatsby-transformer-excel) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.0...gatsby-transformer-excel@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-excel -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.11.0-next.0...gatsby-transformer-excel@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.10.0/packages/gatsby-transformer-excel) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-excel +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.10.0-next.1...gatsby-transformer-excel@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-transformer-excel +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.10.0-next.0...gatsby-transformer-excel@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.9.0/packages/gatsby-transformer-excel) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-excel -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.9.0-next.0...gatsby-transformer-excel@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.8.0/packages/gatsby-transformer-excel) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-excel +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.8.0-next.1...gatsby-transformer-excel@3.9.0-next.0) (2021-06-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-excel +- update minor and patch for gatsby-transformer-excel [#31705](https://github.com/gatsbyjs/gatsby/issues/31705) ([eb5729a](https://github.com/gatsbyjs/gatsby/commit/eb5729a48f2375a0a25125016188f7e2305ac05a)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.8.0-next.0...gatsby-transformer-excel@3.8.0-next.1) (2021-06-10) +#### Chores -### Bug Fixes +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -- **deps:** update minor and patch for gatsby-transformer-excel ([#31705](https://github.com/gatsbyjs/gatsby/issues/31705)) ([eb5729a](https://github.com/gatsbyjs/gatsby/commit/eb5729a48f2375a0a25125016188f7e2305ac05a)) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.7.1/packages/gatsby-transformer-excel) (2021-06-10) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.7.0-next.2...gatsby-transformer-excel@3.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-transformer-excel +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.7.0-next.1...gatsby-transformer-excel@3.7.0-next.2) (2021-06-02) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.7.0/packages/gatsby-transformer-excel) (2021-06-09) -**Note:** Version bump only for package gatsby-transformer-excel +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.7.0-next.0...gatsby-transformer-excel@3.7.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-transformer-excel +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.6.0/packages/gatsby-transformer-excel) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.6.0-next.0...gatsby-transformer-excel@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-excel -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.5.0-next.0...gatsby-transformer-excel@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.5.0/packages/gatsby-transformer-excel) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-excel -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.4.0-next.0...gatsby-transformer-excel@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.4.0/packages/gatsby-transformer-excel) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-excel -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.3.0-next.1...gatsby-transformer-excel@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.3.0/packages/gatsby-transformer-excel) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-excel -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.3.0-next.0...gatsby-transformer-excel@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.2.0/packages/gatsby-transformer-excel) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-excel -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.2.0-next.0...gatsby-transformer-excel@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.1.0/packages/gatsby-transformer-excel) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-excel +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.1.0-next.2...gatsby-transformer-excel@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-transformer-excel +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.1.0-next.1...gatsby-transformer-excel@3.1.0-next.2) (2021-03-10) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@3.0.0/packages/gatsby-transformer-excel) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-excel -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.1.0-next.0...gatsby-transformer-excel@3.1.0-next.1) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.11.0/packages/gatsby-transformer-excel) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-excel -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.0.0-next.0...gatsby-transformer-excel@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.10.0/packages/gatsby-transformer-excel) (2021-01-20) -**Note:** Version bump only for package gatsby-transformer-excel +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.12.0-next.0...gatsby-transformer-excel@3.0.0-next.0) (2021-02-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-excel +- update minor and patch for gatsby-transformer-excel [#28973](https://github.com/gatsbyjs/gatsby/issues/28973) ([f95caeb](https://github.com/gatsbyjs/gatsby/commit/f95caeb3051fbc0bb29ab8008c7fdcc78971a8d3)) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.11.0-next.0...gatsby-transformer-excel@2.12.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-transformer-excel +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) + +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.9.0/packages/gatsby-transformer-excel) (2021-01-06) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.10.0-next.1...gatsby-transformer-excel@2.11.0-next.0) (2021-01-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-excel -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.10.0-next.0...gatsby-transformer-excel@2.10.0-next.1) (2021-01-12) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.8.0/packages/gatsby-transformer-excel) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **deps:** update minor and patch for gatsby-transformer-excel ([#28973](https://github.com/gatsbyjs/gatsby/issues/28973)) ([f95caeb](https://github.com/gatsbyjs/gatsby/commit/f95caeb3051fbc0bb29ab8008c7fdcc78971a8d3)) +#### Chores -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.9.0-next.0...gatsby-transformer-excel@2.10.0-next.0) (2020-12-29) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-transformer-excel +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.7.0/packages/gatsby-transformer-excel) (2020-12-02) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.8.0-next.0...gatsby-transformer-excel@2.9.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-excel -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.7.0-next.0...gatsby-transformer-excel@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.6.0/packages/gatsby-transformer-excel) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-excel +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.6.0-next.0...gatsby-transformer-excel@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-excel +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.5.0-next.0...gatsby-transformer-excel@2.5.0-next.1) (2020-11-10) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-excel@2.5.0/packages/gatsby-transformer-excel) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-excel + + ## [2.4.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.4.15...gatsby-transformer-excel@2.4.16) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index e407abdf560c5..62647cd916a33 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/CHANGELOG.md @@ -1,134 +1,150 @@ -# Change Log +# Changelog: `gatsby-transformer-hjson` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.3...gatsby-transformer-hjson@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.12.0/packages/gatsby-transformer-hjson) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-hjson - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.2...gatsby-transformer-hjson@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-hjson +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.1...gatsby-transformer-hjson@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-hjson +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.11.0/packages/gatsby-transformer-hjson) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.0...gatsby-transformer-hjson@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.11.0-next.0...gatsby-transformer-hjson@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.10.0/packages/gatsby-transformer-hjson) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-hjson - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.10.0-next.1...gatsby-transformer-hjson@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-transformer-hjson +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.10.0-next.0...gatsby-transformer-hjson@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-hjson +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.9.0/packages/gatsby-transformer-hjson) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.9.0-next.0...gatsby-transformer-hjson@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.8.0-next.1...gatsby-transformer-hjson@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.8.0/packages/gatsby-transformer-hjson) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-hjson +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.8.0-next.0...gatsby-transformer-hjson@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-hjson +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.7.0-next.2...gatsby-transformer-hjson@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.7.1/packages/gatsby-transformer-hjson) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-hjson +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.7.0-next.1...gatsby-transformer-hjson@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-hjson +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.7.0/packages/gatsby-transformer-hjson) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.7.0-next.0...gatsby-transformer-hjson@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-hjson +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.6.0-next.0...gatsby-transformer-hjson@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-hjson +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.6.0/packages/gatsby-transformer-hjson) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.5.0-next.0...gatsby-transformer-hjson@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.4.0-next.0...gatsby-transformer-hjson@3.5.0-next.0) (2021-04-23) - -**Note:** Version bump only for package gatsby-transformer-hjson +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.5.0/packages/gatsby-transformer-hjson) (2021-05-12) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.3.0-next.1...gatsby-transformer-hjson@3.4.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.3.0-next.0...gatsby-transformer-hjson@3.3.0-next.1) (2021-04-07) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.4.0/packages/gatsby-transformer-hjson) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.2.0-next.0...gatsby-transformer-hjson@3.3.0-next.0) (2021-03-25) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.3.0/packages/gatsby-transformer-hjson) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.1.0-next.1...gatsby-transformer-hjson@3.2.0-next.0) (2021-03-11) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.2.0/packages/gatsby-transformer-hjson) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.1.0-next.0...gatsby-transformer-hjson@3.1.0-next.1) (2021-02-26) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.1.0/packages/gatsby-transformer-hjson) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-transformer-hjson -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.0.0-next.1...gatsby-transformer-hjson@3.1.0-next.0) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@3.0.0/packages/gatsby-transformer-hjson) (2021-03-02) -**Note:** Version bump only for package gatsby-transformer-hjson +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.0.0-next.0...gatsby-transformer-hjson@3.0.0-next.1) (2021-02-22) +#### Bug Fixes -### Bug Fixes +- update minor and patch for gatsby-transformer-hjson [#28231](https://github.com/gatsbyjs/gatsby/issues/28231) ([dbb5faf](https://github.com/gatsbyjs/gatsby/commit/dbb5fafbfe2d098b9200b675a9dc9f00d449d73b)) -- **deps:** update minor and patch for gatsby-transformer-hjson ([#28231](https://github.com/gatsbyjs/gatsby/issues/28231)) ([dbb5faf](https://github.com/gatsbyjs/gatsby/commit/dbb5fafbfe2d098b9200b675a9dc9f00d449d73b)) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.11.0/packages/gatsby-transformer-hjson) (2021-02-02) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.12.0-next.0...gatsby-transformer-hjson@3.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-hjson -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.11.0-next.0...gatsby-transformer-hjson@2.12.0-next.0) (2021-01-28) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.10.0/packages/gatsby-transformer-hjson) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-hjson -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.10.0-next.0...gatsby-transformer-hjson@2.11.0-next.0) (2021-01-18) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.9.0/packages/gatsby-transformer-hjson) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-hjson -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.9.0-next.0...gatsby-transformer-hjson@2.10.0-next.0) (2020-12-29) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.8.0/packages/gatsby-transformer-hjson) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-hjson +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.8.0-next.0...gatsby-transformer-hjson@2.9.0-next.0) (2020-12-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-hjson +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.7.0-next.0...gatsby-transformer-hjson@2.8.0-next.0) (2020-11-26) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.7.0/packages/gatsby-transformer-hjson) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-hjson -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.6.0-next.0...gatsby-transformer-hjson@2.7.0-next.0) (2020-11-18) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.6.0/packages/gatsby-transformer-hjson) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-hjson +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.5.0-next.0...gatsby-transformer-hjson@2.5.0-next.1) (2020-11-10) +#### Chores + +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-hjson@2.5.0/packages/gatsby-transformer-hjson) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-hjson + + ## [2.4.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.4.13...gatsby-transformer-hjson@2.4.14) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 3b54342e91245..9adbe8ebb1f28 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md @@ -1,132 +1,153 @@ -# Change Log +# Changelog: `gatsby-transformer-javascript-frontmatter` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.3...gatsby-transformer-javascript-frontmatter@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.12.0/packages/gatsby-transformer-javascript-frontmatter) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.2...gatsby-transformer-javascript-frontmatter@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.1...gatsby-transformer-javascript-frontmatter@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.11.0/packages/gatsby-transformer-javascript-frontmatter) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.0...gatsby-transformer-javascript-frontmatter@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.11.0-next.0...gatsby-transformer-javascript-frontmatter@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.10.0/packages/gatsby-transformer-javascript-frontmatter) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.10.0-next.1...gatsby-transformer-javascript-frontmatter@3.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.10.0-next.0...gatsby-transformer-javascript-frontmatter@3.10.0-next.1) (2021-07-08) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.9.0/packages/gatsby-transformer-javascript-frontmatter) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.9.0-next.0...gatsby-transformer-javascript-frontmatter@3.10.0-next.0) (2021-07-01) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.8.0/packages/gatsby-transformer-javascript-frontmatter) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.8.0-next.1...gatsby-transformer-javascript-frontmatter@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.8.0-next.0...gatsby-transformer-javascript-frontmatter@3.8.0-next.1) (2021-06-10) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.7.1/packages/gatsby-transformer-javascript-frontmatter) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.7.0-next.2...gatsby-transformer-javascript-frontmatter@3.8.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.7.0/packages/gatsby-transformer-javascript-frontmatter) (2021-06-09) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.7.0-next.1...gatsby-transformer-javascript-frontmatter@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.7.0-next.0...gatsby-transformer-javascript-frontmatter@3.7.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.6.0/packages/gatsby-transformer-javascript-frontmatter) (2021-05-25) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.6.0-next.0...gatsby-transformer-javascript-frontmatter@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.5.0-next.0...gatsby-transformer-javascript-frontmatter@3.6.0-next.0) (2021-05-06) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.5.0/packages/gatsby-transformer-javascript-frontmatter) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.4.0-next.0...gatsby-transformer-javascript-frontmatter@3.5.0-next.0) (2021-04-23) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.4.0/packages/gatsby-transformer-javascript-frontmatter) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.3.0-next.1...gatsby-transformer-javascript-frontmatter@3.4.0-next.0) (2021-04-09) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.3.0/packages/gatsby-transformer-javascript-frontmatter) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.3.0-next.0...gatsby-transformer-javascript-frontmatter@3.3.0-next.1) (2021-04-07) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.2.0/packages/gatsby-transformer-javascript-frontmatter) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.2.0-next.0...gatsby-transformer-javascript-frontmatter@3.3.0-next.0) (2021-03-25) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.1.0/packages/gatsby-transformer-javascript-frontmatter) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.1.0-next.2...gatsby-transformer-javascript-frontmatter@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.1.0-next.1...gatsby-transformer-javascript-frontmatter@3.1.0-next.2) (2021-03-10) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@3.0.0/packages/gatsby-transformer-javascript-frontmatter) (2021-03-02) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.1.0-next.0...gatsby-transformer-javascript-frontmatter@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.10.0/packages/gatsby-transformer-javascript-frontmatter) (2021-02-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.0.0-next.0...gatsby-transformer-javascript-frontmatter@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.11.0-next.0...gatsby-transformer-javascript-frontmatter@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.9.0/packages/gatsby-transformer-javascript-frontmatter) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.10.0-next.0...gatsby-transformer-javascript-frontmatter@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.8.0/packages/gatsby-transformer-javascript-frontmatter) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.9.0-next.0...gatsby-transformer-javascript-frontmatter@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.7.0/packages/gatsby-transformer-javascript-frontmatter) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.8.0-next.0...gatsby-transformer-javascript-frontmatter@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.7.0-next.0...gatsby-transformer-javascript-frontmatter@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.6.0/packages/gatsby-transformer-javascript-frontmatter) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.6.0-next.0...gatsby-transformer-javascript-frontmatter@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.5.0/packages/gatsby-transformer-javascript-frontmatter) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.5.0-next.0...gatsby-transformer-javascript-frontmatter@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-frontmatter@2.4.0/packages/gatsby-transformer-javascript-frontmatter) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.4.0-next.0...gatsby-transformer-javascript-frontmatter@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + + ## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.3.14...gatsby-transformer-javascript-frontmatter@2.3.15) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 4f7265dd82dfe..395761188951b 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md @@ -1,132 +1,150 @@ -# Change Log +# Changelog: `gatsby-transformer-javascript-static-exports` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.3...gatsby-transformer-javascript-static-exports@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.12.0/packages/gatsby-transformer-javascript-static-exports) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.2...gatsby-transformer-javascript-static-exports@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.1...gatsby-transformer-javascript-static-exports@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.11.0/packages/gatsby-transformer-javascript-static-exports) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.0...gatsby-transformer-javascript-static-exports@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.11.0-next.0...gatsby-transformer-javascript-static-exports@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.10.0/packages/gatsby-transformer-javascript-static-exports) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.10.0-next.1...gatsby-transformer-javascript-static-exports@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.10.0-next.0...gatsby-transformer-javascript-static-exports@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.9.0/packages/gatsby-transformer-javascript-static-exports) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.9.0-next.0...gatsby-transformer-javascript-static-exports@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.8.0-next.1...gatsby-transformer-javascript-static-exports@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.8.0/packages/gatsby-transformer-javascript-static-exports) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.8.0-next.0...gatsby-transformer-javascript-static-exports@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.7.0-next.2...gatsby-transformer-javascript-static-exports@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.7.1/packages/gatsby-transformer-javascript-static-exports) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.7.0-next.1...gatsby-transformer-javascript-static-exports@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.7.0/packages/gatsby-transformer-javascript-static-exports) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.7.0-next.0...gatsby-transformer-javascript-static-exports@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.6.0-next.0...gatsby-transformer-javascript-static-exports@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.6.0/packages/gatsby-transformer-javascript-static-exports) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.5.0-next.0...gatsby-transformer-javascript-static-exports@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.4.0-next.0...gatsby-transformer-javascript-static-exports@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.5.0/packages/gatsby-transformer-javascript-static-exports) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.3.0-next.1...gatsby-transformer-javascript-static-exports@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.4.0/packages/gatsby-transformer-javascript-static-exports) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.3.0-next.0...gatsby-transformer-javascript-static-exports@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.3.0/packages/gatsby-transformer-javascript-static-exports) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.2.0-next.0...gatsby-transformer-javascript-static-exports@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.2.0/packages/gatsby-transformer-javascript-static-exports) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.1.0-next.2...gatsby-transformer-javascript-static-exports@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.1.0/packages/gatsby-transformer-javascript-static-exports) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.1.0-next.1...gatsby-transformer-javascript-static-exports@3.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.1.0-next.0...gatsby-transformer-javascript-static-exports@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@3.0.0/packages/gatsby-transformer-javascript-static-exports) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.0.0-next.0...gatsby-transformer-javascript-static-exports@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.11.0/packages/gatsby-transformer-javascript-static-exports) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.12.0-next.0...gatsby-transformer-javascript-static-exports@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.10.0/packages/gatsby-transformer-javascript-static-exports) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.11.0-next.0...gatsby-transformer-javascript-static-exports@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.9.0/packages/gatsby-transformer-javascript-static-exports) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.10.0-next.0...gatsby-transformer-javascript-static-exports@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.8.0/packages/gatsby-transformer-javascript-static-exports) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.9.0-next.0...gatsby-transformer-javascript-static-exports@2.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.8.0-next.0...gatsby-transformer-javascript-static-exports@2.9.0-next.0) (2020-12-10) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.7.0/packages/gatsby-transformer-javascript-static-exports) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.7.0-next.0...gatsby-transformer-javascript-static-exports@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.6.0/packages/gatsby-transformer-javascript-static-exports) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.6.0-next.0...gatsby-transformer-javascript-static-exports@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-javascript-static-exports +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-javascript-static-exports@2.5.0/packages/gatsby-transformer-javascript-static-exports) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.5.0-next.0...gatsby-transformer-javascript-static-exports@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports + + ## [2.4.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.4.13...gatsby-transformer-javascript-static-exports@2.4.14) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index eb9045790fa42..2c1334f6f5094 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/CHANGELOG.md @@ -1,128 +1,148 @@ -# Change Log +# Changelog: `gatsby-transformer-json` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.3...gatsby-transformer-json@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.12.0/packages/gatsby-transformer-json) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-json - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.2...gatsby-transformer-json@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-json +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.1...gatsby-transformer-json@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-json +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.11.0/packages/gatsby-transformer-json) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.0...gatsby-transformer-json@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-json -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.11.0-next.0...gatsby-transformer-json@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.10.0/packages/gatsby-transformer-json) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-json - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.10.0-next.1...gatsby-transformer-json@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-transformer-json +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.10.0-next.0...gatsby-transformer-json@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-json +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.9.0/packages/gatsby-transformer-json) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.9.0-next.0...gatsby-transformer-json@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-json -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.8.0-next.1...gatsby-transformer-json@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.8.0/packages/gatsby-transformer-json) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-json +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.8.0-next.0...gatsby-transformer-json@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-json +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.7.0-next.2...gatsby-transformer-json@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.7.1/packages/gatsby-transformer-json) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-json +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.7.0-next.1...gatsby-transformer-json@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-json +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.7.0/packages/gatsby-transformer-json) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.7.0-next.0...gatsby-transformer-json@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-json +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.6.0-next.0...gatsby-transformer-json@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-json +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.6.0/packages/gatsby-transformer-json) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.5.0-next.0...gatsby-transformer-json@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-json -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.4.0-next.0...gatsby-transformer-json@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.5.0/packages/gatsby-transformer-json) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-json -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.3.0-next.1...gatsby-transformer-json@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.4.0/packages/gatsby-transformer-json) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-json -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.3.0-next.0...gatsby-transformer-json@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.3.0/packages/gatsby-transformer-json) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-json -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.2.0-next.0...gatsby-transformer-json@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.2.0/packages/gatsby-transformer-json) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-json -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.1.0-next.1...gatsby-transformer-json@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.1.0/packages/gatsby-transformer-json) (2021-03-16) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) **Note:** Version bump only for package gatsby-transformer-json -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.1.0-next.0...gatsby-transformer-json@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@3.0.0/packages/gatsby-transformer-json) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-json -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.0.0-next.0...gatsby-transformer-json@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.11.0/packages/gatsby-transformer-json) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-json -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.12.0-next.0...gatsby-transformer-json@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.10.0/packages/gatsby-transformer-json) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-json -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.11.0-next.0...gatsby-transformer-json@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.9.0/packages/gatsby-transformer-json) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-json -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.10.0-next.0...gatsby-transformer-json@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.8.0/packages/gatsby-transformer-json) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-json +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.9.0-next.0...gatsby-transformer-json@2.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-json +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.8.0-next.0...gatsby-transformer-json@2.9.0-next.0) (2020-12-10) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.7.0/packages/gatsby-transformer-json) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-json -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.7.0-next.0...gatsby-transformer-json@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.6.0/packages/gatsby-transformer-json) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-json +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.6.0-next.0...gatsby-transformer-json@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-json +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-json@2.5.0/packages/gatsby-transformer-json) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.5.0-next.0...gatsby-transformer-json@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-json + + ## [2.4.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.4.14...gatsby-transformer-json@2.4.15) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index 91fd9a3e112ef..91af1679f16b4 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/CHANGELOG.md @@ -1,134 +1,154 @@ -# Change Log +# Changelog: `gatsby-transformer-pdf` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.3...gatsby-transformer-pdf@2.13.0-next.0) (2021-08-12) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.12.0/packages/gatsby-transformer-pdf) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-pdf - -# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.2...gatsby-transformer-pdf@2.12.0-next.3) (2021-08-09) - -**Note:** Version bump only for package gatsby-transformer-pdf +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.1...gatsby-transformer-pdf@2.12.0-next.2) (2021-08-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-pdf +- update dependency pdf2json to ^1.2.3 for gatsby-transformer-pdf [#32588](https://github.com/gatsbyjs/gatsby/issues/32588) ([e9ddbe4](https://github.com/gatsbyjs/gatsby/commit/e9ddbe4dba06bbc071f0f3745502f1b7f30875bc)) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.0...gatsby-transformer-pdf@2.12.0-next.1) (2021-08-05) +#### Chores -### Bug Fixes +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **deps:** update dependency pdf2json to ^1.2.3 for gatsby-transformer-pdf ([#32588](https://github.com/gatsbyjs/gatsby/issues/32588)) ([e9ddbe4](https://github.com/gatsbyjs/gatsby/commit/e9ddbe4dba06bbc071f0f3745502f1b7f30875bc)) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.11.0/packages/gatsby-transformer-pdf) (2021-08-04) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.11.0-next.0...gatsby-transformer-pdf@2.12.0-next.0) (2021-07-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.10.0-next.1...gatsby-transformer-pdf@2.11.0-next.0) (2021-07-15) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.10.0/packages/gatsby-transformer-pdf) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-pdf +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.10.0-next.0...gatsby-transformer-pdf@2.10.0-next.1) (2021-07-08) +#### Chores -**Note:** Version bump only for package gatsby-transformer-pdf +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.9.0-next.0...gatsby-transformer-pdf@2.10.0-next.0) (2021-07-01) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.9.0/packages/gatsby-transformer-pdf) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.8.0-next.1...gatsby-transformer-pdf@2.9.0-next.0) (2021-06-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.8.0/packages/gatsby-transformer-pdf) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-pdf +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.8.0-next.0...gatsby-transformer-pdf@2.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-pdf +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.7.0-next.2...gatsby-transformer-pdf@2.8.0-next.0) (2021-06-03) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.7.1/packages/gatsby-transformer-pdf) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-pdf +#### Chores -# [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.7.0-next.1...gatsby-transformer-pdf@2.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-pdf +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.7.0/packages/gatsby-transformer-pdf) (2021-06-09) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.7.0-next.0...gatsby-transformer-pdf@2.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-pdf +#### Chores -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.6.0-next.0...gatsby-transformer-pdf@2.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-pdf +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.6.0/packages/gatsby-transformer-pdf) (2021-05-25) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.5.0-next.0...gatsby-transformer-pdf@2.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.4.0-next.0...gatsby-transformer-pdf@2.5.0-next.0) (2021-04-23) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.5.0/packages/gatsby-transformer-pdf) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.3.0-next.1...gatsby-transformer-pdf@2.4.0-next.0) (2021-04-09) +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.4.0/packages/gatsby-transformer-pdf) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.3.0-next.0...gatsby-transformer-pdf@2.3.0-next.1) (2021-04-07) +## [2.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.3.0/packages/gatsby-transformer-pdf) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.2.0-next.0...gatsby-transformer-pdf@2.3.0-next.0) (2021-03-25) +## [2.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.2.0/packages/gatsby-transformer-pdf) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.1.0-next.2...gatsby-transformer-pdf@2.2.0-next.0) (2021-03-11) +## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.1.0/packages/gatsby-transformer-pdf) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-pdf +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.1.0-next.1...gatsby-transformer-pdf@2.1.0-next.2) (2021-03-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-pdf +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) + +## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@2.0.0/packages/gatsby-transformer-pdf) (2021-03-02) -# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.1.0-next.0...gatsby-transformer-pdf@2.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.0.0-next.0...gatsby-transformer-pdf@2.1.0-next.0) (2021-02-26) +## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.10.0/packages/gatsby-transformer-pdf) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-pdf -# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.11.0-next.0...gatsby-transformer-pdf@2.0.0-next.0) (2021-02-05) +## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.9.0/packages/gatsby-transformer-pdf) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-pdf -# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.10.0-next.0...gatsby-transformer-pdf@1.11.0-next.0) (2021-01-28) +## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.8.0/packages/gatsby-transformer-pdf) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-pdf -# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.9.0-next.0...gatsby-transformer-pdf@1.10.0-next.0) (2021-01-18) +## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.7.0/packages/gatsby-transformer-pdf) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-pdf +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.8.0-next.0...gatsby-transformer-pdf@1.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-pdf +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) + +## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.6.0/packages/gatsby-transformer-pdf) (2020-12-02) -# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.7.0-next.0...gatsby-transformer-pdf@1.8.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-pdf -# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.6.0-next.0...gatsby-transformer-pdf@1.7.0-next.0) (2020-11-26) +## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.5.0/packages/gatsby-transformer-pdf) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-pdf +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.5.0-next.0...gatsby-transformer-pdf@1.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-pdf +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.4.0-next.0...gatsby-transformer-pdf@1.4.0-next.1) (2020-11-10) +## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-pdf@1.4.0/packages/gatsby-transformer-pdf) (2020-11-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-pdf + + ## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.3.14...gatsby-transformer-pdf@1.3.15) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index 753f60c3f46f3..fe59e875f1838 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/CHANGELOG.md @@ -1,137 +1,160 @@ -# Change Log +# Changelog: `gatsby-transformer-react-docgen` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [6.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.3...gatsby-transformer-react-docgen@6.13.0-next.0) (2021-08-12) +## [6.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.12.0/packages/gatsby-transformer-react-docgen) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-react-docgen - -# [6.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.2...gatsby-transformer-react-docgen@6.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-react-docgen +#### Chores -# [6.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.1...gatsby-transformer-react-docgen@6.12.0-next.2) (2021-08-05) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-react-docgen +## [6.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.11.0/packages/gatsby-transformer-react-docgen) (2021-08-04) -# [6.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.0...gatsby-transformer-react-docgen@6.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.11.0-next.0...gatsby-transformer-react-docgen@6.12.0-next.0) (2021-07-29) +## [6.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.10.0/packages/gatsby-transformer-react-docgen) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-react-docgen +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [6.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.10.0-next.1...gatsby-transformer-react-docgen@6.11.0-next.0) (2021-07-15) +#### Chores -**Note:** Version bump only for package gatsby-transformer-react-docgen +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [6.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.10.0-next.0...gatsby-transformer-react-docgen@6.10.0-next.1) (2021-07-08) +## [6.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.9.0/packages/gatsby-transformer-react-docgen) (2021-07-07) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.9.0-next.0...gatsby-transformer-react-docgen@6.10.0-next.0) (2021-07-01) +## [6.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.8.0/packages/gatsby-transformer-react-docgen) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-react-docgen +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [6.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.8.0-next.1...gatsby-transformer-react-docgen@6.9.0-next.0) (2021-06-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-react-docgen +- update minor and patch for gatsby-transformer-react-docgen [#31706](https://github.com/gatsbyjs/gatsby/issues/31706) ([e8daa51](https://github.com/gatsbyjs/gatsby/commit/e8daa513ba1c1907eda8785eb5f788430957775a)) -# [6.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.8.0-next.0...gatsby-transformer-react-docgen@6.8.0-next.1) (2021-06-10) +#### Chores -### Bug Fixes +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -- **deps:** update minor and patch for gatsby-transformer-react-docgen ([#31706](https://github.com/gatsbyjs/gatsby/issues/31706)) ([e8daa51](https://github.com/gatsbyjs/gatsby/commit/e8daa513ba1c1907eda8785eb5f788430957775a)) +### [6.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.7.1/packages/gatsby-transformer-react-docgen) (2021-06-10) -# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.7.0-next.2...gatsby-transformer-react-docgen@6.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-transformer-react-docgen +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [6.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.7.0-next.1...gatsby-transformer-react-docgen@6.7.0-next.2) (2021-06-02) +## [6.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.7.0/packages/gatsby-transformer-react-docgen) (2021-06-09) -**Note:** Version bump only for package gatsby-transformer-react-docgen +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [6.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.7.0-next.0...gatsby-transformer-react-docgen@6.7.0-next.1) (2021-05-31) +#### Chores -**Note:** Version bump only for package gatsby-transformer-react-docgen +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [6.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.6.0/packages/gatsby-transformer-react-docgen) (2021-05-25) -# [6.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.6.0-next.0...gatsby-transformer-react-docgen@6.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.5.0-next.0...gatsby-transformer-react-docgen@6.6.0-next.0) (2021-05-06) +## [6.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.5.0/packages/gatsby-transformer-react-docgen) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.4.0-next.0...gatsby-transformer-react-docgen@6.5.0-next.0) (2021-04-23) +## [6.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.4.0/packages/gatsby-transformer-react-docgen) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.3.0-next.1...gatsby-transformer-react-docgen@6.4.0-next.0) (2021-04-09) +## [6.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.3.0/packages/gatsby-transformer-react-docgen) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.3.0-next.0...gatsby-transformer-react-docgen@6.3.0-next.1) (2021-04-07) +## [6.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.2.0/packages/gatsby-transformer-react-docgen) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.2.0-next.0...gatsby-transformer-react-docgen@6.3.0-next.0) (2021-03-25) +## [6.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.1.0/packages/gatsby-transformer-react-docgen) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-react-docgen +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [6.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.1.0-next.2...gatsby-transformer-react-docgen@6.2.0-next.0) (2021-03-11) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-react-docgen +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -# [6.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.1.0-next.1...gatsby-transformer-react-docgen@6.1.0-next.2) (2021-03-10) +#### Chores -### Bug Fixes +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [6.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@6.0.0/packages/gatsby-transformer-react-docgen) (2021-03-02) -# [6.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.1.0-next.0...gatsby-transformer-react-docgen@6.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.0.0-next.0...gatsby-transformer-react-docgen@6.1.0-next.0) (2021-02-26) +## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.9.0/packages/gatsby-transformer-react-docgen) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [6.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.10.0-next.0...gatsby-transformer-react-docgen@6.0.0-next.0) (2021-02-05) +## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.8.0/packages/gatsby-transformer-react-docgen) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.9.0-next.0...gatsby-transformer-react-docgen@5.10.0-next.0) (2021-01-28) +## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.7.0/packages/gatsby-transformer-react-docgen) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [5.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.8.0-next.0...gatsby-transformer-react-docgen@5.9.0-next.0) (2021-01-18) +## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.6.0/packages/gatsby-transformer-react-docgen) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-react-docgen +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.7.0-next.0...gatsby-transformer-react-docgen@5.8.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-react-docgen +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [5.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.6.0-next.0...gatsby-transformer-react-docgen@5.7.0-next.0) (2020-12-10) +## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.5.0/packages/gatsby-transformer-react-docgen) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-react-docgen -# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.5.0-next.0...gatsby-transformer-react-docgen@5.6.0-next.0) (2020-11-26) +## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.4.0/packages/gatsby-transformer-react-docgen) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-react-docgen +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.4.0-next.0...gatsby-transformer-react-docgen@5.5.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-react-docgen +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.3.0-next.0...gatsby-transformer-react-docgen@5.3.0-next.1) (2020-11-10) +## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-react-docgen@5.3.0/packages/gatsby-transformer-react-docgen) (2020-11-12) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) + +#### Bug Fixes + +- update minor and patch for gatsby-transformer-react-docgen [#27656](https://github.com/gatsbyjs/gatsby/issues/27656) ([53ee2ed](https://github.com/gatsbyjs/gatsby/commit/53ee2ed95f4ef5d10a4a54d3c6a615fcebe67cea)) -- **deps:** update minor and patch for gatsby-transformer-react-docgen ([#27656](https://github.com/gatsbyjs/gatsby/issues/27656)) ([53ee2ed](https://github.com/gatsbyjs/gatsby/commit/53ee2ed95f4ef5d10a4a54d3c6a615fcebe67cea)) + ## [5.2.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.2.14...gatsby-transformer-react-docgen@5.2.15) (2020-10-20) diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 4e3e9b2dcb034..70a2f3074fc0a 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -1,199 +1,187 @@ -# Change Log +# Changelog: `gatsby-transformer-remark` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [4.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.10.0-next.0...gatsby-transformer-remark@4.10.0-next.1) (2021-08-25) +## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.9.0/packages/gatsby-transformer-remark) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-remark - -# [4.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.3...gatsby-transformer-remark@4.10.0-next.0) (2021-08-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-remark +#### Chores -# [4.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.2...gatsby-transformer-remark@4.9.0-next.3) (2021-08-09) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-remark +## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.8.0/packages/gatsby-transformer-remark) (2021-08-04) -# [4.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.1...gatsby-transformer-remark@4.9.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-remark -# [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.0...gatsby-transformer-remark@4.9.0-next.1) (2021-08-05) +## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.7.0/packages/gatsby-transformer-remark) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-remark +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [4.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.8.0-next.0...gatsby-transformer-remark@4.9.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-remark +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.7.0-next.1...gatsby-transformer-remark@4.8.0-next.0) (2021-07-15) - -**Note:** Version bump only for package gatsby-transformer-remark - -# [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.7.0-next.0...gatsby-transformer-remark@4.7.0-next.1) (2021-07-08) - -**Note:** Version bump only for package gatsby-transformer-remark +## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.6.0/packages/gatsby-transformer-remark) (2021-07-07) -# [4.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.6.0-next.1...gatsby-transformer-remark@4.7.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-remark -# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.6.0-next.0...gatsby-transformer-remark@4.6.0-next.1) (2021-06-28) +## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.5.0/packages/gatsby-transformer-remark) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-remark +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.5.0-next.1...gatsby-transformer-remark@4.6.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-remark +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.5.0-next.0...gatsby-transformer-remark@4.5.0-next.1) (2021-06-10) +### [4.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.4.1/packages/gatsby-transformer-remark) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-remark +#### Chores -# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.4.0-next.2...gatsby-transformer-remark@4.5.0-next.0) (2021-06-03) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-remark +## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.4.0/packages/gatsby-transformer-remark) (2021-06-09) -# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.4.0-next.1...gatsby-transformer-remark@4.4.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-remark +#### Chores -# [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.4.0-next.0...gatsby-transformer-remark@4.4.0-next.1) (2021-05-31) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-remark +## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.3.0/packages/gatsby-transformer-remark) (2021-05-25) -# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.3.0-next.0...gatsby-transformer-remark@4.4.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-remark -# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.2.0-next.1...gatsby-transformer-remark@4.3.0-next.0) (2021-05-06) +## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.2.0/packages/gatsby-transformer-remark) (2021-05-12) -**Note:** Version bump only for package gatsby-transformer-remark +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.2.0-next.0...gatsby-transformer-remark@4.2.0-next.1) (2021-04-28) +#### Bug Fixes -### Bug Fixes +- Activate footnotes by default & remove included options with remark v13 [#31019](https://github.com/gatsbyjs/gatsby/issues/31019) ([a35d615](https://github.com/gatsbyjs/gatsby/commit/a35d615f9c8d596230ecd1f121f214b9879eb7d3)) -- **gatsby-transformer-remark:** Activate footnotes by default & remove included options with remark v13 ([#31019](https://github.com/gatsbyjs/gatsby/issues/31019)) ([a35d615](https://github.com/gatsbyjs/gatsby/commit/a35d615f9c8d596230ecd1f121f214b9879eb7d3)) +## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.1.0/packages/gatsby-transformer-remark) (2021-04-28) -# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.1.0-next.3...gatsby-transformer-remark@4.2.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -**Note:** Version bump only for package gatsby-transformer-remark +#### Bug Fixes -# [4.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.1.0-next.2...gatsby-transformer-remark@4.1.0-next.3) (2021-04-20) +- Activate footnotes by default & remove included options with remark v13 [#31019](https://github.com/gatsbyjs/gatsby/issues/31019) [#31080](https://github.com/gatsbyjs/gatsby/issues/31080) ([bab3b55](https://github.com/gatsbyjs/gatsby/commit/bab3b5552ee848216eef52cb02f08c0e84b41231)) -**Note:** Version bump only for package gatsby-transformer-remark +## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@4.0.0/packages/gatsby-transformer-remark) (2021-04-14) -# [4.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.1.0-next.1...gatsby-transformer-remark@4.1.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-remark -# [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.1.0-next.0...gatsby-transformer-remark@4.1.0-next.1) (2021-04-16) - -**Note:** Version bump only for package gatsby-transformer-remark +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@3.2.0/packages/gatsby-transformer-remark) (2021-03-30) -# [4.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.0.0-next.0...gatsby-transformer-remark@4.1.0-next.0) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-remark -# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.3.0-next.1...gatsby-transformer-remark@4.0.0-next.0) (2021-04-09) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@3.1.0/packages/gatsby-transformer-remark) (2021-03-16) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -- upgrade to remark 13 ([#29678](https://github.com/gatsbyjs/gatsby/issues/29678)) ([a5b5cf8](https://github.com/gatsbyjs/gatsby/commit/a5b5cf8379b7c105119e348d41723f3b2bd7b527)) +#### Bug Fixes -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.3.0-next.0...gatsby-transformer-remark@3.3.0-next.1) (2021-04-07) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -**Note:** Version bump only for package gatsby-transformer-remark +#### Refactoring -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.2.0-next.0...gatsby-transformer-remark@3.3.0-next.0) (2021-03-25) +- Refactors out Bluebird usage in transformer-remark [#29638](https://github.com/gatsbyjs/gatsby/issues/29638) ([7193303](https://github.com/gatsbyjs/gatsby/commit/7193303a4adb7c1a880d6f0580780dc75e407c32)) -**Note:** Version bump only for package gatsby-transformer-remark +#### Chores -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.1.0-next.2...gatsby-transformer-remark@3.2.0-next.0) (2021-03-11) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -**Note:** Version bump only for package gatsby-transformer-remark +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@3.0.0/packages/gatsby-transformer-remark) (2021-03-02) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.1.0-next.1...gatsby-transformer-remark@3.1.0-next.2) (2021-03-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -### Bug Fixes +#### Features -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.1.0-next.0...gatsby-transformer-remark@3.1.0-next.1) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-transformer-remark +- V3/remark todo [#29453](https://github.com/gatsbyjs/gatsby/issues/29453) ([8bd42aa](https://github.com/gatsbyjs/gatsby/commit/8bd42aa01563eca49004056564df6bf6810b36ab)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.0.0-next.3...gatsby-transformer-remark@3.1.0-next.0) (2021-02-26) +### [2.16.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.16.1/packages/gatsby-transformer-remark) (2021-02-24) **Note:** Version bump only for package gatsby-transformer-remark -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.0.0-next.2...gatsby-transformer-remark@3.0.0-next.3) (2021-02-25) - -### Features +## [2.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.16.0/packages/gatsby-transformer-remark) (2021-02-02) -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) - -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.0.0-next.1...gatsby-transformer-remark@3.0.0-next.2) (2021-02-22) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-remark -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.0.0-next.0...gatsby-transformer-remark@3.0.0-next.1) (2021-02-19) - -**Note:** Version bump only for package gatsby-transformer-remark +## [2.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.15.0/packages/gatsby-transformer-remark) (2021-01-20) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.17.0-next.0...gatsby-transformer-remark@3.0.0-next.0) (2021-02-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-remark -# [2.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.16.0-next.0...gatsby-transformer-remark@2.17.0-next.0) (2021-01-28) +## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.14.0/packages/gatsby-transformer-remark) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-remark -# [2.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.15.0-next.1...gatsby-transformer-remark@2.16.0-next.0) (2021-01-18) +### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.13.1/packages/gatsby-transformer-remark) (2020-12-23) **Note:** Version bump only for package gatsby-transformer-remark -# [2.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.15.0-next.0...gatsby-transformer-remark@2.15.0-next.1) (2021-01-12) +## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.13.0/packages/gatsby-transformer-remark) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-remark +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.14.0-next.2...gatsby-transformer-remark@2.15.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-remark +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) +- cache the cache key [#28444](https://github.com/gatsbyjs/gatsby/issues/28444) ([1fe3f2d](https://github.com/gatsbyjs/gatsby/commit/1fe3f2dfe696b6aef772cb11ea77c145f81e8f77)) -# [2.14.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.14.0-next.1...gatsby-transformer-remark@2.14.0-next.2) (2020-12-29) +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.12.0/packages/gatsby-transformer-remark) (2020-12-02) -**Note:** Version bump only for package gatsby-transformer-remark +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.14.0-next.0...gatsby-transformer-remark@2.14.0-next.1) (2020-12-17) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-remark +- ensure `getNodesByType()` is passed through [#28218](https://github.com/gatsbyjs/gatsby/issues/28218) ([7867897](https://github.com/gatsbyjs/gatsby/commit/7867897c5cc4f627a4fb91c939b24d884497ee20)) -# [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.13.0-next.1...gatsby-transformer-remark@2.14.0-next.0) (2020-12-10) +### [2.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.11.1/packages/gatsby-transformer-remark) (2020-11-25) -**Note:** Version bump only for package gatsby-transformer-remark +#### Bug Fixes -# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.13.0-next.0...gatsby-transformer-remark@2.13.0-next.1) (2020-12-03) +- ensure `getNodesByType()` is passed through [#28218](https://github.com/gatsbyjs/gatsby/issues/28218) [#28261](https://github.com/gatsbyjs/gatsby/issues/28261) ([63e189d](https://github.com/gatsbyjs/gatsby/commit/63e189d8408d7b1a96be5f911ce06fd7e90d655b)) -**Note:** Version bump only for package gatsby-transformer-remark +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.11.0/packages/gatsby-transformer-remark) (2020-11-20) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.12.0-next.0...gatsby-transformer-remark@2.13.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -### Bug Fixes +#### Chores -- **gatsby-transformer-remark:** ensure `getNodesByType()` is passed through ([#28218](https://github.com/gatsbyjs/gatsby/issues/28218)) ([7867897](https://github.com/gatsbyjs/gatsby/commit/7867897c5cc4f627a4fb91c939b24d884497ee20)) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.11.0-next.0...gatsby-transformer-remark@2.12.0-next.0) (2020-11-18) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.10.0/packages/gatsby-transformer-remark) (2020-11-12) -**Note:** Version bump only for package gatsby-transformer-remark +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.10.0-next.0...gatsby-transformer-remark@2.10.0-next.1) (2020-11-10) +#### Bug Fixes -### Bug Fixes +- wait for cache promises before returning [#27871](https://github.com/gatsbyjs/gatsby/issues/27871) ([071d50d](https://github.com/gatsbyjs/gatsby/commit/071d50d665c6f5542e29286eaef4dc54a61bb4d8)) -- **gatsby-transformer-remark:** wait for cache promises before returning ([#27871](https://github.com/gatsbyjs/gatsby/issues/27871)) ([071d50d](https://github.com/gatsbyjs/gatsby/commit/071d50d665c6f5542e29286eaef4dc54a61bb4d8)) + ## [2.9.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.9.0...gatsby-transformer-remark@2.9.1) (2020-11-02) diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 8346b75a2bbfb..f576801f89764 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/CHANGELOG.md @@ -1,159 +1,179 @@ -# Change Log +# Changelog: `gatsby-transformer-screenshot` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.3...gatsby-transformer-screenshot@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.12.0/packages/gatsby-transformer-screenshot) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-screenshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.2...gatsby-transformer-screenshot@3.12.0-next.3) (2021-08-09) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-screenshot +- update dependency gatsby-core-utils to ^2.10.0 [#32630](https://github.com/gatsbyjs/gatsby/issues/32630) ([4044994](https://github.com/gatsbyjs/gatsby/commit/4044994f32eeb1e16420f8d985c3aa8a94ad8379)) + +#### Chores + +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) +- update dependency aws-sdk to ^2.958.0 [#32620](https://github.com/gatsbyjs/gatsby/issues/32620) ([25d62be](https://github.com/gatsbyjs/gatsby/commit/25d62be9af8ccac9f919f77ea0a9cd65267b78ac)) + +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.11.0/packages/gatsby-transformer-screenshot) (2021-08-04) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.1...gatsby-transformer-screenshot@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.0...gatsby-transformer-screenshot@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.10.0/packages/gatsby-transformer-screenshot) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency gatsby-core-utils to ^2.10.0 ([#32630](https://github.com/gatsbyjs/gatsby/issues/32630)) ([4044994](https://github.com/gatsbyjs/gatsby/commit/4044994f32eeb1e16420f8d985c3aa8a94ad8379)) +#### Bug Fixes -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.11.0-next.0...gatsby-transformer-screenshot@3.12.0-next.0) (2021-07-29) +- update dependency gatsby-core-utils to ^2.8.0 [#32230](https://github.com/gatsbyjs/gatsby/issues/32230) ([1ed479e](https://github.com/gatsbyjs/gatsby/commit/1ed479ec6896160438d7716bd7054a3d93c23e42)) -**Note:** Version bump only for package gatsby-transformer-screenshot +#### Chores -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.10.0-next.2...gatsby-transformer-screenshot@3.11.0-next.0) (2021-07-15) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) +- update dependency aws-sdk to ^2.939.0 [#32226](https://github.com/gatsbyjs/gatsby/issues/32226) ([53e5991](https://github.com/gatsbyjs/gatsby/commit/53e5991c75e568934f402ae94420031d5f9f9102)) -**Note:** Version bump only for package gatsby-transformer-screenshot +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.9.0/packages/gatsby-transformer-screenshot) (2021-07-07) -# [3.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.10.0-next.1...gatsby-transformer-screenshot@3.10.0-next.2) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.10.0-next.0...gatsby-transformer-screenshot@3.10.0-next.1) (2021-07-05) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.8.0/packages/gatsby-transformer-screenshot) (2021-06-23) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -- **deps:** update dependency gatsby-core-utils to ^2.8.0 ([#32230](https://github.com/gatsbyjs/gatsby/issues/32230)) ([1ed479e](https://github.com/gatsbyjs/gatsby/commit/1ed479ec6896160438d7716bd7054a3d93c23e42)) +#### Chores -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.9.0-next.0...gatsby-transformer-screenshot@3.10.0-next.0) (2021-07-01) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-transformer-screenshot +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.7.1/packages/gatsby-transformer-screenshot) (2021-06-10) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.8.0-next.1...gatsby-transformer-screenshot@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-screenshot +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.8.0-next.0...gatsby-transformer-screenshot@3.8.0-next.1) (2021-06-10) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.7.0/packages/gatsby-transformer-screenshot) (2021-06-09) -**Note:** Version bump only for package gatsby-transformer-screenshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.7.0-next.2...gatsby-transformer-screenshot@3.8.0-next.0) (2021-06-03) +#### Chores -**Note:** Version bump only for package gatsby-transformer-screenshot +- update minor and patch for gatsby-transformer-screenshot [#30678](https://github.com/gatsbyjs/gatsby/issues/30678) ([d180d49](https://github.com/gatsbyjs/gatsby/commit/d180d49db9ebc3e9660d0d76d0b82ddfef3c9636)) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.6.0/packages/gatsby-transformer-screenshot) (2021-05-25) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.7.0-next.1...gatsby-transformer-screenshot@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.7.0-next.0...gatsby-transformer-screenshot@3.7.0-next.1) (2021-05-31) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.5.0/packages/gatsby-transformer-screenshot) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.6.0-next.0...gatsby-transformer-screenshot@3.7.0-next.0) (2021-05-21) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.4.0/packages/gatsby-transformer-screenshot) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.5.0-next.0...gatsby-transformer-screenshot@3.6.0-next.0) (2021-05-06) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.3.0/packages/gatsby-transformer-screenshot) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.4.0-next.0...gatsby-transformer-screenshot@3.5.0-next.0) (2021-04-23) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.2.0/packages/gatsby-transformer-screenshot) (2021-03-30) -**Note:** Version bump only for package gatsby-transformer-screenshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.3.0-next.1...gatsby-transformer-screenshot@3.4.0-next.0) (2021-04-09) +#### Chores -**Note:** Version bump only for package gatsby-transformer-screenshot +- update minor and patch for gatsby-transformer-screenshot [#29851](https://github.com/gatsbyjs/gatsby/issues/29851) ([2b3e445](https://github.com/gatsbyjs/gatsby/commit/2b3e445af861ab0676901fbf3c20a8a9de627575)) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.3.0-next.0...gatsby-transformer-screenshot@3.3.0-next.1) (2021-04-07) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.1.0/packages/gatsby-transformer-screenshot) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-screenshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.2.0-next.0...gatsby-transformer-screenshot@3.3.0-next.0) (2021-03-25) +#### Chores -**Note:** Version bump only for package gatsby-transformer-screenshot +- fix spelling, grammar, links, whitespace and end of files fix [#30063](https://github.com/gatsbyjs/gatsby/issues/30063) ([542d945](https://github.com/gatsbyjs/gatsby/commit/542d94550caece4cb3fecf46ee50c1ac4dce3439)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.1.0-next.2...gatsby-transformer-screenshot@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@3.0.0/packages/gatsby-transformer-screenshot) (2021-03-02) -**Note:** Version bump only for package gatsby-transformer-screenshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.1.0-next.1...gatsby-transformer-screenshot@3.1.0-next.2) (2021-03-10) +#### Features -**Note:** Version bump only for package gatsby-transformer-screenshot +- Remove old touchNode signature [#29245](https://github.com/gatsbyjs/gatsby/issues/29245) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.1.0-next.0...gatsby-transformer-screenshot@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-transformer-screenshot +- update minor and patch for gatsby-transformer-screenshot [#29173](https://github.com/gatsbyjs/gatsby/issues/29173) ([919aa07](https://github.com/gatsbyjs/gatsby/commit/919aa075e51f2e762adfe2f39147bf26d8c150d5)) + +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.10.0/packages/gatsby-transformer-screenshot) (2021-02-02) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.0.0-next.2...gatsby-transformer-screenshot@3.1.0-next.0) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-screenshot -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.0.0-next.1...gatsby-transformer-screenshot@3.0.0-next.2) (2021-02-22) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.9.0/packages/gatsby-transformer-screenshot) (2021-01-20) -**Note:** Version bump only for package gatsby-transformer-screenshot +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.0.0-next.0...gatsby-transformer-screenshot@3.0.0-next.1) (2021-02-11) +#### Bug Fixes -### Features +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) +#### Chores -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.11.0-next.0...gatsby-transformer-screenshot@3.0.0-next.0) (2021-02-05) +- update minor and patch for gatsby-transformer-screenshot [#28229](https://github.com/gatsbyjs/gatsby/issues/28229) ([e0f86b0](https://github.com/gatsbyjs/gatsby/commit/e0f86b0cef74b0b60cd639c24fb0333083a74c63)) -**Note:** Version bump only for package gatsby-transformer-screenshot +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.8.0/packages/gatsby-transformer-screenshot) (2021-01-06) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.10.0-next.0...gatsby-transformer-screenshot@2.11.0-next.0) (2021-01-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-screenshot -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.9.0-next.1...gatsby-transformer-screenshot@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.7.0/packages/gatsby-transformer-screenshot) (2020-12-15) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +#### Chores -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.9.0-next.0...gatsby-transformer-screenshot@2.9.0-next.1) (2021-01-12) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -**Note:** Version bump only for package gatsby-transformer-screenshot +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.6.0/packages/gatsby-transformer-screenshot) (2020-12-02) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.8.0-next.0...gatsby-transformer-screenshot@2.9.0-next.0) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -**Note:** Version bump only for package gatsby-transformer-screenshot +#### Chores -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.7.0-next.0...gatsby-transformer-screenshot@2.8.0-next.0) (2020-12-10) +- update minor and patch for gatsby-transformer-screenshot [#28089](https://github.com/gatsbyjs/gatsby/issues/28089) ([e832f12](https://github.com/gatsbyjs/gatsby/commit/e832f12ffc120d1485cf407cc39aacc3560ac46c)) -**Note:** Version bump only for package gatsby-transformer-screenshot +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.5.0/packages/gatsby-transformer-screenshot) (2020-11-20) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.6.0-next.1...gatsby-transformer-screenshot@2.7.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-transformer-screenshot +#### Chores -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.6.0-next.0...gatsby-transformer-screenshot@2.6.0-next.1) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-transformer-screenshot +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-screenshot@2.4.0/packages/gatsby-transformer-screenshot) (2020-11-12) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.5.0-next.0...gatsby-transformer-screenshot@2.6.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -**Note:** Version bump only for package gatsby-transformer-screenshot +#### Chores -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.4.0-next.0...gatsby-transformer-screenshot@2.4.0-next.1) (2020-11-10) +- update minor and patch for gatsby-transformer-screenshot [#27899](https://github.com/gatsbyjs/gatsby/issues/27899) ([21c90db](https://github.com/gatsbyjs/gatsby/commit/21c90db310055ee2003d785c7f7193d4b00c56f3)) -**Note:** Version bump only for package gatsby-transformer-screenshot + ## [2.3.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.3.20...gatsby-transformer-screenshot@2.3.21) (2020-10-26) diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index 64ae28d5dd0b6..8a01f66454d0a 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -1,204 +1,232 @@ -# Change Log +# Changelog: `gatsby-transformer-sharp` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.13.0-next.0...gatsby-transformer-sharp@3.13.0-next.1) (2021-08-20) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.12.0/packages/gatsby-transformer-sharp) (2021-08-18) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -- **gatsby-plugin-sharp:** reduce encoding time and install size ([#32851](https://github.com/gatsbyjs/gatsby/issues/32851)) ([ddcfbd8](https://github.com/gatsbyjs/gatsby/commit/ddcfbd8e7b4b68fe31fa77815599b479e0cef6a1)), closes [#1](https://github.com/gatsbyjs/gatsby/issues/1) +#### Bug Fixes -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.3...gatsby-transformer-sharp@3.13.0-next.0) (2021-08-12) +- update dependency semver to ^7.3.5 for gatsby-transformer-sharp [#32591](https://github.com/gatsbyjs/gatsby/issues/32591) ([b428ae9](https://github.com/gatsbyjs/gatsby/commit/b428ae99ba5ce032b99bb7465f281505cdcab4c5)) -**Note:** Version bump only for package gatsby-transformer-sharp +#### Chores -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.2...gatsby-transformer-sharp@3.12.0-next.3) (2021-08-09) +- update dependency @types/sharp to ^0.28.5 [#32566](https://github.com/gatsbyjs/gatsby/issues/32566) ([ef9fa95](https://github.com/gatsbyjs/gatsby/commit/ef9fa95b52032d0d93d4ccc259234d9cc38a9323)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-sharp +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.11.0/packages/gatsby-transformer-sharp) (2021-08-04) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.1...gatsby-transformer-sharp@3.12.0-next.2) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-sharp -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.0...gatsby-transformer-sharp@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.10.0/packages/gatsby-transformer-sharp) (2021-07-20) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -- **deps:** update dependency semver to ^7.3.5 for gatsby-transformer-sharp ([#32591](https://github.com/gatsbyjs/gatsby/issues/32591)) ([b428ae9](https://github.com/gatsbyjs/gatsby/commit/b428ae99ba5ce032b99bb7465f281505cdcab4c5)) +#### Chores -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.11.0-next.0...gatsby-transformer-sharp@3.12.0-next.0) (2021-07-29) +- update sharp to ^0.28.3 [#32227](https://github.com/gatsbyjs/gatsby/issues/32227) ([4fabc64](https://github.com/gatsbyjs/gatsby/commit/4fabc64b177621d94a7c8aaf6dbc5d91f01ea29f)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-sharp +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.9.0/packages/gatsby-transformer-sharp) (2021-07-07) -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.10.0-next.1...gatsby-transformer-sharp@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-sharp -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.10.0-next.0...gatsby-transformer-sharp@3.10.0-next.1) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.8.0/packages/gatsby-transformer-sharp) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.9.0-next.0...gatsby-transformer-sharp@3.10.0-next.0) (2021-07-01) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sharp +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.8.0-next.1...gatsby-transformer-sharp@3.9.0-next.0) (2021-06-18) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.7.1/packages/gatsby-transformer-sharp) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-sharp +#### Chores -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.8.0-next.0...gatsby-transformer-sharp@3.8.0-next.1) (2021-06-10) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-sharp +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.7.0/packages/gatsby-transformer-sharp) (2021-06-09) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.7.0-next.2...gatsby-transformer-sharp@3.8.0-next.0) (2021-06-03) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-sharp +#### Chores + +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) + +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.6.0/packages/gatsby-transformer-sharp) (2021-05-25) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.7.0-next.1...gatsby-transformer-sharp@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) + +#### Bug Fixes + +- Dereference symlinks when copying files [#31511](https://github.com/gatsbyjs/gatsby/issues/31511) ([151d269](https://github.com/gatsbyjs/gatsby/commit/151d269bdd7182c64d40b0e7e70c0596f877ce7d)) + +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.5.0/packages/gatsby-transformer-sharp) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-sharp -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.7.0-next.0...gatsby-transformer-sharp@3.7.0-next.1) (2021-05-31) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.4.0/packages/gatsby-transformer-sharp) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-sharp -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.6.0-next.0...gatsby-transformer-sharp@3.7.0-next.0) (2021-05-21) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.3.0/packages/gatsby-transformer-sharp) (2021-04-14) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -- **gatsby-transformer-sharp:** Dereference symlinks when copying files ([#31511](https://github.com/gatsbyjs/gatsby/issues/31511)) ([151d269](https://github.com/gatsbyjs/gatsby/commit/151d269bdd7182c64d40b0e7e70c0596f877ce7d)) +#### Chores -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.5.0-next.0...gatsby-transformer-sharp@3.6.0-next.0) (2021-05-06) +- Update sharp to 0.28.0 [#30541](https://github.com/gatsbyjs/gatsby/issues/30541) ([b0fcb57](https://github.com/gatsbyjs/gatsby/commit/b0fcb57ebe8f78175b83ec04cd2b7d45e180f85d)) -**Note:** Version bump only for package gatsby-transformer-sharp +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.2.0/packages/gatsby-transformer-sharp) (2021-03-30) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.4.0-next.0...gatsby-transformer-sharp@3.5.0-next.0) (2021-04-23) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-sharp -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.3.0-next.1...gatsby-transformer-sharp@3.4.0-next.0) (2021-04-09) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.1.0/packages/gatsby-transformer-sharp) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.3.0-next.0...gatsby-transformer-sharp@3.3.0-next.1) (2021-04-07) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sharp +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.2.0-next.0...gatsby-transformer-sharp@3.3.0-next.0) (2021-03-25) +#### Other Changes -**Note:** Version bump only for package gatsby-transformer-sharp +- will git stop being weird [#29897](https://github.com/gatsbyjs/gatsby/issues/29897) ([57c131d](https://github.com/gatsbyjs/gatsby/commit/57c131db9d43e526e6228df4502119b8296ebfb6)) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.1.0-next.2...gatsby-transformer-sharp@3.2.0-next.0) (2021-03-11) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@3.0.0/packages/gatsby-transformer-sharp) (2021-03-02) -**Note:** Version bump only for package gatsby-transformer-sharp +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.1.0-next.1...gatsby-transformer-sharp@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-sharp +- add common-tags to package.jsons [#29424](https://github.com/gatsbyjs/gatsby/issues/29424) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.1.0-next.0...gatsby-transformer-sharp@3.1.0-next.1) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sharp +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) +- Deprecate gatsby-image and old image resolvers [#29667](https://github.com/gatsbyjs/gatsby/issues/29667) ([3ffc210](https://github.com/gatsbyjs/gatsby/commit/3ffc21099500efe9de47d676e1979dfbcbaa537f)) +- bump graphql and graphql-compose major versions [#29090](https://github.com/gatsbyjs/gatsby/issues/29090) ([7e4ba2b](https://github.com/gatsbyjs/gatsby/commit/7e4ba2b82a7c63ea4809c489d5e95165e9a33c03)) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-next.2...gatsby-transformer-sharp@3.1.0-next.0) (2021-02-26) +#### Other Changes -**Note:** Version bump only for package gatsby-transformer-sharp +- will git stop being weird [#29897](https://github.com/gatsbyjs/gatsby/issues/29897) [#29907](https://github.com/gatsbyjs/gatsby/issues/29907) ([b2628da](https://github.com/gatsbyjs/gatsby/commit/b2628daa9991f165b72bac8b16cf41ba555de074)) +- gatsby-transformer-sharp: Remove `sizes` and `resolutions` node [#29247](https://github.com/gatsbyjs/gatsby/issues/29247) ([22b9c2f](https://github.com/gatsbyjs/gatsby/commit/22b9c2fd40c3b904245383573b5d695b01885803)) -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-next.1...gatsby-transformer-sharp@3.0.0-next.2) (2021-02-25) +### [2.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.12.1/packages/gatsby-transformer-sharp) (2021-03-08) -**Note:** Version bump only for package gatsby-transformer-sharp +#### Other Changes -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-next.0...gatsby-transformer-sharp@3.0.0-next.1) (2021-02-11) +- will git stop being weird [#29897](https://github.com/gatsbyjs/gatsby/issues/29897) [#30005](https://github.com/gatsbyjs/gatsby/issues/30005) ([b576211](https://github.com/gatsbyjs/gatsby/commit/b576211a456614f0be910263c6f3cd29b3e8ee7a)) -### Bug Fixes +## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.12.0/packages/gatsby-transformer-sharp) (2021-02-02) -- add common-tags to package.jsons ([#29424](https://github.com/gatsbyjs/gatsby/issues/29424)) ([94689ad](https://github.com/gatsbyjs/gatsby/commit/94689addc401f62248928a4df1587922261c96e6)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.13.0-next.0...gatsby-transformer-sharp@3.0.0-next.0) (2021-02-05) +#### Features -**Note:** Version bump only for package gatsby-transformer-sharp +- Add image plugin defaults [#29147](https://github.com/gatsbyjs/gatsby/issues/29147) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156)) +- Add support for backgroundColor in sharp [#29141](https://github.com/gatsbyjs/gatsby/issues/29141) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de)) -# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.12.0-next.1...gatsby-transformer-sharp@2.13.0-next.0) (2021-01-28) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sharp +- update minor and patch for gatsby-transformer-sharp [#28969](https://github.com/gatsbyjs/gatsby/issues/28969) ([4cf7b43](https://github.com/gatsbyjs/gatsby/commit/4cf7b43026493e09b90afc78ead82ab9ea2cff2b)) -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.12.0-next.0...gatsby-transformer-sharp@2.12.0-next.1) (2021-01-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.11.0/packages/gatsby-transformer-sharp) (2021-01-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- **gatsby-plugin-image:** Add support for backgroundColor in sharp ([#29141](https://github.com/gatsbyjs/gatsby/issues/29141)) ([eb2bede](https://github.com/gatsbyjs/gatsby/commit/eb2bede99328e149b34a7e893c870094fc1ae6de)) -- **gatsby-plugin-sharp:** Add image plugin defaults ([#29147](https://github.com/gatsbyjs/gatsby/issues/29147)) ([8b6bfa6](https://github.com/gatsbyjs/gatsby/commit/8b6bfa61a8ed502df71057409862b7771b096156)) +#### Features -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.11.0-next.1...gatsby-transformer-sharp@2.12.0-next.0) (2021-01-18) +- Change fullWidth to use breakpoints [#29002](https://github.com/gatsbyjs/gatsby/issues/29002) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111)) +- Add support for aspectRatio [#28941](https://github.com/gatsbyjs/gatsby/issues/28941) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6)) -### Bug Fixes +#### Bug Fixes -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- PathPrefix isn't being passed/set for GatsbyImage fix [#28845](https://github.com/gatsbyjs/gatsby/issues/28845) ([5874414](https://github.com/gatsbyjs/gatsby/commit/58744145d6f8ef2e36c9a5f2f4e06290b0cff942)) -### Features +#### Chores -- **gatsby-plugin-image:** Change fullWidth to use breakpoints ([#29002](https://github.com/gatsbyjs/gatsby/issues/29002)) ([9bcc12c](https://github.com/gatsbyjs/gatsby/commit/9bcc12c57728bb7ca08cefe4f2f4c684b65d3111)) +- change fluid to fullWidth [#28987](https://github.com/gatsbyjs/gatsby/issues/28987) ([381e13c](https://github.com/gatsbyjs/gatsby/commit/381e13c457b8b8d66a695d5f48d93c14e938b194)) +- Update image API to remove maxWidth/maxHeight [#28985](https://github.com/gatsbyjs/gatsby/issues/28985) ([a8c2f39](https://github.com/gatsbyjs/gatsby/commit/a8c2f39f74144b6ee7704b86c75c5c4047b1c5e5)) +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.11.0-next.0...gatsby-transformer-sharp@2.11.0-next.1) (2021-01-12) +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.10.1/packages/gatsby-transformer-sharp) (2021-01-13) -### Bug Fixes +#### Bug Fixes -- **gatsby-plugin-sharp:** PathPrefix isn't being passed/set for GatsbyImage ([#28845](https://github.com/gatsbyjs/gatsby/issues/28845)) ([5874414](https://github.com/gatsbyjs/gatsby/commit/58744145d6f8ef2e36c9a5f2f4e06290b0cff942)) +- PathPrefix isn't being passed/set for GatsbyImage fix [#28845](https://github.com/gatsbyjs/gatsby/issues/28845) fix [#28991](https://github.com/gatsbyjs/gatsby/issues/28991) ([c762050](https://github.com/gatsbyjs/gatsby/commit/c76205061e83d372bc205690ea1b970273f673dc)) -### Features +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.10.0/packages/gatsby-transformer-sharp) (2021-01-06) -- Add support for aspectRatio ([#28941](https://github.com/gatsbyjs/gatsby/issues/28941)) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.10.0-next.3...gatsby-transformer-sharp@2.11.0-next.0) (2020-12-29) +#### Features -**Note:** Version bump only for package gatsby-transformer-sharp +- Add AVIF image support to beta image plugin [#28742](https://github.com/gatsbyjs/gatsby/issues/28742) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +- Make dimensions optional and default to constrained [#28662](https://github.com/gatsbyjs/gatsby/issues/28662) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e)) -# [2.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.10.0-next.2...gatsby-transformer-sharp@2.10.0-next.3) (2020-12-29) +#### Bug Fixes -### Features +- update minor and patch for gatsby-transformer-sharp [#28510](https://github.com/gatsbyjs/gatsby/issues/28510) ([b712950](https://github.com/gatsbyjs/gatsby/commit/b712950af10fbf31eb21f3bf6452c8761e7bb2df)) -- Add AVIF image support to beta image plugin ([#28742](https://github.com/gatsbyjs/gatsby/issues/28742)) ([2058775](https://github.com/gatsbyjs/gatsby/commit/205877542a9447e5d48a83718f5c0a751e44738d)) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.9.0/packages/gatsby-transformer-sharp) (2020-12-15) -# [2.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.10.0-next.1...gatsby-transformer-sharp@2.10.0-next.2) (2020-12-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -### Bug Fixes +#### Chores -- **deps:** update minor and patch for gatsby-transformer-sharp ([#28510](https://github.com/gatsbyjs/gatsby/issues/28510)) ([b712950](https://github.com/gatsbyjs/gatsby/commit/b712950af10fbf31eb21f3bf6452c8761e7bb2df)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.10.0-next.0...gatsby-transformer-sharp@2.10.0-next.1) (2020-12-17) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.8.0/packages/gatsby-transformer-sharp) (2020-12-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e)) +#### Chores -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.9.0-next.0...gatsby-transformer-sharp@2.10.0-next.0) (2020-12-10) +- update minor and patch for gatsby-transformer-sharp [#27158](https://github.com/gatsbyjs/gatsby/issues/27158) ([4c148f0](https://github.com/gatsbyjs/gatsby/commit/4c148f0af3a5a1a3124f87421d8ae43e01f99d80)) -**Note:** Version bump only for package gatsby-transformer-sharp +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.7.0/packages/gatsby-transformer-sharp) (2020-11-20) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.8.0-next.1...gatsby-transformer-sharp@2.9.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-transformer-sharp +#### Bug Fixes -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.8.0-next.0...gatsby-transformer-sharp@2.8.0-next.1) (2020-11-18) +- create child nodes only for Files [#27992](https://github.com/gatsbyjs/gatsby/issues/27992) ([001e045](https://github.com/gatsbyjs/gatsby/commit/001e045c92dfd37a7d573d75ee9d81ae44c8e7a5)) -**Note:** Version bump only for package gatsby-transformer-sharp +#### Chores -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.7.0-next.1...gatsby-transformer-sharp@2.8.0-next.0) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) +- Replace alpha warning for gatsbyImageData [#28123](https://github.com/gatsbyjs/gatsby/issues/28123) ([e21a71d](https://github.com/gatsbyjs/gatsby/commit/e21a71d48ea094de4310ada0fe62fdfbcd3e46c5)) +- Upgrade sharp [#28119](https://github.com/gatsbyjs/gatsby/issues/28119) ([ab96f1e](https://github.com/gatsbyjs/gatsby/commit/ab96f1e2b3f25d5fe614fbca37f2638def7fd824)) -**Note:** Version bump only for package gatsby-transformer-sharp +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@2.6.0/packages/gatsby-transformer-sharp) (2020-11-12) -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.7.0-next.0...gatsby-transformer-sharp@2.7.0-next.1) (2020-11-16) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -### Bug Fixes +#### Features -- **gatsby-transformer-sharp:** create child nodes only for Files ([#27992](https://github.com/gatsbyjs/gatsby/issues/27992)) ([001e045](https://github.com/gatsbyjs/gatsby/commit/001e045c92dfd37a7d573d75ee9d81ae44c8e7a5)) +- Resolver API changes [#27783](https://github.com/gatsbyjs/gatsby/issues/27783) [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)) -# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.6.0-next.0...gatsby-transformer-sharp@2.6.0-next.1) (2020-11-10) +#### Bug Fixes -### Features +- create child nodes only for Files [#27992](https://github.com/gatsbyjs/gatsby/issues/27992) [#27994](https://github.com/gatsbyjs/gatsby/issues/27994) ([048472d](https://github.com/gatsbyjs/gatsby/commit/048472d43fc63d0fc00e005c8346a4acfe393a8e)) -- **gatsby-transformer-sharp:** Resolver API changes ([#27783](https://github.com/gatsbyjs/gatsby/issues/27783)) ([fe0b5de](https://github.com/gatsbyjs/gatsby/commit/fe0b5de77d223f5c13a9b315b650d8514cbdb9f9)), closes [#27554](https://github.com/gatsbyjs/gatsby/issues/27554) [#27619](https://github.com/gatsbyjs/gatsby/issues/27619) + ## [2.5.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.5.20...gatsby-transformer-sharp@2.5.21) (2020-11-02) diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index f659b9229fc24..ba835e39675fa 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -1,287 +1,254 @@ -# Change Log +# Changelog: `gatsby-transformer-sqip` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.13.0-next.2...gatsby-transformer-sqip@3.13.0-next.3) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.12.0/packages/gatsby-transformer-sqip) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-sqip - -# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.13.0-next.1...gatsby-transformer-sqip@3.13.0-next.2) (2021-08-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-sqip +#### Chores -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.13.0-next.0...gatsby-transformer-sqip@3.13.0-next.1) (2021-08-19) +- update dependency debug to v4 for gatsby-transformer-sqip [#32648](https://github.com/gatsbyjs/gatsby/issues/32648) ([4decec4](https://github.com/gatsbyjs/gatsby/commit/4decec4b8bad723723e1b958cb8e5ef96f6de38b)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-sqip +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.11.0/packages/gatsby-transformer-sqip) (2021-08-04) -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.3...gatsby-transformer-sqip@3.13.0-next.0) (2021-08-12) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.2...gatsby-transformer-sqip@3.12.0-next.3) (2021-08-09) +### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.10.2/packages/gatsby-transformer-sqip) (2021-07-21) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.1...gatsby-transformer-sqip@3.12.0-next.2) (2021-08-05) +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.10.1/packages/gatsby-transformer-sqip) (2021-07-21) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.0...gatsby-transformer-sqip@3.12.0-next.1) (2021-08-05) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.10.0/packages/gatsby-transformer-sqip) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-sqip +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.11.0-next.2...gatsby-transformer-sqip@3.12.0-next.0) (2021-07-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sqip +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -# [3.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.11.0-next.1...gatsby-transformer-sqip@3.11.0-next.2) (2021-07-22) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.9.0/packages/gatsby-transformer-sqip) (2021-07-07) -**Note:** Version bump only for package gatsby-transformer-sqip - -# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.11.0-next.0...gatsby-transformer-sqip@3.11.0-next.1) (2021-07-19) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.0-next.1...gatsby-transformer-sqip@3.11.0-next.0) (2021-07-15) - -**Note:** Version bump only for package gatsby-transformer-sqip +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.8.0/packages/gatsby-transformer-sqip) (2021-06-23) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.0-next.0...gatsby-transformer-sqip@3.10.0-next.1) (2021-07-08) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -**Note:** Version bump only for package gatsby-transformer-sqip +#### Bug Fixes -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.9.0-next.1...gatsby-transformer-sqip@3.10.0-next.0) (2021-07-01) +- update minor and patch for gatsby-transformer-sqip [#31707](https://github.com/gatsbyjs/gatsby/issues/31707) ([58f1880](https://github.com/gatsbyjs/gatsby/commit/58f188028ca8d483131f86d7679ef0644c2eab98)) -**Note:** Version bump only for package gatsby-transformer-sqip +#### Chores -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.9.0-next.0...gatsby-transformer-sqip@3.9.0-next.1) (2021-06-28) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -**Note:** Version bump only for package gatsby-transformer-sqip +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.7.1/packages/gatsby-transformer-sqip) (2021-06-10) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.8.0-next.1...gatsby-transformer-sqip@3.9.0-next.0) (2021-06-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sqip +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.8.0-next.0...gatsby-transformer-sqip@3.8.0-next.1) (2021-06-10) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.7.0/packages/gatsby-transformer-sqip) (2021-06-09) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -- **deps:** update minor and patch for gatsby-transformer-sqip ([#31707](https://github.com/gatsbyjs/gatsby/issues/31707)) ([58f1880](https://github.com/gatsbyjs/gatsby/commit/58f188028ca8d483131f86d7679ef0644c2eab98)) +#### Chores -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.7.0-next.2...gatsby-transformer-sqip@3.8.0-next.0) (2021-06-03) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-sqip +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.6.0/packages/gatsby-transformer-sqip) (2021-05-25) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.7.0-next.1...gatsby-transformer-sqip@3.7.0-next.2) (2021-06-02) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.7.0-next.0...gatsby-transformer-sqip@3.7.0-next.1) (2021-05-31) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.5.0/packages/gatsby-transformer-sqip) (2021-05-12) -**Note:** Version bump only for package gatsby-transformer-sqip - -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.6.0-next.1...gatsby-transformer-sqip@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.6.0-next.0...gatsby-transformer-sqip@3.6.0-next.1) (2021-05-20) +### [3.4.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.4.2/packages/gatsby-transformer-sqip) (2021-05-08) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.5.0-next.2...gatsby-transformer-sqip@3.6.0-next.0) (2021-05-06) +### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.4.1/packages/gatsby-transformer-sqip) (2021-05-05) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.5.0-next.1...gatsby-transformer-sqip@3.5.0-next.2) (2021-05-05) - -**Note:** Version bump only for package gatsby-transformer-sqip +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.4.0/packages/gatsby-transformer-sqip) (2021-04-28) -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.5.0-next.0...gatsby-transformer-sqip@3.5.0-next.1) (2021-04-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.4.0-next.3...gatsby-transformer-sqip@3.5.0-next.0) (2021-04-23) +### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.3.1/packages/gatsby-transformer-sqip) (2021-04-20) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.4.0-next.2...gatsby-transformer-sqip@3.4.0-next.3) (2021-04-20) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.3.0/packages/gatsby-transformer-sqip) (2021-04-14) -**Note:** Version bump only for package gatsby-transformer-sqip - -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.4.0-next.1...gatsby-transformer-sqip@3.4.0-next.2) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.4.0-next.0...gatsby-transformer-sqip@3.4.0-next.1) (2021-04-16) +### [3.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.2.1/packages/gatsby-transformer-sqip) (2021-04-07) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.3.0-next.3...gatsby-transformer-sqip@3.4.0-next.0) (2021-04-09) - -**Note:** Version bump only for package gatsby-transformer-sqip +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.2.0/packages/gatsby-transformer-sqip) (2021-03-30) -# [3.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.3.0-next.2...gatsby-transformer-sqip@3.3.0-next.3) (2021-04-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.3.0-next.1...gatsby-transformer-sqip@3.3.0-next.2) (2021-04-07) +### [3.1.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.1.3/packages/gatsby-transformer-sqip) (2021-03-30) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.3.0-next.0...gatsby-transformer-sqip@3.3.0-next.1) (2021-03-30) +### [3.1.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.1.2/packages/gatsby-transformer-sqip) (2021-03-23) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.2.0-next.1...gatsby-transformer-sqip@3.3.0-next.0) (2021-03-25) +### [3.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.1.1/packages/gatsby-transformer-sqip) (2021-03-18) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.2.0-next.0...gatsby-transformer-sqip@3.2.0-next.1) (2021-03-19) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.1.0/packages/gatsby-transformer-sqip) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-sqip +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.1.0-next.2...gatsby-transformer-sqip@3.2.0-next.0) (2021-03-11) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sqip +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) ([0a3e922](https://github.com/gatsbyjs/gatsby/commit/0a3e92296ad1da1f1358d5f8909cdba5b3370b9b)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.1.0-next.1...gatsby-transformer-sqip@3.1.0-next.2) (2021-03-10) +### [3.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.0.1/packages/gatsby-transformer-sqip) (2021-03-11) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.1.0-next.0...gatsby-transformer-sqip@3.1.0-next.1) (2021-02-26) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@3.0.0/packages/gatsby-transformer-sqip) (2021-03-02) -**Note:** Version bump only for package gatsby-transformer-sqip +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.9...gatsby-transformer-sqip@3.1.0-next.0) (2021-02-26) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sqip +- update peerdeps to latest major versions [#29857](https://github.com/gatsbyjs/gatsby/issues/29857) [#29867](https://github.com/gatsbyjs/gatsby/issues/29867) ([cb3b1ca](https://github.com/gatsbyjs/gatsby/commit/cb3b1ca040ef4851db048141002b07dcd003d2ce)) -# [3.0.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.8...gatsby-transformer-sqip@3.0.0-next.9) (2021-02-25) +### [2.11.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.11.4/packages/gatsby-transformer-sqip) (2021-05-04) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.7...gatsby-transformer-sqip@3.0.0-next.8) (2021-02-22) +### [2.11.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.11.3/packages/gatsby-transformer-sqip) (2021-02-25) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.6...gatsby-transformer-sqip@3.0.0-next.7) (2021-02-19) +### [2.11.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.11.2/packages/gatsby-transformer-sqip) (2021-02-24) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.5...gatsby-transformer-sqip@3.0.0-next.6) (2021-02-19) +### [2.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.11.1/packages/gatsby-transformer-sqip) (2021-02-05) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.4...gatsby-transformer-sqip@3.0.0-next.5) (2021-02-18) - -**Note:** Version bump only for package gatsby-transformer-sqip +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.11.0/packages/gatsby-transformer-sqip) (2021-02-02) -# [3.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.3...gatsby-transformer-sqip@3.0.0-next.4) (2021-02-17) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.2...gatsby-transformer-sqip@3.0.0-next.3) (2021-02-12) +### [2.10.4](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.10.4/packages/gatsby-transformer-sqip) (2021-01-29) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.1...gatsby-transformer-sqip@3.0.0-next.2) (2021-02-11) +### [2.10.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.10.3/packages/gatsby-transformer-sqip) (2021-01-28) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.0...gatsby-transformer-sqip@3.0.0-next.1) (2021-02-08) +### [2.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.10.2/packages/gatsby-transformer-sqip) (2021-01-26) **Note:** Version bump only for package gatsby-transformer-sqip -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.12.0-next.1...gatsby-transformer-sqip@3.0.0-next.0) (2021-02-05) +### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.10.1/packages/gatsby-transformer-sqip) (2021-01-21) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.12.0-next.0...gatsby-transformer-sqip@2.12.0-next.1) (2021-02-04) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.10.0/packages/gatsby-transformer-sqip) (2021-01-20) -**Note:** Version bump only for package gatsby-transformer-sqip +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.0-next.1...gatsby-transformer-sqip@2.12.0-next.0) (2021-01-28) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-sqip +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) -# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.11.0-next.0...gatsby-transformer-sqip@2.11.0-next.1) (2021-01-26) +### [2.9.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.9.2/packages/gatsby-transformer-sqip) (2021-01-16) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.10.0-next.1...gatsby-transformer-sqip@2.11.0-next.0) (2021-01-18) - -### Bug Fixes - -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) - -# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.10.0-next.0...gatsby-transformer-sqip@2.10.0-next.1) (2021-01-12) +### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.9.1/packages/gatsby-transformer-sqip) (2021-01-13) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.6...gatsby-transformer-sqip@2.10.0-next.0) (2020-12-29) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.9.0/packages/gatsby-transformer-sqip) (2021-01-06) -**Note:** Version bump only for package gatsby-transformer-sqip - -# [2.9.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.5...gatsby-transformer-sqip@2.9.0-next.6) (2020-12-29) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.9.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.4...gatsby-transformer-sqip@2.9.0-next.5) (2020-12-18) +### [2.8.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.8.2/packages/gatsby-transformer-sqip) (2020-12-23) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.9.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.3...gatsby-transformer-sqip@2.9.0-next.4) (2020-12-17) +### [2.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.8.1/packages/gatsby-transformer-sqip) (2020-12-16) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.2...gatsby-transformer-sqip@2.9.0-next.3) (2020-12-17) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.8.0/packages/gatsby-transformer-sqip) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-sqip +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.1...gatsby-transformer-sqip@2.9.0-next.2) (2020-12-17) +#### Chores -**Note:** Version bump only for package gatsby-transformer-sqip - -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.0...gatsby-transformer-sqip@2.9.0-next.1) (2020-12-15) - -**Note:** Version bump only for package gatsby-transformer-sqip +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.4...gatsby-transformer-sqip@2.9.0-next.0) (2020-12-10) +### [2.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.7.1/packages/gatsby-transformer-sqip) (2020-12-07) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.8.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.3...gatsby-transformer-sqip@2.8.0-next.4) (2020-12-08) - -**Note:** Version bump only for package gatsby-transformer-sqip +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.7.0/packages/gatsby-transformer-sqip) (2020-12-02) -# [2.8.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.2...gatsby-transformer-sqip@2.8.0-next.3) (2020-12-04) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.1...gatsby-transformer-sqip@2.8.0-next.2) (2020-12-03) +### [2.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.6.1/packages/gatsby-transformer-sqip) (2020-11-27) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.8.0-next.0...gatsby-transformer-sqip@2.8.0-next.1) (2020-12-01) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.6.0/packages/gatsby-transformer-sqip) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-sqip - -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.7.0-next.1...gatsby-transformer-sqip@2.8.0-next.0) (2020-11-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -**Note:** Version bump only for package gatsby-transformer-sqip +#### Chores -# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.7.0-next.0...gatsby-transformer-sqip@2.7.0-next.1) (2020-11-18) +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -**Note:** Version bump only for package gatsby-transformer-sqip +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sqip@2.5.0/packages/gatsby-transformer-sqip) (2020-11-12) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.6.0-next.0...gatsby-transformer-sqip@2.7.0-next.0) (2020-11-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-sqip -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.5.0-next.0...gatsby-transformer-sqip@2.5.0-next.1) (2020-11-10) - -**Note:** Version bump only for package gatsby-transformer-sqip + # [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.3.45...gatsby-transformer-sqip@2.4.0) (2020-11-02) diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 081feccd0d95b..fb1eb8f9e1869 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/CHANGELOG.md @@ -1,134 +1,150 @@ -# Change Log +# Changelog: `gatsby-transformer-toml` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.3...gatsby-transformer-toml@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.12.0/packages/gatsby-transformer-toml) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-toml - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.2...gatsby-transformer-toml@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-toml +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.1...gatsby-transformer-toml@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-toml +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.11.0/packages/gatsby-transformer-toml) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.0...gatsby-transformer-toml@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-toml -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.11.0-next.0...gatsby-transformer-toml@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.10.0/packages/gatsby-transformer-toml) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-toml - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.10.0-next.1...gatsby-transformer-toml@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-transformer-toml +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.10.0-next.0...gatsby-transformer-toml@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-toml +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.9.0/packages/gatsby-transformer-toml) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.9.0-next.0...gatsby-transformer-toml@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-toml -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.8.0-next.1...gatsby-transformer-toml@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.8.0/packages/gatsby-transformer-toml) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-toml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.8.0-next.0...gatsby-transformer-toml@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-toml +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.7.0-next.2...gatsby-transformer-toml@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.7.1/packages/gatsby-transformer-toml) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-toml +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.7.0-next.1...gatsby-transformer-toml@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-toml +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.7.0/packages/gatsby-transformer-toml) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.7.0-next.0...gatsby-transformer-toml@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-toml +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.6.0-next.0...gatsby-transformer-toml@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-toml +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.6.0/packages/gatsby-transformer-toml) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.5.0-next.0...gatsby-transformer-toml@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-toml -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.4.0-next.0...gatsby-transformer-toml@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.5.0/packages/gatsby-transformer-toml) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-toml -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.3.0-next.1...gatsby-transformer-toml@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.4.0/packages/gatsby-transformer-toml) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-toml -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.3.0-next.0...gatsby-transformer-toml@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.3.0/packages/gatsby-transformer-toml) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-toml -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.2.0-next.0...gatsby-transformer-toml@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.2.0/packages/gatsby-transformer-toml) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-toml -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.1.0-next.2...gatsby-transformer-toml@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.1.0/packages/gatsby-transformer-toml) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-toml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.1.0-next.1...gatsby-transformer-toml@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@3.0.0/packages/gatsby-transformer-toml) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.1.0-next.0...gatsby-transformer-toml@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-toml -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.0.0-next.0...gatsby-transformer-toml@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.11.0/packages/gatsby-transformer-toml) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-toml -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.12.0-next.0...gatsby-transformer-toml@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.10.0/packages/gatsby-transformer-toml) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-toml -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.11.0-next.0...gatsby-transformer-toml@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.9.0/packages/gatsby-transformer-toml) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-toml -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.10.0-next.0...gatsby-transformer-toml@2.11.0-next.0) (2021-01-18) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.8.0/packages/gatsby-transformer-toml) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-toml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.9.0-next.0...gatsby-transformer-toml@2.10.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-toml +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.8.0-next.0...gatsby-transformer-toml@2.9.0-next.0) (2020-12-10) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.7.0/packages/gatsby-transformer-toml) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-toml -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.7.0-next.0...gatsby-transformer-toml@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.6.0/packages/gatsby-transformer-toml) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-toml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.6.0-next.0...gatsby-transformer-toml@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-toml +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-toml@2.5.0/packages/gatsby-transformer-toml) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.5.0-next.0...gatsby-transformer-toml@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-toml + + ## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.4.16...gatsby-transformer-toml@2.4.17) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index 53713032cae61..452a9260d92e8 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/CHANGELOG.md @@ -1,134 +1,150 @@ -# Change Log +# Changelog: `gatsby-transformer-xml` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.3...gatsby-transformer-xml@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.12.0/packages/gatsby-transformer-xml) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-xml - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.2...gatsby-transformer-xml@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-xml +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.1...gatsby-transformer-xml@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-xml +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.11.0/packages/gatsby-transformer-xml) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.0...gatsby-transformer-xml@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-xml -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.11.0-next.0...gatsby-transformer-xml@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.10.0/packages/gatsby-transformer-xml) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-xml - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.10.0-next.1...gatsby-transformer-xml@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-transformer-xml +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.10.0-next.0...gatsby-transformer-xml@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-xml +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.9.0/packages/gatsby-transformer-xml) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.9.0-next.0...gatsby-transformer-xml@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-xml -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.8.0-next.1...gatsby-transformer-xml@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.8.0/packages/gatsby-transformer-xml) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-xml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.8.0-next.0...gatsby-transformer-xml@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-xml +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.7.0-next.2...gatsby-transformer-xml@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.7.1/packages/gatsby-transformer-xml) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-xml +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.7.0-next.1...gatsby-transformer-xml@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-xml +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.7.0/packages/gatsby-transformer-xml) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.7.0-next.0...gatsby-transformer-xml@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-xml +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.6.0-next.0...gatsby-transformer-xml@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-xml +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.6.0/packages/gatsby-transformer-xml) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.5.0-next.0...gatsby-transformer-xml@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-xml -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.4.0-next.0...gatsby-transformer-xml@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.5.0/packages/gatsby-transformer-xml) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-xml -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.3.0-next.1...gatsby-transformer-xml@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.4.0/packages/gatsby-transformer-xml) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-xml -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.3.0-next.0...gatsby-transformer-xml@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.3.0/packages/gatsby-transformer-xml) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-xml -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.2.0-next.0...gatsby-transformer-xml@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.2.0/packages/gatsby-transformer-xml) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-xml -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.1.0-next.2...gatsby-transformer-xml@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.1.0/packages/gatsby-transformer-xml) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-xml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.1.0-next.1...gatsby-transformer-xml@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@3.0.0/packages/gatsby-transformer-xml) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.1.0-next.0...gatsby-transformer-xml@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-xml -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.0.0-next.0...gatsby-transformer-xml@3.1.0-next.0) (2021-02-26) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.10.0/packages/gatsby-transformer-xml) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-xml -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.11.0-next.0...gatsby-transformer-xml@3.0.0-next.0) (2021-02-05) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.9.0/packages/gatsby-transformer-xml) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-xml -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.10.0-next.0...gatsby-transformer-xml@2.11.0-next.0) (2021-01-28) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.8.0/packages/gatsby-transformer-xml) (2021-01-06) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) **Note:** Version bump only for package gatsby-transformer-xml -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.9.0-next.0...gatsby-transformer-xml@2.10.0-next.0) (2021-01-18) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.7.0/packages/gatsby-transformer-xml) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-xml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.8.0-next.0...gatsby-transformer-xml@2.9.0-next.0) (2020-12-29) +#### Chores -**Note:** Version bump only for package gatsby-transformer-xml +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.7.0-next.0...gatsby-transformer-xml@2.8.0-next.0) (2020-12-10) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.6.0/packages/gatsby-transformer-xml) (2020-12-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-xml -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.6.0-next.0...gatsby-transformer-xml@2.7.0-next.0) (2020-11-26) +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.5.0/packages/gatsby-transformer-xml) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-xml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.5.0-next.0...gatsby-transformer-xml@2.6.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-xml +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-xml@2.4.0/packages/gatsby-transformer-xml) (2020-11-12) -# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.4.0-next.0...gatsby-transformer-xml@2.4.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-xml + + ## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.3.14...gatsby-transformer-xml@2.3.15) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index 2190a339c26fa..9f216c439a804 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/CHANGELOG.md @@ -1,140 +1,152 @@ -# Change Log +# Changelog: `gatsby-transformer-yaml` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.3...gatsby-transformer-yaml@3.13.0-next.0) (2021-08-12) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.12.0/packages/gatsby-transformer-yaml) (2021-08-18) -**Note:** Version bump only for package gatsby-transformer-yaml - -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.2...gatsby-transformer-yaml@3.12.0-next.3) (2021-08-09) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -**Note:** Version bump only for package gatsby-transformer-yaml +#### Chores -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.1...gatsby-transformer-yaml@3.12.0-next.2) (2021-08-05) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -**Note:** Version bump only for package gatsby-transformer-yaml +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.11.0/packages/gatsby-transformer-yaml) (2021-08-04) -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.0...gatsby-transformer-yaml@3.12.0-next.1) (2021-08-05) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.11.0-next.0...gatsby-transformer-yaml@3.12.0-next.0) (2021-07-29) +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.10.0/packages/gatsby-transformer-yaml) (2021-07-20) -**Note:** Version bump only for package gatsby-transformer-yaml - -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.10.0-next.1...gatsby-transformer-yaml@3.11.0-next.0) (2021-07-15) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -**Note:** Version bump only for package gatsby-transformer-yaml +#### Chores -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.10.0-next.0...gatsby-transformer-yaml@3.10.0-next.1) (2021-07-08) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -**Note:** Version bump only for package gatsby-transformer-yaml +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.9.0/packages/gatsby-transformer-yaml) (2021-07-07) -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.9.0-next.0...gatsby-transformer-yaml@3.10.0-next.0) (2021-07-01) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.8.0-next.1...gatsby-transformer-yaml@3.9.0-next.0) (2021-06-18) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.8.0/packages/gatsby-transformer-yaml) (2021-06-23) -**Note:** Version bump only for package gatsby-transformer-yaml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.8.0-next.0...gatsby-transformer-yaml@3.8.0-next.1) (2021-06-10) +#### Chores -**Note:** Version bump only for package gatsby-transformer-yaml +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.7.0-next.2...gatsby-transformer-yaml@3.8.0-next.0) (2021-06-03) +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.7.1/packages/gatsby-transformer-yaml) (2021-06-10) -**Note:** Version bump only for package gatsby-transformer-yaml +#### Chores -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.7.0-next.1...gatsby-transformer-yaml@3.7.0-next.2) (2021-06-02) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -**Note:** Version bump only for package gatsby-transformer-yaml +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.7.0/packages/gatsby-transformer-yaml) (2021-06-09) -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.7.0-next.0...gatsby-transformer-yaml@3.7.0-next.1) (2021-05-31) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby-transformer-yaml +#### Chores -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.6.0-next.0...gatsby-transformer-yaml@3.7.0-next.0) (2021-05-21) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) -**Note:** Version bump only for package gatsby-transformer-yaml +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.6.0/packages/gatsby-transformer-yaml) (2021-05-25) -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.5.0-next.0...gatsby-transformer-yaml@3.6.0-next.0) (2021-05-06) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.4.0-next.0...gatsby-transformer-yaml@3.5.0-next.0) (2021-04-23) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.5.0/packages/gatsby-transformer-yaml) (2021-05-12) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.3.0-next.1...gatsby-transformer-yaml@3.4.0-next.0) (2021-04-09) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.4.0/packages/gatsby-transformer-yaml) (2021-04-28) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.3.0-next.0...gatsby-transformer-yaml@3.3.0-next.1) (2021-04-07) +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.3.0/packages/gatsby-transformer-yaml) (2021-04-14) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.2.0-next.0...gatsby-transformer-yaml@3.3.0-next.0) (2021-03-25) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.2.0/packages/gatsby-transformer-yaml) (2021-03-30) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.1.0-next.2...gatsby-transformer-yaml@3.2.0-next.0) (2021-03-11) +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.1.0/packages/gatsby-transformer-yaml) (2021-03-16) -**Note:** Version bump only for package gatsby-transformer-yaml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.1.0-next.1...gatsby-transformer-yaml@3.1.0-next.2) (2021-03-10) +#### Bug Fixes -### Bug Fixes +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@3.0.0/packages/gatsby-transformer-yaml) (2021-03-02) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.1.0-next.0...gatsby-transformer-yaml@3.1.0-next.1) (2021-02-26) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.0.0-next.0...gatsby-transformer-yaml@3.1.0-next.0) (2021-02-26) +## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.11.0/packages/gatsby-transformer-yaml) (2021-02-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) **Note:** Version bump only for package gatsby-transformer-yaml -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.12.0-next.0...gatsby-transformer-yaml@3.0.0-next.0) (2021-02-05) +## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.10.0/packages/gatsby-transformer-yaml) (2021-01-20) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) **Note:** Version bump only for package gatsby-transformer-yaml -# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.11.0-next.0...gatsby-transformer-yaml@2.12.0-next.0) (2021-01-28) +## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.9.0/packages/gatsby-transformer-yaml) (2021-01-06) -**Note:** Version bump only for package gatsby-transformer-yaml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.10.0-next.0...gatsby-transformer-yaml@2.11.0-next.0) (2021-01-18) +#### Bug Fixes -**Note:** Version bump only for package gatsby-transformer-yaml +- update minor and patch for gatsby-transformer-yaml [#28602](https://github.com/gatsbyjs/gatsby/issues/28602) ([08aa940](https://github.com/gatsbyjs/gatsby/commit/08aa9402f0c112cc58e0ab7ba47b1c22ed134d6c)) -# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.9.0-next.1...gatsby-transformer-yaml@2.10.0-next.0) (2020-12-29) +## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.8.0/packages/gatsby-transformer-yaml) (2020-12-15) -**Note:** Version bump only for package gatsby-transformer-yaml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.9.0-next.0...gatsby-transformer-yaml@2.9.0-next.1) (2020-12-17) +#### Chores -### Bug Fixes +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) -- **deps:** update minor and patch for gatsby-transformer-yaml ([#28602](https://github.com/gatsbyjs/gatsby/issues/28602)) ([08aa940](https://github.com/gatsbyjs/gatsby/commit/08aa9402f0c112cc58e0ab7ba47b1c22ed134d6c)) +## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.7.0/packages/gatsby-transformer-yaml) (2020-12-02) -# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.8.0-next.0...gatsby-transformer-yaml@2.9.0-next.0) (2020-12-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) **Note:** Version bump only for package gatsby-transformer-yaml -# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.7.0-next.0...gatsby-transformer-yaml@2.8.0-next.0) (2020-11-26) +## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.6.0/packages/gatsby-transformer-yaml) (2020-11-20) -**Note:** Version bump only for package gatsby-transformer-yaml +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.6.0-next.0...gatsby-transformer-yaml@2.7.0-next.0) (2020-11-18) +#### Chores -**Note:** Version bump only for package gatsby-transformer-yaml +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) + +## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@2.5.0/packages/gatsby-transformer-yaml) (2020-11-12) -# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.5.0-next.0...gatsby-transformer-yaml@2.5.0-next.1) (2020-11-10) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) **Note:** Version bump only for package gatsby-transformer-yaml + + ## [2.4.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.4.14...gatsby-transformer-yaml@2.4.15) (2020-10-20) ### Performance Improvements diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index 158c3cec55802..977869054fceb 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/CHANGELOG.md @@ -1,58 +1,40 @@ -# Change Log +# Changelog: `gatsby-worker` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.3...gatsby-worker@0.4.0-next.0) (2021-08-12) +## [0.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@0.3.0/packages/gatsby-worker) (2021-08-18) -**Note:** Version bump only for package gatsby-worker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.2...gatsby-worker@0.3.0-next.3) (2021-08-09) +#### Chores -**Note:** Version bump only for package gatsby-worker +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.1...gatsby-worker@0.3.0-next.2) (2021-08-05) +## [0.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@0.2.0/packages/gatsby-worker) (2021-08-04) -**Note:** Version bump only for package gatsby-worker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.0...gatsby-worker@0.3.0-next.1) (2021-08-05) +#### Bug Fixes -**Note:** Version bump only for package gatsby-worker +- merge data deps state instead of replaying actions [#32440](https://github.com/gatsbyjs/gatsby/issues/32440) ([fd1d8cc](https://github.com/gatsbyjs/gatsby/commit/fd1d8ccc8dd27c316d24f91475a24702d228910c)) -# [0.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.2.0-next.1...gatsby-worker@0.3.0-next.0) (2021-07-29) +## [0.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@0.1.0/packages/gatsby-worker) (2021-07-20) -**Note:** Version bump only for package gatsby-worker +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [0.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.2.0-next.0...gatsby-worker@0.2.0-next.1) (2021-07-23) +#### Features -### Bug Fixes +- restart worker pool after query running in workers [#32365](https://github.com/gatsbyjs/gatsby/issues/32365) ([b9236e1](https://github.com/gatsbyjs/gatsby/commit/b9236e16aac8c889c526571738c716cfb520043d)) +- add messaging api [#32159](https://github.com/gatsbyjs/gatsby/issues/32159) ([5a93e74](https://github.com/gatsbyjs/gatsby/commit/5a93e7485b2718b44a59e595c5b1e896fe9802cb)) -- **gatsby:** merge data deps state instead of replaying actions ([#32440](https://github.com/gatsbyjs/gatsby/issues/32440)) ([fd1d8cc](https://github.com/gatsbyjs/gatsby/commit/fd1d8ccc8dd27c316d24f91475a24702d228910c)) +#### Bug Fixes -# [0.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.3...gatsby-worker@0.2.0-next.0) (2021-07-15) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -**Note:** Version bump only for package gatsby-worker +#### Chores -# [0.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.2...gatsby-worker@0.1.0-next.3) (2021-07-14) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) -### Features - -- **gatsby:** restart worker pool after query running in workers ([#32365](https://github.com/gatsbyjs/gatsby/issues/32365)) ([b9236e1](https://github.com/gatsbyjs/gatsby/commit/b9236e16aac8c889c526571738c716cfb520043d)) - -# [0.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.1...gatsby-worker@0.1.0-next.2) (2021-07-08) - -### Bug Fixes - -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) - -# [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.1.0-next.0...gatsby-worker@0.1.0-next.1) (2021-07-02) - -### Features - -- **gatsby-worker:** add messaging api ([#32159](https://github.com/gatsbyjs/gatsby/issues/32159)) ([5a93e74](https://github.com/gatsbyjs/gatsby/commit/5a93e7485b2718b44a59e595c5b1e896fe9802cb)) - -# 0.1.0-next.0 (2021-07-01) - -### Features - -- worker pool that can execute tasks on all workers ([#32120](https://github.com/gatsbyjs/gatsby/issues/32120)) ([a82f6db](https://github.com/gatsbyjs/gatsby/commit/a82f6dbe354f2e82a5d944727622ddb0bb44e05d)) + diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index ee41c09dbe9f4..99a0455221616 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -1,1010 +1,1211 @@ -# Change Log +# Changelog: `gatsby` All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.13.0-next.2...gatsby@3.13.0-next.3) (2021-08-25) +## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.12.0/packages/gatsby) (2021-08-18) -### Bug Fixes - -- **gatsby:** add react-com as devDep ([#32865](https://github.com/gatsbyjs/gatsby/issues/32865)) ([d81c9e1](https://github.com/gatsbyjs/gatsby/commit/d81c9e1bf0892be990973d80948f9a0b9a7f4037)) - -### Features - -- **gatsby-core-utils:** Move page-data & HTML utils to package ([#32861](https://github.com/gatsbyjs/gatsby/issues/32861)) ([114e3d3](https://github.com/gatsbyjs/gatsby/commit/114e3d39695bd96b8c477a413f5927317a19b4cb)) - -# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.13.0-next.1...gatsby@3.13.0-next.2) (2021-08-20) - -### Bug Fixes - -- **gatsby:** Correct server type ([#32853](https://github.com/gatsbyjs/gatsby/issues/32853)) ([85faee3](https://github.com/gatsbyjs/gatsby/commit/85faee335497e1a7eab58fbd15d4c14531b021b8)) - -### Features - -- **gatsby:** add node manifest page data digest ([#32837](https://github.com/gatsbyjs/gatsby/issues/32837)) ([c991ab4](https://github.com/gatsbyjs/gatsby/commit/c991ab44e5aa2f040bf336e15ce9cc02baf3f589)) - -# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.13.0-next.0...gatsby@3.13.0-next.1) (2021-08-19) - -### Bug Fixes - -- **gatsby:** Hashes and anchors in redirects also work in production ([#32850](https://github.com/gatsbyjs/gatsby/issues/32850)) ([0654800](https://github.com/gatsbyjs/gatsby/commit/0654800d550b6dfaa41d9598842887eb15167ec7)) -- **gatsby:** Remove `removeDimensions` from svgo config ([#32834](https://github.com/gatsbyjs/gatsby/issues/32834)) ([09679a1](https://github.com/gatsbyjs/gatsby/commit/09679a1d1a6cd745591304d069b0266a4b8f5bbf)) - -### Features - -- **gatsby:** Add `defer` to createPage ([#32783](https://github.com/gatsbyjs/gatsby/issues/32783)) ([58d5a2c](https://github.com/gatsbyjs/gatsby/commit/58d5a2c6955f1263dd5f2b28369a9c177485d36a)) -- **gatsby:** Opt in 20% of users to webpack dev server caching ([#32829](https://github.com/gatsbyjs/gatsby/issues/32829)) ([51b8420](https://github.com/gatsbyjs/gatsby/commit/51b8420dd45c42aab1e8da490548eabeaeed67a1)) - -# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.3...gatsby@3.13.0-next.0) (2021-08-12) - -### Bug Fixes - -- **gatsby:** reduce parse cost writing page-data ([#32763](https://github.com/gatsbyjs/gatsby/issues/32763)) ([b97782f](https://github.com/gatsbyjs/gatsby/commit/b97782f35c92a2c51fdd5c997a0ac3fe45cf2524)) -- **gatsby:** Wrap performance mark in check ([#32778](https://github.com/gatsbyjs/gatsby/issues/32778)) ([365d00b](https://github.com/gatsbyjs/gatsby/commit/365d00b2ee413ef38f56ba4262304865ecd4256e)) - -### Features - -- **gatsby:** measure how long GraphQL takes to run in createPages and warn if > 10s ([#32751](https://github.com/gatsbyjs/gatsby/issues/32751)) ([8bd7cf0](https://github.com/gatsbyjs/gatsby/commit/8bd7cf06a0f0bea14c376b8c0daca8856baf6db6)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12) -# [3.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.2...gatsby@3.12.0-next.3) (2021-08-09) +#### Features -### Bug Fixes - -- **gatsby:** fix incorrect filtering with experimental LMDB indexes ([#32728](https://github.com/gatsbyjs/gatsby/issues/32728)) ([9b456cd](https://github.com/gatsbyjs/gatsby/commit/9b456cd1d9fdf8096d12fd367e679d815e08b6cf)) -- **gatsby:** fix node manifest processing in inc builds ([#32538](https://github.com/gatsbyjs/gatsby/issues/32538)) ([1577f9b](https://github.com/gatsbyjs/gatsby/commit/1577f9b0ab9909cdc4dfe0acca2dbbae89418ad5)) -- **gatsby:** Silence process.send Error ([#32744](https://github.com/gatsbyjs/gatsby/issues/32744)) ([5d7831d](https://github.com/gatsbyjs/gatsby/commit/5d7831d949b3352b7bb39718072b75102707ad99)) -- **gatsby:** Worker support in fast-refresh-module ([#32432](https://github.com/gatsbyjs/gatsby/issues/32432)) ([6daead6](https://github.com/gatsbyjs/gatsby/commit/6daead63ce02c21690a48cdd531fdb2761628703)) +- Opt in 20% of users to webpack dev server caching [#32829](https://github.com/gatsbyjs/gatsby/issues/32829) [#32839](https://github.com/gatsbyjs/gatsby/issues/32839) ([a0e2a77](https://github.com/gatsbyjs/gatsby/commit/a0e2a77f07731bac63bb8b8a07a30ab422ed7c53)) +- measure how long GraphQL takes to run in createPages and warn if > 10s [#32751](https://github.com/gatsbyjs/gatsby/issues/32751) ([8bd7cf0](https://github.com/gatsbyjs/gatsby/commit/8bd7cf06a0f0bea14c376b8c0daca8856baf6db6)) +- add env flag to disable lazy function compilation in develop [#32707](https://github.com/gatsbyjs/gatsby/issues/32707) ([ed04979](https://github.com/gatsbyjs/gatsby/commit/ed04979ed66219ed9f5f07a5b859f07217d32393)) +- write node manifests to public dir instead of .cache [#32547](https://github.com/gatsbyjs/gatsby/issues/32547) ([9c41b7a](https://github.com/gatsbyjs/gatsby/commit/9c41b7a90e97d971049dd9b5d296a37ca8912fa8)) +- allow sites to disable the dev 404 page [#32686](https://github.com/gatsbyjs/gatsby/issues/32686) ([af5525e](https://github.com/gatsbyjs/gatsby/commit/af5525e59cbc8052ccac1c646ef12a0c5d9843bf)) -### Features +#### Bug Fixes -- **gatsby:** add env flag to disable lazy function compilation in develop ([#32707](https://github.com/gatsbyjs/gatsby/issues/32707)) ([ed04979](https://github.com/gatsbyjs/gatsby/commit/ed04979ed66219ed9f5f07a5b859f07217d32393)) -- **gatsby:** write node manifests to public dir instead of .cache ([#32547](https://github.com/gatsbyjs/gatsby/issues/32547)) ([9c41b7a](https://github.com/gatsbyjs/gatsby/commit/9c41b7a90e97d971049dd9b5d296a37ca8912fa8)) +- reduce parse cost writing page-data [#32763](https://github.com/gatsbyjs/gatsby/issues/32763) ([b97782f](https://github.com/gatsbyjs/gatsby/commit/b97782f35c92a2c51fdd5c997a0ac3fe45cf2524)) +- Wrap performance mark in check [#32778](https://github.com/gatsbyjs/gatsby/issues/32778) ([365d00b](https://github.com/gatsbyjs/gatsby/commit/365d00b2ee413ef38f56ba4262304865ecd4256e)) +- fix "Couldn't find temp query result for X." errors when using LMDB_STORE fix [#32757](https://github.com/gatsbyjs/gatsby/issues/32757) ([d5715c6](https://github.com/gatsbyjs/gatsby/commit/d5715c63c8c638ad58d78ea394f683e5fc7b93ef)) +- fix incorrect filtering with experimental LMDB indexes fix [#32728](https://github.com/gatsbyjs/gatsby/issues/32728) ([9b456cd](https://github.com/gatsbyjs/gatsby/commit/9b456cd1d9fdf8096d12fd367e679d815e08b6cf)) +- Silence process.send Error [#32744](https://github.com/gatsbyjs/gatsby/issues/32744) ([5d7831d](https://github.com/gatsbyjs/gatsby/commit/5d7831d949b3352b7bb39718072b75102707ad99)) +- Worker support in fast-refresh-module [#32432](https://github.com/gatsbyjs/gatsby/issues/32432) ([6daead6](https://github.com/gatsbyjs/gatsby/commit/6daead63ce02c21690a48cdd531fdb2761628703)) +- fix node manifest processing in inc builds fix [#32538](https://github.com/gatsbyjs/gatsby/issues/32538) ([1577f9b](https://github.com/gatsbyjs/gatsby/commit/1577f9b0ab9909cdc4dfe0acca2dbbae89418ad5)) +- update dependency eslint-webpack-plugin to ^2.5.4 [#32583](https://github.com/gatsbyjs/gatsby/issues/32583) ([170e58b](https://github.com/gatsbyjs/gatsby/commit/170e58b1ea30e3ee9927e9ef61be9c0c629b9534)) +- update dependency mini-css-extract-plugin to v1.6.2 [#32586](https://github.com/gatsbyjs/gatsby/issues/32586) ([6c6d4e5](https://github.com/gatsbyjs/gatsby/commit/6c6d4e501764614ad737c88ba5810b6fbbcbff68)) +- update dependency eslint to ^7.32.0 [#32628](https://github.com/gatsbyjs/gatsby/issues/32628) ([65fe945](https://github.com/gatsbyjs/gatsby/commit/65fe94547e0892b3978a7c7376ff1297acb0144f)) +- clarify redirectInBrowser option [#32669](https://github.com/gatsbyjs/gatsby/issues/32669) ([774e680](https://github.com/gatsbyjs/gatsby/commit/774e680e186f3ac0928a7b178d395d64b7d8a4e9)) +- update dependency eslint-plugin-import to ^2.23.4 [#32581](https://github.com/gatsbyjs/gatsby/issues/32581) ([769e98f](https://github.com/gatsbyjs/gatsby/commit/769e98f3dbcdbededfa1909d86aad83050a291c7)) +- update dependency eslint-plugin-react to ^7.24.0 [#32582](https://github.com/gatsbyjs/gatsby/issues/32582) ([de676bc](https://github.com/gatsbyjs/gatsby/commit/de676bc45d4196c78bf88e91346625ef80e93545)) +- update dependency eslint-plugin-flowtype to ^5.8.2 [#32629](https://github.com/gatsbyjs/gatsby/issues/32629) ([4391f05](https://github.com/gatsbyjs/gatsby/commit/4391f05bcae65c36820c3407f09df668dacc692e)) +- update dependency chalk to ^4.1.2 [#32576](https://github.com/gatsbyjs/gatsby/issues/32576) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) +- load page and static queries texts in PQR only once per worker [#32545](https://github.com/gatsbyjs/gatsby/issues/32545) ([bbec42b](https://github.com/gatsbyjs/gatsby/commit/bbec42bd599dfbed4c7a4728f50b3c9fba5f903c)) -# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.1...gatsby@3.12.0-next.2) (2021-08-05) +#### Chores -**Note:** Version bump only for package gatsby - -# [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.0...gatsby@3.12.0-next.1) (2021-08-05) - -### Bug Fixes +- Improved getSavedScrollPosition API desc [#32765](https://github.com/gatsbyjs/gatsby/issues/32765) ([7de2769](https://github.com/gatsbyjs/gatsby/commit/7de27693890ea19466911a663dc4f8ca47b879f4)) +- update formatting & linting [#32626](https://github.com/gatsbyjs/gatsby/issues/32626) ([4a765b5](https://github.com/gatsbyjs/gatsby/commit/4a765b5c62208d58f0bd7fd59558160c0b9feed3)) +- fix typo in string enum member fix [#32721](https://github.com/gatsbyjs/gatsby/issues/32721) ([2502250](https://github.com/gatsbyjs/gatsby/commit/2502250a4849053085286f9abceff59f78c662dd)) +- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf)) -- **deps:** update dependency chalk to ^4.1.2 ([#32576](https://github.com/gatsbyjs/gatsby/issues/32576)) ([5c4e109](https://github.com/gatsbyjs/gatsby/commit/5c4e109313cd1b59f814332fdb4dfdcaf1faed1a)) -- **deps:** update dependency eslint to ^7.32.0 ([#32628](https://github.com/gatsbyjs/gatsby/issues/32628)) ([65fe945](https://github.com/gatsbyjs/gatsby/commit/65fe94547e0892b3978a7c7376ff1297acb0144f)) -- **deps:** update dependency eslint-plugin-flowtype to ^5.8.2 ([#32629](https://github.com/gatsbyjs/gatsby/issues/32629)) ([4391f05](https://github.com/gatsbyjs/gatsby/commit/4391f05bcae65c36820c3407f09df668dacc692e)) -- **deps:** update dependency eslint-plugin-import to ^2.23.4 ([#32581](https://github.com/gatsbyjs/gatsby/issues/32581)) ([769e98f](https://github.com/gatsbyjs/gatsby/commit/769e98f3dbcdbededfa1909d86aad83050a291c7)) -- **deps:** update dependency eslint-plugin-react to ^7.24.0 ([#32582](https://github.com/gatsbyjs/gatsby/issues/32582)) ([de676bc](https://github.com/gatsbyjs/gatsby/commit/de676bc45d4196c78bf88e91346625ef80e93545)) -- **deps:** update dependency eslint-webpack-plugin to ^2.5.4 ([#32583](https://github.com/gatsbyjs/gatsby/issues/32583)) ([170e58b](https://github.com/gatsbyjs/gatsby/commit/170e58b1ea30e3ee9927e9ef61be9c0c629b9534)) -- **deps:** update dependency mini-css-extract-plugin to v1.6.2 ([#32586](https://github.com/gatsbyjs/gatsby/issues/32586)) ([6c6d4e5](https://github.com/gatsbyjs/gatsby/commit/6c6d4e501764614ad737c88ba5810b6fbbcbff68)) -- **docs:** clarify redirectInBrowser option ([#32669](https://github.com/gatsbyjs/gatsby/issues/32669)) ([774e680](https://github.com/gatsbyjs/gatsby/commit/774e680e186f3ac0928a7b178d395d64b7d8a4e9)) -- **gatsby:** load page and static queries texts in PQR only once per worker ([#32545](https://github.com/gatsbyjs/gatsby/issues/32545)) ([bbec42b](https://github.com/gatsbyjs/gatsby/commit/bbec42bd599dfbed4c7a4728f50b3c9fba5f903c)) - -### Features - -- **gatsby:** allow sites to disable the dev 404 page ([#32686](https://github.com/gatsbyjs/gatsby/issues/32686)) ([af5525e](https://github.com/gatsbyjs/gatsby/commit/af5525e59cbc8052ccac1c646ef12a0c5d9843bf)) - -# [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.6...gatsby@3.12.0-next.0) (2021-07-29) - -### Bug Fixes +### [3.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.11.1/packages/gatsby) (2021-08-09) -- **gatsby:** correct results for multiple range filters with indexes ([#32406](https://github.com/gatsbyjs/gatsby/issues/32406)) ([9b42793](https://github.com/gatsbyjs/gatsby/commit/9b427936752ec0b107b36331f444366987355fbb)) +#### Features -# [3.11.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.5...gatsby@3.11.0-next.6) (2021-07-27) +- allow sites to disable the dev 404 page [#32686](https://github.com/gatsbyjs/gatsby/issues/32686) [#32745](https://github.com/gatsbyjs/gatsby/issues/32745) ([54d3315](https://github.com/gatsbyjs/gatsby/commit/54d3315560041883e010b91610b1597a2a2466ec)) -### Bug Fixes +#### Bug Fixes -- **gatsby:** PQR - Wait for Jobs to be Completed before restarting ([#32520](https://github.com/gatsbyjs/gatsby/issues/32520)) ([50a3eec](https://github.com/gatsbyjs/gatsby/commit/50a3eecc96f744498b1f6be03f0ba11e85326f39)) +- Silence process.send Error [#32744](https://github.com/gatsbyjs/gatsby/issues/32744) [#32747](https://github.com/gatsbyjs/gatsby/issues/32747) ([ac7c641](https://github.com/gatsbyjs/gatsby/commit/ac7c6410d168dd892739cda56e7e4d0e67b2fad3)) -# [3.11.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.4...gatsby@3.11.0-next.5) (2021-07-26) +## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.11.0/packages/gatsby) (2021-08-04) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) -- **gatsby:** correct pagination logic ([#32496](https://github.com/gatsbyjs/gatsby/issues/32496)) ([2dbe647](https://github.com/gatsbyjs/gatsby/commit/2dbe6477d88bf6e0138f247dc9dda1bd67a2a613)), closes [#32319](https://github.com/gatsbyjs/gatsby/issues/32319) +#### Features -# [3.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.3...gatsby@3.11.0-next.4) (2021-07-23) +- store partial page-data results in lmdb [#32431](https://github.com/gatsbyjs/gatsby/issues/32431) ([7601014](https://github.com/gatsbyjs/gatsby/commit/76010147a007bb4b643f363a25cca8ac38c53cdf)) +- PQR: merge data dependencies from workers to the main process [#32305](https://github.com/gatsbyjs/gatsby/issues/32305) ([bdb9352](https://github.com/gatsbyjs/gatsby/commit/bdb9352bed68e384970c8bf152643304bc228dcf)) +- display message about unfit flags found in config [#32394](https://github.com/gatsbyjs/gatsby/issues/32394) ([7df39aa](https://github.com/gatsbyjs/gatsby/commit/7df39aa18809103cfabd403bb23a5b14b31028d7)) -### Bug Fixes +#### Bug Fixes -- **gatsby:** merge data deps state instead of replaying actions ([#32440](https://github.com/gatsbyjs/gatsby/issues/32440)) ([fd1d8cc](https://github.com/gatsbyjs/gatsby/commit/fd1d8ccc8dd27c316d24f91475a24702d228910c)) +- correct results for multiple range filters with indexes [#32406](https://github.com/gatsbyjs/gatsby/issues/32406) ([9b42793](https://github.com/gatsbyjs/gatsby/commit/9b427936752ec0b107b36331f444366987355fbb)) +- PQR - Wait for Jobs to be Completed before restarting [#32520](https://github.com/gatsbyjs/gatsby/issues/32520) ([50a3eec](https://github.com/gatsbyjs/gatsby/commit/50a3eecc96f744498b1f6be03f0ba11e85326f39)) +- correct pagination logic [#32496](https://github.com/gatsbyjs/gatsby/issues/32496) [#32319](https://github.com/gatsbyjs/gatsby/issues/32319) ([2dbe647](https://github.com/gatsbyjs/gatsby/commit/2dbe6477d88bf6e0138f247dc9dda1bd67a2a613)) +- merge data deps state instead of replaying actions [#32440](https://github.com/gatsbyjs/gatsby/issues/32440) ([fd1d8cc](https://github.com/gatsbyjs/gatsby/commit/fd1d8ccc8dd27c316d24f91475a24702d228910c)) +- Configurable PQR chunksize by env var [#32487](https://github.com/gatsbyjs/gatsby/issues/32487) ([33f9855](https://github.com/gatsbyjs/gatsby/commit/33f98555ba00d244a7f5deb6dffe2b9c4a41599f)) +- Add encoding option to GatsbyCacheLmdb [#32466](https://github.com/gatsbyjs/gatsby/issues/32466) ([f4a6525](https://github.com/gatsbyjs/gatsby/commit/f4a65256ba4d322fe8db1981797ecde858ef05bc)) +- expose ".del" function on lmdb cache [#32459](https://github.com/gatsbyjs/gatsby/issues/32459) ([e1a1396](https://github.com/gatsbyjs/gatsby/commit/e1a1396e1582a18047e2cefaeff0f57d61c0c83a)) +- Add `directory` to GatsbyCacheLmdb [#32391](https://github.com/gatsbyjs/gatsby/issues/32391) ([7480849](https://github.com/gatsbyjs/gatsby/commit/7480849844884d6ee9f7ce5108f8ca0fe4dc4d15)) +- handle errors thrown when importing html renderer [#32417](https://github.com/gatsbyjs/gatsby/issues/32417) ([b6f1272](https://github.com/gatsbyjs/gatsby/commit/b6f127248aa6126d6a186bd4ee1a49a98c9a239e)) +- fix createRoot on React 18 fix [#32378](https://github.com/gatsbyjs/gatsby/issues/32378) ([79b7b04](https://github.com/gatsbyjs/gatsby/commit/79b7b0407ddc6b53c2e86b0cdd16866283a928d2)) +- catch error from this.process.send [#32356](https://github.com/gatsbyjs/gatsby/issues/32356) ([99936a8](https://github.com/gatsbyjs/gatsby/commit/99936a8cb24a0bafe4794e6ceffc864e6e103bc7)) +- correct hasNextPage pagination info when resultOffset is provided [#32319](https://github.com/gatsbyjs/gatsby/issues/32319) ([9f8a580](https://github.com/gatsbyjs/gatsby/commit/9f8a580287ec3a4bf9696237e7e8ac49e2fc001c)) -# [3.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.2...gatsby@3.11.0-next.3) (2021-07-23) +### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.10.2/packages/gatsby) (2021-07-26) -### Bug Fixes +#### Bug Fixes -- **gatsby:** Configurable PQR chunksize by env var ([#32487](https://github.com/gatsbyjs/gatsby/issues/32487)) ([33f9855](https://github.com/gatsbyjs/gatsby/commit/33f98555ba00d244a7f5deb6dffe2b9c4a41599f)) +- correct pagination logic [#32496](https://github.com/gatsbyjs/gatsby/issues/32496) [#32507](https://github.com/gatsbyjs/gatsby/issues/32507) [#32319](https://github.com/gatsbyjs/gatsby/issues/32319) ([c6d370d](https://github.com/gatsbyjs/gatsby/commit/c6d370dbb4782b4a9851b202d231c6133fb12e4d)) -# [3.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.1...gatsby@3.11.0-next.2) (2021-07-22) +### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.10.1/packages/gatsby) (2021-07-21) -### Bug Fixes +#### Bug Fixes -- **gatsby:** Add encoding option to GatsbyCacheLmdb ([#32466](https://github.com/gatsbyjs/gatsby/issues/32466)) ([f4a6525](https://github.com/gatsbyjs/gatsby/commit/f4a65256ba4d322fe8db1981797ecde858ef05bc)) -- expose ".del" function on lmdb cache ([#32459](https://github.com/gatsbyjs/gatsby/issues/32459)) ([e1a1396](https://github.com/gatsbyjs/gatsby/commit/e1a1396e1582a18047e2cefaeff0f57d61c0c83a)) +- expose ".del" function on lmdb cache [#32459](https://github.com/gatsbyjs/gatsby/issues/32459) [#32464](https://github.com/gatsbyjs/gatsby/issues/32464) ([c01551e](https://github.com/gatsbyjs/gatsby/commit/c01551eb9e09cd8471daa1072e7dc99add89fea8)) -### Features +## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.10.0/packages/gatsby) (2021-07-20) -- store partial page-data results in lmdb ([#32431](https://github.com/gatsbyjs/gatsby/issues/32431)) ([7601014](https://github.com/gatsbyjs/gatsby/commit/76010147a007bb4b643f363a25cca8ac38c53cdf)) -- **gatsby:** display message about unfit flags found in config ([#32394](https://github.com/gatsbyjs/gatsby/issues/32394)) ([7df39aa](https://github.com/gatsbyjs/gatsby/commit/7df39aa18809103cfabd403bb23a5b14b31028d7)) -- **gatsby:** PQR: merge data dependencies from workers to the main process ([#32305](https://github.com/gatsbyjs/gatsby/issues/32305)) ([bdb9352](https://github.com/gatsbyjs/gatsby/commit/bdb9352bed68e384970c8bf152643304bc228dcf)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10) -# [3.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.0...gatsby@3.11.0-next.1) (2021-07-19) +#### Features -### Bug Fixes +- PQR: merge data dependencies from workers to the main process [#32305](https://github.com/gatsbyjs/gatsby/issues/32305) [#32438](https://github.com/gatsbyjs/gatsby/issues/32438) ([5982a17](https://github.com/gatsbyjs/gatsby/commit/5982a1781cf675f4e74920233424f5f39ce87630)) +- display message about unfit flags found in config [#32394](https://github.com/gatsbyjs/gatsby/issues/32394) [#32424](https://github.com/gatsbyjs/gatsby/issues/32424) ([7499b22](https://github.com/gatsbyjs/gatsby/commit/7499b2239684eeeefbbf9ce4430fc8c56239dbe8)) +- Add webpack fs caching for development flag [#32264](https://github.com/gatsbyjs/gatsby/issues/32264) ([4f9a724](https://github.com/gatsbyjs/gatsby/commit/4f9a724b91ce35b0232952023eaecb8db448719d)) +- Add cache-lmdb implementation [#32373](https://github.com/gatsbyjs/gatsby/issues/32373) ([7897834](https://github.com/gatsbyjs/gatsby/commit/789783410878d562f1499c1915155135ac258d82)) +- restart worker pool after query running in workers [#32365](https://github.com/gatsbyjs/gatsby/issues/32365) ([b9236e1](https://github.com/gatsbyjs/gatsby/commit/b9236e16aac8c889c526571738c716cfb520043d)) +- Track persistence time of save-state [#32192](https://github.com/gatsbyjs/gatsby/issues/32192) ([eef99cc](https://github.com/gatsbyjs/gatsby/commit/eef99cce69c537025882f352a14f32e8065c380e)) +- Redirect passes search & hash parameter to final URL [#32334](https://github.com/gatsbyjs/gatsby/issues/32334) ([46cbfec](https://github.com/gatsbyjs/gatsby/commit/46cbfecee7b864f725587cbba1c4421e386ef572)) +- add page data for failed page to logs [#32301](https://github.com/gatsbyjs/gatsby/issues/32301) ([ce0ae00](https://github.com/gatsbyjs/gatsby/commit/ce0ae00754b55d34d6b03981a3e689fb638d3a13)) +- experimental secondary indexes in lmdb [#32261](https://github.com/gatsbyjs/gatsby/issues/32261) ([54ed0c3](https://github.com/gatsbyjs/gatsby/commit/54ed0c301631450720e341a33ebc7ffce99e5528)) +- handle structured logs [#32289](https://github.com/gatsbyjs/gatsby/issues/32289) ([a4ab474](https://github.com/gatsbyjs/gatsby/commit/a4ab4749fb085fb1b3cfcc5927100c0487bb6b1e)) +- PQR worker saves queries state to disk [#32281](https://github.com/gatsbyjs/gatsby/issues/32281) ([2268d5a](https://github.com/gatsbyjs/gatsby/commit/2268d5ad273f47d031ff85c66f96899f4c42dda4)) +- Add PQR to bootstrap [#32187](https://github.com/gatsbyjs/gatsby/issues/32187) ([d58de3b](https://github.com/gatsbyjs/gatsby/commit/d58de3b53fb4a2d4deb1c4a0b014cb4d6f508a85)) +- forward jobs to main process from workers [#32162](https://github.com/gatsbyjs/gatsby/issues/32162) ([ef7eb19](https://github.com/gatsbyjs/gatsby/commit/ef7eb1952c30db2ad6c984bc23d639bd84e79bce)) +- swap createRoot to new hydrateRoot [#32181](https://github.com/gatsbyjs/gatsby/issues/32181) ([0d78669](https://github.com/gatsbyjs/gatsby/commit/0d786693d99e1f0a035ab5b985082ad8a4242baa)) +- enable async rendering with react 18 [#32188](https://github.com/gatsbyjs/gatsby/issues/32188) ([32e9b4a](https://github.com/gatsbyjs/gatsby/commit/32e9b4ab7d8a0fdac067a7130820a0766e4da74f)) +- enable replaceRenderer to be async [#32182](https://github.com/gatsbyjs/gatsby/issues/32182) ([d68148d](https://github.com/gatsbyjs/gatsby/commit/d68148d2c37f72f5561d9b730654c44ec3b137f8)) -- **gatsby:** Add `directory` to GatsbyCacheLmdb ([#32391](https://github.com/gatsbyjs/gatsby/issues/32391)) ([7480849](https://github.com/gatsbyjs/gatsby/commit/7480849844884d6ee9f7ce5108f8ca0fe4dc4d15)) -- **gatsby:** catch error from this.process.send ([#32356](https://github.com/gatsbyjs/gatsby/issues/32356)) ([99936a8](https://github.com/gatsbyjs/gatsby/commit/99936a8cb24a0bafe4794e6ceffc864e6e103bc7)) -- **gatsby:** correct hasNextPage pagination info when resultOffset is provided ([#32319](https://github.com/gatsbyjs/gatsby/issues/32319)) ([9f8a580](https://github.com/gatsbyjs/gatsby/commit/9f8a580287ec3a4bf9696237e7e8ac49e2fc001c)) -- **gatsby:** handle errors thrown when importing html renderer ([#32417](https://github.com/gatsbyjs/gatsby/issues/32417)) ([b6f1272](https://github.com/gatsbyjs/gatsby/commit/b6f127248aa6126d6a186bd4ee1a49a98c9a239e)) -- **gatsby,gatsby-plugin-image:** fix createRoot on React 18 ([#32378](https://github.com/gatsbyjs/gatsby/issues/32378)) ([79b7b04](https://github.com/gatsbyjs/gatsby/commit/79b7b0407ddc6b53c2e86b0cdd16866283a928d2)) +#### Bug Fixes -# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.7...gatsby@3.11.0-next.0) (2021-07-15) +- handle errors thrown when importing html renderer [#32417](https://github.com/gatsbyjs/gatsby/issues/32417) [#32423](https://github.com/gatsbyjs/gatsby/issues/32423) ([006788d](https://github.com/gatsbyjs/gatsby/commit/006788d5869ecbbad2a13f25986ad5c16b4cbe72)) +- Add `directory` to GatsbyCacheLmdb [#32391](https://github.com/gatsbyjs/gatsby/issues/32391) [#32421](https://github.com/gatsbyjs/gatsby/issues/32421) ([3d5bf37](https://github.com/gatsbyjs/gatsby/commit/3d5bf372f9a96332216a45038118fb4438c1e298)) +- fix createRoot on React 18 fix [#32378](https://github.com/gatsbyjs/gatsby/issues/32378) fix [#32420](https://github.com/gatsbyjs/gatsby/issues/32420) ([1b45c7b](https://github.com/gatsbyjs/gatsby/commit/1b45c7b462343d7d96b4ec8b10ec00a16360a84a)) +- catch error from this.process.send [#32356](https://github.com/gatsbyjs/gatsby/issues/32356) [#32387](https://github.com/gatsbyjs/gatsby/issues/32387) ([0ae10bf](https://github.com/gatsbyjs/gatsby/commit/0ae10bf5dc87202deddb6f197631a2acba7f1cab)) +- correct hasNextPage pagination info when resultOffset is provided [#32319](https://github.com/gatsbyjs/gatsby/issues/32319) [#32386](https://github.com/gatsbyjs/gatsby/issues/32386) ([ba0050a](https://github.com/gatsbyjs/gatsby/commit/ba0050a637824477f7666ebf0564dafd94976589)) +- shut down worker pool after html generation [#32366](https://github.com/gatsbyjs/gatsby/issues/32366) ([8cba0b9](https://github.com/gatsbyjs/gatsby/commit/8cba0b915cd0bd987675c4ed1839bbdaf39ae217)) +- Hide page/static queries activities for PQR [#32361](https://github.com/gatsbyjs/gatsby/issues/32361) ([d65de41](https://github.com/gatsbyjs/gatsby/commit/d65de413b8d0ad5720c46652936b44dda3f872c9)) +- Use shared gql runner in PQR workers [#32355](https://github.com/gatsbyjs/gatsby/issues/32355) ([f75c833](https://github.com/gatsbyjs/gatsby/commit/f75c8332aad031990e6ad0d68146b13782343b3b)) +- freeze the schema in workers [#32352](https://github.com/gatsbyjs/gatsby/issues/32352) ([8c9afc6](https://github.com/gatsbyjs/gatsby/commit/8c9afc648bda3770a06a6d5d440b15149c112bf1)) +- Pass search/hash to location after swUpdated [#32323](https://github.com/gatsbyjs/gatsby/issues/32323) ([636df42](https://github.com/gatsbyjs/gatsby/commit/636df42c8cc73c234c979aadfcd0265eb3a08174)) +- delay 'unstable_onPluginInit' lifecycle to after cache is initialized [#32307](https://github.com/gatsbyjs/gatsby/issues/32307) ([b348b7c](https://github.com/gatsbyjs/gatsby/commit/b348b7cb830be148af7d5bb9921d8e5bee3d498f)) +- Delete `.cache/worker` before each run [#32304](https://github.com/gatsbyjs/gatsby/issues/32304) ([8c9eb29](https://github.com/gatsbyjs/gatsby/commit/8c9eb292bdbb95f6bd2c60a1cc1526249366ebbe)) +- update dependency execa to v5 [#32232](https://github.com/gatsbyjs/gatsby/issues/32232) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) +- update dependency chalk to ^4.1.1 [#32250](https://github.com/gatsbyjs/gatsby/issues/32250) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) +- update typescript [#31152](https://github.com/gatsbyjs/gatsby/issues/31152) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) +- don't import from other package src (even just types) [#32234](https://github.com/gatsbyjs/gatsby/issues/32234) ([51af0b9](https://github.com/gatsbyjs/gatsby/commit/51af0b9bc6ae1ff374bb59ea0b5b6ec6270b38ee)) +- add fallback for resolveType [#32195](https://github.com/gatsbyjs/gatsby/issues/32195) ([dfef2fb](https://github.com/gatsbyjs/gatsby/commit/dfef2fbeb49b8ad5a7a7a178f28d9b1ce358d757)) -### Features +#### Chores -- **gatsby:** Add cache-lmdb implementation ([#32373](https://github.com/gatsbyjs/gatsby/issues/32373)) ([7897834](https://github.com/gatsbyjs/gatsby/commit/789783410878d562f1499c1915155135ac258d82)) -- **gatsby:** Add webpack fs caching for development flag ([#32264](https://github.com/gatsbyjs/gatsby/issues/32264)) ([4f9a724](https://github.com/gatsbyjs/gatsby/commit/4f9a724b91ce35b0232952023eaecb8db448719d)) +- Add PQR feature flag [#32347](https://github.com/gatsbyjs/gatsby/issues/32347) ([a6106f7](https://github.com/gatsbyjs/gatsby/commit/a6106f762069baf8b8b9a9d9230607b97e5e3171)) +- allow thunks to be dispatched [#32282](https://github.com/gatsbyjs/gatsby/issues/32282) ([cd4571c](https://github.com/gatsbyjs/gatsby/commit/cd4571cfd392db9332337761881a4b60af32468a)) +- update dependency graphql to ^15.5.1 [#32239](https://github.com/gatsbyjs/gatsby/issues/32239) ([fd6cdf8](https://github.com/gatsbyjs/gatsby/commit/fd6cdf8dd3a8464ca1ba13cccf4ed773acfeb1ca)) +- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a)) +- Update PostCSS to 8.3.5 and unfix the version fix [#32208](https://github.com/gatsbyjs/gatsby/issues/32208) ([c04b014](https://github.com/gatsbyjs/gatsby/commit/c04b0140a901f3b3f40171d6ef2723f4706c4596)) -# [3.10.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.6...gatsby@3.10.0-next.7) (2021-07-14) +#### Other Changes -### Bug Fixes +- Avoid UNHANDLED REJECTION error on ctrl-C [#32311](https://github.com/gatsbyjs/gatsby/issues/32311) ([48571ef](https://github.com/gatsbyjs/gatsby/commit/48571ef96fe5bf762ea059fdd33d2b909221df41)) -- **gatsby:** Hide page/static queries activities for PQR ([#32361](https://github.com/gatsbyjs/gatsby/issues/32361)) ([d65de41](https://github.com/gatsbyjs/gatsby/commit/d65de413b8d0ad5720c46652936b44dda3f872c9)) -- **gatsby:** shut down worker pool after html generation ([#32366](https://github.com/gatsbyjs/gatsby/issues/32366)) ([8cba0b9](https://github.com/gatsbyjs/gatsby/commit/8cba0b915cd0bd987675c4ed1839bbdaf39ae217)) +### [3.9.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.9.1/packages/gatsby) (2021-07-10) -### Features +#### Bug Fixes -- **gatsby:** restart worker pool after query running in workers ([#32365](https://github.com/gatsbyjs/gatsby/issues/32365)) ([b9236e1](https://github.com/gatsbyjs/gatsby/commit/b9236e16aac8c889c526571738c716cfb520043d)) +- delay 'unstable_onPluginInit' lifecycle to after cache is initialized [#32307](https://github.com/gatsbyjs/gatsby/issues/32307) [#32312](https://github.com/gatsbyjs/gatsby/issues/32312) ([36613fb](https://github.com/gatsbyjs/gatsby/commit/36613fba356c7929494edc3abf1ab954d3ec412a)) -# [3.10.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.5...gatsby@3.10.0-next.6) (2021-07-14) +## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.9.0/packages/gatsby) (2021-07-07) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) -- **gatsby:** freeze the schema in workers ([#32352](https://github.com/gatsbyjs/gatsby/issues/32352)) ([8c9afc6](https://github.com/gatsbyjs/gatsby/commit/8c9afc648bda3770a06a6d5d440b15149c112bf1)) -- **gatsby:** Use shared gql runner in PQR workers ([#32355](https://github.com/gatsbyjs/gatsby/issues/32355)) ([f75c833](https://github.com/gatsbyjs/gatsby/commit/f75c8332aad031990e6ad0d68146b13782343b3b)) +#### Features -### Features +- enable async rendering with react 18 [#32188](https://github.com/gatsbyjs/gatsby/issues/32188) [#32267](https://github.com/gatsbyjs/gatsby/issues/32267) ([33ee108](https://github.com/gatsbyjs/gatsby/commit/33ee10864eb11c088dbf3fc815c8b5af98595925)) +- enable replaceRenderer to be async [#32182](https://github.com/gatsbyjs/gatsby/issues/32182) [#32266](https://github.com/gatsbyjs/gatsby/issues/32266) ([d93f258](https://github.com/gatsbyjs/gatsby/commit/d93f25860f9fd15db484e6041636b1c63d9323cd)) +- worker pool that can execute tasks on all workers [#32120](https://github.com/gatsbyjs/gatsby/issues/32120) ([a82f6db](https://github.com/gatsbyjs/gatsby/commit/a82f6dbe354f2e82a5d944727622ddb0bb44e05d)) +- Prevent generation of polyfill bundle if not needed [#31993](https://github.com/gatsbyjs/gatsby/issues/31993) ([7d41a98](https://github.com/gatsbyjs/gatsby/commit/7d41a985669438e3504987968ed326eb2fd42bca)) +- Add activity for writing out page-data.json files to the public directory [#31987](https://github.com/gatsbyjs/gatsby/issues/31987) ([0be1025](https://github.com/gatsbyjs/gatsby/commit/0be10250a7c461efdc4e7a6b6bf261e245954d53)) +- add unstable_onPluginInit that would execute once in all processes [#31901](https://github.com/gatsbyjs/gatsby/issues/31901) ([2bf8c0d](https://github.com/gatsbyjs/gatsby/commit/2bf8c0d37fd6de3fbbbe7e543275cfd6d64ec9de)) +- PQR worker can run page queries [#32017](https://github.com/gatsbyjs/gatsby/issues/32017) ([44257b6](https://github.com/gatsbyjs/gatsby/commit/44257b636fe0cc4d4294673f9cb76f26b72f91b5)) +- enable webpack caching for all [#32018](https://github.com/gatsbyjs/gatsby/issues/32018) ([174d3f1](https://github.com/gatsbyjs/gatsby/commit/174d3f1496949a8751bd052ef365f901bbdde23b)) +- PQR worker can run static queries [#32000](https://github.com/gatsbyjs/gatsby/issues/32000) ([a6fd7b1](https://github.com/gatsbyjs/gatsby/commit/a6fd7b102480e3a9d74789e5181c8ad297641366)) +- PQR worker can create schema [#31919](https://github.com/gatsbyjs/gatsby/issues/31919) ([308eb94](https://github.com/gatsbyjs/gatsby/commit/308eb942f3264fd0c1579b553cc74d81f9219fff)) -- **gatsby:** Track persistence time of save-state ([#32192](https://github.com/gatsbyjs/gatsby/issues/32192)) ([eef99cc](https://github.com/gatsbyjs/gatsby/commit/eef99cce69c537025882f352a14f32e8065c380e)) +#### Bug Fixes -# [3.10.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.4...gatsby@3.10.0-next.5) (2021-07-13) +- add fallback for resolveType [#32195](https://github.com/gatsbyjs/gatsby/issues/32195) [#32265](https://github.com/gatsbyjs/gatsby/issues/32265) ([6bd5f9c](https://github.com/gatsbyjs/gatsby/commit/6bd5f9cb92311c7623f1b5a6a4328d1850e5a292)) +- update async requires in dev loader [#32189](https://github.com/gatsbyjs/gatsby/issues/32189) ([f4c5c48](https://github.com/gatsbyjs/gatsby/commit/f4c5c482ba5da626d4f7e2d592fdc4d43eb817ba)) +- leave `xmlns` element when optimizing SVGs [#32123](https://github.com/gatsbyjs/gatsby/issues/32123) ([27c01fc](https://github.com/gatsbyjs/gatsby/commit/27c01fcdb6a923986cf390a2bb5ac61b340a2865)) +- correct args type in createParentChildLink [#32139](https://github.com/gatsbyjs/gatsby/issues/32139) ([31828e4](https://github.com/gatsbyjs/gatsby/commit/31828e48fe1e5cd8fb2246440e3edb7d0a4ec779)) -### Bug Fixes +#### Refactoring -- **gatsby:** Pass search/hash to location after swUpdated ([#32323](https://github.com/gatsbyjs/gatsby/issues/32323)) ([636df42](https://github.com/gatsbyjs/gatsby/commit/636df42c8cc73c234c979aadfcd0265eb3a08174)) +- use GatsbyIterable + extract common tools for querying [#32172](https://github.com/gatsbyjs/gatsby/issues/32172) ([e5574c8](https://github.com/gatsbyjs/gatsby/commit/e5574c848f8bafa6675af74e9c216650d39245b9)) +- simplified materialization a bit [#31882](https://github.com/gatsbyjs/gatsby/issues/31882) ([4320072](https://github.com/gatsbyjs/gatsby/commit/43200722bbbfb011c1b96c6228cf3b6523f34c57)) +- refactor pagination in preparation to querying lmdb directly [#32135](https://github.com/gatsbyjs/gatsby/issues/32135) ([a2224ab](https://github.com/gatsbyjs/gatsby/commit/a2224abd0bda968b7b85decfe405c46f072459b3)) +- make it possible to start running job from internalJob [#32054](https://github.com/gatsbyjs/gatsby/issues/32054) ([12b5702](https://github.com/gatsbyjs/gatsby/commit/12b570202617a97295659c68d8a0df70a650c000)) -### Features +#### Chores -- **gatsby:** add page data for failed page to logs ([#32301](https://github.com/gatsbyjs/gatsby/issues/32301)) ([ce0ae00](https://github.com/gatsbyjs/gatsby/commit/ce0ae00754b55d34d6b03981a3e689fb638d3a13)) -- **gatsby:** Redirect passes search & hash parameter to final URL ([#32334](https://github.com/gatsbyjs/gatsby/issues/32334)) ([46cbfec](https://github.com/gatsbyjs/gatsby/commit/46cbfecee7b864f725587cbba1c4421e386ef572)) +- Bumped express-graphql to v0.12.0 [#31178](https://github.com/gatsbyjs/gatsby/issues/31178) ([cb374db](https://github.com/gatsbyjs/gatsby/commit/cb374db42de66d7aa5407d76b457d0d401421db7)) +- Migrate schema-composer.js to TS [#31998](https://github.com/gatsbyjs/gatsby/issues/31998) ([8837033](https://github.com/gatsbyjs/gatsby/commit/8837033bf1353e9e8af9d9a7127e8534a9ddce4d)) +- Flush more often with gatsby develop [#32015](https://github.com/gatsbyjs/gatsby/issues/32015) ([51804a0](https://github.com/gatsbyjs/gatsby/commit/51804a08f952231f54c1ebcb186437c6c00eaa6f)) +- update dependency graphql to ^15.5.0 [#31698](https://github.com/gatsbyjs/gatsby/issues/31698) ([a6a6f96](https://github.com/gatsbyjs/gatsby/commit/a6a6f9686ac56797b79e54c090591494c5de3021)) +- Delete profile.js [#31997](https://github.com/gatsbyjs/gatsby/issues/31997) ([c895504](https://github.com/gatsbyjs/gatsby/commit/c895504c0e1611291b46c8a36779f60387f7c3bb)) -# [3.10.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.3...gatsby@3.10.0-next.4) (2021-07-09) +### [3.8.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.8.1/packages/gatsby) (2021-06-29) -### Bug Fixes +#### Features -- **gatsby:** delay 'unstable_onPluginInit' lifecycle to after cache is initialized ([#32307](https://github.com/gatsbyjs/gatsby/issues/32307)) ([b348b7c](https://github.com/gatsbyjs/gatsby/commit/b348b7cb830be148af7d5bb9921d8e5bee3d498f)) -- **gatsby:** Delete `.cache/worker` before each run ([#32304](https://github.com/gatsbyjs/gatsby/issues/32304)) ([8c9eb29](https://github.com/gatsbyjs/gatsby/commit/8c9eb292bdbb95f6bd2c60a1cc1526249366ebbe)) +- Add activity for writing out page-data.json files to the public directory [#31987](https://github.com/gatsbyjs/gatsby/issues/31987) [#32153](https://github.com/gatsbyjs/gatsby/issues/32153) ([ddebfac](https://github.com/gatsbyjs/gatsby/commit/ddebfac664c74bb21e1a152d0e44c767d7190dcc)) -### Features +#### Bug Fixes -- **gatsby:** experimental secondary indexes in lmdb ([#32261](https://github.com/gatsbyjs/gatsby/issues/32261)) ([54ed0c3](https://github.com/gatsbyjs/gatsby/commit/54ed0c301631450720e341a33ebc7ffce99e5528)) -- **pqr:** handle structured logs ([#32289](https://github.com/gatsbyjs/gatsby/issues/32289)) ([a4ab474](https://github.com/gatsbyjs/gatsby/commit/a4ab4749fb085fb1b3cfcc5927100c0487bb6b1e)) +- leave `xmlns` element when optimizing SVGs [#32123](https://github.com/gatsbyjs/gatsby/issues/32123) [#32154](https://github.com/gatsbyjs/gatsby/issues/32154) ([4d0de6b](https://github.com/gatsbyjs/gatsby/commit/4d0de6b501d5d50eaac818042c323ee79baf7cde)) -# [3.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.2...gatsby@3.10.0-next.3) (2021-07-08) +## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.8.0/packages/gatsby) (2021-06-23) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8) -- **deps:** update dependency chalk to ^4.1.1 ([#32250](https://github.com/gatsbyjs/gatsby/issues/32250)) ([bd03035](https://github.com/gatsbyjs/gatsby/commit/bd03035b35d4e2f69e86b9ff3bbcfb8bd3eece4a)) -- **deps:** update dependency execa to v5 ([#32232](https://github.com/gatsbyjs/gatsby/issues/32232)) ([8a13969](https://github.com/gatsbyjs/gatsby/commit/8a1396995c02d45f00f241e22c626a20086fa955)) -- **deps:** update typescript ([#31152](https://github.com/gatsbyjs/gatsby/issues/31152)) ([124cfcc](https://github.com/gatsbyjs/gatsby/commit/124cfcc4cd42a50a992dde5b420610f290227a78)) -- don't import from other package src (even just types) ([#32234](https://github.com/gatsbyjs/gatsby/issues/32234)) ([51af0b9](https://github.com/gatsbyjs/gatsby/commit/51af0b9bc6ae1ff374bb59ea0b5b6ec6270b38ee)) +#### Features -### Features +- enable webpack caching for all [#32018](https://github.com/gatsbyjs/gatsby/issues/32018) [#32032](https://github.com/gatsbyjs/gatsby/issues/32032) ([65e04d2](https://github.com/gatsbyjs/gatsby/commit/65e04d22ae0fcb1fae3a8bceb769772c2a1b0f8f)) +- enable core webvitals tracking [#31665](https://github.com/gatsbyjs/gatsby/issues/31665) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58)) +- PQR workers can access inference metadata [#31858](https://github.com/gatsbyjs/gatsby/issues/31858) ([315b694](https://github.com/gatsbyjs/gatsby/commit/315b69454222e2b079ce891616687c084b86487b)) +- PQR workers can access page & static queries [#31852](https://github.com/gatsbyjs/gatsby/issues/31852) ([222a5ed](https://github.com/gatsbyjs/gatsby/commit/222a5edde3fcce0a71e14781ed62cc150ad1f8d7)) +- Main process can save slices of state & worker can access it [#31822](https://github.com/gatsbyjs/gatsby/issues/31822) ([7aa9c85](https://github.com/gatsbyjs/gatsby/commit/7aa9c85b01e12c48d73a69d89b7f1fa7c62ef7c3)) +- switch from arrays to node iterators [#31718](https://github.com/gatsbyjs/gatsby/issues/31718) ([5278e1e](https://github.com/gatsbyjs/gatsby/commit/5278e1e3a5148fb17b65310e6333d457db7e8446)) +- remove concurrent-features flag and depend on export [#31818](https://github.com/gatsbyjs/gatsby/issues/31818) ([34b6d47](https://github.com/gatsbyjs/gatsby/commit/34b6d476f84c647f82c0b7e641caf4f64d48491a)) +- Turn on Functions experiment for everybody [#31807](https://github.com/gatsbyjs/gatsby/issues/31807) ([a485415](https://github.com/gatsbyjs/gatsby/commit/a4854150cb2d10501e0bafbbb86753c7905ff45f)) -- **gatsby:** Add PQR to bootstrap ([#32187](https://github.com/gatsbyjs/gatsby/issues/32187)) ([d58de3b](https://github.com/gatsbyjs/gatsby/commit/d58de3b53fb4a2d4deb1c4a0b014cb4d6f508a85)) -- **gatsby:** forward jobs to main process from workers ([#32162](https://github.com/gatsbyjs/gatsby/issues/32162)) ([ef7eb19](https://github.com/gatsbyjs/gatsby/commit/ef7eb1952c30db2ad6c984bc23d639bd84e79bce)) -- **gatsby:** PQR worker saves queries state to disk ([#32281](https://github.com/gatsbyjs/gatsby/issues/32281)) ([2268d5a](https://github.com/gatsbyjs/gatsby/commit/2268d5ad273f47d031ff85c66f96899f4c42dda4)) +#### Bug Fixes -# [3.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.1...gatsby@3.10.0-next.2) (2021-07-05) +- Update eslint a11y config [#31896](https://github.com/gatsbyjs/gatsby/issues/31896) ([28ca867](https://github.com/gatsbyjs/gatsby/commit/28ca8676d6bddfef117a1361b1dad0973b700e57)) +- infer shape of warning object [#31489](https://github.com/gatsbyjs/gatsby/issues/31489) ([96dc88a](https://github.com/gatsbyjs/gatsby/commit/96dc88aa8cef36a16d41f16e415c0e82606806e1)) +- do not add global id to style tag [#31813](https://github.com/gatsbyjs/gatsby/issues/31813) ([132d829](https://github.com/gatsbyjs/gatsby/commit/132d829e01b3b2ca50bfbe4533ae47b57b55a50c)) +- do not use domready package [#31368](https://github.com/gatsbyjs/gatsby/issues/31368) ([7a9a50c](https://github.com/gatsbyjs/gatsby/commit/7a9a50c9492c1c523daa64cf891b3de82635a632)) +- fix signature for latest experimental version of react-dom fix [#31750](https://github.com/gatsbyjs/gatsby/issues/31750) ([087cdd5](https://github.com/gatsbyjs/gatsby/commit/087cdd590929e1e29f5a658ffb3910292a8ca948)) -### Features +#### Refactoring -- **gatsby:** enable async rendering with react 18 ([#32188](https://github.com/gatsbyjs/gatsby/issues/32188)) ([32e9b4a](https://github.com/gatsbyjs/gatsby/commit/32e9b4ab7d8a0fdac067a7130820a0766e4da74f)) -- **gatsby:** enable replaceRenderer to be async ([#32182](https://github.com/gatsbyjs/gatsby/issues/32182)) ([d68148d](https://github.com/gatsbyjs/gatsby/commit/d68148d2c37f72f5561d9b730654c44ec3b137f8)) -- **gatsby:** swap createRoot to new hydrateRoot ([#32181](https://github.com/gatsbyjs/gatsby/issues/32181)) ([0d78669](https://github.com/gatsbyjs/gatsby/commit/0d786693d99e1f0a035ab5b985082ad8a4242baa)) +- load config and plugins in worker [#31773](https://github.com/gatsbyjs/gatsby/issues/31773) ([81458a0](https://github.com/gatsbyjs/gatsby/commit/81458a078e2140834f25cc7c9b412f9eabb9070c)) -# [3.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.0...gatsby@3.10.0-next.1) (2021-07-02) +#### Chores -### Bug Fixes +- Fix Invalid 'main' field error Fix [#31899](https://github.com/gatsbyjs/gatsby/issues/31899) ([d06d6b5](https://github.com/gatsbyjs/gatsby/commit/d06d6b5a286bc6140f178d30170674e755b5f273)) +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060)) +- don't crash child process when reporter is used [#31812](https://github.com/gatsbyjs/gatsby/issues/31812) ([989a12f](https://github.com/gatsbyjs/gatsby/commit/989a12f696f905ae6a5fedf9ff878d8d2e4a6eb1)) +- Bump `PRESERVE_WEBPACK_CACHE` flag to 20% [#31803](https://github.com/gatsbyjs/gatsby/issues/31803) ([72d795c](https://github.com/gatsbyjs/gatsby/commit/72d795c6919efb77bbde40e41056d26766be38f1)) +- type exposed workerpool functions [#31768](https://github.com/gatsbyjs/gatsby/issues/31768) ([4732449](https://github.com/gatsbyjs/gatsby/commit/47324498ee090234da664da392d78a47711af1a3)) +- Add umbrellaIssue to lmdb [#31770](https://github.com/gatsbyjs/gatsby/issues/31770) ([8d9b7f7](https://github.com/gatsbyjs/gatsby/commit/8d9b7f7229cfc69dc9f3154006d493549eff1667)) -- **gatsby:** add fallback for resolveType ([#32195](https://github.com/gatsbyjs/gatsby/issues/32195)) ([dfef2fb](https://github.com/gatsbyjs/gatsby/commit/dfef2fbeb49b8ad5a7a7a178f28d9b1ce358d757)) +#### Other Changes -# [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.9.0-next.1...gatsby@3.10.0-next.0) (2021-07-01) +- Document Activity Timer [#31869](https://github.com/gatsbyjs/gatsby/issues/31869) ([b99e4ca](https://github.com/gatsbyjs/gatsby/commit/b99e4cac8fd2293b8a085fccf6542b701175d0cf)) +- check if worker can access node created in different process [#31771](https://github.com/gatsbyjs/gatsby/issues/31771) ([f92c2b0](https://github.com/gatsbyjs/gatsby/commit/f92c2b01ad5cd01d732ab9793adadd59762cf54f)) -### Bug Fixes +### [3.7.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.7.2/packages/gatsby) (2021-06-16) -- **gatsby:** update async requires in dev loader ([#32189](https://github.com/gatsbyjs/gatsby/issues/32189)) ([f4c5c48](https://github.com/gatsbyjs/gatsby/commit/f4c5c482ba5da626d4f7e2d592fdc4d43eb817ba)) +#### Bug Fixes -### Features +- infer shape of warning object [#31489](https://github.com/gatsbyjs/gatsby/issues/31489) [#31931](https://github.com/gatsbyjs/gatsby/issues/31931) ([559c5f2](https://github.com/gatsbyjs/gatsby/commit/559c5f20035c258163b912fbdfb2bc5664b9b38f)) -- worker pool that can execute tasks on all workers ([#32120](https://github.com/gatsbyjs/gatsby/issues/32120)) ([a82f6db](https://github.com/gatsbyjs/gatsby/commit/a82f6dbe354f2e82a5d944727622ddb0bb44e05d)) -- **gatsby:** Add activity for writing out page-data.json files to the public directory ([#31987](https://github.com/gatsbyjs/gatsby/issues/31987)) ([0be1025](https://github.com/gatsbyjs/gatsby/commit/0be10250a7c461efdc4e7a6b6bf261e245954d53)) -- **gatsby:** Prevent generation of polyfill bundle if not needed ([#31993](https://github.com/gatsbyjs/gatsby/issues/31993)) ([7d41a98](https://github.com/gatsbyjs/gatsby/commit/7d41a985669438e3504987968ed326eb2fd42bca)) +#### Chores -# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.9.0-next.0...gatsby@3.9.0-next.1) (2021-06-28) +- Fix Invalid 'main' field error Fix [#31899](https://github.com/gatsbyjs/gatsby/issues/31899) Fix [#31930](https://github.com/gatsbyjs/gatsby/issues/31930) ([eecd04f](https://github.com/gatsbyjs/gatsby/commit/eecd04f3f60c7546e4b700ffe7877248d912baa4)) -### Bug Fixes +### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.7.1/packages/gatsby) (2021-06-10) -- **gatsby:** correct args type in createParentChildLink ([#32139](https://github.com/gatsbyjs/gatsby/issues/32139)) ([31828e4](https://github.com/gatsbyjs/gatsby/commit/31828e48fe1e5cd8fb2246440e3edb7d0a4ec779)) -- **gatsby:** leave `xmlns` element when optimizing SVGs ([#32123](https://github.com/gatsbyjs/gatsby/issues/32123)) ([27c01fc](https://github.com/gatsbyjs/gatsby/commit/27c01fcdb6a923986cf390a2bb5ac61b340a2865)) +#### Chores -### Features +- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686)) -- add unstable_onPluginInit that would execute once in all processes ([#31901](https://github.com/gatsbyjs/gatsby/issues/31901)) ([2bf8c0d](https://github.com/gatsbyjs/gatsby/commit/2bf8c0d37fd6de3fbbbe7e543275cfd6d64ec9de)) -- **gatsby:** enable webpack caching for all ([#32018](https://github.com/gatsbyjs/gatsby/issues/32018)) ([174d3f1](https://github.com/gatsbyjs/gatsby/commit/174d3f1496949a8751bd052ef365f901bbdde23b)) -- **gatsby:** PQR worker can create schema ([#31919](https://github.com/gatsbyjs/gatsby/issues/31919)) ([308eb94](https://github.com/gatsbyjs/gatsby/commit/308eb942f3264fd0c1579b553cc74d81f9219fff)) -- **gatsby:** PQR worker can run page queries ([#32017](https://github.com/gatsbyjs/gatsby/issues/32017)) ([44257b6](https://github.com/gatsbyjs/gatsby/commit/44257b636fe0cc4d4294673f9cb76f26b72f91b5)) -- **gatsby:** PQR worker can run static queries ([#32000](https://github.com/gatsbyjs/gatsby/issues/32000)) ([a6fd7b1](https://github.com/gatsbyjs/gatsby/commit/a6fd7b102480e3a9d74789e5181c8ad297641366)) +## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.7.0/packages/gatsby) (2021-06-09) -# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.8.0-next.2...gatsby@3.9.0-next.0) (2021-06-18) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7) -**Note:** Version bump only for package gatsby +#### Features -# [3.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.8.0-next.1...gatsby@3.8.0-next.2) (2021-06-17) +- remove concurrent-features flag and depend on export [#31818](https://github.com/gatsbyjs/gatsby/issues/31818) [#31830](https://github.com/gatsbyjs/gatsby/issues/31830) ([d8c948c](https://github.com/gatsbyjs/gatsby/commit/d8c948c907f16b1d02be4031a6176e490a142f75)) +- Turn on Functions experiment for everybody [#31807](https://github.com/gatsbyjs/gatsby/issues/31807) [#31826](https://github.com/gatsbyjs/gatsby/issues/31826) ([5f66cb1](https://github.com/gatsbyjs/gatsby/commit/5f66cb12e22092efcd258e496f581a761b4eb0aa)) +- add createNodeManifest action [#31127](https://github.com/gatsbyjs/gatsby/issues/31127) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) +- node persistence [#31371](https://github.com/gatsbyjs/gatsby/issues/31371) [#31403](https://github.com/gatsbyjs/gatsby/issues/31403) ([334d2bc](https://github.com/gatsbyjs/gatsby/commit/334d2bc2d3a03c83882dbc55bdc168647903c9f9)) +- enable concurrent features [#31394](https://github.com/gatsbyjs/gatsby/issues/31394) ([3457163](https://github.com/gatsbyjs/gatsby/commit/34571630f9b7e5de360cbf91c1e53aa655e86633)) +- lazily compile functions in development [#31508](https://github.com/gatsbyjs/gatsby/issues/31508) ([d38f4d9](https://github.com/gatsbyjs/gatsby/commit/d38f4d97256fe4654a68177bc81cdea6277267d5)) -### Bug Fixes +#### Bug Fixes -- **gatsby:** infer shape of warning object ([#31489](https://github.com/gatsbyjs/gatsby/issues/31489)) ([96dc88a](https://github.com/gatsbyjs/gatsby/commit/96dc88aa8cef36a16d41f16e415c0e82606806e1)) -- **gatsby:** Update eslint a11y config ([#31896](https://github.com/gatsbyjs/gatsby/issues/31896)) ([28ca867](https://github.com/gatsbyjs/gatsby/commit/28ca8676d6bddfef117a1361b1dad0973b700e57)) +- fix signature for latest experimental version of react-dom fix [#31750](https://github.com/gatsbyjs/gatsby/issues/31750) fix [#31829](https://github.com/gatsbyjs/gatsby/issues/31829) ([2a4ea62](https://github.com/gatsbyjs/gatsby/commit/2a4ea623728127a663dc2abbe983e919b0d1bd7a)) +- do not add global id to style tag [#31813](https://github.com/gatsbyjs/gatsby/issues/31813) [#31827](https://github.com/gatsbyjs/gatsby/issues/31827) ([86f6628](https://github.com/gatsbyjs/gatsby/commit/86f6628b0458a6df027b1e8c046cae6d05273524)) +- fix PNP resolving from the .cache folder fix [#31732](https://github.com/gatsbyjs/gatsby/issues/31732) ([d10e8ce](https://github.com/gatsbyjs/gatsby/commit/d10e8ceddf915b8a6e8c2552cdb342d6ea4e6790)) +- fix tests for state persistence with lmdb fix [#31736](https://github.com/gatsbyjs/gatsby/issues/31736) ([5660ce9](https://github.com/gatsbyjs/gatsby/commit/5660ce98133bb9c4c5eab38c64ebdc56ccc4d792)) +- merge resolveType when merging abstract types [#31710](https://github.com/gatsbyjs/gatsby/issues/31710) ([2dde956](https://github.com/gatsbyjs/gatsby/commit/2dde956bd1de6ad404416ec9dc4406a25951fe4b)) +- Correct config for svgo plugins whitelist ([7e787bd](https://github.com/gatsbyjs/gatsby/commit/7e787bd020788cb6bc9f72d88c7878bbb34d46c9)) +- prevent infinite loop in fast-refresh-overlay [#31594](https://github.com/gatsbyjs/gatsby/issues/31594) ([3368884](https://github.com/gatsbyjs/gatsby/commit/3368884db230b0ccbcd1c357273516859e9f0556)) +- add componentChunkName to components list so don't need to loop over pages [#31547](https://github.com/gatsbyjs/gatsby/issues/31547) ([783b937](https://github.com/gatsbyjs/gatsby/commit/783b937c8f70478796bce37808bf8bf967bb4252)) +- better detection of Babel rules for HMR when customizing the Webpack config [#31477](https://github.com/gatsbyjs/gatsby/issues/31477) ([42951f0](https://github.com/gatsbyjs/gatsby/commit/42951f0f459a15cb7a8923f97c52cc131ba6714d)) -### Features +#### Refactoring -- **gatsby:** Main process can save slices of state & worker can access it ([#31822](https://github.com/gatsbyjs/gatsby/issues/31822)) ([7aa9c85](https://github.com/gatsbyjs/gatsby/commit/7aa9c85b01e12c48d73a69d89b7f1fa7c62ef7c3)) -- **gatsby:** PQR workers can access inference metadata ([#31858](https://github.com/gatsbyjs/gatsby/issues/31858)) ([315b694](https://github.com/gatsbyjs/gatsby/commit/315b69454222e2b079ce891616687c084b86487b)) -- **gatsby:** PQR workers can access page & static queries ([#31852](https://github.com/gatsbyjs/gatsby/issues/31852)) ([222a5ed](https://github.com/gatsbyjs/gatsby/commit/222a5edde3fcce0a71e14781ed62cc150ad1f8d7)) -- **gatsby-plugin-google-analytics:** enable core webvitals tracking ([#31665](https://github.com/gatsbyjs/gatsby/issues/31665)) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58)) +- consolidate data layer [#31664](https://github.com/gatsbyjs/gatsby/issues/31664) ([302bac5](https://github.com/gatsbyjs/gatsby/commit/302bac57037b0f294ad10c7a2068ca8f7bfe5b3f)) -# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.8.0-next.0...gatsby@3.8.0-next.1) (2021-06-10) +#### Chores -### Bug Fixes +- Bump `PRESERVE_WEBPACK_CACHE` flag to 20% [#31803](https://github.com/gatsbyjs/gatsby/issues/31803) [#31825](https://github.com/gatsbyjs/gatsby/issues/31825) ([850826c](https://github.com/gatsbyjs/gatsby/commit/850826c53a8decdf05b7b822335a8fbc41654ccc)) +- Add umbrellaIssue to lmdb [#31770](https://github.com/gatsbyjs/gatsby/issues/31770) [#31823](https://github.com/gatsbyjs/gatsby/issues/31823) ([fe633a8](https://github.com/gatsbyjs/gatsby/commit/fe633a8ff21f41f48ed1e2323179ccd03fc2367e)) +- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9)) +- Properly typecheck `gatsby` [#31519](https://github.com/gatsbyjs/gatsby/issues/31519) ([640ce36](https://github.com/gatsbyjs/gatsby/commit/640ce3654ed3f8f5bd232248beca8eb6e48ce3b3)) -- **gatsby:** do not add global id to style tag ([#31813](https://github.com/gatsbyjs/gatsby/issues/31813)) ([132d829](https://github.com/gatsbyjs/gatsby/commit/132d829e01b3b2ca50bfbe4533ae47b57b55a50c)) -- **gatsby:** do not use domready package ([#31368](https://github.com/gatsbyjs/gatsby/issues/31368)) ([7a9a50c](https://github.com/gatsbyjs/gatsby/commit/7a9a50c9492c1c523daa64cf891b3de82635a632)) -- **gatsby:** fix signature for latest experimental version of react-dom ([#31750](https://github.com/gatsbyjs/gatsby/issues/31750)) ([087cdd5](https://github.com/gatsbyjs/gatsby/commit/087cdd590929e1e29f5a658ffb3910292a8ca948)) +### [3.6.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.6.2/packages/gatsby) (2021-06-02) -### Features +#### Bug Fixes -- **gatsby:** remove concurrent-features flag and depend on export ([#31818](https://github.com/gatsbyjs/gatsby/issues/31818)) ([34b6d47](https://github.com/gatsbyjs/gatsby/commit/34b6d476f84c647f82c0b7e641caf4f64d48491a)) -- **gatsby:** switch from arrays to node iterators ([#31718](https://github.com/gatsbyjs/gatsby/issues/31718)) ([5278e1e](https://github.com/gatsbyjs/gatsby/commit/5278e1e3a5148fb17b65310e6333d457db7e8446)) -- **gatsby:** Turn on Functions experiment for everybody ([#31807](https://github.com/gatsbyjs/gatsby/issues/31807)) ([a485415](https://github.com/gatsbyjs/gatsby/commit/a4854150cb2d10501e0bafbbb86753c7905ff45f)) +- merge resolveType when merging abstract types [#31710](https://github.com/gatsbyjs/gatsby/issues/31710) [#31723](https://github.com/gatsbyjs/gatsby/issues/31723) ([f9ad35c](https://github.com/gatsbyjs/gatsby/commit/f9ad35c65122862ddb15713f81f3fb4cf5eae7b0)) -# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.7.0-next.2...gatsby@3.8.0-next.0) (2021-06-03) +### [3.6.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.6.1/packages/gatsby) (2021-05-27) -### Bug Fixes +#### Bug Fixes -- **gatsby:** fix PNP resolving from the .cache folder ([#31732](https://github.com/gatsbyjs/gatsby/issues/31732)) ([d10e8ce](https://github.com/gatsbyjs/gatsby/commit/d10e8ceddf915b8a6e8c2552cdb342d6ea4e6790)) -- **gatsby:** fix tests for state persistence with lmdb ([#31736](https://github.com/gatsbyjs/gatsby/issues/31736)) ([5660ce9](https://github.com/gatsbyjs/gatsby/commit/5660ce98133bb9c4c5eab38c64ebdc56ccc4d792)) +- add componentChunkName to components list so don't need to loop over pages [#31547](https://github.com/gatsbyjs/gatsby/issues/31547) [#31606](https://github.com/gatsbyjs/gatsby/issues/31606) ([1f26765](https://github.com/gatsbyjs/gatsby/commit/1f2676513a22e3acf283e6b2ef0cf5797c17818b)) -### Features +## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.6.0/packages/gatsby) (2021-05-25) -- **gatsby:** add createNodeManifest action ([#31127](https://github.com/gatsbyjs/gatsby/issues/31127)) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6) -# [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.7.0-next.1...gatsby@3.7.0-next.2) (2021-06-02) +#### Features -### Bug Fixes +- enable concurrent features [#31394](https://github.com/gatsbyjs/gatsby/issues/31394) [#31580](https://github.com/gatsbyjs/gatsby/issues/31580) ([d543723](https://github.com/gatsbyjs/gatsby/commit/d54372383bbb6f4ffccfeade5e98ce70f4f27271)) +- lazily compile functions in development [#31508](https://github.com/gatsbyjs/gatsby/issues/31508) [#31579](https://github.com/gatsbyjs/gatsby/issues/31579) ([1960552](https://github.com/gatsbyjs/gatsby/commit/1960552fefce97378e8396758330a90071a76eff)) +- Resolve typescript files in functions without needing to add the extension Resolve [#31487](https://github.com/gatsbyjs/gatsby/issues/31487) ([04f7a45](https://github.com/gatsbyjs/gatsby/commit/04f7a4562dc0b5922730d71acd3b157b7ad732b5)) +- enable webpack fs caching for functions [#31505](https://github.com/gatsbyjs/gatsby/issues/31505) ([4ff7dd3](https://github.com/gatsbyjs/gatsby/commit/4ff7dd36376ffa7581fe8b02a54a2a06e00bcaba)) +- Speedup building Functions by disabling minification [#31473](https://github.com/gatsbyjs/gatsby/issues/31473) ([a8a4f76](https://github.com/gatsbyjs/gatsby/commit/a8a4f7670eaaafb67e2999efb0dc4af51e52ede6)) +- Support uploading files as part of forms [#31470](https://github.com/gatsbyjs/gatsby/issues/31470) ([0d3886c](https://github.com/gatsbyjs/gatsby/commit/0d3886cf37f845a765f283ce4d850ca8bbd502a3)) +- Support Functions in plugins [#31466](https://github.com/gatsbyjs/gatsby/issues/31466) ([54aaca4](https://github.com/gatsbyjs/gatsby/commit/54aaca49f1a1404328e21df4c7ea53c7697d1d41)) +- Improve dev 404 page [#31332](https://github.com/gatsbyjs/gatsby/issues/31332) ([dfaea09](https://github.com/gatsbyjs/gatsby/commit/dfaea09dc7c0cb4a3694eb75c5f0a9ab5a32e39f)) +- change bgcolor of 'EXPERIMENTAL' label so it does look like an error [#31352](https://github.com/gatsbyjs/gatsby/issues/31352) ([043371f](https://github.com/gatsbyjs/gatsby/commit/043371fc60bf7e2dea851eff307fe24e5416f077)) +- Functions aren't GA but they're not longer EXPERIMENTAL [#31353](https://github.com/gatsbyjs/gatsby/issues/31353) ([c1f365a](https://github.com/gatsbyjs/gatsby/commit/c1f365a80877032116587061b708b1c23c0caecc)) +- New overlay for DEV_SSR [#31061](https://github.com/gatsbyjs/gatsby/issues/31061) ([7110189](https://github.com/gatsbyjs/gatsby/commit/7110189fda3942aba27cf35f577ce14d7b252d0b)) -- **gatsby:** merge resolveType when merging abstract types ([#31710](https://github.com/gatsbyjs/gatsby/issues/31710)) ([2dde956](https://github.com/gatsbyjs/gatsby/commit/2dde956bd1de6ad404416ec9dc4406a25951fe4b)) +#### Bug Fixes -### Features +- better detection of Babel rules for HMR when customizing the Webpack config [#31477](https://github.com/gatsbyjs/gatsby/issues/31477) [#31574](https://github.com/gatsbyjs/gatsby/issues/31574) ([c68ec94](https://github.com/gatsbyjs/gatsby/commit/c68ec944fa0551461b072f69ce4793f7eb6ed0cc)) +- preload and prefetches check for in-browser redirects [#31366](https://github.com/gatsbyjs/gatsby/issues/31366) ([d86cd9f](https://github.com/gatsbyjs/gatsby/commit/d86cd9ffd460f0840bc8ce572b628fb82d8004f8)) +- enable hmr when importing mdx [#31288](https://github.com/gatsbyjs/gatsby/issues/31288) ([c8db78f](https://github.com/gatsbyjs/gatsby/commit/c8db78fad43294413b950c49205adcf3dbb6dd1e)) +- Fixes incorrect type Fixes [#31358](https://github.com/gatsbyjs/gatsby/issues/31358) ([f629806](https://github.com/gatsbyjs/gatsby/commit/f6298068b3b4e0528c006bcc3d163a9873e76783)) +- fix proxy creation on read-only properties fix [#31346](https://github.com/gatsbyjs/gatsby/issues/31346) ([c210f1d](https://github.com/gatsbyjs/gatsby/commit/c210f1dba38b16da851a72f9f864d0d21f9878f7)) +- Pass reporter from functions code for reporting warning [#31336](https://github.com/gatsbyjs/gatsby/issues/31336) ([f09fae8](https://github.com/gatsbyjs/gatsby/commit/f09fae8f415a018f60abb56fff017f574ae8c871)) +- only load gatsby-plugin-gatsby-cloud on cloud [#31345](https://github.com/gatsbyjs/gatsby/issues/31345) ([ec0fc57](https://github.com/gatsbyjs/gatsby/commit/ec0fc571bcb5a1ee25fb507c52b64310a86e935b)) +- don't print out flag suggestions if none are enabled or opted-in [#31299](https://github.com/gatsbyjs/gatsby/issues/31299) ([48eea6f](https://github.com/gatsbyjs/gatsby/commit/48eea6f4f155b354c000cd7fdf1ed4830aaad642)) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) -- **gatsby:** node persistence ([#31371](https://github.com/gatsbyjs/gatsby/issues/31371)) ([334d2bc](https://github.com/gatsbyjs/gatsby/commit/334d2bc2d3a03c83882dbc55bdc168647903c9f9)), closes [#31403](https://github.com/gatsbyjs/gatsby/issues/31403) +#### Chores -# [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.7.0-next.0...gatsby@3.7.0-next.1) (2021-05-31) +- Fix linting ([ecaf265](https://github.com/gatsbyjs/gatsby/commit/ecaf26514dc1f5c26caa942704bedb242bacb3b2)) -### Bug Fixes +### [3.5.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.5.1/packages/gatsby) (2021-05-19) -- **gatsby:** add componentChunkName to components list so don't need to loop over pages ([#31547](https://github.com/gatsbyjs/gatsby/issues/31547)) ([783b937](https://github.com/gatsbyjs/gatsby/commit/783b937c8f70478796bce37808bf8bf967bb4252)) -- **gatsby:** better detection of Babel rules for HMR when customizing the Webpack config ([#31477](https://github.com/gatsbyjs/gatsby/issues/31477)) ([42951f0](https://github.com/gatsbyjs/gatsby/commit/42951f0f459a15cb7a8923f97c52cc131ba6714d)) -- **gatsby:** Correct config for svgo plugins whitelist ([7e787bd](https://github.com/gatsbyjs/gatsby/commit/7e787bd020788cb6bc9f72d88c7878bbb34d46c9)) -- **gatsby:** prevent infinite loop in fast-refresh-overlay ([#31594](https://github.com/gatsbyjs/gatsby/issues/31594)) ([3368884](https://github.com/gatsbyjs/gatsby/commit/3368884db230b0ccbcd1c357273516859e9f0556)) +#### Bug Fixes -### Features +- preload and prefetches check for in-browser redirects [#31366](https://github.com/gatsbyjs/gatsby/issues/31366) [#31480](https://github.com/gatsbyjs/gatsby/issues/31480) ([e6e7eec](https://github.com/gatsbyjs/gatsby/commit/e6e7eec161fd1436d29d492e720c5f1031a3aa66)) +- update cheerio snapshots [#31298](https://github.com/gatsbyjs/gatsby/issues/31298) [#31483](https://github.com/gatsbyjs/gatsby/issues/31483) ([67a4fce](https://github.com/gatsbyjs/gatsby/commit/67a4fcef4651443cbe89923d4ac80e5600d94c41)) -- **gatsby:** enable concurrent features ([#31394](https://github.com/gatsbyjs/gatsby/issues/31394)) ([3457163](https://github.com/gatsbyjs/gatsby/commit/34571630f9b7e5de360cbf91c1e53aa655e86633)) -- **gatsby:** lazily compile functions in development ([#31508](https://github.com/gatsbyjs/gatsby/issues/31508)) ([d38f4d9](https://github.com/gatsbyjs/gatsby/commit/d38f4d97256fe4654a68177bc81cdea6277267d5)) +## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.5.0/packages/gatsby) (2021-05-12) -# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.6...gatsby@3.7.0-next.0) (2021-05-21) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5) -**Note:** Version bump only for package gatsby +#### Features -# [3.6.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.5...gatsby@3.6.0-next.6) (2021-05-20) +- New overlay for DEV_SSR [#31061](https://github.com/gatsbyjs/gatsby/issues/31061) [#31361](https://github.com/gatsbyjs/gatsby/issues/31361) ([1a4a3a7](https://github.com/gatsbyjs/gatsby/commit/1a4a3a785f88afc0cd54382a5d93fcc0fa1958ef)) +- Don't send error for function errors if headers are already sent [#31265](https://github.com/gatsbyjs/gatsby/issues/31265) ([d9c78a0](https://github.com/gatsbyjs/gatsby/commit/d9c78a052d2187ad6808b584185f731c0988d610)) +- first pass at API functions docs [#31066](https://github.com/gatsbyjs/gatsby/issues/31066) ([88ca620](https://github.com/gatsbyjs/gatsby/commit/88ca6209a3f0cf4f0357df3e6047c17812b0ebac)) +- enable gatsby-plugin-gatsby-cloud by default [#30624](https://github.com/gatsbyjs/gatsby/issues/30624) ([4259940](https://github.com/gatsbyjs/gatsby/commit/4259940f2b6d70ea7fb9f57d763dd6008caaceef)) +- Add note to DEV_SSR flag about custom webpack config [#31063](https://github.com/gatsbyjs/gatsby/issues/31063) [#discussioncomment-598599](https://github.com/gatsbyjs/gatsby/issues/discussioncomment-598599) ([0fd6c1f](https://github.com/gatsbyjs/gatsby/commit/0fd6c1f23a02bdbd873be4694f8c6de75769193e)) -### Features +#### Bug Fixes -- **gatsby:** enable webpack fs caching for functions ([#31505](https://github.com/gatsbyjs/gatsby/issues/31505)) ([4ff7dd3](https://github.com/gatsbyjs/gatsby/commit/4ff7dd36376ffa7581fe8b02a54a2a06e00bcaba)) -- **gatsby:** Resolve typescript files in functions without needing to add the extension ([#31487](https://github.com/gatsbyjs/gatsby/issues/31487)) ([04f7a45](https://github.com/gatsbyjs/gatsby/commit/04f7a4562dc0b5922730d71acd3b157b7ad732b5)) +- enable hmr when importing mdx [#31288](https://github.com/gatsbyjs/gatsby/issues/31288) [#31370](https://github.com/gatsbyjs/gatsby/issues/31370) ([baa0804](https://github.com/gatsbyjs/gatsby/commit/baa0804eb61d3b9ad2240b461e45c502b69d4ac9)) +- Fixes incorrect type Fixes [#31358](https://github.com/gatsbyjs/gatsby/issues/31358) Fixes [#31365](https://github.com/gatsbyjs/gatsby/issues/31365) ([a44a426](https://github.com/gatsbyjs/gatsby/commit/a44a4266d4733366c44d2f0208a0b1e7a75f232d)) +- fix proxy creation on read-only properties fix [#31346](https://github.com/gatsbyjs/gatsby/issues/31346) fix [#31364](https://github.com/gatsbyjs/gatsby/issues/31364) ([63942db](https://github.com/gatsbyjs/gatsby/commit/63942db3c1df4167891a82a466ec447cff2cc246)) +- Pass reporter from functions code for reporting warning [#31336](https://github.com/gatsbyjs/gatsby/issues/31336) [#31363](https://github.com/gatsbyjs/gatsby/issues/31363) ([4eca6cc](https://github.com/gatsbyjs/gatsby/commit/4eca6cce3b39bbcff95166e3294da1e50b32fdf8)) +- don't print out flag suggestions if none are enabled or opted-in [#31299](https://github.com/gatsbyjs/gatsby/issues/31299) [#31362](https://github.com/gatsbyjs/gatsby/issues/31362) ([01de613](https://github.com/gatsbyjs/gatsby/commit/01de613a76c3cbc7956832f77c8ca3cc868d85bc)) +- update dependency mini-css-extract-plugin to v1.6.0 [#31158](https://github.com/gatsbyjs/gatsby/issues/31158) ([137630e](https://github.com/gatsbyjs/gatsby/commit/137630ec719ae67836755a44ddd8451ef25435ed)) +- update plugin api types [#30819](https://github.com/gatsbyjs/gatsby/issues/30819) ([aa09e6f](https://github.com/gatsbyjs/gatsby/commit/aa09e6fb2f525242680d53d77b5ce7f76b5b63a8)) +- rehydration issue in Dev404Page with DEV_SSR [#30581](https://github.com/gatsbyjs/gatsby/issues/30581) ([5005588](https://github.com/gatsbyjs/gatsby/commit/5005588c92101d8be19c23d9404bdd952ac3ed73)) +- upgrade css-minimizer-webpack-plugin to v2 [#31176](https://github.com/gatsbyjs/gatsby/issues/31176) ([257de93](https://github.com/gatsbyjs/gatsby/commit/257de93a6e1caf46cbad4172ef342e928aa4b97e)) +- add generic type to GatsbyFunctionResponse [#31182](https://github.com/gatsbyjs/gatsby/issues/31182) ([4b9d0d4](https://github.com/gatsbyjs/gatsby/commit/4b9d0d4d4757d006ec385bb80f1db415a9636f63)) +- fix profiler for build fix [#31116](https://github.com/gatsbyjs/gatsby/issues/31116) ([643ea7a](https://github.com/gatsbyjs/gatsby/commit/643ea7af1d6e586e7963cb04b4e3d95fd23b5fb5)) +- Support shadowing in yarn-style workspaces with Webpack 5 [#30435](https://github.com/gatsbyjs/gatsby/issues/30435) ([ab919ea](https://github.com/gatsbyjs/gatsby/commit/ab919ea04ed3f9a4490a68fab4cda22834383673)) +- handle case of changing page path casing on case-insensitive fs [#31071](https://github.com/gatsbyjs/gatsby/issues/31071) ([940eddf](https://github.com/gatsbyjs/gatsby/commit/940eddf9be41deab9544d26db38a661095ee37a7)) -# [3.6.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.4...gatsby@3.6.0-next.5) (2021-05-19) +#### Performance Improvements -### Features +- use fastq instead of better-queue + refactor [#31269](https://github.com/gatsbyjs/gatsby/issues/31269) ([fef8d6b](https://github.com/gatsbyjs/gatsby/commit/fef8d6ba5fdb1386fd7716dc59423c65fa9fd402)) +- Create page object & SitePage node in same action creator [#31104](https://github.com/gatsbyjs/gatsby/issues/31104) fix [#31236](https://github.com/gatsbyjs/gatsby/issues/31236) ([d1005fa](https://github.com/gatsbyjs/gatsby/commit/d1005fae2fe273f26cc650137426369c4c84b067)) -- **gatsby:** Speedup building Functions by disabling minification ([#31473](https://github.com/gatsbyjs/gatsby/issues/31473)) ([a8a4f76](https://github.com/gatsbyjs/gatsby/commit/a8a4f7670eaaafb67e2999efb0dc4af51e52ede6)) +#### Chores -# [3.6.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.3...gatsby@3.6.0-next.4) (2021-05-19) +- Fix grammar error in README Fix [#31186](https://github.com/gatsbyjs/gatsby/issues/31186) ([313f432](https://github.com/gatsbyjs/gatsby/commit/313f432facd9b71fd9aebfff92e77561efd86e52)) +- Update `mini-css-extract-plugin` to 1.5.1 [#31110](https://github.com/gatsbyjs/gatsby/issues/31110) ([c0b6dd9](https://github.com/gatsbyjs/gatsby/commit/c0b6dd9aa57d7764af0472ddc88e8ebe760ed1a1)) -### Features +#### Other Changes -- **gatsby:** Support uploading files as part of forms ([#31470](https://github.com/gatsbyjs/gatsby/issues/31470)) ([0d3886c](https://github.com/gatsbyjs/gatsby/commit/0d3886cf37f845a765f283ce4d850ca8bbd502a3)) +- Don't remove gatsby-source-filesystem [#31069](https://github.com/gatsbyjs/gatsby/issues/31069) ([c1b8303](https://github.com/gatsbyjs/gatsby/commit/c1b83032b6b04e307701ae5b24dc472edd901841)) -# [3.6.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.2...gatsby@3.6.0-next.3) (2021-05-18) +### [3.4.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.4.2/packages/gatsby) (2021-05-08) -### Features +#### Features -- **gatsby:** Support Functions in plugins ([#31466](https://github.com/gatsbyjs/gatsby/issues/31466)) ([54aaca4](https://github.com/gatsbyjs/gatsby/commit/54aaca49f1a1404328e21df4c7ea53c7697d1d41)) +- first pass at API functions docs [#31066](https://github.com/gatsbyjs/gatsby/issues/31066) [#31329](https://github.com/gatsbyjs/gatsby/issues/31329) ([6a6f46b](https://github.com/gatsbyjs/gatsby/commit/6a6f46bf38a4234beb682bc7bac3986467454ee1)) -# [3.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.1...gatsby@3.6.0-next.2) (2021-05-18) +#### Bug Fixes -### Bug Fixes +- add generic type to GatsbyFunctionResponse [#31182](https://github.com/gatsbyjs/gatsby/issues/31182) [#31330](https://github.com/gatsbyjs/gatsby/issues/31330) ([942ddba](https://github.com/gatsbyjs/gatsby/commit/942ddba72c15c875a80958ab03723f1114ff1c68)) -- **gatsby:** preload and prefetches check for in-browser redirects ([#31366](https://github.com/gatsbyjs/gatsby/issues/31366)) ([d86cd9f](https://github.com/gatsbyjs/gatsby/commit/d86cd9ffd460f0840bc8ce572b628fb82d8004f8)) +### [3.4.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.4.1/packages/gatsby) (2021-05-05) -# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.6.0-next.0...gatsby@3.6.0-next.1) (2021-05-12) +#### Chores -### Bug Fixes +- Update `mini-css-extract-plugin` to 1.5.1 [#31110](https://github.com/gatsbyjs/gatsby/issues/31110) [#31237](https://github.com/gatsbyjs/gatsby/issues/31237) ([1861243](https://github.com/gatsbyjs/gatsby/commit/1861243ff7602e53001e1f429b8fb9121b1c86d7)) -- **gatsby:** don't print out flag suggestions if none are enabled or opted-in ([#31299](https://github.com/gatsbyjs/gatsby/issues/31299)) ([48eea6f](https://github.com/gatsbyjs/gatsby/commit/48eea6f4f155b354c000cd7fdf1ed4830aaad642)) -- **gatsby:** fix proxy creation on read-only properties ([#31346](https://github.com/gatsbyjs/gatsby/issues/31346)) ([c210f1d](https://github.com/gatsbyjs/gatsby/commit/c210f1dba38b16da851a72f9f864d0d21f9878f7)) -- **gatsby:** Fixes incorrect type ([#31358](https://github.com/gatsbyjs/gatsby/issues/31358)) ([f629806](https://github.com/gatsbyjs/gatsby/commit/f6298068b3b4e0528c006bcc3d163a9873e76783)) -- **gatsby:** only load gatsby-plugin-gatsby-cloud on cloud ([#31345](https://github.com/gatsbyjs/gatsby/issues/31345)) ([ec0fc57](https://github.com/gatsbyjs/gatsby/commit/ec0fc571bcb5a1ee25fb507c52b64310a86e935b)) -- **gatsby:** Pass reporter from functions code for reporting warning ([#31336](https://github.com/gatsbyjs/gatsby/issues/31336)) ([f09fae8](https://github.com/gatsbyjs/gatsby/commit/f09fae8f415a018f60abb56fff017f574ae8c871)) -- **gatsby-plugin-mdx:** enable hmr when importing mdx ([#31288](https://github.com/gatsbyjs/gatsby/issues/31288)) ([c8db78f](https://github.com/gatsbyjs/gatsby/commit/c8db78fad43294413b950c49205adcf3dbb6dd1e)) -- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) +## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.4.0/packages/gatsby) (2021-04-28) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4) -- **gatsby:** change bgcolor of 'EXPERIMENTAL' label so it does look like an error ([#31352](https://github.com/gatsbyjs/gatsby/issues/31352)) ([043371f](https://github.com/gatsbyjs/gatsby/commit/043371fc60bf7e2dea851eff307fe24e5416f077)) -- **gatsby:** Functions aren't GA but they're not longer EXPERIMENTAL ([#31353](https://github.com/gatsbyjs/gatsby/issues/31353)) ([c1f365a](https://github.com/gatsbyjs/gatsby/commit/c1f365a80877032116587061b708b1c23c0caecc)) -- **gatsby:** Improve dev 404 page ([#31332](https://github.com/gatsbyjs/gatsby/issues/31332)) ([dfaea09](https://github.com/gatsbyjs/gatsby/commit/dfaea09dc7c0cb4a3694eb75c5f0a9ab5a32e39f)) -- **gatsby:** New overlay for DEV_SSR ([#31061](https://github.com/gatsbyjs/gatsby/issues/31061)) ([7110189](https://github.com/gatsbyjs/gatsby/commit/7110189fda3942aba27cf35f577ce14d7b252d0b)) +#### Features -# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.4...gatsby@3.6.0-next.0) (2021-05-06) +- test redirects [#31011](https://github.com/gatsbyjs/gatsby/issues/31011) ([7838b18](https://github.com/gatsbyjs/gatsby/commit/7838b18306d4290b2eced775ade23b10c663ec82)) +- use webpack fs caching in prod behind feature flag [#30857](https://github.com/gatsbyjs/gatsby/issues/30857) ([66127cc](https://github.com/gatsbyjs/gatsby/commit/66127cc34d7568f3343aebfb7d2e1a71ec5ee150)) +- parse cookies in functions to req.cookies [#30993](https://github.com/gatsbyjs/gatsby/issues/30993) ([ca172c8](https://github.com/gatsbyjs/gatsby/commit/ca172c8f043c842a297f1e6029b078b94031d3b5)) +- Add Typescript types for function requests/responses [#30991](https://github.com/gatsbyjs/gatsby/issues/30991) ([b8692ac](https://github.com/gatsbyjs/gatsby/commit/b8692ac15bcef0c6bdbd3f6c920e36af848240b3)) +- add support for dynamic routes for API functions [#30904](https://github.com/gatsbyjs/gatsby/issues/30904) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) +- Add the ability to run functions locally and on Gatsby Cloud [#30192](https://github.com/gatsbyjs/gatsby/issues/30192) [#30222](https://github.com/gatsbyjs/gatsby/issues/30222) [#30277](https://github.com/gatsbyjs/gatsby/issues/30277) [#30338](https://github.com/gatsbyjs/gatsby/issues/30338) ([41eef2b](https://github.com/gatsbyjs/gatsby/commit/41eef2bdcc8890991e8d5e7c0d5df795992096ff)) +- Add aggregation resolvers [#30789](https://github.com/gatsbyjs/gatsby/issues/30789) ([0e91c82](https://github.com/gatsbyjs/gatsby/commit/0e91c82ace7eff1c21ec23667021a9f19056c564)) +- Memoize process.env access and repeated function calls [#30768](https://github.com/gatsbyjs/gatsby/issues/30768) ([7802e3c](https://github.com/gatsbyjs/gatsby/commit/7802e3c371b20b4f212a45b7a23887d23847709a)) -### Bug Fixes +#### Bug Fixes -- **deps:** update dependency mini-css-extract-plugin to v1.6.0 ([#31158](https://github.com/gatsbyjs/gatsby/issues/31158)) ([137630e](https://github.com/gatsbyjs/gatsby/commit/137630ec719ae67836755a44ddd8451ef25435ed)) -- **gatsby:** update plugin api types ([#30819](https://github.com/gatsbyjs/gatsby/issues/30819)) ([aa09e6f](https://github.com/gatsbyjs/gatsby/commit/aa09e6fb2f525242680d53d77b5ce7f76b5b63a8)) +- handle case of changing page path casing on case-insensitive fs [#31071](https://github.com/gatsbyjs/gatsby/issues/31071) [#31082](https://github.com/gatsbyjs/gatsby/issues/31082) ([3224803](https://github.com/gatsbyjs/gatsby/commit/322480390407459e238c6ae5ff560ff90a353803)) +- Refactor overlay utils [#31005](https://github.com/gatsbyjs/gatsby/issues/31005) ([4930aa5](https://github.com/gatsbyjs/gatsby/commit/4930aa5b34e08ad49177820304bb6dd262c56b3f)) +- use cpuCount for all parallel parts [#30548](https://github.com/gatsbyjs/gatsby/issues/30548) ([9dbb772](https://github.com/gatsbyjs/gatsby/commit/9dbb77238f23eedbb9b6dcf5ffb3453cb67bc9b8)) +- try to get linenumber from compile error [#30615](https://github.com/gatsbyjs/gatsby/issues/30615) ([7dd645d](https://github.com/gatsbyjs/gatsby/commit/7dd645d65dd971cb6eaa800895f7267fa2fa6c5c)) +- register offline plugin when not on preview [#30984](https://github.com/gatsbyjs/gatsby/issues/30984) ([17f028d](https://github.com/gatsbyjs/gatsby/commit/17f028d7085e1e4dc7bd361134bf0230b2cb7d95)) +- honor flags disabled via config when deciding wether to add included flags [#30992](https://github.com/gatsbyjs/gatsby/issues/30992) ([e7327c3](https://github.com/gatsbyjs/gatsby/commit/e7327c311c0b606dc3ddc8e06507ad0c55a82f07)) +- persist pages between runs [#28590](https://github.com/gatsbyjs/gatsby/issues/28590) [#28760](https://github.com/gatsbyjs/gatsby/issues/28760) [#29431](https://github.com/gatsbyjs/gatsby/issues/29431) [#30848](https://github.com/gatsbyjs/gatsby/issues/30848) ([a0b31bc](https://github.com/gatsbyjs/gatsby/commit/a0b31bcaaa04db8ff0675b3653c841bf47c67814)) +- filter out not applicable flags (isCi / command) when constructing flags message [#30977](https://github.com/gatsbyjs/gatsby/issues/30977) ([b9ef04a](https://github.com/gatsbyjs/gatsby/commit/b9ef04a1d47f1178feadb49afca336a4b5d077cf)) +- Don't use process.cwd() to find public directory for DEV_SSR [#30605](https://github.com/gatsbyjs/gatsby/issues/30605) ([31e2f79](https://github.com/gatsbyjs/gatsby/commit/31e2f79a3e3e7efa5b53345399f935b8dba7aefb)) +- add support for useStaticQuery with commonjs/require [#30941](https://github.com/gatsbyjs/gatsby/issues/30941) ([0d23703](https://github.com/gatsbyjs/gatsby/commit/0d23703c104c3557a77cfbc0e98d5dc9f947c909)) +- change order of feedbackDisabled checks to allow CI AWS lambda build [#30653](https://github.com/gatsbyjs/gatsby/issues/30653) ([303dc4b](https://github.com/gatsbyjs/gatsby/commit/303dc4bd5b1c79b5bb982e2ac8b5de67630d7083)) +- Better Fast Refresh handling for [#30901](https://github.com/gatsbyjs/gatsby/issues/30901) ([70b25d1](https://github.com/gatsbyjs/gatsby/commit/70b25d1f82ba35fd992d0442bc72f660c8427f87)) +- z-index for loading-indicator [#30888](https://github.com/gatsbyjs/gatsby/issues/30888) ([18482b1](https://github.com/gatsbyjs/gatsby/commit/18482b123ec87e76cdc738180a1314ea81ad7afa)) +- webpack warnings are no longer in object format by default [#30801](https://github.com/gatsbyjs/gatsby/issues/30801) ([33415c8](https://github.com/gatsbyjs/gatsby/commit/33415c821bf9546aa3d1ac62afb75b9ffeb67a76)) +- Decode base path in runtime [#30682](https://github.com/gatsbyjs/gatsby/issues/30682) ([304e585](https://github.com/gatsbyjs/gatsby/commit/304e5859d5b25691c3d1f5183c3c2855aac79602)) +- "Cannot find module 'babel-preset-gatsby'" error [#30813](https://github.com/gatsbyjs/gatsby/issues/30813) ([9789823](https://github.com/gatsbyjs/gatsby/commit/97898232e98e59926f39a711e263cf999ddc37ca)) +- lower memory pressure in SSR [#30793](https://github.com/gatsbyjs/gatsby/issues/30793) ([c03e562](https://github.com/gatsbyjs/gatsby/commit/c03e562e3b7493c1903e710f80c24857b01267b6)) -### Features +#### Other Changes -- **gatsby:** Don't send error for function errors if headers are already sent ([#31265](https://github.com/gatsbyjs/gatsby/issues/31265)) ([d9c78a0](https://github.com/gatsbyjs/gatsby/commit/d9c78a052d2187ad6808b584185f731c0988d610)) +- handle plugin parentDir resolution in resolvePlugin() [#30812](https://github.com/gatsbyjs/gatsby/issues/30812) ([9b5e005](https://github.com/gatsbyjs/gatsby/commit/9b5e005c4c928cfb58d3d3674dd157785793cb7a)) -### Performance Improvements +### [3.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.3.1/packages/gatsby) (2021-04-20) -- **gatsby:** use fastq instead of better-queue + refactor ([#31269](https://github.com/gatsbyjs/gatsby/issues/31269)) ([fef8d6b](https://github.com/gatsbyjs/gatsby/commit/fef8d6ba5fdb1386fd7716dc59423c65fa9fd402)) +#### Bug Fixes -# [3.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.3...gatsby@3.5.0-next.4) (2021-05-05) +- Better Fast Refresh handling for [#30901](https://github.com/gatsbyjs/gatsby/issues/30901) [#30945](https://github.com/gatsbyjs/gatsby/issues/30945) ([8e10d48](https://github.com/gatsbyjs/gatsby/commit/8e10d4888d362864b3dc7138fdbe8c53c4183500)) +- "Cannot find module 'babel-preset-gatsby'" error [#30813](https://github.com/gatsbyjs/gatsby/issues/30813) [#30946](https://github.com/gatsbyjs/gatsby/issues/30946) ([ef8feae](https://github.com/gatsbyjs/gatsby/commit/ef8feae4bae08ff2ad832d21080c6d24b726b0a3)) -### Bug Fixes +## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.3.0/packages/gatsby) (2021-04-14) -- **gatsby:** add generic type to GatsbyFunctionResponse ([#31182](https://github.com/gatsbyjs/gatsby/issues/31182)) ([4b9d0d4](https://github.com/gatsbyjs/gatsby/commit/4b9d0d4d4757d006ec385bb80f1db415a9636f63)) -- **gatsby:** rehydration issue in Dev404Page with DEV_SSR ([#30581](https://github.com/gatsbyjs/gatsby/issues/30581)) ([5005588](https://github.com/gatsbyjs/gatsby/commit/5005588c92101d8be19c23d9404bdd952ac3ed73)) -- **gatsby:** upgrade css-minimizer-webpack-plugin to v2 ([#31176](https://github.com/gatsbyjs/gatsby/issues/31176)) ([257de93](https://github.com/gatsbyjs/gatsby/commit/257de93a6e1caf46cbad4172ef342e928aa4b97e)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3) -### Performance Improvements +#### Bug Fixes -- **gatsby:** Create page object & SitePage node in same action creator ([#31104](https://github.com/gatsbyjs/gatsby/issues/31104)) ([d1005fa](https://github.com/gatsbyjs/gatsby/commit/d1005fae2fe273f26cc650137426369c4c84b067)), closes [#31236](https://github.com/gatsbyjs/gatsby/issues/31236) +- webpack warnings are no longer in object format by default [#30801](https://github.com/gatsbyjs/gatsby/issues/30801) [#30853](https://github.com/gatsbyjs/gatsby/issues/30853) ([0b99d00](https://github.com/gatsbyjs/gatsby/commit/0b99d00d24f390b4a671c2b810cb8726867e97ac)) +- lower memory pressure in SSR [#30793](https://github.com/gatsbyjs/gatsby/issues/30793) [#30851](https://github.com/gatsbyjs/gatsby/issues/30851) ([f561724](https://github.com/gatsbyjs/gatsby/commit/f5617243a454e9655717e0adca50066bdcf643e4)) +- edits to Gatsby Node APIs doc [#30656](https://github.com/gatsbyjs/gatsby/issues/30656) ([9699e31](https://github.com/gatsbyjs/gatsby/commit/9699e31e354fd484b3834bea2ac4a2e50d6179b4)) +- fix incorrect intersection of filtered results fix [#30594](https://github.com/gatsbyjs/gatsby/issues/30594) ([e432c23](https://github.com/gatsbyjs/gatsby/commit/e432c231eb65e66208ab29605aa670e6c873303f)) +- merge inherited interfaces when merging types [#30501](https://github.com/gatsbyjs/gatsby/issues/30501) ([e1f1656](https://github.com/gatsbyjs/gatsby/commit/e1f1656b36e4912c1712cada0124fc38f4b4e07e)) +- Handle arrays of dates in distinct [#30460](https://github.com/gatsbyjs/gatsby/issues/30460) ([2f87f89](https://github.com/gatsbyjs/gatsby/commit/2f87f8934c4bf5a14d6ac5297d8f0ce37f55e223)) -# [3.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.2...gatsby@3.5.0-next.3) (2021-05-01) +#### Performance Improvements -### Bug Fixes +- cache babel config items [#28738](https://github.com/gatsbyjs/gatsby/issues/28738) ([ecd823f](https://github.com/gatsbyjs/gatsby/commit/ecd823fb424a82a8f7b8aa5da56dbaca74d3269d)) -- **gatsby:** fix profiler for build ([#31116](https://github.com/gatsbyjs/gatsby/issues/31116)) ([643ea7a](https://github.com/gatsbyjs/gatsby/commit/643ea7af1d6e586e7963cb04b4e3d95fd23b5fb5)) +#### Chores -### Features +- Add release notes link & v2 contrib note to readme [#30596](https://github.com/gatsbyjs/gatsby/issues/30596) ([6c3977a](https://github.com/gatsbyjs/gatsby/commit/6c3977af408124a38268ed566154e423b21cd0e7)) +- upgrade wepback deps [#30561](https://github.com/gatsbyjs/gatsby/issues/30561) ([17a0126](https://github.com/gatsbyjs/gatsby/commit/17a0126ba8ee82471ac011609536f2ab5e975dc2)) -- **gatsby:** enable gatsby-plugin-gatsby-cloud by default ([#30624](https://github.com/gatsbyjs/gatsby/issues/30624)) ([4259940](https://github.com/gatsbyjs/gatsby/commit/4259940f2b6d70ea7fb9f57d763dd6008caaceef)) -- **gatsby:** first pass at API functions docs ([#31066](https://github.com/gatsbyjs/gatsby/issues/31066)) ([88ca620](https://github.com/gatsbyjs/gatsby/commit/88ca6209a3f0cf4f0357df3e6047c17812b0ebac)) +### [3.2.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.2.1/packages/gatsby) (2021-04-02) -# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.1...gatsby@3.5.0-next.2) (2021-04-29) +#### Bug Fixes -### Bug Fixes +- fix incorrect intersection of filtered results fix [#30594](https://github.com/gatsbyjs/gatsby/issues/30594) fix [#30626](https://github.com/gatsbyjs/gatsby/issues/30626) ([a4f8a14](https://github.com/gatsbyjs/gatsby/commit/a4f8a14fd65100a70650f476e4dd12af6f4e94fd)) -- **webpack-theme-component-shadowing:** Support shadowing in yarn-style workspaces with Webpack 5 ([#30435](https://github.com/gatsbyjs/gatsby/issues/30435)) ([ab919ea](https://github.com/gatsbyjs/gatsby/commit/ab919ea04ed3f9a4490a68fab4cda22834383673)) +## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.2.0/packages/gatsby) (2021-03-30) -# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.0...gatsby@3.5.0-next.1) (2021-04-28) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2) -### Bug Fixes +#### Bug Fixes -- **gatsby:** handle case of changing page path casing on case-insensitive fs ([#31071](https://github.com/gatsbyjs/gatsby/issues/31071)) ([940eddf](https://github.com/gatsbyjs/gatsby/commit/940eddf9be41deab9544d26db38a661095ee37a7)) +- Handle arrays of dates in distinct [#30460](https://github.com/gatsbyjs/gatsby/issues/30460) [#30566](https://github.com/gatsbyjs/gatsby/issues/30566) ([2d38033](https://github.com/gatsbyjs/gatsby/commit/2d38033f05cc06ab5d5f3ab5c198e5ac59fed25d)) +- merge inherited interfaces when merging types [#30501](https://github.com/gatsbyjs/gatsby/issues/30501) [#30562](https://github.com/gatsbyjs/gatsby/issues/30562) ([b9dfd16](https://github.com/gatsbyjs/gatsby/commit/b9dfd16f96e410c9bda95445250d3fdcb98fb576)) +- Add allowNamespace option to ESLint config [#30023](https://github.com/gatsbyjs/gatsby/issues/30023) ([98001eb](https://github.com/gatsbyjs/gatsby/commit/98001ebd36b4eaace6c9b35ecc3a96f96e6f7010)) +- validate local plugin options schema [#29787](https://github.com/gatsbyjs/gatsby/issues/29787) ([096eb38](https://github.com/gatsbyjs/gatsby/commit/096eb38464d9ad7da79f3acb45ade6aee8765b75)) +- update nested input types when rebuilding SitePage [#30426](https://github.com/gatsbyjs/gatsby/issues/30426) ([54d4721](https://github.com/gatsbyjs/gatsby/commit/54d4721462b9303fed723fdcb15ac5d72e103778)) +- Correct behavior for reporter.error with pluginName [#30331](https://github.com/gatsbyjs/gatsby/issues/30331) ([eb1e2d8](https://github.com/gatsbyjs/gatsby/commit/eb1e2d8a3fa78027613b530f667b22fe99b4bfcd)) +- Add reporter.panic in empty catch in load-themes [#29640](https://github.com/gatsbyjs/gatsby/issues/29640) ([3a8789b](https://github.com/gatsbyjs/gatsby/commit/3a8789b4875444c0ce33d313bc82290d2c38261e)) +- do not fail on 3rd-party schemas with relay-classic support [#30318](https://github.com/gatsbyjs/gatsby/issues/30318) ([3c2888c](https://github.com/gatsbyjs/gatsby/commit/3c2888c011d24153422a48ca20f37200f002ee67)) +- be less aggressive when marking builtin methods as unsafe [#30216](https://github.com/gatsbyjs/gatsby/issues/30216) ([331d76e](https://github.com/gatsbyjs/gatsby/commit/331d76e41533db65d896df2c08c55b929219d124)) -### Features +#### Performance Improvements -- **gatsby:** Add note to DEV_SSR flag about custom webpack config ([#31063](https://github.com/gatsbyjs/gatsby/issues/31063)) ([0fd6c1f](https://github.com/gatsbyjs/gatsby/commit/0fd6c1f23a02bdbd873be4694f8c6de75769193e)), closes [/github.com/gatsbyjs/gatsby/discussions/28138#discussioncomment-598599](https://github.com//github.com/gatsbyjs/gatsby/discussions/28138/issues/discussioncomment-598599) +- Optimise `distinct` queries [#30457](https://github.com/gatsbyjs/gatsby/issues/30457) ([f462e23](https://github.com/gatsbyjs/gatsby/commit/f462e23c26459ccdc30d7abdce1abc375f6ee4eb)) -# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.6...gatsby@3.5.0-next.0) (2021-04-23) +#### Chores -### Bug Fixes +- upgrade webpack deps [#30561](https://github.com/gatsbyjs/gatsby/issues/30561) ([7c72b69](https://github.com/gatsbyjs/gatsby/commit/7c72b69ea8afec4e582fca5d8e51e22b665ab7dd)) +- don't terminate dev server if graphql wasn't imported from gatsby [#30371](https://github.com/gatsbyjs/gatsby/issues/30371) ([d534602](https://github.com/gatsbyjs/gatsby/commit/d534602c1d40cea5bd88085b753781963906d7b4)) +- Fix typo in createPages doc Fix [#30343](https://github.com/gatsbyjs/gatsby/issues/30343) ([53a9d5e](https://github.com/gatsbyjs/gatsby/commit/53a9d5e9dc569f605f809136dd3e4c568b62c9ca)) -- **gatsby:** Refactor overlay utils ([#31005](https://github.com/gatsbyjs/gatsby/issues/31005)) ([4930aa5](https://github.com/gatsbyjs/gatsby/commit/4930aa5b34e08ad49177820304bb6dd262c56b3f)) -- use cpuCount for all parallel parts ([#30548](https://github.com/gatsbyjs/gatsby/issues/30548)) ([9dbb772](https://github.com/gatsbyjs/gatsby/commit/9dbb77238f23eedbb9b6dcf5ffb3453cb67bc9b8)) -- **gatsby:** honor flags disabled via config when deciding wether to add included flags ([#30992](https://github.com/gatsbyjs/gatsby/issues/30992)) ([e7327c3](https://github.com/gatsbyjs/gatsby/commit/e7327c311c0b606dc3ddc8e06507ad0c55a82f07)) -- **gatsby:** persist pages between runs ([#28590](https://github.com/gatsbyjs/gatsby/issues/28590)) ([a0b31bc](https://github.com/gatsbyjs/gatsby/commit/a0b31bcaaa04db8ff0675b3653c841bf47c67814)), closes [#28760](https://github.com/gatsbyjs/gatsby/issues/28760) [#29431](https://github.com/gatsbyjs/gatsby/issues/29431) [#30848](https://github.com/gatsbyjs/gatsby/issues/30848) -- **gatsby:** try to get linenumber from compile error ([#30615](https://github.com/gatsbyjs/gatsby/issues/30615)) ([7dd645d](https://github.com/gatsbyjs/gatsby/commit/7dd645d65dd971cb6eaa800895f7267fa2fa6c5c)) -- **gatsby,gatsby-plugin-offline:** register offline plugin when not on preview ([#30984](https://github.com/gatsbyjs/gatsby/issues/30984)) ([17f028d](https://github.com/gatsbyjs/gatsby/commit/17f028d7085e1e4dc7bd361134bf0230b2cb7d95)) +### [3.1.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.1.3/packages/gatsby) (2021-03-30) -### Features +#### Bug Fixes -- **gatsby:** test redirects ([#31011](https://github.com/gatsbyjs/gatsby/issues/31011)) ([7838b18](https://github.com/gatsbyjs/gatsby/commit/7838b18306d4290b2eced775ade23b10c663ec82)) -- **gatsby:** use webpack fs caching in prod behind feature flag ([#30857](https://github.com/gatsbyjs/gatsby/issues/30857)) ([66127cc](https://github.com/gatsbyjs/gatsby/commit/66127cc34d7568f3343aebfb7d2e1a71ec5ee150)) +- update nested input types when rebuilding SitePage [#30426](https://github.com/gatsbyjs/gatsby/issues/30426) [#30432](https://github.com/gatsbyjs/gatsby/issues/30432) ([a742927](https://github.com/gatsbyjs/gatsby/commit/a742927a6b7ac5fc4f5b0306ca8290093c88eb22)) -# [3.4.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.5...gatsby@3.4.0-next.6) (2021-04-22) +### [3.1.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.1.2/packages/gatsby) (2021-03-23) -### Bug Fixes +#### Bug Fixes -- **gatsby:** Don't use process.cwd() to find public directory for DEV_SSR ([#30605](https://github.com/gatsbyjs/gatsby/issues/30605)) ([31e2f79](https://github.com/gatsbyjs/gatsby/commit/31e2f79a3e3e7efa5b53345399f935b8dba7aefb)) -- **gatsby:** filter out not applicable flags (isCi / command) when constructing flags message ([#30977](https://github.com/gatsbyjs/gatsby/issues/30977)) ([b9ef04a](https://github.com/gatsbyjs/gatsby/commit/b9ef04a1d47f1178feadb49afca336a4b5d077cf)) +- do not fail on 3rd-party schemas with relay-classic support [#30318](https://github.com/gatsbyjs/gatsby/issues/30318) [#30421](https://github.com/gatsbyjs/gatsby/issues/30421) ([aa51a97](https://github.com/gatsbyjs/gatsby/commit/aa51a97a38880fb9ce1d2c560d675f061214b717)) -### Features +### [3.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.1.1/packages/gatsby) (2021-03-18) -- **gatsby:** Add Typescript types for function requests/responses ([#30991](https://github.com/gatsbyjs/gatsby/issues/30991)) ([b8692ac](https://github.com/gatsbyjs/gatsby/commit/b8692ac15bcef0c6bdbd3f6c920e36af848240b3)) -- **gatsby:** parse cookies in functions to req.cookies ([#30993](https://github.com/gatsbyjs/gatsby/issues/30993)) ([ca172c8](https://github.com/gatsbyjs/gatsby/commit/ca172c8f043c842a297f1e6029b078b94031d3b5)) +#### Bug Fixes -# [3.4.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.4...gatsby@3.4.0-next.5) (2021-04-20) +- be less aggressive when marking builtin methods as unsafe [#30216](https://github.com/gatsbyjs/gatsby/issues/30216) [#30287](https://github.com/gatsbyjs/gatsby/issues/30287) ([32d7adf](https://github.com/gatsbyjs/gatsby/commit/32d7adf16e6b8142ba2a30d5216b9bf34234f412)) -**Note:** Version bump only for package gatsby +## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.1.0/packages/gatsby) (2021-03-16) -# [3.4.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.3...gatsby@3.4.0-next.4) (2021-04-20) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1) -### Bug Fixes +#### Features -- **gatsby:** add support for useStaticQuery with commonjs/require ([#30941](https://github.com/gatsbyjs/gatsby/issues/30941)) ([0d23703](https://github.com/gatsbyjs/gatsby/commit/0d23703c104c3557a77cfbc0e98d5dc9f947c909)) -- **gatsby:** change order of feedbackDisabled checks to allow CI AWS lambda build ([#30653](https://github.com/gatsbyjs/gatsby/issues/30653)) ([303dc4b](https://github.com/gatsbyjs/gatsby/commit/303dc4bd5b1c79b5bb982e2ac8b5de67630d7083)) +- Add darkmode support to Fast Refresh overlay [#30025](https://github.com/gatsbyjs/gatsby/issues/30025) ([b7fb616](https://github.com/gatsbyjs/gatsby/commit/b7fb616ab79f10dd8f1faf6ea23fea0fa4424f26)) +- improve error messages at runtime [#29970](https://github.com/gatsbyjs/gatsby/issues/29970) ([d37f275](https://github.com/gatsbyjs/gatsby/commit/d37f2757b6b6e46335f3ba4fcaabf3a85251f045)) -### Features +#### Bug Fixes -- **gatsby:** add support for dynamic routes for API functions ([#30904](https://github.com/gatsbyjs/gatsby/issues/30904)) ([e44d6a7](https://github.com/gatsbyjs/gatsby/commit/e44d6a78f7f63e434a159536f07d1105067e997b)) +- workaround some webpack issues causing first save after running gatsby develop to not have any effect [#30193](https://github.com/gatsbyjs/gatsby/issues/30193) ([a9d65f6](https://github.com/gatsbyjs/gatsby/commit/a9d65f640891ebcaa8da9ccc9c8ef0f40e4905cd)) +- improve error messages for errors outside of react" [#30031](https://github.com/gatsbyjs/gatsby/issues/30031) ([8183012](https://github.com/gatsbyjs/gatsby/commit/818301227f6f8946e2130a43b75f3d685bc32b70)) +- freeze the schema only after rebuilding with SitePage [#30132](https://github.com/gatsbyjs/gatsby/issues/30132) ([4fc4248](https://github.com/gatsbyjs/gatsby/commit/4fc424868fa72b04a8152b2e8f0dceeb4955b15f)) +- set program.verbose when VERBOSE env var is used [#30123](https://github.com/gatsbyjs/gatsby/issues/30123) ([632f915](https://github.com/gatsbyjs/gatsby/commit/632f9151ceb2d5621dc720adca3ee8049e6179d6)) +- don't ignore SOURCE_FILE_CHANGED event [#30127](https://github.com/gatsbyjs/gatsby/issues/30127) ([f6d1c09](https://github.com/gatsbyjs/gatsby/commit/f6d1c093d2f5cf73e8bfdbfeefac18115a145463)) +- Fix broken reporter call Fix [#30092](https://github.com/gatsbyjs/gatsby/issues/30092) ([9429b3b](https://github.com/gatsbyjs/gatsby/commit/9429b3bfc5ab00ae02efddc20188a3bb95629e6d)) +- always pass `stage` option to `babel-preset-gatsby` [#30047](https://github.com/gatsbyjs/gatsby/issues/30047) ([8cedc8d](https://github.com/gatsbyjs/gatsby/commit/8cedc8dd15e0fd3cb5bc62e8276a4a1f96e7c6f4)) +- handle case of removing trailing slash in inc builds [#29953](https://github.com/gatsbyjs/gatsby/issues/29953) ([7462030](https://github.com/gatsbyjs/gatsby/commit/7462030b9f3c6ad028a2469b850e3477b4f0b954)) +- update lodash monorepo to ^4.17.21 [#29382](https://github.com/gatsbyjs/gatsby/issues/29382) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) +- change browserlist to web/es5 [#29954](https://github.com/gatsbyjs/gatsby/issues/29954) ([ba8a498](https://github.com/gatsbyjs/gatsby/commit/ba8a498c268694999bfa7961d41018b09b523779)) +- fix routing for paths with characters like `@` etc fix [#29935](https://github.com/gatsbyjs/gatsby/issues/29935) ([157ae16](https://github.com/gatsbyjs/gatsby/commit/157ae165a4d1baa55a272b43f21c7acc89b4294b)) +- Add dir=ltr to Fast Refresh overlay [#29900](https://github.com/gatsbyjs/gatsby/issues/29900) ([89d3150](https://github.com/gatsbyjs/gatsby/commit/89d3150a33441b3690d56ce5a99afd19452f6f03)) +- with some custom babel configs array spreading with Set is not safe [#29885](https://github.com/gatsbyjs/gatsby/issues/29885) ([5d312fe](https://github.com/gatsbyjs/gatsby/commit/5d312fe5433dbafb9a6b7eeba6abb563dba27ef2)) +- Remove `react-hot-loader` deps & other unused deps [#29864](https://github.com/gatsbyjs/gatsby/issues/29864) ([39721fd](https://github.com/gatsbyjs/gatsby/commit/39721fd2f3f4a997c6a954c60ae81bb93712c0b1)) +- Fix various small DEV_SSR bugs exposed in development_runtime tests Fix [#29720](https://github.com/gatsbyjs/gatsby/issues/29720) ([114e006](https://github.com/gatsbyjs/gatsby/commit/114e006c5866c15c8448904746d968e4ef904f83)) +- fix some css HMR edge cases fix [#29839](https://github.com/gatsbyjs/gatsby/issues/29839) ([52facaf](https://github.com/gatsbyjs/gatsby/commit/52facaf7c5bf377cbec42d9d9f18832751a429a1)) +- fix fast-refresh fix [#29831](https://github.com/gatsbyjs/gatsby/issues/29831) ([81a3776](https://github.com/gatsbyjs/gatsby/commit/81a377650e267b930482abf647053b1a0b6bc384)) +- Improve Fast Refresh overlay styles [#29855](https://github.com/gatsbyjs/gatsby/issues/29855) ([c8bf060](https://github.com/gatsbyjs/gatsby/commit/c8bf0605ada2f4f20c518d51ef8629fb2ea48de7)) +- query on demand loading indicator always active on preact. [#29829](https://github.com/gatsbyjs/gatsby/issues/29829) ([fa1e2d6](https://github.com/gatsbyjs/gatsby/commit/fa1e2d66b806c92a04d63f023f77bb5770981808)) +- accept hot updates for modules above page templates [#29752](https://github.com/gatsbyjs/gatsby/issues/29752) ([55778eb](https://github.com/gatsbyjs/gatsby/commit/55778eb11e816ceaf29ad20d6ff05192cdf68f4c)) +- workaround graphql-compose issue [#29822](https://github.com/gatsbyjs/gatsby/issues/29822) ([7f9bcf1](https://github.com/gatsbyjs/gatsby/commit/7f9bcf10797f0e1ba1583c6f1a6417ffe91f1b5e)) +- eslint linting [#29796](https://github.com/gatsbyjs/gatsby/issues/29796) ([2d52a55](https://github.com/gatsbyjs/gatsby/commit/2d52a5567018b5ebb185cd08bc41500a0d657136)) +- Use vendored @reach/router [#29772](https://github.com/gatsbyjs/gatsby/issues/29772) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +- Update styles & overlay for Fast Refresh [#29797](https://github.com/gatsbyjs/gatsby/issues/29797) ([22da802](https://github.com/gatsbyjs/gatsby/commit/22da8028395d61fb2bef0b66418ae2c83fe29e6e)) -# [3.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.2...gatsby@3.4.0-next.3) (2021-04-19) +#### Chores -### Bug Fixes +- Adding maintenance window for v2 [#30146](https://github.com/gatsbyjs/gatsby/issues/30146) ([d21fc26](https://github.com/gatsbyjs/gatsby/commit/d21fc26a811178e41dd3998e64b5946c2f7abc9d)) +- adjust all @reach/router imports to not rely just on webpack alias [#30033](https://github.com/gatsbyjs/gatsby/issues/30033) ([38dab68](https://github.com/gatsbyjs/gatsby/commit/38dab684af7475ea17edf5cefddfe62584a4065a)) +- fix spelling, remove whitespace and fix links fix [#30012](https://github.com/gatsbyjs/gatsby/issues/30012) ([58e8d1d](https://github.com/gatsbyjs/gatsby/commit/58e8d1d78b9d98b14832bd7237493b515c7cbc4d)) +- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68)) +- update readme [#29837](https://github.com/gatsbyjs/gatsby/issues/29837) ([69f538a](https://github.com/gatsbyjs/gatsby/commit/69f538a870fcf75223916fdf074177966119a22b)) +- move to latest joi [#29792](https://github.com/gatsbyjs/gatsby/issues/29792) ([86b8b26](https://github.com/gatsbyjs/gatsby/commit/86b8b2643be554496178426c8ba8466411ce56f7)) +- update core-js [#29791](https://github.com/gatsbyjs/gatsby/issues/29791) ([2758329](https://github.com/gatsbyjs/gatsby/commit/27583295f7d5d82deed4bf324bc0233ff49944cd)) +- upgarde postcss & plugins [#29793](https://github.com/gatsbyjs/gatsby/issues/29793) ([95f452c](https://github.com/gatsbyjs/gatsby/commit/95f452c9300490bbf961fa65f11fdf89825acd26)) +- Fix our internal eslint config for monorepo Fix [#29795](https://github.com/gatsbyjs/gatsby/issues/29795) ([0b4664e](https://github.com/gatsbyjs/gatsby/commit/0b4664e52c22902f9fb85b208a63da388ddd0470)) -- **gatsby:** Better Fast Refresh handling for ([#30901](https://github.com/gatsbyjs/gatsby/issues/30901)) ([70b25d1](https://github.com/gatsbyjs/gatsby/commit/70b25d1f82ba35fd992d0442bc72f660c8427f87)) +### [3.0.4](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.0.4/packages/gatsby) (2021-03-10) -# [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.1...gatsby@3.4.0-next.2) (2021-04-16) +#### Bug Fixes -### Features +- freeze the schema only after rebuilding with SitePage [#30132](https://github.com/gatsbyjs/gatsby/issues/30132) [#30137](https://github.com/gatsbyjs/gatsby/issues/30137) ([31e754f](https://github.com/gatsbyjs/gatsby/commit/31e754fbcd942232717dce785e769650242aa133)) +- set program.verbose when VERBOSE env var is used [#30123](https://github.com/gatsbyjs/gatsby/issues/30123) [#30136](https://github.com/gatsbyjs/gatsby/issues/30136) ([bc0eca5](https://github.com/gatsbyjs/gatsby/commit/bc0eca57e51c2dcc23b2b605c28d73e960fd122c)) +- don't ignore SOURCE_FILE_CHANGED event [#30127](https://github.com/gatsbyjs/gatsby/issues/30127) [#30135](https://github.com/gatsbyjs/gatsby/issues/30135) ([f8f38f3](https://github.com/gatsbyjs/gatsby/commit/f8f38f3199952c9b42c551e4fc81d07a4af869dc)) + +### [3.0.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.0.3/packages/gatsby) (2021-03-06) + +#### Bug Fixes + +- always pass `stage` option to `babel-preset-gatsby` [#30047](https://github.com/gatsbyjs/gatsby/issues/30047) [#30051](https://github.com/gatsbyjs/gatsby/issues/30051) ([ec57576](https://github.com/gatsbyjs/gatsby/commit/ec57576e9a30bd5086fccb36ac32e5314d27cb34)) + +#### Chores + +- adjust all @reach/router imports to not rely just on webpack alias [#30033](https://github.com/gatsbyjs/gatsby/issues/30033) [#30049](https://github.com/gatsbyjs/gatsby/issues/30049) ([8686a42](https://github.com/gatsbyjs/gatsby/commit/8686a42fee8263661f163d2acf3e000642ffa4e7)) + +### [3.0.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.0.2/packages/gatsby) (2021-03-05) + +#### Bug Fixes + +- handle case of removing trailing slash in inc builds [#29953](https://github.com/gatsbyjs/gatsby/issues/29953) [#30001](https://github.com/gatsbyjs/gatsby/issues/30001) ([d050050](https://github.com/gatsbyjs/gatsby/commit/d050050b95cea729f20c990069f2917f2a9e927e)) + +### [3.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.0.1/packages/gatsby) (2021-03-04) + +#### Bug Fixes + +- change browserlist to web/es5 [#29954](https://github.com/gatsbyjs/gatsby/issues/29954) [#29968](https://github.com/gatsbyjs/gatsby/issues/29968) ([1b26dc2](https://github.com/gatsbyjs/gatsby/commit/1b26dc26356a295bc8a59979522043b9f36aaaf4)) +- fix routing for paths with characters like `@` etc fix [#29935](https://github.com/gatsbyjs/gatsby/issues/29935) fix [#29967](https://github.com/gatsbyjs/gatsby/issues/29967) ([03fd1cb](https://github.com/gatsbyjs/gatsby/commit/03fd1cbc3015f04f496f34c31bd58564e8bb51bb)) + +## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@3.0.0/packages/gatsby) (2021-03-02) + +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) + +#### Features + +- Set up Fast Refresh [#29588](https://github.com/gatsbyjs/gatsby/issues/29588) ([e0bd955](https://github.com/gatsbyjs/gatsby/commit/e0bd955677dd23c26491e794d9a339eb343e632b)) +- Add ignoreCase option for createRedirect and support it in client sid… [#29714](https://github.com/gatsbyjs/gatsby/issues/29714) ([09f58de](https://github.com/gatsbyjs/gatsby/commit/09f58defb6c3b4b26a3efbc8151fbf129e5cb7fd)) +- Respect VERBOSE env var [#29708](https://github.com/gatsbyjs/gatsby/issues/29708) ([97d6d3e](https://github.com/gatsbyjs/gatsby/commit/97d6d3ed841268adcf3b0de51ed2abd4d4770e70)) +- shim reporter from gatsby [#29669](https://github.com/gatsbyjs/gatsby/issues/29669) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) +- move sync-requires to async-requires in develop [#29391](https://github.com/gatsbyjs/gatsby/issues/29391) ([82b7c03](https://github.com/gatsbyjs/gatsby/commit/82b7c03476370d1ec76491ff192c29c05c0f878f)) +- track potentially unsafe Node.js builtin modules usage [#29560](https://github.com/gatsbyjs/gatsby/issues/29560) ([fe737d0](https://github.com/gatsbyjs/gatsby/commit/fe737d0784b11dd03f6d3b8c69cf964de5bd50f5)) +- Add file download functions [#29531](https://github.com/gatsbyjs/gatsby/issues/29531) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) +- remove react-hot-loader [#29540](https://github.com/gatsbyjs/gatsby/issues/29540) ([a5210b2](https://github.com/gatsbyjs/gatsby/commit/a5210b2550b9646656aae28c28cb5be580cd5677)) +- make it default [#29548](https://github.com/gatsbyjs/gatsby/issues/29548) ([348a5bf](https://github.com/gatsbyjs/gatsby/commit/348a5bf989a955345d1b958e25978ed90864cd72)) +- upgrade webpack to version 5 [#29145](https://github.com/gatsbyjs/gatsby/issues/29145) ([a7a3991](https://github.com/gatsbyjs/gatsby/commit/a7a3991ca2ad450abaacdc168e9900dad995b584)) +- track static query results [#29486](https://github.com/gatsbyjs/gatsby/issues/29486) ([16d16ce](https://github.com/gatsbyjs/gatsby/commit/16d16ce0824006c25576f32772cecb8fa3101c75)) +- track ssr compilation hash [#29482](https://github.com/gatsbyjs/gatsby/issues/29482) ([2157ca9](https://github.com/gatsbyjs/gatsby/commit/2157ca9a08887256e22bb75e899b3964ba5d675c)) +- display GraphQL deprecations as CLI warnings [#29450](https://github.com/gatsbyjs/gatsby/issues/29450) ([bfd8c8c](https://github.com/gatsbyjs/gatsby/commit/bfd8c8c41db5fea654a9b84c54bbf63db0ce3a54)) +- support GraphQL interface inheritance [#29427](https://github.com/gatsbyjs/gatsby/issues/29427) ([6365768](https://github.com/gatsbyjs/gatsby/commit/63657680436f946c94589eb639fd692048c597bd)) +- Remove boundActionCreators [#29129](https://github.com/gatsbyjs/gatsby/issues/29129) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) +- Remove deleteNode with ID arg [#29205](https://github.com/gatsbyjs/gatsby/issues/29205) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) +- Remove old touchNode signature [#29245](https://github.com/gatsbyjs/gatsby/issues/29245) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) +- Remove possibility to use global graphql tag for queries [#29291](https://github.com/gatsbyjs/gatsby/issues/29291) ([d933462](https://github.com/gatsbyjs/gatsby/commit/d933462d64f004e1a9db2d3407797d45ff8b4762)) +- Remove fieldName & fieldValue from createNodeField [#29207](https://github.com/gatsbyjs/gatsby/issues/29207) ([a1f3cf6](https://github.com/gatsbyjs/gatsby/commit/a1f3cf67846285a9bbd59714ac0934c8bcfa4729)) +- Remove deleteNodes [#29194](https://github.com/gatsbyjs/gatsby/issues/29194) ([7ee8025](https://github.com/gatsbyjs/gatsby/commit/7ee802580f477530a5398337f3c6bc3d5770f37d)) +- track connections by default in runQuery and getAllNodes [#29392](https://github.com/gatsbyjs/gatsby/issues/29392) ([5cbc085](https://github.com/gatsbyjs/gatsby/commit/5cbc0858cef1b115289fc9a02ef531c7896f2f5d)) + +#### Bug Fixes + +- Add dir=ltr to Fast Refresh overlay [#29900](https://github.com/gatsbyjs/gatsby/issues/29900) [#29908](https://github.com/gatsbyjs/gatsby/issues/29908) ([df50ce7](https://github.com/gatsbyjs/gatsby/commit/df50ce729c5c764f35aab80324196fb1151ca592)) +- Remove `react-hot-loader` deps & other unused deps [#29864](https://github.com/gatsbyjs/gatsby/issues/29864) [#29876](https://github.com/gatsbyjs/gatsby/issues/29876) ([c266b83](https://github.com/gatsbyjs/gatsby/commit/c266b835d8f8d4d069b04f4ddd2313f8da28de57)) +- with some custom babel configs array spreading with Set is not safe [#29885](https://github.com/gatsbyjs/gatsby/issues/29885) [#29889](https://github.com/gatsbyjs/gatsby/issues/29889) ([222ca3f](https://github.com/gatsbyjs/gatsby/commit/222ca3f2faf6892e063d156c370fb1c857092a74)) +- Fix various small DEV_SSR bugs exposed in development_runtime tests Fix [#29720](https://github.com/gatsbyjs/gatsby/issues/29720) Fix [#29866](https://github.com/gatsbyjs/gatsby/issues/29866) ([f070422](https://github.com/gatsbyjs/gatsby/commit/f070422daf39272ee453936585bdb4b644dd39aa)) +- fix some css HMR edge cases fix [#29839](https://github.com/gatsbyjs/gatsby/issues/29839) fix [#29865](https://github.com/gatsbyjs/gatsby/issues/29865) ([fdc1fe2](https://github.com/gatsbyjs/gatsby/commit/fdc1fe29c507e0b2dbb7b8fee765176cd2e9c5a9)) +- fix fast-refresh fix [#29831](https://github.com/gatsbyjs/gatsby/issues/29831) fix [#29860](https://github.com/gatsbyjs/gatsby/issues/29860) ([e8a7e3b](https://github.com/gatsbyjs/gatsby/commit/e8a7e3be95adfcd1efa9e1db71ebb2e4c82105db)) +- Improve Fast Refresh overlay styles [#29855](https://github.com/gatsbyjs/gatsby/issues/29855) [#29861](https://github.com/gatsbyjs/gatsby/issues/29861) ([e7453c3](https://github.com/gatsbyjs/gatsby/commit/e7453c39810fe39497b9660f582350e97b5becef)) +- query on demand loading indicator always active on preact. [#29829](https://github.com/gatsbyjs/gatsby/issues/29829) [#29836](https://github.com/gatsbyjs/gatsby/issues/29836) ([aafe584](https://github.com/gatsbyjs/gatsby/commit/aafe5843c158d99c7d7a8739b55cf8dfa72e334a)) +- accept hot updates for modules above page templates [#29752](https://github.com/gatsbyjs/gatsby/issues/29752) [#29835](https://github.com/gatsbyjs/gatsby/issues/29835) ([34f5b8c](https://github.com/gatsbyjs/gatsby/commit/34f5b8cb115fa7575bfe88f7436c00e1b3c4dc24)) +- workaround graphql-compose issue [#29822](https://github.com/gatsbyjs/gatsby/issues/29822) [#29834](https://github.com/gatsbyjs/gatsby/issues/29834) ([b8d21f8](https://github.com/gatsbyjs/gatsby/commit/b8d21f8fdb650bbed945ab136240924b8e6ac6e8)) +- eslint linting [#29796](https://github.com/gatsbyjs/gatsby/issues/29796) [#29814](https://github.com/gatsbyjs/gatsby/issues/29814) ([32fee71](https://github.com/gatsbyjs/gatsby/commit/32fee713b1d01ccba7689a01affd68dd4eee466f)) +- Use vendored @reach/router [#29772](https://github.com/gatsbyjs/gatsby/issues/29772) [#29811](https://github.com/gatsbyjs/gatsby/issues/29811) ([bd856ef](https://github.com/gatsbyjs/gatsby/commit/bd856efac1334b2385ced7ecb25c92e046882487)) +- don't use loader in ssr [#29801](https://github.com/gatsbyjs/gatsby/issues/29801) [#29809](https://github.com/gatsbyjs/gatsby/issues/29809) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809)) +- Update styles & overlay for Fast Refresh [#29797](https://github.com/gatsbyjs/gatsby/issues/29797) [#29808](https://github.com/gatsbyjs/gatsby/issues/29808) ([fefa6b1](https://github.com/gatsbyjs/gatsby/commit/fefa6b1cffafc64971bf16377c85f5ee489987e9)) +- temporarily pin mini-css-extract-plugin version [#29773](https://github.com/gatsbyjs/gatsby/issues/29773) ([8967b88](https://github.com/gatsbyjs/gatsby/commit/8967b888b71ce2621b3f2957dae42f78b394ba20)) +- don't print deprecation warning for touchNode for the sample plugin multiple times [#29745](https://github.com/gatsbyjs/gatsby/issues/29745) ([d024b70](https://github.com/gatsbyjs/gatsby/commit/d024b70528232818ee573394e42ca47cc28ce8a8)) +- don't print deprecation warning for deleteNode for the sample plugin multiple times [#29746](https://github.com/gatsbyjs/gatsby/issues/29746) ([66477f1](https://github.com/gatsbyjs/gatsby/commit/66477f1e40355c56a5fdabc572388d8c81a213e2)) +- re-implement loadPageDataSync for onRenderBody in gatsby-ssr [#29734](https://github.com/gatsbyjs/gatsby/issues/29734) ([3d8a7db](https://github.com/gatsbyjs/gatsby/commit/3d8a7db7f51f61f6ba41de60782c28c4a298187e)) +- context.nodeModel.runQuery should return [] instead of null [#25885](https://github.com/gatsbyjs/gatsby/issues/25885) ([684ac0e](https://github.com/gatsbyjs/gatsby/commit/684ac0eeb0d0ed2935079a69240977256714a4f2)) +- fix root resolving of resources fix [#29577](https://github.com/gatsbyjs/gatsby/issues/29577) ([affb1d6](https://github.com/gatsbyjs/gatsby/commit/affb1d6c055efd58586d4e6fb667f64dee9cd18e)) +- fix regex filter in graphql queries fix [#26592](https://github.com/gatsbyjs/gatsby/issues/26592) ([9ecec6c](https://github.com/gatsbyjs/gatsby/commit/9ecec6c0074e34a4d558974171634fa722a0d8e3)) +- render QoD overlay in its own root element to avoid hydration issues [#29692](https://github.com/gatsbyjs/gatsby/issues/29692) ([d3dd3e1](https://github.com/gatsbyjs/gatsby/commit/d3dd3e15e27ea040d764a81c6f77f15c281f2499)) +- re-add prefetch/preload links for child assets [#29693](https://github.com/gatsbyjs/gatsby/issues/29693) ([170c604](https://github.com/gatsbyjs/gatsby/commit/170c604ace4cd27b056412cadbbd008d87ec2379)) +- set NODE_ENV to production for render-html worker process instead of pointing externals to production react [#29620](https://github.com/gatsbyjs/gatsby/issues/29620) ([d8772ec](https://github.com/gatsbyjs/gatsby/commit/d8772ec9dd398ebf1a0e4ecf423f16455a4cbf11)) +- add blank .css to ensure mini-css-extract-plugin always has something to extract [#29681](https://github.com/gatsbyjs/gatsby/issues/29681) ([5de8562](https://github.com/gatsbyjs/gatsby/commit/5de8562e38e3874040717fa00153b2753861a383)) +- don't disable webpack's cache [#29663](https://github.com/gatsbyjs/gatsby/issues/29663) ([258e0f7](https://github.com/gatsbyjs/gatsby/commit/258e0f7dbfa500353cdadf80077896383a35c76c)) +- fix fs empty webpack5 deprecation fix [#29631](https://github.com/gatsbyjs/gatsby/issues/29631) ([893219e](https://github.com/gatsbyjs/gatsby/commit/893219ebceb84c5eb43beebbdeefe81fece33330)) +- cleanup fullySpecified resolving [#29576](https://github.com/gatsbyjs/gatsby/issues/29576) ([1343d38](https://github.com/gatsbyjs/gatsby/commit/1343d38a6f22e8919eacbfdcb718fbdc409a03dc)) +- fix webpack config for css modules fix [#29596](https://github.com/gatsbyjs/gatsby/issues/29596) ([c43fb52](https://github.com/gatsbyjs/gatsby/commit/c43fb520ae7f7e028ac77ac39e89c411cbaf1452)) +- prevent errors when backwards compat node.nodeId is for a deleted node in touchNode [#29575](https://github.com/gatsbyjs/gatsby/issues/29575) ([077eb16](https://github.com/gatsbyjs/gatsby/commit/077eb16f78cf72f2f4291bd4e51de61a5d6d826c)) +- fix deprecation export messages fix [#29563](https://github.com/gatsbyjs/gatsby/issues/29563) ([15b55f0](https://github.com/gatsbyjs/gatsby/commit/15b55f09ba97c7cabe368900bcdc4c120f988d47)) +- track page data and not page query [#29498](https://github.com/gatsbyjs/gatsby/issues/29498) ([31a23d8](https://github.com/gatsbyjs/gatsby/commit/31a23d873d4b1fa76d4c432fcecfe54876c0af1d)) +- skip unions in input types [#29479](https://github.com/gatsbyjs/gatsby/issues/29479) ([8ef695d](https://github.com/gatsbyjs/gatsby/commit/8ef695dfae16c46e46641f2559ccc64b79aaaae2)) +- drop terminal-link [#29472](https://github.com/gatsbyjs/gatsby/issues/29472) ([260c297](https://github.com/gatsbyjs/gatsby/commit/260c29795537bb2e5bf04f0f719b5aeadbb3cc16)) +- clear tracked queries when deleting stale page-data files [#29431](https://github.com/gatsbyjs/gatsby/issues/29431) ([478cf68](https://github.com/gatsbyjs/gatsby/commit/478cf68f0077d95d5e46a235cf235e01fe4eaddc)) -- **gatsby-plugin-functions:** Add the ability to run functions locally and on Gatsby Cloud ([#30192](https://github.com/gatsbyjs/gatsby/issues/30192)) ([41eef2b](https://github.com/gatsbyjs/gatsby/commit/41eef2bdcc8890991e8d5e7c0d5df795992096ff)), closes [#30222](https://github.com/gatsbyjs/gatsby/issues/30222) [#30277](https://github.com/gatsbyjs/gatsby/issues/30277) [#30338](https://github.com/gatsbyjs/gatsby/issues/30338) +#### Refactoring -# [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.4.0-next.0...gatsby@3.4.0-next.1) (2021-04-16) +- explicitly persist status of generated html files [#29473](https://github.com/gatsbyjs/gatsby/issues/29473) ([2b7d230](https://github.com/gatsbyjs/gatsby/commit/2b7d230f1ab38d22206cb17a15c5f4d352037261)) +- remove fs from ssr bundle, remove static queries from ssr bundle [#29396](https://github.com/gatsbyjs/gatsby/issues/29396) ([f221c33](https://github.com/gatsbyjs/gatsby/commit/f221c3394d344d7ad84f2add79bd203dbded4de0)) -### Bug Fixes +#### Chores -- **gatsby:** "Cannot find module 'babel-preset-gatsby'" error ([#30813](https://github.com/gatsbyjs/gatsby/issues/30813)) ([9789823](https://github.com/gatsbyjs/gatsby/commit/97898232e98e59926f39a711e263cf999ddc37ca)) -- **gatsby:** Decode base path in runtime ([#30682](https://github.com/gatsbyjs/gatsby/issues/30682)) ([304e585](https://github.com/gatsbyjs/gatsby/commit/304e5859d5b25691c3d1f5183c3c2855aac79602)) -- **gatsby:** lower memory pressure in SSR ([#30793](https://github.com/gatsbyjs/gatsby/issues/30793)) ([c03e562](https://github.com/gatsbyjs/gatsby/commit/c03e562e3b7493c1903e710f80c24857b01267b6)) -- **gatsby:** webpack warnings are no longer in object format by default ([#30801](https://github.com/gatsbyjs/gatsby/issues/30801)) ([33415c8](https://github.com/gatsbyjs/gatsby/commit/33415c821bf9546aa3d1ac62afb75b9ffeb67a76)) -- **gatsby:** z-index for loading-indicator ([#30888](https://github.com/gatsbyjs/gatsby/issues/30888)) ([18482b1](https://github.com/gatsbyjs/gatsby/commit/18482b123ec87e76cdc738180a1314ea81ad7afa)) +- update readme [#29837](https://github.com/gatsbyjs/gatsby/issues/29837) [#29909](https://github.com/gatsbyjs/gatsby/issues/29909) ([83adec5](https://github.com/gatsbyjs/gatsby/commit/83adec585dad4291e8074f09583e78537e5b0aea)) +- upgrade postcss & plugins [#29793](https://github.com/gatsbyjs/gatsby/issues/29793) ([76f4f96](https://github.com/gatsbyjs/gatsby/commit/76f4f96b667b1037ffc9f18a4f9d00c45315010e)) +- deprecate createJob, setJob and endJob actions [#29767](https://github.com/gatsbyjs/gatsby/issues/29767) ([b3b19d3](https://github.com/gatsbyjs/gatsby/commit/b3b19d30a560a8e66dbd0258461d4fb44e386eb7)) +- upgrade eslint [#29770](https://github.com/gatsbyjs/gatsby/issues/29770) ([4377591](https://github.com/gatsbyjs/gatsby/commit/4377591c5365e3a3f4ff2f2717849ff6d06a8cb4)) +- upgrade socket.io [#29765](https://github.com/gatsbyjs/gatsby/issues/29765) ([3ab492c](https://github.com/gatsbyjs/gatsby/commit/3ab492cabdf436fa5f8e93b245a9e4004621b389)) +- swap out loader for eslint plugin [#29736](https://github.com/gatsbyjs/gatsby/issues/29736) ([f8be41a](https://github.com/gatsbyjs/gatsby/commit/f8be41a0d56fde70e08520979fe07404fc162edf)) +- Fix broken eslint rule Fix [#29727](https://github.com/gatsbyjs/gatsby/issues/29727) ([3db77a5](https://github.com/gatsbyjs/gatsby/commit/3db77a59f84a61243e2fa42132acf8ad7d140996)) +- Upgrade typescript [#29388](https://github.com/gatsbyjs/gatsby/issues/29388) ([823140f](https://github.com/gatsbyjs/gatsby/commit/823140f2b0bbbcab51923186bab8128bb8e0afe5)) +- drop unused friendly-errors-webpack-plugin dep [#29662](https://github.com/gatsbyjs/gatsby/issues/29662) ([b61af20](https://github.com/gatsbyjs/gatsby/commit/b61af20fb23d8cdb86618c50868ff5f329394bd2)) +- remove dead `setPageData` action [#29645](https://github.com/gatsbyjs/gatsby/issues/29645) ([b0dbda1](https://github.com/gatsbyjs/gatsby/commit/b0dbda12d7ad998a66b30e15e9a1657dd3c4344b)) +- add context about not handling page query result directly in html reducer [#29646](https://github.com/gatsbyjs/gatsby/issues/29646) ([dbbcb6a](https://github.com/gatsbyjs/gatsby/commit/dbbcb6a5194d6815232cc8b7a238b9fd10eed3bf)) +- use params from yargs and don't check process.argv [#29648](https://github.com/gatsbyjs/gatsby/issues/29648) ([e3a7be3](https://github.com/gatsbyjs/gatsby/commit/e3a7be3d1437ea62b9e95d38d3fb0d32d6326007)) +- bump mini-css-extract-plugin [#29630](https://github.com/gatsbyjs/gatsby/issues/29630) ([1c52157](https://github.com/gatsbyjs/gatsby/commit/1c5215712400f6063d7e613969dd12c83aa8bd49)) +- move html generation to separate function [#29499](https://github.com/gatsbyjs/gatsby/issues/29499) ([1bf8d23](https://github.com/gatsbyjs/gatsby/commit/1bf8d23ba38ca90d556398fc3df1a3d371dcca7f)) +- pin graphql-compose version to patch [#29519](https://github.com/gatsbyjs/gatsby/issues/29519) ([b91f495](https://github.com/gatsbyjs/gatsby/commit/b91f495376e411c260de4ba1ad5b7ea4643a644c)) +- address core package todos [#29463](https://github.com/gatsbyjs/gatsby/issues/29463) ([94fbf21](https://github.com/gatsbyjs/gatsby/commit/94fbf2134ef04d1007d7b301e308f7fcf4250ef5)) +- remove noDefaultResolvers argument from infer extension [#29367](https://github.com/gatsbyjs/gatsby/issues/29367) ([5d0dfa2](https://github.com/gatsbyjs/gatsby/commit/5d0dfa2cf455a86ac0b215a7ee8c4c83a71a4cd4)) +- do not add \_\_typename to GraphQL query [#29399](https://github.com/gatsbyjs/gatsby/issues/29399) ([ddb1d27](https://github.com/gatsbyjs/gatsby/commit/ddb1d279b9d7324d23c2d73e0514ac61a0172e7e)) +- no implicit `childOf` with `dontInfer` [#29369](https://github.com/gatsbyjs/gatsby/issues/29369) ([09d6cfb](https://github.com/gatsbyjs/gatsby/commit/09d6cfbf8b641bd467e109b8c4b533777bb9dfd5)) +- remove `many` argument from `childOf` directive [#29368](https://github.com/gatsbyjs/gatsby/issues/29368) ([992fed6](https://github.com/gatsbyjs/gatsby/commit/992fed6f03aa9ec2eb7f51f26bd978220346b1b2)) +- Remove hasNodeChanged [#29208](https://github.com/gatsbyjs/gatsby/issues/29208) ([7c24fd0](https://github.com/gatsbyjs/gatsby/commit/7c24fd023160cbb644dba4d34403a483ea51c832)) +- bump graphql and graphql-compose major versions [#29090](https://github.com/gatsbyjs/gatsby/issues/29090) ([7e4ba2b](https://github.com/gatsbyjs/gatsby/commit/7e4ba2b82a7c63ea4809c489d5e95165e9a33c03)) +- Remove deprecated `gatsby-browser` APIs [#29248](https://github.com/gatsbyjs/gatsby/issues/29248) ([182d3de](https://github.com/gatsbyjs/gatsby/commit/182d3de782a5a9b4ef078ac0d09ce97fd9c55732)) +- Remove \_\_experimentalThemes [#29127](https://github.com/gatsbyjs/gatsby/issues/29127) ([79c557b](https://github.com/gatsbyjs/gatsby/commit/79c557b64808df27bb294e512e853c2469dd2d24)) -### Features +#### Other Changes -- **gatsby:** Add aggregation resolvers ([#30789](https://github.com/gatsbyjs/gatsby/issues/30789)) ([0e91c82](https://github.com/gatsbyjs/gatsby/commit/0e91c82ace7eff1c21ec23667021a9f19056c564)) -- **gatsby:** Memoize process.env access and repeated function calls ([#30768](https://github.com/gatsbyjs/gatsby/issues/30768)) ([7802e3c](https://github.com/gatsbyjs/gatsby/commit/7802e3c371b20b4f212a45b7a23887d23847709a)) +- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2)) +- Make experiments test deterministic [#29763](https://github.com/gatsbyjs/gatsby/issues/29763) ([ba7d505](https://github.com/gatsbyjs/gatsby/commit/ba7d505b84415b3641c3d9feca852ce282167abc)) +- add tests for loading indicator behavior [#28700](https://github.com/gatsbyjs/gatsby/issues/28700) ([7319229](https://github.com/gatsbyjs/gatsby/commit/7319229a223e261059f95fa4f0d2c43e0d713c65)) +- fix case of GitHub, JavaScript, TypeScript and WordPress fix [#29580](https://github.com/gatsbyjs/gatsby/issues/29580) ([6aef65a](https://github.com/gatsbyjs/gatsby/commit/6aef65ad2403651b20c784e36066aed2d77bef0e)) +- remove generateSideEffects API [#29474](https://github.com/gatsbyjs/gatsby/issues/29474) ([e713ef7](https://github.com/gatsbyjs/gatsby/commit/e713ef7c993582ed3f8e59d8c8d3e90e211a7301)) +- Address todos for major release [#29413](https://github.com/gatsbyjs/gatsby/issues/29413) ([bde7394](https://github.com/gatsbyjs/gatsby/commit/bde7394fc5245739cdf6b740ccb211a061126828)) +- gatsby-transformer-sharp: Remove `sizes` and `resolutions` node [#29247](https://github.com/gatsbyjs/gatsby/issues/29247) ([22b9c2f](https://github.com/gatsbyjs/gatsby/commit/22b9c2fd40c3b904245383573b5d695b01885803)) +- Remove pathContext [#29186](https://github.com/gatsbyjs/gatsby/issues/29186) ([3ac97d8](https://github.com/gatsbyjs/gatsby/commit/3ac97d868e793b72b5d23402f11010ce49841a73)) -# [3.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.3.0-next.3...gatsby@3.4.0-next.0) (2021-04-09) +### [2.32.13](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.13/packages/gatsby) (2021-05-04) **Note:** Version bump only for package gatsby -# [3.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.3.0-next.2...gatsby@3.3.0-next.3) (2021-04-09) - -### Performance Improvements +### [2.32.12](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.12/packages/gatsby) (2021-04-07) -- **gatsby:** cache babel config items ([#28738](https://github.com/gatsbyjs/gatsby/issues/28738)) ([ecd823f](https://github.com/gatsbyjs/gatsby/commit/ecd823fb424a82a8f7b8aa5da56dbaca74d3269d)) +#### Bug Fixes -# [3.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.3.0-next.1...gatsby@3.3.0-next.2) (2021-04-07) +- fix incorrect intersection of filtered results fix [#30594](https://github.com/gatsbyjs/gatsby/issues/30594) fix [#30619](https://github.com/gatsbyjs/gatsby/issues/30619) ([0eac672](https://github.com/gatsbyjs/gatsby/commit/0eac672696997784c4e565447b719d6bf9fca7c6)) -### Bug Fixes +### [2.32.11](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.11/packages/gatsby) (2021-03-09) -- **docs:** edits to Gatsby Node APIs doc ([#30656](https://github.com/gatsbyjs/gatsby/issues/30656)) ([9699e31](https://github.com/gatsbyjs/gatsby/commit/9699e31e354fd484b3834bea2ac4a2e50d6179b4)) -- **gatsby:** fix incorrect intersection of filtered results ([#30594](https://github.com/gatsbyjs/gatsby/issues/30594)) ([e432c23](https://github.com/gatsbyjs/gatsby/commit/e432c231eb65e66208ab29605aa670e6c873303f)) +#### Bug Fixes -# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.3.0-next.0...gatsby@3.3.0-next.1) (2021-03-30) +- set program.verbose when VERBOSE env var is used [#30123](https://github.com/gatsbyjs/gatsby/issues/30123) [#30138](https://github.com/gatsbyjs/gatsby/issues/30138) ([ff7d46e](https://github.com/gatsbyjs/gatsby/commit/ff7d46e1a5954bffcf9b1f893d1ce097f0dea49f)) +- don't ignore SOURCE_FILE_CHANGED event [#30127](https://github.com/gatsbyjs/gatsby/issues/30127) [#30129](https://github.com/gatsbyjs/gatsby/issues/30129) ([123e47c](https://github.com/gatsbyjs/gatsby/commit/123e47c1d7a79ccf1d2ff5003ae44dc4326129c8)) -### Bug Fixes +### [2.32.10](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.10/packages/gatsby) (2021-03-08) -- **gatsby:** Handle arrays of dates in distinct ([#30460](https://github.com/gatsbyjs/gatsby/issues/30460)) ([2f87f89](https://github.com/gatsbyjs/gatsby/commit/2f87f8934c4bf5a14d6ac5297d8f0ce37f55e223)) -- **gatsby:** merge inherited interfaces when merging types ([#30501](https://github.com/gatsbyjs/gatsby/issues/30501)) ([e1f1656](https://github.com/gatsbyjs/gatsby/commit/e1f1656b36e4912c1712cada0124fc38f4b4e07e)) +#### Bug Fixes -# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.2.0-next.1...gatsby@3.3.0-next.0) (2021-03-25) +- Fix various small DEV_SSR bugs exposed in development_runtime tests Fix [#29748](https://github.com/gatsbyjs/gatsby/issues/29748) ([890d5e5](https://github.com/gatsbyjs/gatsby/commit/890d5e5c8fc98819d32dd23cbf2679c37e0121c5)) -### Bug Fixes +### [2.32.9](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.9/packages/gatsby) (2021-03-01) -- **gatsby:** Add allowNamespace option to ESLint config ([#30023](https://github.com/gatsbyjs/gatsby/issues/30023)) ([98001eb](https://github.com/gatsbyjs/gatsby/commit/98001ebd36b4eaace6c9b35ecc3a96f96e6f7010)) -- **gatsby:** Add reporter.panic in empty catch in load-themes ([#29640](https://github.com/gatsbyjs/gatsby/issues/29640)) ([3a8789b](https://github.com/gatsbyjs/gatsby/commit/3a8789b4875444c0ce33d313bc82290d2c38261e)) -- **gatsby:** update nested input types when rebuilding SitePage ([#30426](https://github.com/gatsbyjs/gatsby/issues/30426)) ([54d4721](https://github.com/gatsbyjs/gatsby/commit/54d4721462b9303fed723fdcb15ac5d72e103778)) -- **gatsby:** validate local plugin options schema ([#29787](https://github.com/gatsbyjs/gatsby/issues/29787)) ([096eb38](https://github.com/gatsbyjs/gatsby/commit/096eb38464d9ad7da79f3acb45ade6aee8765b75)) -- **gatsby,gatsby-cli:** Correct behavior for reporter.error with pluginName ([#30331](https://github.com/gatsbyjs/gatsby/issues/30331)) ([eb1e2d8](https://github.com/gatsbyjs/gatsby/commit/eb1e2d8a3fa78027613b530f667b22fe99b4bfcd)) +#### Bug Fixes -### Performance Improvements +- query on demand loading indicator always active on preact. [#29829](https://github.com/gatsbyjs/gatsby/issues/29829) [#29882](https://github.com/gatsbyjs/gatsby/issues/29882) ([706a754](https://github.com/gatsbyjs/gatsby/commit/706a754479a161a8c8bf99be7971e1ab06401229)) -- **gatsby:** Optimise `distinct` queries ([#30457](https://github.com/gatsbyjs/gatsby/issues/30457)) ([f462e23](https://github.com/gatsbyjs/gatsby/commit/f462e23c26459ccdc30d7abdce1abc375f6ee4eb)) +### [2.32.8](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.8/packages/gatsby) (2021-02-25) -# [3.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.2.0-next.0...gatsby@3.2.0-next.1) (2021-03-19) +#### Chores -### Bug Fixes +- upgrade socket.io [#29765](https://github.com/gatsbyjs/gatsby/issues/29765) [#29769](https://github.com/gatsbyjs/gatsby/issues/29769) ([180ebad](https://github.com/gatsbyjs/gatsby/commit/180ebad6fd64a45819b78183f42ec07743d64e87)) -- **gatsby:** be less aggressive when marking builtin methods as unsafe ([#30216](https://github.com/gatsbyjs/gatsby/issues/30216)) ([331d76e](https://github.com/gatsbyjs/gatsby/commit/331d76e41533db65d896df2c08c55b929219d124)) -- **gatsby:** do not fail on 3rd-party schemas with relay-classic support ([#30318](https://github.com/gatsbyjs/gatsby/issues/30318)) ([3c2888c](https://github.com/gatsbyjs/gatsby/commit/3c2888c011d24153422a48ca20f37200f002ee67)) +### [2.32.7](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.7/packages/gatsby) (2021-02-25) -# [3.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.4...gatsby@3.2.0-next.0) (2021-03-11) +#### Features -### Bug Fixes +- ignore case option in create redirect [#29742](https://github.com/gatsbyjs/gatsby/issues/29742) ([91b9d66](https://github.com/gatsbyjs/gatsby/commit/91b9d66891d3a7972c340cb9c9bf141c56ec8027)) -- **gatsby:** workaround some webpack issues causing first save after running gatsby develop to not have any effect ([#30193](https://github.com/gatsbyjs/gatsby/issues/30193)) ([a9d65f6](https://github.com/gatsbyjs/gatsby/commit/a9d65f640891ebcaa8da9ccc9c8ef0f40e4905cd)) -- **gatsyby:** improve error messages for errors outside of react" ([#30031](https://github.com/gatsbyjs/gatsby/issues/30031)) ([8183012](https://github.com/gatsbyjs/gatsby/commit/818301227f6f8946e2130a43b75f3d685bc32b70)) +#### Other Changes -# [3.1.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.3...gatsby@3.1.0-next.4) (2021-03-10) +- force cherry-pick [#29749](https://github.com/gatsbyjs/gatsby/issues/29749) ([61bdabd](https://github.com/gatsbyjs/gatsby/commit/61bdabd905bc3925326fb25ac645fe8e2ef2fb80)) -### Bug Fixes - -- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6)) -- **gatsby:** Add dir=ltr to Fast Refresh overlay ([#29900](https://github.com/gatsbyjs/gatsby/issues/29900)) ([89d3150](https://github.com/gatsbyjs/gatsby/commit/89d3150a33441b3690d56ce5a99afd19452f6f03)) -- **gatsby:** always pass `stage` option to `babel-preset-gatsby` ([#30047](https://github.com/gatsbyjs/gatsby/issues/30047)) ([8cedc8d](https://github.com/gatsbyjs/gatsby/commit/8cedc8dd15e0fd3cb5bc62e8276a4a1f96e7c6f4)) -- **gatsby:** change browserlist to web/es5 ([#29954](https://github.com/gatsbyjs/gatsby/issues/29954)) ([ba8a498](https://github.com/gatsbyjs/gatsby/commit/ba8a498c268694999bfa7961d41018b09b523779)) -- **gatsby:** don't ignore SOURCE_FILE_CHANGED event ([#30127](https://github.com/gatsbyjs/gatsby/issues/30127)) ([f6d1c09](https://github.com/gatsbyjs/gatsby/commit/f6d1c093d2f5cf73e8bfdbfeefac18115a145463)) -- **gatsby:** Fix broken reporter call ([#30092](https://github.com/gatsbyjs/gatsby/issues/30092)) ([9429b3b](https://github.com/gatsbyjs/gatsby/commit/9429b3bfc5ab00ae02efddc20188a3bb95629e6d)) -- **gatsby:** fix routing for paths with characters like `@` etc ([#29935](https://github.com/gatsbyjs/gatsby/issues/29935)) ([157ae16](https://github.com/gatsbyjs/gatsby/commit/157ae165a4d1baa55a272b43f21c7acc89b4294b)) -- **gatsby:** fix some css HMR edge cases ([#29839](https://github.com/gatsbyjs/gatsby/issues/29839)) ([52facaf](https://github.com/gatsbyjs/gatsby/commit/52facaf7c5bf377cbec42d9d9f18832751a429a1)) -- **gatsby:** Fix various small DEV_SSR bugs exposed in development_runtime tests ([#29720](https://github.com/gatsbyjs/gatsby/issues/29720)) ([114e006](https://github.com/gatsbyjs/gatsby/commit/114e006c5866c15c8448904746d968e4ef904f83)) -- **gatsby:** freeze the schema only after rebuilding with SitePage ([#30132](https://github.com/gatsbyjs/gatsby/issues/30132)) ([4fc4248](https://github.com/gatsbyjs/gatsby/commit/4fc424868fa72b04a8152b2e8f0dceeb4955b15f)) -- **gatsby:** handle case of removing trailing slash in inc builds ([#29953](https://github.com/gatsbyjs/gatsby/issues/29953)) ([7462030](https://github.com/gatsbyjs/gatsby/commit/7462030b9f3c6ad028a2469b850e3477b4f0b954)) -- **gatsby:** Improve Fast Refresh overlay styles ([#29855](https://github.com/gatsbyjs/gatsby/issues/29855)) ([c8bf060](https://github.com/gatsbyjs/gatsby/commit/c8bf0605ada2f4f20c518d51ef8629fb2ea48de7)) -- **gatsby:** Remove `react-hot-loader` deps & other unused deps ([#29864](https://github.com/gatsbyjs/gatsby/issues/29864)) ([39721fd](https://github.com/gatsbyjs/gatsby/commit/39721fd2f3f4a997c6a954c60ae81bb93712c0b1)) -- **gatsby:** set program.verbose when VERBOSE env var is used ([#30123](https://github.com/gatsbyjs/gatsby/issues/30123)) ([632f915](https://github.com/gatsbyjs/gatsby/commit/632f9151ceb2d5621dc720adca3ee8049e6179d6)) -- **gatsby:** with some custom babel configs array spreading with Set is not safe ([#29885](https://github.com/gatsbyjs/gatsby/issues/29885)) ([5d312fe](https://github.com/gatsbyjs/gatsby/commit/5d312fe5433dbafb9a6b7eeba6abb563dba27ef2)) -- **gatsby-plugin-preact:** fix fast-refresh ([#29831](https://github.com/gatsbyjs/gatsby/issues/29831)) ([81a3776](https://github.com/gatsbyjs/gatsby/commit/81a377650e267b930482abf647053b1a0b6bc384)) +### [2.32.6](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.6/packages/gatsby) (2021-02-24) -### Features +#### Features -- **gatsby:** Add darkmode support to Fast Refresh overlay ([#30025](https://github.com/gatsbyjs/gatsby/issues/30025)) ([b7fb616](https://github.com/gatsbyjs/gatsby/commit/b7fb616ab79f10dd8f1faf6ea23fea0fa4424f26)) -- **gatsby:** improve error messages at runtime ([#29970](https://github.com/gatsbyjs/gatsby/issues/29970)) ([d37f275](https://github.com/gatsbyjs/gatsby/commit/d37f2757b6b6e46335f3ba4fcaabf3a85251f045)) +- Respect VERBOSE env var [#29708](https://github.com/gatsbyjs/gatsby/issues/29708) [#29713](https://github.com/gatsbyjs/gatsby/issues/29713) [#29708](https://github.com/gatsbyjs/gatsby/issues/29708) ([49f19fd](https://github.com/gatsbyjs/gatsby/commit/49f19fd0575f5715b47028ac56472690809606b3)) -# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.2...gatsby@3.1.0-next.3) (2021-02-28) +### [2.32.5](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.5/packages/gatsby) (2021-02-24) -### Bug Fixes +#### Bug Fixes -- query on demand loading indicator always active on preact. ([#29829](https://github.com/gatsbyjs/gatsby/issues/29829)) ([fa1e2d6](https://github.com/gatsbyjs/gatsby/commit/fa1e2d66b806c92a04d63f023f77bb5770981808)) -- **gatsby:** eslint linting ([#29796](https://github.com/gatsbyjs/gatsby/issues/29796)) ([2d52a55](https://github.com/gatsbyjs/gatsby/commit/2d52a5567018b5ebb185cd08bc41500a0d657136)) -- **gatsby:** workaround graphql-compose issue ([#29822](https://github.com/gatsbyjs/gatsby/issues/29822)) ([7f9bcf1](https://github.com/gatsbyjs/gatsby/commit/7f9bcf10797f0e1ba1583c6f1a6417ffe91f1b5e)) -- **hmr:** accept hot updates for modules above page templates ([#29752](https://github.com/gatsbyjs/gatsby/issues/29752)) ([55778eb](https://github.com/gatsbyjs/gatsby/commit/55778eb11e816ceaf29ad20d6ff05192cdf68f4c)) +- more reliable way to use prod versions of react/react-dom [#29683](https://github.com/gatsbyjs/gatsby/issues/29683) Fix [#discussioncomment-371276](https://github.com/gatsbyjs/gatsby/issues/discussioncomment-371276) ([01d07b3](https://github.com/gatsbyjs/gatsby/commit/01d07b339ff32d1fca81f031c1772ad09322e367)) -# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.1...gatsby@3.1.0-next.2) (2021-02-26) +### [2.32.4](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.4/packages/gatsby) (2021-02-18) -### Bug Fixes +#### Bug Fixes -- **gatsby:** Update styles & overlay for Fast Refresh ([#29797](https://github.com/gatsbyjs/gatsby/issues/29797)) ([22da802](https://github.com/gatsbyjs/gatsby/commit/22da8028395d61fb2bef0b66418ae2c83fe29e6e)) -- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) -- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) +- drop terminal-link [#29472](https://github.com/gatsbyjs/gatsby/issues/29472) [#29477](https://github.com/gatsbyjs/gatsby/issues/29477) ([6374419](https://github.com/gatsbyjs/gatsby/commit/637441942806a439cc7efc4c7ba54be24c59d276)) -# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.0...gatsby@3.1.0-next.1) (2021-02-26) +### [2.32.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.3/packages/gatsby) (2021-02-05) **Note:** Version bump only for package gatsby -# [3.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.9...gatsby@3.1.0-next.0) (2021-02-26) - -### Bug Fixes - -- **gatsby:** temporarily pin mini-css-extract-plugin version ([#29773](https://github.com/gatsbyjs/gatsby/issues/29773)) ([8967b88](https://github.com/gatsbyjs/gatsby/commit/8967b888b71ce2621b3f2957dae42f78b394ba20)) - -### Features - -- **gatsby:** Add ignoreCase option for createRedirect and support it in client sid… ([#29714](https://github.com/gatsbyjs/gatsby/issues/29714)) ([09f58de](https://github.com/gatsbyjs/gatsby/commit/09f58defb6c3b4b26a3efbc8151fbf129e5cb7fd)) -- **gatsby:** Set up Fast Refresh ([#29588](https://github.com/gatsbyjs/gatsby/issues/29588)) ([e0bd955](https://github.com/gatsbyjs/gatsby/commit/e0bd955677dd23c26491e794d9a339eb343e632b)) - -# [3.0.0-next.9](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.8...gatsby@3.0.0-next.9) (2021-02-25) - -### Bug Fixes - -- don't print deprecation warning for deleteNode for the sample plugin multiple times ([#29746](https://github.com/gatsbyjs/gatsby/issues/29746)) ([66477f1](https://github.com/gatsbyjs/gatsby/commit/66477f1e40355c56a5fdabc572388d8c81a213e2)) -- don't print deprecation warning for touchNode for the sample plugin multiple times ([#29745](https://github.com/gatsbyjs/gatsby/issues/29745)) ([d024b70](https://github.com/gatsbyjs/gatsby/commit/d024b70528232818ee573394e42ca47cc28ce8a8)) -- re-implement loadPageDataSync for onRenderBody in gatsby-ssr ([#29734](https://github.com/gatsbyjs/gatsby/issues/29734)) ([3d8a7db](https://github.com/gatsbyjs/gatsby/commit/3d8a7db7f51f61f6ba41de60782c28c4a298187e)) -- **DEV_SSR:** set NODE_ENV to production for render-html worker process instead of pointing externals to production react ([#29620](https://github.com/gatsbyjs/gatsby/issues/29620)) ([d8772ec](https://github.com/gatsbyjs/gatsby/commit/d8772ec9dd398ebf1a0e4ecf423f16455a4cbf11)) -- **develop:** add blank .css to ensure mini-css-extract-plugin always has something to extract ([#29681](https://github.com/gatsbyjs/gatsby/issues/29681)) ([5de8562](https://github.com/gatsbyjs/gatsby/commit/5de8562e38e3874040717fa00153b2753861a383)) -- **gatsby:** context.nodeModel.runQuery should return [] instead of null ([#25885](https://github.com/gatsbyjs/gatsby/issues/25885)) ([684ac0e](https://github.com/gatsbyjs/gatsby/commit/684ac0eeb0d0ed2935079a69240977256714a4f2)) -- **gatsby:** fix fs empty webpack5 deprecation ([#29631](https://github.com/gatsbyjs/gatsby/issues/29631)) ([893219e](https://github.com/gatsbyjs/gatsby/commit/893219ebceb84c5eb43beebbdeefe81fece33330)) -- **gatsby:** fix regex filter in graphql queries ([#26592](https://github.com/gatsbyjs/gatsby/issues/26592)) ([9ecec6c](https://github.com/gatsbyjs/gatsby/commit/9ecec6c0074e34a4d558974171634fa722a0d8e3)) -- **gatsby:** fix root resolving of resources ([#29577](https://github.com/gatsbyjs/gatsby/issues/29577)) ([affb1d6](https://github.com/gatsbyjs/gatsby/commit/affb1d6c055efd58586d4e6fb667f64dee9cd18e)) -- **gatsby:** re-add prefetch/preload links for child assets ([#29693](https://github.com/gatsbyjs/gatsby/issues/29693)) ([170c604](https://github.com/gatsbyjs/gatsby/commit/170c604ace4cd27b056412cadbbd008d87ec2379)) -- **gatsby:** render QoD overlay in its own root element to avoid hydration issues ([#29692](https://github.com/gatsbyjs/gatsby/issues/29692)) ([d3dd3e1](https://github.com/gatsbyjs/gatsby/commit/d3dd3e15e27ea040d764a81c6f77f15c281f2499)) -- **webpack:** don't disable webpack's cache ([#29663](https://github.com/gatsbyjs/gatsby/issues/29663)) ([258e0f7](https://github.com/gatsbyjs/gatsby/commit/258e0f7dbfa500353cdadf80077896383a35c76c)) - -### Features - -- **gatsby:** Respect VERBOSE env var ([#29708](https://github.com/gatsbyjs/gatsby/issues/29708)) ([97d6d3e](https://github.com/gatsbyjs/gatsby/commit/97d6d3ed841268adcf3b0de51ed2abd4d4770e70)) -- shim reporter from gatsby ([#29669](https://github.com/gatsbyjs/gatsby/issues/29669)) ([249905a](https://github.com/gatsbyjs/gatsby/commit/249905ac92f11efdb2333828667b946a860a1a27)) -- **conditional-page-builds:** track potentially unsafe Node.js builtin modules usage ([#29560](https://github.com/gatsbyjs/gatsby/issues/29560)) ([fe737d0](https://github.com/gatsbyjs/gatsby/commit/fe737d0784b11dd03f6d3b8c69cf964de5bd50f5)) -- **gatsby:** move sync-requires to async-requires in develop ([#29391](https://github.com/gatsbyjs/gatsby/issues/29391)) ([82b7c03](https://github.com/gatsbyjs/gatsby/commit/82b7c03476370d1ec76491ff192c29c05c0f878f)) - -# [3.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.7...gatsby@3.0.0-next.8) (2021-02-22) +### [2.32.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.2/packages/gatsby) (2021-02-04) -### Bug Fixes - -- **gatsby:** cleanup fullySpecified resolving ([#29576](https://github.com/gatsbyjs/gatsby/issues/29576)) ([1343d38](https://github.com/gatsbyjs/gatsby/commit/1343d38a6f22e8919eacbfdcb718fbdc409a03dc)) - -### Features - -- **gatsby-core-utils:** Add file download functions ([#29531](https://github.com/gatsbyjs/gatsby/issues/29531)) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) - -# [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.6...gatsby@3.0.0-next.7) (2021-02-19) - -### Bug Fixes - -- **css-modules:** fix webpack config for css modules ([#29596](https://github.com/gatsbyjs/gatsby/issues/29596)) ([c43fb52](https://github.com/gatsbyjs/gatsby/commit/c43fb520ae7f7e028ac77ac39e89c411cbaf1452)) -- **gatsby:** fix deprecation export messages ([#29563](https://github.com/gatsbyjs/gatsby/issues/29563)) ([15b55f0](https://github.com/gatsbyjs/gatsby/commit/15b55f09ba97c7cabe368900bcdc4c120f988d47)) -- **gatsby:** prevent errors when backwards compat node.nodeId is for a deleted node in touchNode ([#29575](https://github.com/gatsbyjs/gatsby/issues/29575)) ([077eb16](https://github.com/gatsbyjs/gatsby/commit/077eb16f78cf72f2f4291bd4e51de61a5d6d826c)) - -### Features - -- remove react-hot-loader ([#29540](https://github.com/gatsbyjs/gatsby/issues/29540)) ([a5210b2](https://github.com/gatsbyjs/gatsby/commit/a5210b2550b9646656aae28c28cb5be580cd5677)) - -# [3.0.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.5...gatsby@3.0.0-next.6) (2021-02-18) - -### Features - -- **conditional-page-builds:** make it default ([#29548](https://github.com/gatsbyjs/gatsby/issues/29548)) ([348a5bf](https://github.com/gatsbyjs/gatsby/commit/348a5bf989a955345d1b958e25978ed90864cd72)) - -# [3.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.4...gatsby@3.0.0-next.5) (2021-02-17) - -### Bug Fixes - -- **conditional-page-builds:** track page data and not page query ([#29498](https://github.com/gatsbyjs/gatsby/issues/29498)) ([31a23d8](https://github.com/gatsbyjs/gatsby/commit/31a23d873d4b1fa76d4c432fcecfe54876c0af1d)) - -### Features - -- **conditional-page-builds:** track ssr compilation hash ([#29482](https://github.com/gatsbyjs/gatsby/issues/29482)) ([2157ca9](https://github.com/gatsbyjs/gatsby/commit/2157ca9a08887256e22bb75e899b3964ba5d675c)) -- **conditional-page-builds:** track static query results ([#29486](https://github.com/gatsbyjs/gatsby/issues/29486)) ([16d16ce](https://github.com/gatsbyjs/gatsby/commit/16d16ce0824006c25576f32772cecb8fa3101c75)) -- **gatsby:** upgrade webpack to version 5 ([#29145](https://github.com/gatsbyjs/gatsby/issues/29145)) ([a7a3991](https://github.com/gatsbyjs/gatsby/commit/a7a3991ca2ad450abaacdc168e9900dad995b584)) - -# [3.0.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.3...gatsby@3.0.0-next.4) (2021-02-15) - -### Bug Fixes +**Note:** Version bump only for package gatsby -- **gatsby:** skip unions in input types ([#29479](https://github.com/gatsbyjs/gatsby/issues/29479)) ([8ef695d](https://github.com/gatsbyjs/gatsby/commit/8ef695dfae16c46e46641f2559ccc64b79aaaae2)) -- drop terminal-link ([#29472](https://github.com/gatsbyjs/gatsby/issues/29472)) ([260c297](https://github.com/gatsbyjs/gatsby/commit/260c29795537bb2e5bf04f0f719b5aeadbb3cc16)) +### [2.32.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.1/packages/gatsby) (2021-02-04) -### Features +#### Bug Fixes -- **gatsby:** display GraphQL deprecations as CLI warnings ([#29450](https://github.com/gatsbyjs/gatsby/issues/29450)) ([bfd8c8c](https://github.com/gatsbyjs/gatsby/commit/bfd8c8c41db5fea654a9b84c54bbf63db0ce3a54)) +- use separate eslint-loader for rules that are always required [#29317](https://github.com/gatsbyjs/gatsby/issues/29317) [#29327](https://github.com/gatsbyjs/gatsby/issues/29327) ([488e5d3](https://github.com/gatsbyjs/gatsby/commit/488e5d38fad19311a5910700c4fbeddf34f5f907)) -# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.2...gatsby@3.0.0-next.3) (2021-02-12) +## [2.32.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.32.0/packages/gatsby) (2021-02-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32) -- **gatsby:** support GraphQL interface inheritance ([#29427](https://github.com/gatsbyjs/gatsby/issues/29427)) ([6365768](https://github.com/gatsbyjs/gatsby/commit/63657680436f946c94589eb639fd692048c597bd)) +#### Features -# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.1...gatsby@3.0.0-next.2) (2021-02-11) +- cache/memoize hot functions in runAPI [#29240](https://github.com/gatsbyjs/gatsby/issues/29240) ([e1c899f](https://github.com/gatsbyjs/gatsby/commit/e1c899f3abc54af038bd5aa3fb1c2ee79dd098fc)) +- distinguish total number of pages from number of written html files [#29149](https://github.com/gatsbyjs/gatsby/issues/29149) ([e676944](https://github.com/gatsbyjs/gatsby/commit/e676944d629eab2b92446d3dac72f9a290fa4367)) -### Bug Fixes +#### Bug Fixes -- clear tracked queries when deleting stale page-data files ([#29431](https://github.com/gatsbyjs/gatsby/issues/29431)) ([478cf68](https://github.com/gatsbyjs/gatsby/commit/478cf68f0077d95d5e46a235cf235e01fe4eaddc)) +- Upgrade v8-compile-cache [#29244](https://github.com/gatsbyjs/gatsby/issues/29244) ([1af6e10](https://github.com/gatsbyjs/gatsby/commit/1af6e10a8c00d72f5aeebe120d06888394ca1bd9)) +- queue fs writes so event loop not overwhelmed on large sites [#29219](https://github.com/gatsbyjs/gatsby/issues/29219) ([7c38997](https://github.com/gatsbyjs/gatsby/commit/7c38997090f550d2b2cd902128f87fc5b19a631b)) +- Add missing prev location TS property for RouteUpdateArgs [#29125](https://github.com/gatsbyjs/gatsby/issues/29125) ([e363adb](https://github.com/gatsbyjs/gatsby/commit/e363adb642423a08f4cd70009cb41fb59a4499d6)) +- don't use .eslintrc and set parser settings [#29109](https://github.com/gatsbyjs/gatsby/issues/29109) ([5f0d214](https://github.com/gatsbyjs/gatsby/commit/5f0d2146b591a0c09576c455f2f4f7e1424f8a20)) -### chore +#### Other Changes -- **gatsby:** do not add \_\_typename to GraphQL query ([#29399](https://github.com/gatsbyjs/gatsby/issues/29399)) ([ddb1d27](https://github.com/gatsbyjs/gatsby/commit/ddb1d279b9d7324d23c2d73e0514ac61a0172e7e)) -- **gatsby:** no implicit `childOf` with `dontInfer` ([#29369](https://github.com/gatsbyjs/gatsby/issues/29369)) ([09d6cfb](https://github.com/gatsbyjs/gatsby/commit/09d6cfbf8b641bd467e109b8c4b533777bb9dfd5)) -- **gatsby:** remove noDefaultResolvers argument from infer extension ([#29367](https://github.com/gatsbyjs/gatsby/issues/29367)) ([5d0dfa2](https://github.com/gatsbyjs/gatsby/commit/5d0dfa2cf455a86ac0b215a7ee8c4c83a71a4cd4)) +- Adding missing arg to example ([e771b2a](https://github.com/gatsbyjs/gatsby/commit/e771b2a0f6eeb747310234904524c14e972b027a)) -### Features +### [2.31.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.31.1/packages/gatsby) (2021-01-22) -- **gatsby:** Remove boundActionCreators ([#29129](https://github.com/gatsbyjs/gatsby/issues/29129)) ([b1f8663](https://github.com/gatsbyjs/gatsby/commit/b1f866394345117d9eec0cb47270a18a9d2bf485)) -- **gatsby:** Remove deleteNode with ID arg ([#29205](https://github.com/gatsbyjs/gatsby/issues/29205)) ([01b6123](https://github.com/gatsbyjs/gatsby/commit/01b6123d7b1fca922a4fe450651d39e6de4b96a1)) -- **gatsby:** Remove deleteNodes ([#29194](https://github.com/gatsbyjs/gatsby/issues/29194)) ([7ee8025](https://github.com/gatsbyjs/gatsby/commit/7ee802580f477530a5398337f3c6bc3d5770f37d)) -- **gatsby:** Remove fieldName & fieldValue from createNodeField ([#29207](https://github.com/gatsbyjs/gatsby/issues/29207)) ([a1f3cf6](https://github.com/gatsbyjs/gatsby/commit/a1f3cf67846285a9bbd59714ac0934c8bcfa4729)) -- **gatsby:** Remove old touchNode signature ([#29245](https://github.com/gatsbyjs/gatsby/issues/29245)) ([0927cb0](https://github.com/gatsbyjs/gatsby/commit/0927cb007d0774bed8cf5ead3130ff6b7c3393b7)) -- **gatsby:** Remove possibility to use global graphql tag for queries ([#29291](https://github.com/gatsbyjs/gatsby/issues/29291)) ([d933462](https://github.com/gatsbyjs/gatsby/commit/d933462d64f004e1a9db2d3407797d45ff8b4762)) -- **gatsby:** track connections by default in runQuery and getAllNodes ([#29392](https://github.com/gatsbyjs/gatsby/issues/29392)) ([5cbc085](https://github.com/gatsbyjs/gatsby/commit/5cbc0858cef1b115289fc9a02ef531c7896f2f5d)) +#### Bug Fixes -### BREAKING CHANGES +- don't use .eslintrc and set parser settings [#29109](https://github.com/gatsbyjs/gatsby/issues/29109) [#29128](https://github.com/gatsbyjs/gatsby/issues/29128) ([54e72a1](https://github.com/gatsbyjs/gatsby/commit/54e72a1563495dc4fd4e93bfe94da8e5ff3a9c28)) -- **gatsby:** extensions `dateformat`, `fileByRelativePath`, `link`, `proxy` are not added automatically anymore +## [2.31.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.31.0/packages/gatsby) (2021-01-20) -See also https://www.gatsbyjs.com/blog/2019-05-17-improvements-to-schema-customization#-nodefaultresolvers-and-inference-modes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31) -- **gatsby:** We no longer add \_\_typename field to abstract types automatically. This will affect a minority of sites that were relying on this old behavior of Relay compiler to discriminate union and interface values in the runtime. +#### Features -The migration is as simple as adding \_\_typename field to the query manually. +- bump opt-in % to dev-ssr to 20% [#29075](https://github.com/gatsbyjs/gatsby/issues/29075) ([a1921b5](https://github.com/gatsbyjs/gatsby/commit/a1921b537cda6cbfd73188fba8ea0d6a8dba3ef7)) +- allow to skip cache persistence [#29047](https://github.com/gatsbyjs/gatsby/issues/29047) ([bd5b5f7](https://github.com/gatsbyjs/gatsby/commit/bd5b5f75d3c95819c7bf6a548e4c4c98aaae5dfe)) +- Add eslint rules to warn against bad patterns in pageTemplates (for Fast Refresh) [#28689](https://github.com/gatsbyjs/gatsby/issues/28689) ([9a55d12](https://github.com/gatsbyjs/gatsby/commit/9a55d1231331ebd8e1fab5496a85ba0a14dacdca)) +- add support for magic fragments [#28878](https://github.com/gatsbyjs/gatsby/issues/28878) ([a03e862](https://github.com/gatsbyjs/gatsby/commit/a03e862fe1ec54ac6609a67528234476dfb76dfa)) +- Partially release develop SSR to 5% [#28844](https://github.com/gatsbyjs/gatsby/issues/28844) ([6b8cd5d](https://github.com/gatsbyjs/gatsby/commit/6b8cd5d69bc8a5ad63413756eb71ff3e739230e5)) -- revert whitespace changes -- **gatsby:** child[Type] and children[Type] fields are not added automatically to types with `dontInfer` directive +#### Bug Fixes -# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.0...gatsby@3.0.0-next.1) (2021-02-08) +- Always render the body component to ensure needed head & pre/post body components are added [#29077](https://github.com/gatsbyjs/gatsby/issues/29077) ([e998870](https://github.com/gatsbyjs/gatsby/commit/e99887039d822d3940069c9f35655e9653b27967)) +- fix broken GraphQL resolver tracing ([48db6ac](https://github.com/gatsbyjs/gatsby/commit/48db6ac672220c21b4fef9b117237c73d622a344)) +- Use fast-refresh for React 17 [#28930](https://github.com/gatsbyjs/gatsby/issues/28930) ([90b6e3d](https://github.com/gatsbyjs/gatsby/commit/90b6e3d3c5526e4f3db891019969f7cfddc11958)) +- update vulnerable packages, include React 17 in peerDeps [#28545](https://github.com/gatsbyjs/gatsby/issues/28545) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- fix stale query results on data updates fix [#28986](https://github.com/gatsbyjs/gatsby/issues/28986) ([811c2a8](https://github.com/gatsbyjs/gatsby/commit/811c2a839c44999967b5f081cc1998fc4a347e85)) +- rewrite a spread that would break at scale [#28910](https://github.com/gatsbyjs/gatsby/issues/28910) ([638ac0a](https://github.com/gatsbyjs/gatsby/commit/638ac0af798de9727ec2488f201b7c578464c916)) +- show stack trace for non-graphql errors [#28888](https://github.com/gatsbyjs/gatsby/issues/28888) ([1769fc3](https://github.com/gatsbyjs/gatsby/commit/1769fc361b5d3f664ec71bd5ecf4f22b85bfe5a2)) +- Pin socket.io version to 2.3.0 [#28885](https://github.com/gatsbyjs/gatsby/issues/28885) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd)) -**Note:** Version bump only for package gatsby +#### Performance Improvements -# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.33.0-next.1...gatsby@3.0.0-next.0) (2021-02-05) +- don't use debug config for bluebird [#28957](https://github.com/gatsbyjs/gatsby/issues/28957) ([125f571](https://github.com/gatsbyjs/gatsby/commit/125f571880190b55d6e9c03672b6d79e854dd4bd)) +- do not call and iterate getAllNodes(File) for each file [#28891](https://github.com/gatsbyjs/gatsby/issues/28891) ([a455a23](https://github.com/gatsbyjs/gatsby/commit/a455a2396c97997dca6fb0797e845de0acebd2f6)) -**Note:** Version bump only for package gatsby +#### Chores -# [2.33.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.33.0-next.0...gatsby@2.33.0-next.1) (2021-02-04) +- Improve type safety of ShouldUpdateScrollArgs [#28923](https://github.com/gatsbyjs/gatsby/issues/28923) ([16499fd](https://github.com/gatsbyjs/gatsby/commit/16499fd47c938938187720182cfed7f226db0c66)) +- remove unused await [#28978](https://github.com/gatsbyjs/gatsby/issues/28978) ([7329d48](https://github.com/gatsbyjs/gatsby/commit/7329d48fa2aa9e5e0ec933d5b2ec07531f536513)) +- remove unused code (page-hot-reloader) [#28940](https://github.com/gatsbyjs/gatsby/issues/28940) ([d4c9389](https://github.com/gatsbyjs/gatsby/commit/d4c9389af0d327cec84b28b27b30979f8527991d)) +- Add `flags` to GatsbyConfig interface [#28887](https://github.com/gatsbyjs/gatsby/issues/28887) ([5f711fc](https://github.com/gatsbyjs/gatsby/commit/5f711fc98c7687640ca3a970602a10fa41b22d84)) +- Fix all `/packages` links to `/plugins` Fix [#28816](https://github.com/gatsbyjs/gatsby/issues/28816) ([200e307](https://github.com/gatsbyjs/gatsby/commit/200e30748102a478267a67700238304a2a56068b)) +- Changed .org to .com [#28818](https://github.com/gatsbyjs/gatsby/issues/28818) ([65835b0](https://github.com/gatsbyjs/gatsby/commit/65835b0fb1831582640e836030b3385af35b7c4c)) +- Fix spelling Fix [#28761](https://github.com/gatsbyjs/gatsby/issues/28761) ([b960334](https://github.com/gatsbyjs/gatsby/commit/b960334309e8d7fe894e59d1079ea1150e958078)) -### Bug Fixes +#### Other Changes -- **gatsby:** use separate eslint-loader for rules that are always required ([#29317](https://github.com/gatsbyjs/gatsby/issues/29317)) ([a1543bf](https://github.com/gatsbyjs/gatsby/commit/a1543bf535871a921fdd2e9893abce064cbe5565)) +- Hydrate when the page was server rendered [#29016](https://github.com/gatsbyjs/gatsby/issues/29016) ([bf6f264](https://github.com/gatsbyjs/gatsby/commit/bf6f2647930d454055210540a6ac9d83a9a71db8)) +- Extract non-css-in-js css and add add to when SSRing in dev [#28471](https://github.com/gatsbyjs/gatsby/issues/28471) [#r546803732](https://github.com/gatsbyjs/gatsby/issues/r546803732) ([121ccbf](https://github.com/gatsbyjs/gatsby/commit/121ccbf5feeeffa0a6f87a20fcfc8fd68a71c425)) -# [2.33.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.0-next.1...gatsby@2.33.0-next.0) (2021-01-28) +### [2.30.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.30.3/packages/gatsby) (2021-01-16) -### Bug Fixes +#### Other Changes -- **gatsby:** queue fs writes so event loop not overwhelmed on large sites ([#29219](https://github.com/gatsbyjs/gatsby/issues/29219)) ([7c38997](https://github.com/gatsbyjs/gatsby/commit/7c38997090f550d2b2cd902128f87fc5b19a631b)) -- **gatsby:** Upgrade v8-compile-cache ([#29244](https://github.com/gatsbyjs/gatsby/issues/29244)) ([1af6e10](https://github.com/gatsbyjs/gatsby/commit/1af6e10a8c00d72f5aeebe120d06888394ca1bd9)) +- Hydrate when the page was server rendered [#29016](https://github.com/gatsbyjs/gatsby/issues/29016) [#29053](https://github.com/gatsbyjs/gatsby/issues/29053) ([47324d0](https://github.com/gatsbyjs/gatsby/commit/47324d0b26f50fa114fafb41d2fd6fedccded4ab)) -### Features +### [2.30.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.30.2/packages/gatsby) (2021-01-13) -- **gatsby:** cache/memoize hot functions in runAPI ([#29240](https://github.com/gatsbyjs/gatsby/issues/29240)) ([e1c899f](https://github.com/gatsbyjs/gatsby/commit/e1c899f3abc54af038bd5aa3fb1c2ee79dd098fc)) -- **gatsby:** distinguish total number of pages from number of written html files ([#29149](https://github.com/gatsbyjs/gatsby/issues/29149)) ([e676944](https://github.com/gatsbyjs/gatsby/commit/e676944d629eab2b92446d3dac72f9a290fa4367)) +#### Bug Fixes -# [2.32.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.0-next.0...gatsby@2.32.0-next.1) (2021-01-26) +- fix stale query results on data updates fix [#28986](https://github.com/gatsbyjs/gatsby/issues/28986) fix [#28994](https://github.com/gatsbyjs/gatsby/issues/28994) ([c172848](https://github.com/gatsbyjs/gatsby/commit/c172848f16cd9449f2ce47df8ec0ba42254381e2)) -### Bug Fixes +#### Performance Improvements -- **eslint-config:** don't use .eslintrc and set parser settings ([#29109](https://github.com/gatsbyjs/gatsby/issues/29109)) ([5f0d214](https://github.com/gatsbyjs/gatsby/commit/5f0d2146b591a0c09576c455f2f4f7e1424f8a20)) -- **gatsby:** Add missing prev location TS property for RouteUpdateArgs ([#29125](https://github.com/gatsbyjs/gatsby/issues/29125)) ([e363adb](https://github.com/gatsbyjs/gatsby/commit/e363adb642423a08f4cd70009cb41fb59a4499d6)) +- don't use debug config for bluebird [#28957](https://github.com/gatsbyjs/gatsby/issues/28957) [#28993](https://github.com/gatsbyjs/gatsby/issues/28993) ([f632c0a](https://github.com/gatsbyjs/gatsby/commit/f632c0ac5e8e1085942a4616c98b980636949d6e)) -# [2.32.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.31.0-next.1...gatsby@2.32.0-next.0) (2021-01-18) +### [2.30.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.30.1/packages/gatsby) (2021-01-06) -### Bug Fixes +#### Bug Fixes -- **gatsby:** Always render the body component to ensure needed head & pre/post body components are added ([#29077](https://github.com/gatsbyjs/gatsby/issues/29077)) ([e998870](https://github.com/gatsbyjs/gatsby/commit/e99887039d822d3940069c9f35655e9653b27967)) -- **gatsby:** fix broken GraphQL resolver tracing ([#29015](https://github.com/gatsbyjs/gatsby/issues/29015)) ([48db6ac](https://github.com/gatsbyjs/gatsby/commit/48db6ac672220c21b4fef9b117237c73d622a344)) -- **gatsby:** Use fast-refresh for React 17 ([#28930](https://github.com/gatsbyjs/gatsby/issues/28930)) ([90b6e3d](https://github.com/gatsbyjs/gatsby/commit/90b6e3d3c5526e4f3db891019969f7cfddc11958)) -- **security:** update vulnerable packages, include React 17 in peerDeps ([#28545](https://github.com/gatsbyjs/gatsby/issues/28545)) ([18b5f30](https://github.com/gatsbyjs/gatsby/commit/18b5f30e367895aa5f3af46e4989b347912a0f35)) +- Pin socket.io version to 2.3.0 [#28885](https://github.com/gatsbyjs/gatsby/issues/28885) [#28886](https://github.com/gatsbyjs/gatsby/issues/28886) ([64f2e95](https://github.com/gatsbyjs/gatsby/commit/64f2e95316c557e64efcc4bd8a8399eb33f9856c)) -### Features +## [2.30.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.30.0/packages/gatsby) (2021-01-06) -- **gatsby:** Add eslint rules to warn against bad patterns in pageTemplates (for Fast Refresh) ([#28689](https://github.com/gatsbyjs/gatsby/issues/28689)) ([9a55d12](https://github.com/gatsbyjs/gatsby/commit/9a55d1231331ebd8e1fab5496a85ba0a14dacdca)) -- **gatsby:** allow to skip cache persistence ([#29047](https://github.com/gatsbyjs/gatsby/issues/29047)) ([bd5b5f7](https://github.com/gatsbyjs/gatsby/commit/bd5b5f75d3c95819c7bf6a548e4c4c98aaae5dfe)) -- **gatsby:** bump opt-in % to dev-ssr to 20% ([#29075](https://github.com/gatsbyjs/gatsby/issues/29075)) ([a1921b5](https://github.com/gatsbyjs/gatsby/commit/a1921b537cda6cbfd73188fba8ea0d6a8dba3ef7)) -- **gatsby-graphiql-explorer:** add support for magic fragments ([#28878](https://github.com/gatsbyjs/gatsby/issues/28878)) ([a03e862](https://github.com/gatsbyjs/gatsby/commit/a03e862fe1ec54ac6609a67528234476dfb76dfa)) +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30) -# [2.31.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.31.0-next.0...gatsby@2.31.0-next.1) (2021-01-12) +#### Features -### Bug Fixes +- Partially release develop SSR to 5% [#28844](https://github.com/gatsbyjs/gatsby/issues/28844) [#28859](https://github.com/gatsbyjs/gatsby/issues/28859) ([f04304e](https://github.com/gatsbyjs/gatsby/commit/f04304eb63fee67f55c0326d693e8dbc7abbb690)) +- use production React for dev-ssr when CI=true [#28728](https://github.com/gatsbyjs/gatsby/issues/28728) ([bd6b899](https://github.com/gatsbyjs/gatsby/commit/bd6b899fdb22748c2ecc016643ed39e32d014a6b)) +- decouple html activities [#28648](https://github.com/gatsbyjs/gatsby/issues/28648) ([140d123](https://github.com/gatsbyjs/gatsby/commit/140d12375e61f76238e7d1b8073eaf897918284a)) +- Add AVIF file support to image loader in webpack config [#28638](https://github.com/gatsbyjs/gatsby/issues/28638) ([1a59200](https://github.com/gatsbyjs/gatsby/commit/1a592001eecee463b25a0ec599c2223956066905)) +- improve refresh endpoint output [#28621](https://github.com/gatsbyjs/gatsby/issues/28621) ([deb4e1e](https://github.com/gatsbyjs/gatsby/commit/deb4e1ebdfbf4c9e9f4516bb6c24afbaf61e81ff)) -- **gatsby:** fix stale query results on data updates ([#28986](https://github.com/gatsbyjs/gatsby/issues/28986)) ([811c2a8](https://github.com/gatsbyjs/gatsby/commit/811c2a839c44999967b5f081cc1998fc4a347e85)) -- **gatsby:** rewrite a spread that would break at scale ([#28910](https://github.com/gatsbyjs/gatsby/issues/28910)) ([638ac0a](https://github.com/gatsbyjs/gatsby/commit/638ac0af798de9727ec2488f201b7c578464c916)) -- **gatsby:** show stack trace for non-graphql errors ([#28888](https://github.com/gatsbyjs/gatsby/issues/28888)) ([1769fc3](https://github.com/gatsbyjs/gatsby/commit/1769fc361b5d3f664ec71bd5ecf4f22b85bfe5a2)) -- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd)) +#### Bug Fixes -### Features +- print childOf directive for implicit child fields [#28483](https://github.com/gatsbyjs/gatsby/issues/28483) ([146b197](https://github.com/gatsbyjs/gatsby/commit/146b1975cc83f862c883b27415b914e152c708e8)) +- use correct stageLabel instead of `undefined` [#28701](https://github.com/gatsbyjs/gatsby/issues/28701) ([a77e1d8](https://github.com/gatsbyjs/gatsby/commit/a77e1d80d5b3a75979760d3be2005742feb09266)) +- always add both `childField` and `childrenField` in GraphQL [#28656](https://github.com/gatsbyjs/gatsby/issues/28656) ([739df13](https://github.com/gatsbyjs/gatsby/commit/739df134adbffddab58d9f85032579169362a348)) +- remove redundant dispatch of query extraction error [#28676](https://github.com/gatsbyjs/gatsby/issues/28676) ([1d7dc76](https://github.com/gatsbyjs/gatsby/commit/1d7dc76a18de379e0004bd62a26d7630e0a060fe)) +- Do not activate inspect if already active [#28643](https://github.com/gatsbyjs/gatsby/issues/28643) ([f4e90b6](https://github.com/gatsbyjs/gatsby/commit/f4e90b61c8826dca7f9e07727c8cd7179c51a8a0)) +- require gatsby-config.js before accessing process.env [#28572](https://github.com/gatsbyjs/gatsby/issues/28572) ([b3f11ed](https://github.com/gatsbyjs/gatsby/commit/b3f11ed1b48113142333ccb57124fd5dc625aac5)) +- Only set auto optin flags if not in config [#28627](https://github.com/gatsbyjs/gatsby/issues/28627) ([b81e6bd](https://github.com/gatsbyjs/gatsby/commit/b81e6bdb70fbda4f02739728f79b12c166b1a188)) +- correct opt-in percentage for QUERY_ON_DEMAND and LAZY_IMAGES [#28579](https://github.com/gatsbyjs/gatsby/issues/28579) ([c21dac9](https://github.com/gatsbyjs/gatsby/commit/c21dac9e8cf97093e00889e850c5a441aef46bda)) -- **gatsby:** Partially release develop SSR to 5% ([#28844](https://github.com/gatsbyjs/gatsby/issues/28844)) ([6b8cd5d](https://github.com/gatsbyjs/gatsby/commit/6b8cd5d69bc8a5ad63413756eb71ff3e739230e5)) +#### Chores -### Performance Improvements +- enable query on demand (and lazy images) by default for local development [#28787](https://github.com/gatsbyjs/gatsby/issues/28787) ([f19c807](https://github.com/gatsbyjs/gatsby/commit/f19c8072b4a8e37ff899b478c1e69212c14b40dd)) +- Keep page renderer around [#28784](https://github.com/gatsbyjs/gatsby/issues/28784) ([5c3931c](https://github.com/gatsbyjs/gatsby/commit/5c3931c70f63c779c57af037712e26d847d1e8c9)) +- don't dispatch CREATE_SERVER_VISITED_PAGE if component is already tracked [#28725](https://github.com/gatsbyjs/gatsby/issues/28725) ([76a3b57](https://github.com/gatsbyjs/gatsby/commit/76a3b57455704f72778b41e01f00ed1b61cc6622)) +- refactor try/finally to .finally [#28436](https://github.com/gatsbyjs/gatsby/issues/28436) ([d4a6529](https://github.com/gatsbyjs/gatsby/commit/d4a6529637a55c5afa5ea16dc76becb06fe9785c)) -- **develop:** don't use debug config for bluebird ([#28957](https://github.com/gatsbyjs/gatsby/issues/28957)) ([125f571](https://github.com/gatsbyjs/gatsby/commit/125f571880190b55d6e9c03672b6d79e854dd4bd)) -- **gatsby:** do not call and iterate getAllNodes(File) for each file ([#28891](https://github.com/gatsbyjs/gatsby/issues/28891)) ([a455a23](https://github.com/gatsbyjs/gatsby/commit/a455a2396c97997dca6fb0797e845de0acebd2f6)) +#### Other Changes -# [2.31.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.8...gatsby@2.31.0-next.0) (2020-12-29) +- Extract non-css-in-js css and add add to when SSRing in dev [#28471](https://github.com/gatsbyjs/gatsby/issues/28471) [#28856](https://github.com/gatsbyjs/gatsby/issues/28856) [#r546803732](https://github.com/gatsbyjs/gatsby/issues/r546803732) ([883d184](https://github.com/gatsbyjs/gatsby/commit/883d1847d4940eb672d3ec69e2292171584a8e41)) +- Pause dev-ssr watching between page loads to avoid slowing down regular develop-js HMR [#28394](https://github.com/gatsbyjs/gatsby/issues/28394) ([8ff6245](https://github.com/gatsbyjs/gatsby/commit/8ff6245f44882d891bc6f291363019047cbdb55f)) +- docs reorganization [#28165](https://github.com/gatsbyjs/gatsby/issues/28165) ([18de9ef](https://github.com/gatsbyjs/gatsby/commit/18de9ef795e86fc6cfa0b948cf51157eaca2bff2)) -### Features +### [2.29.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.29.3/packages/gatsby) (2020-12-30) -- **gatsby:** use production React for dev-ssr when CI=true ([#28728](https://github.com/gatsbyjs/gatsby/issues/28728)) ([bd6b899](https://github.com/gatsbyjs/gatsby/commit/bd6b899fdb22748c2ecc016643ed39e32d014a6b)) +#### Features -# [2.30.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.7...gatsby@2.30.0-next.8) (2020-12-29) +- use production React for dev-ssr when CI=true [#28728](https://github.com/gatsbyjs/gatsby/issues/28728) [#28792](https://github.com/gatsbyjs/gatsby/issues/28792) ([ad8e4cb](https://github.com/gatsbyjs/gatsby/commit/ad8e4cb1b388e2c36dc2a0d376e96e0122bc04df)) -### Bug Fixes +### [2.29.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.29.2/packages/gatsby) (2020-12-23) -- **gatsby:** print childOf directive for implicit child fields ([#28483](https://github.com/gatsbyjs/gatsby/issues/28483)) ([146b197](https://github.com/gatsbyjs/gatsby/commit/146b1975cc83f862c883b27415b914e152c708e8)) -- **gatsby:** use correct stageLabel instead of `undefined` ([#28701](https://github.com/gatsbyjs/gatsby/issues/28701)) ([a77e1d8](https://github.com/gatsbyjs/gatsby/commit/a77e1d80d5b3a75979760d3be2005742feb09266)) +#### Bug Fixes -# [2.30.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.6...gatsby@2.30.0-next.7) (2020-12-18) +- remove redundant dispatch of query extraction error [#28676](https://github.com/gatsbyjs/gatsby/issues/28676) [#28744](https://github.com/gatsbyjs/gatsby/issues/28744) ([0b8ea51](https://github.com/gatsbyjs/gatsby/commit/0b8ea518949d73b8ce53b6edf795fed2232669fb)) -### Bug Fixes +#### Other Changes -- **gatsby:** always add both `childField` and `childrenField` in GraphQL ([#28656](https://github.com/gatsbyjs/gatsby/issues/28656)) ([739df13](https://github.com/gatsbyjs/gatsby/commit/739df134adbffddab58d9f85032579169362a348)) -- **gatsby:** remove redundant dispatch of query extraction error ([#28676](https://github.com/gatsbyjs/gatsby/issues/28676)) ([1d7dc76](https://github.com/gatsbyjs/gatsby/commit/1d7dc76a18de379e0004bd62a26d7630e0a060fe)) +- Pause dev-ssr watching between page loads to avoid slowing down regular develop-js HMR [#28394](https://github.com/gatsbyjs/gatsby/issues/28394) [#28746](https://github.com/gatsbyjs/gatsby/issues/28746) ([6919703](https://github.com/gatsbyjs/gatsby/commit/69197038f9016e31e89b230fb2fb22fd8ec78f04)) -# [2.30.0-next.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.5...gatsby@2.30.0-next.6) (2020-12-17) +### [2.29.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.29.1/packages/gatsby) (2020-12-16) **Note:** Version bump only for package gatsby -# [2.30.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.4...gatsby@2.30.0-next.5) (2020-12-17) +## [2.29.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.29.0/packages/gatsby) (2020-12-15) -**Note:** Version bump only for package gatsby +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29) -# [2.30.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.3...gatsby@2.30.0-next.4) (2020-12-17) +#### Features -### Bug Fixes +- improve refresh endpoint output [#28621](https://github.com/gatsbyjs/gatsby/issues/28621) [#28641](https://github.com/gatsbyjs/gatsby/issues/28641) ([2e7250e](https://github.com/gatsbyjs/gatsby/commit/2e7250e10fe37f6fb6738469a670c5dd6e845bbe)) +- loading indicator for query-on-demand [#28562](https://github.com/gatsbyjs/gatsby/issues/28562) ([1b97f5f](https://github.com/gatsbyjs/gatsby/commit/1b97f5f44b715704ebaff2a714bc81116189aec3)) +- track how long query-on-demand querying takes [#28544](https://github.com/gatsbyjs/gatsby/issues/28544) ([fbf9694](https://github.com/gatsbyjs/gatsby/commit/fbf96942efb920a883ea679972461140d3b770ec)) +- Expose plugin-specific refresh endpoint in gatsby-serve [#27931](https://github.com/gatsbyjs/gatsby/issues/27931) ([903439b](https://github.com/gatsbyjs/gatsby/commit/903439bcb4c909c1881cb3139b7545b161ea580b)) +- add preload headers for critical resources so those can started fetching before common.js is fetched [#28460](https://github.com/gatsbyjs/gatsby/issues/28460) ([b4a76f5](https://github.com/gatsbyjs/gatsby/commit/b4a76f581d1f4e0f1f7f61f96eedd94703468116)) +- Add new caching clearing behavior for webpack/file downloads behind flags [#28334](https://github.com/gatsbyjs/gatsby/issues/28334) ([f57d590](https://github.com/gatsbyjs/gatsby/commit/f57d590142a67bd8c79c7805d3298f316198fde9)) +- people who are using a flag, invite them to try out other flags [#28338](https://github.com/gatsbyjs/gatsby/issues/28338) ([9c8f788](https://github.com/gatsbyjs/gatsby/commit/9c8f78842784c6882953d2f5c72dd71d61ba3e29)) +- Track the use of flags in gatsby-config.js [#28337](https://github.com/gatsbyjs/gatsby/issues/28337) ([3e056d1](https://github.com/gatsbyjs/gatsby/commit/3e056d1ab51cffb8fbf15c7b932fd4f11e1db545)) -- **gatsby:** Do not activate inspect if already active ([#28643](https://github.com/gatsbyjs/gatsby/issues/28643)) ([f4e90b6](https://github.com/gatsbyjs/gatsby/commit/f4e90b61c8826dca7f9e07727c8cd7179c51a8a0)) +#### Bug Fixes -### Features +- Only set auto optin flags if not in config [#28627](https://github.com/gatsbyjs/gatsby/issues/28627) [#28634](https://github.com/gatsbyjs/gatsby/issues/28634) ([9cd252f](https://github.com/gatsbyjs/gatsby/commit/9cd252f4fa2adf81bc6ad3b29b14b45392b05d28)) +- correct opt-in percentage for QUERY_ON_DEMAND and LAZY_IMAGES [#28579](https://github.com/gatsbyjs/gatsby/issues/28579) [#28622](https://github.com/gatsbyjs/gatsby/issues/28622) ([15cf4a2](https://github.com/gatsbyjs/gatsby/commit/15cf4a27d36842fc37565f61a4cf69d0c6376140)) +- correct GraphQL warning text [#28563](https://github.com/gatsbyjs/gatsby/issues/28563) ([2bb4214](https://github.com/gatsbyjs/gatsby/commit/2bb4214d36616ae593a8a82d63102dca2d5e44e6)) +- Avoid undefined object errors [#28554](https://github.com/gatsbyjs/gatsby/issues/28554) ([39995ae](https://github.com/gatsbyjs/gatsby/commit/39995ae008d72ff17ab57bb91cbb625ed64e39f5)) +- don't resolve get-page-data if query is marked as dirty resolve [#28535](https://github.com/gatsbyjs/gatsby/issues/28535) ([56c2b4c](https://github.com/gatsbyjs/gatsby/commit/56c2b4cd3983eb1d540d2f456c93332f9757f863)) +- show multiple invites together & at end where people are more likely to see them [#28450](https://github.com/gatsbyjs/gatsby/issues/28450) ([7e734cc](https://github.com/gatsbyjs/gatsby/commit/7e734cc5716e6fcc6c1bdc5806f492ad5414b7e9)) +- Wait for jobs to complete in onPostBuild [#28534](https://github.com/gatsbyjs/gatsby/issues/28534) ([98f22e7](https://github.com/gatsbyjs/gatsby/commit/98f22e702ee3defefd8e99d49aa50b080bbe0d6f)) +- improve deprecation text for missing childOf directive [#28532](https://github.com/gatsbyjs/gatsby/issues/28532) ([f733f4e](https://github.com/gatsbyjs/gatsby/commit/f733f4e941198f4ac4378f141d87f9ad6cfec6a0)) +- better text for missing inferred extension [#28530](https://github.com/gatsbyjs/gatsby/issues/28530) ([298110c](https://github.com/gatsbyjs/gatsby/commit/298110c28c7635114cab300f44180fd641ffce36)) +- do not fail the build when eslint loader is removed [#28494](https://github.com/gatsbyjs/gatsby/issues/28494) ([b3c171f](https://github.com/gatsbyjs/gatsby/commit/b3c171f0d6dd5a91cdc9ecbe73606b503bd40bda)) +- Add bodyComponent to replaceRenderer args [#28456](https://github.com/gatsbyjs/gatsby/issues/28456) ([9a77810](https://github.com/gatsbyjs/gatsby/commit/9a77810b1f2f0a529dd13760d0a7b73b2b50fd81)) +- PRESERVE_WEBPACK_CACHE notice should actually show after 30 seconds [#28427](https://github.com/gatsbyjs/gatsby/issues/28427) ([95b4fdd](https://github.com/gatsbyjs/gatsby/commit/95b4fdd7a7ce2032a658a9cc14e6bcb219fb2bc2)) +- scroll restoration issue in browser API [#27384](https://github.com/gatsbyjs/gatsby/issues/27384) ([4a7a324](https://github.com/gatsbyjs/gatsby/commit/4a7a324553669a72445a427ed8cc30e812f38bd1)) +- correct tracing for GraphQL queries [#28415](https://github.com/gatsbyjs/gatsby/issues/28415) ([4e50d5c](https://github.com/gatsbyjs/gatsby/commit/4e50d5c8008e1608138b2cecabd00b014bc90bf9)) +- re-render route when location state changes [#28346](https://github.com/gatsbyjs/gatsby/issues/28346) ([3ccaec8](https://github.com/gatsbyjs/gatsby/commit/3ccaec855b376b267c02009f51772c237620088d)) +- Add `FAST_REFRESH` config flag [#28409](https://github.com/gatsbyjs/gatsby/issues/28409) ([ce090e5](https://github.com/gatsbyjs/gatsby/commit/ce090e5e058ff4927e51aaadba1a834f9f5c4e9f)) +- move starting dev-ssr listener inside function & only init listeners once [#28395](https://github.com/gatsbyjs/gatsby/issues/28395) ([3ce476b](https://github.com/gatsbyjs/gatsby/commit/3ce476b1eac97aedd16f9d150cd6a81f36255380)) +- emit stale page data messages when staticQueryHashes change [#28349](https://github.com/gatsbyjs/gatsby/issues/28349) ([5096e90](https://github.com/gatsbyjs/gatsby/commit/5096e90f3af9490f910a47331ac42efa2edfd9e2)) +- fix telemetryId for LAZY_IMAGES fix [#28340](https://github.com/gatsbyjs/gatsby/issues/28340) ([4998303](https://github.com/gatsbyjs/gatsby/commit/49983036de2bf7a61fe654b37fb8b3fe7d639153)) +- handle in dev-ssr when a page is deleted [#28325](https://github.com/gatsbyjs/gatsby/issues/28325) ([a9f9a23](https://github.com/gatsbyjs/gatsby/commit/a9f9a23705edaf393466b30bc89546b59de59158)) -- **gatsby:** decouple html activities ([#28648](https://github.com/gatsbyjs/gatsby/issues/28648)) ([140d123](https://github.com/gatsbyjs/gatsby/commit/140d12375e61f76238e7d1b8073eaf897918284a)) +#### Performance Improvements -# [2.30.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.2...gatsby@2.30.0-next.3) (2020-12-16) +- do not force resolvers to be async [#28525](https://github.com/gatsbyjs/gatsby/issues/28525) ([cf06435](https://github.com/gatsbyjs/gatsby/commit/cf064355d77a9958b5e3240945b46729dfdac538)) -### Bug Fixes +#### Chores -- **gatsby:** Only set auto optin flags if not in config ([#28627](https://github.com/gatsbyjs/gatsby/issues/28627)) ([b81e6bd](https://github.com/gatsbyjs/gatsby/commit/b81e6bdb70fbda4f02739728f79b12c166b1a188)) -- **gatsby:** require gatsby-config.js before accessing process.env ([#28572](https://github.com/gatsbyjs/gatsby/issues/28572)) ([b3f11ed](https://github.com/gatsbyjs/gatsby/commit/b3f11ed1b48113142333ccb57124fd5dc625aac5)) +- don't actually fetch async dummy.js chunk [#28569](https://github.com/gatsbyjs/gatsby/issues/28569) ([003a5ee](https://github.com/gatsbyjs/gatsby/commit/003a5eed1b9015297c4e4dcef81ecd73544a99cf)) +- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c)) +- prerun query for homepage for initial run [#28538](https://github.com/gatsbyjs/gatsby/issues/28538) ([badd466](https://github.com/gatsbyjs/gatsby/commit/badd46659c439121024c867d7811180b7265c8d6)) +- use gatsby.dev links in flags.ts [#28472](https://github.com/gatsbyjs/gatsby/issues/28472) ([2820066](https://github.com/gatsbyjs/gatsby/commit/28200668b91709a9a069b13a469a70e038ddf8d8)) +- specify in description for LAZY_IMAGES min supported version of gatsby-plugin-sharp [#28448](https://github.com/gatsbyjs/gatsby/issues/28448) ([856406f](https://github.com/gatsbyjs/gatsby/commit/856406f6846ba609ca59aede181c9b0ef4a8ad5e)) +- refactor into await syntax [#28435](https://github.com/gatsbyjs/gatsby/issues/28435) ([013035b](https://github.com/gatsbyjs/gatsby/commit/013035b2f75f26f635a32ae1268c99a5e98dbad9)) +- remove `async/await` where not needed [#28433](https://github.com/gatsbyjs/gatsby/issues/28433) ([f0603a2](https://github.com/gatsbyjs/gatsby/commit/f0603a2c81198ba5ddb5713ce973535169737bb2)) +- fold three loops into one [#28432](https://github.com/gatsbyjs/gatsby/issues/28432) ([b3f0f2d](https://github.com/gatsbyjs/gatsby/commit/b3f0f2d4ce5fe7c0e0881b111b7cebc451f32dc9)) +- Invite more people to try QUERY_ON_DEMAND [#28327](https://github.com/gatsbyjs/gatsby/issues/28327) ([a84f78e](https://github.com/gatsbyjs/gatsby/commit/a84f78e075901d3195e4a81a949aaaa48979ff5b)) -### Features +#### Other Changes -- **gatsby:** Add AVIF file support to image loader in webpack config ([#28638](https://github.com/gatsbyjs/gatsby/issues/28638)) ([1a59200](https://github.com/gatsbyjs/gatsby/commit/1a592001eecee463b25a0ec599c2223956066905)) -- **gatsby:** improve refresh endpoint output ([#28621](https://github.com/gatsbyjs/gatsby/issues/28621)) ([deb4e1e](https://github.com/gatsbyjs/gatsby/commit/deb4e1ebdfbf4c9e9f4516bb6c24afbaf61e81ff)) +- Enable partial releases of flags to a % of users [#28387](https://github.com/gatsbyjs/gatsby/issues/28387) ([ad65656](https://github.com/gatsbyjs/gatsby/commit/ad65656f42c0333473869c13fb452d89db42a423)) +- add new cache flags to FAST_DEV [#28447](https://github.com/gatsbyjs/gatsby/issues/28447) ([eafbbab](https://github.com/gatsbyjs/gatsby/commit/eafbbabb5b863c76794d733334afbd30af3fc899)) +- style the SSR error page [#28416](https://github.com/gatsbyjs/gatsby/issues/28416) ([239589a](https://github.com/gatsbyjs/gatsby/commit/239589a2304911cb7c0b3a5736aa8b7f59f016b2)) +- Add experiment to run source plugins in parallel [#28214](https://github.com/gatsbyjs/gatsby/issues/28214) ([4fb1f62](https://github.com/gatsbyjs/gatsby/commit/4fb1f62183bdd0bc676e4357c3218ae919e491fa)) +- let users skip out of dev SSR [#28396](https://github.com/gatsbyjs/gatsby/issues/28396) ([7577e3f](https://github.com/gatsbyjs/gatsby/commit/7577e3ffc1c3ac31554311014b0fa0dd8b78ebb9)) +- (gatsby-cli) Add a CLI command for listing plugins [#28018](https://github.com/gatsbyjs/gatsby/issues/28018) ([0e4d026](https://github.com/gatsbyjs/gatsby/commit/0e4d026059d9d0507de9433ed13e4bcd3d7376a6)) +- Warn when there's unknown flags in gatsby-config.js & suggest fixes to potential typos fixes [#28326](https://github.com/gatsbyjs/gatsby/issues/28326) ([c4978e9](https://github.com/gatsbyjs/gatsby/commit/c4978e948c5b0cebf85ef9af62da523169994bf9)) -# [2.30.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.1...gatsby@2.30.0-next.2) (2020-12-15) +### [2.28.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.28.2/packages/gatsby) (2020-12-10) -**Note:** Version bump only for package gatsby +#### Features -# [2.30.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.0...gatsby@2.30.0-next.1) (2020-12-11) +- track how long query-on-demand querying takes [#28544](https://github.com/gatsbyjs/gatsby/issues/28544) [#28570](https://github.com/gatsbyjs/gatsby/issues/28570) ([4dc4312](https://github.com/gatsbyjs/gatsby/commit/4dc431262de0be78d06388c5c89180304eef0eb1)) -### Bug Fixes +#### Bug Fixes -- **gatsby:** correct opt-in percentage for QUERY_ON_DEMAND and LAZY_IMAGES ([#28579](https://github.com/gatsbyjs/gatsby/issues/28579)) ([c21dac9](https://github.com/gatsbyjs/gatsby/commit/c21dac9e8cf97093e00889e850c5a441aef46bda)) +- show multiple invites together & at end where people are more likely to see them [#28450](https://github.com/gatsbyjs/gatsby/issues/28450) [#28541](https://github.com/gatsbyjs/gatsby/issues/28541) ([f8d5c9b](https://github.com/gatsbyjs/gatsby/commit/f8d5c9b745b6b50be67a2017c2779aa1d12b3d9c)) +- correct GraphQL warning text [#28563](https://github.com/gatsbyjs/gatsby/issues/28563) [#28567](https://github.com/gatsbyjs/gatsby/issues/28567) ([0b306c5](https://github.com/gatsbyjs/gatsby/commit/0b306c55e7436741b3370296313f197e82886ebd)) +- Wait for jobs to complete in onPostBuild [#28534](https://github.com/gatsbyjs/gatsby/issues/28534) [#28557](https://github.com/gatsbyjs/gatsby/issues/28557) ([d0dce3f](https://github.com/gatsbyjs/gatsby/commit/d0dce3f0e842a17911192a2268c7e052f9936776)) +- improve deprecation text for missing childOf directive [#28532](https://github.com/gatsbyjs/gatsby/issues/28532) [#28543](https://github.com/gatsbyjs/gatsby/issues/28543) ([7f10385](https://github.com/gatsbyjs/gatsby/commit/7f10385a8cf24213a145ca79af3d81f03b11cedd)) +- better text for missing inferred extension [#28530](https://github.com/gatsbyjs/gatsby/issues/28530) [#28542](https://github.com/gatsbyjs/gatsby/issues/28542) ([fd9d872](https://github.com/gatsbyjs/gatsby/commit/fd9d872fb1f08d781bcd24d8f2921c329fb34f52)) -# [2.30.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.4...gatsby@2.30.0-next.0) (2020-12-10) +### [2.28.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.28.1/packages/gatsby) (2020-12-07) -### Bug Fixes +#### Features -- **gatsby:** Avoid undefined object errors ([#28554](https://github.com/gatsbyjs/gatsby/issues/28554)) ([39995ae](https://github.com/gatsbyjs/gatsby/commit/39995ae008d72ff17ab57bb91cbb625ed64e39f5)) -- **gatsby:** correct GraphQL warning text ([#28563](https://github.com/gatsbyjs/gatsby/issues/28563)) ([2bb4214](https://github.com/gatsbyjs/gatsby/commit/2bb4214d36616ae593a8a82d63102dca2d5e44e6)) -- **gatsby:** show multiple invites together & at end where people are more likely to see them ([#28450](https://github.com/gatsbyjs/gatsby/issues/28450)) ([7e734cc](https://github.com/gatsbyjs/gatsby/commit/7e734cc5716e6fcc6c1bdc5806f492ad5414b7e9)) -- **query-on-demand:** don't resolve get-page-data if query is marked as dirty ([#28535](https://github.com/gatsbyjs/gatsby/issues/28535)) ([56c2b4c](https://github.com/gatsbyjs/gatsby/commit/56c2b4cd3983eb1d540d2f456c93332f9757f863)) +- add preload headers for critical resources so those can started fetching before common.js is fetched [#28460](https://github.com/gatsbyjs/gatsby/issues/28460) [#28521](https://github.com/gatsbyjs/gatsby/issues/28521) ([4555b6a](https://github.com/gatsbyjs/gatsby/commit/4555b6a83da83e4ecaf01a2087d29cc8a307327e)) -### Features +#### Bug Fixes -- **gatsby:** loading indicator for query-on-demand ([#28562](https://github.com/gatsbyjs/gatsby/issues/28562)) ([1b97f5f](https://github.com/gatsbyjs/gatsby/commit/1b97f5f44b715704ebaff2a714bc81116189aec3)) -- **gatsby:** track how long query-on-demand querying takes ([#28544](https://github.com/gatsbyjs/gatsby/issues/28544)) ([fbf9694](https://github.com/gatsbyjs/gatsby/commit/fbf96942efb920a883ea679972461140d3b770ec)) +- do not fail the build when eslint loader is removed [#28494](https://github.com/gatsbyjs/gatsby/issues/28494) [#28517](https://github.com/gatsbyjs/gatsby/issues/28517) ([27864d6](https://github.com/gatsbyjs/gatsby/commit/27864d6135bf6d2c36f473a7a67b6892e414ebad)) +- Add bodyComponent to replaceRenderer args [#28456](https://github.com/gatsbyjs/gatsby/issues/28456) [#28486](https://github.com/gatsbyjs/gatsby/issues/28486) ([e29866a](https://github.com/gatsbyjs/gatsby/commit/e29866a3525ccdd2ad99ad06d85f889d5f63b515)) +- correct tracing for GraphQL queries [#28415](https://github.com/gatsbyjs/gatsby/issues/28415) [#28475](https://github.com/gatsbyjs/gatsby/issues/28475) ([53502cc](https://github.com/gatsbyjs/gatsby/commit/53502cca8fe0bb980e75b666c7edca47a4a9027a)) +- re-render route when location state changes [#28346](https://github.com/gatsbyjs/gatsby/issues/28346) [#28476](https://github.com/gatsbyjs/gatsby/issues/28476) ([bb044de](https://github.com/gatsbyjs/gatsby/commit/bb044de83e0a9adb4010d84ec6800416af45fa42)) +- scroll restoration issue in browser API [#27384](https://github.com/gatsbyjs/gatsby/issues/27384) [#28477](https://github.com/gatsbyjs/gatsby/issues/28477) ([7a6b7ae](https://github.com/gatsbyjs/gatsby/commit/7a6b7ae1fe7cbd81db76eb4473ea4cf77deb3eb7)) -### Performance Improvements +#### Chores -- **gatsby:** do not force resolvers to be async ([#28525](https://github.com/gatsbyjs/gatsby/issues/28525)) ([cf06435](https://github.com/gatsbyjs/gatsby/commit/cf064355d77a9958b5e3240945b46729dfdac538)) +- use gatsby.dev links in flags.ts [#28472](https://github.com/gatsbyjs/gatsby/issues/28472) [#28488](https://github.com/gatsbyjs/gatsby/issues/28488) ([fe488d9](https://github.com/gatsbyjs/gatsby/commit/fe488d9e7e81ee4e409bc4b9be5f2a08e761f881)) +- specify in description for LAZY_IMAGES min supported version of gatsby-plugin-sharp [#28448](https://github.com/gatsbyjs/gatsby/issues/28448) [#28478](https://github.com/gatsbyjs/gatsby/issues/28478) ([3cadaac](https://github.com/gatsbyjs/gatsby/commit/3cadaac46bb1466863df5b1fbfd49e3a17f1a894)) -# [2.29.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.3...gatsby@2.29.0-next.4) (2020-12-08) +#### Other Changes -### Bug Fixes +- add new cache flags to FAST_DEV [#28447](https://github.com/gatsbyjs/gatsby/issues/28447) [#28473](https://github.com/gatsbyjs/gatsby/issues/28473) ([fa0acff](https://github.com/gatsbyjs/gatsby/commit/fa0acffa5f785352d99d1792fb2592160f0217ef)) -- **gatsby:** better text for missing inferred extension ([#28530](https://github.com/gatsbyjs/gatsby/issues/28530)) ([298110c](https://github.com/gatsbyjs/gatsby/commit/298110c28c7635114cab300f44180fd641ffce36)) -- **gatsby:** do not fail the build when eslint loader is removed ([#28494](https://github.com/gatsbyjs/gatsby/issues/28494)) ([b3c171f](https://github.com/gatsbyjs/gatsby/commit/b3c171f0d6dd5a91cdc9ecbe73606b503bd40bda)) -- **gatsby:** improve deprecation text for missing childOf directive ([#28532](https://github.com/gatsbyjs/gatsby/issues/28532)) ([f733f4e](https://github.com/gatsbyjs/gatsby/commit/f733f4e941198f4ac4378f141d87f9ad6cfec6a0)) -- **gatsby:** Wait for jobs to complete in onPostBuild ([#28534](https://github.com/gatsbyjs/gatsby/issues/28534)) ([98f22e7](https://github.com/gatsbyjs/gatsby/commit/98f22e702ee3defefd8e99d49aa50b080bbe0d6f)) +## [2.28.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.28.0/packages/gatsby) (2020-12-02) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) -- **gatsby:** add preload headers for critical resources so those can started fetching before common.js is fetched ([#28460](https://github.com/gatsbyjs/gatsby/issues/28460)) ([b4a76f5](https://github.com/gatsbyjs/gatsby/commit/b4a76f581d1f4e0f1f7f61f96eedd94703468116)) -- **gatsby:** Expose plugin-specific refresh endpoint in gatsby-serve ([#27931](https://github.com/gatsbyjs/gatsby/issues/27931)) ([903439b](https://github.com/gatsbyjs/gatsby/commit/903439bcb4c909c1881cb3139b7545b161ea580b)) +#### Features -# [2.29.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.2...gatsby@2.29.0-next.3) (2020-12-04) +- Add new caching clearing behavior for webpack/file downloads behind flags [#28334](https://github.com/gatsbyjs/gatsby/issues/28334) [#28425](https://github.com/gatsbyjs/gatsby/issues/28425) ([bbd97c2](https://github.com/gatsbyjs/gatsby/commit/bbd97c2d533269c59255792a2d5b2f59185e4db7)) +- Track the use of flags in gatsby-config.js [#28337](https://github.com/gatsbyjs/gatsby/issues/28337) [#28388](https://github.com/gatsbyjs/gatsby/issues/28388) ([5f21ff3](https://github.com/gatsbyjs/gatsby/commit/5f21ff3ae3b90b4b0ae46ce0570d1c8d63b17418)) +- people who are using a flag, invite them to try out other flags [#28338](https://github.com/gatsbyjs/gatsby/issues/28338) [#28392](https://github.com/gatsbyjs/gatsby/issues/28392) ([c1e8590](https://github.com/gatsbyjs/gatsby/commit/c1e85904877215165910d897430068d674e6dace)) +- add experimental opt-in lazy image processing mode for `gatsby develop` [#28288](https://github.com/gatsbyjs/gatsby/issues/28288) ([cc68a1f](https://github.com/gatsbyjs/gatsby/commit/cc68a1f435e6fc923908d7a2b84f52dc2a999f4d)) +- Add preliminary fast-refresh integration [#26664](https://github.com/gatsbyjs/gatsby/issues/26664) ([613f5c7](https://github.com/gatsbyjs/gatsby/commit/613f5c791fd059e8a64eeaa81993d1f9f14bec53)) +- make dev ssr bundling lazy [#28149](https://github.com/gatsbyjs/gatsby/issues/28149) ([70b81a6](https://github.com/gatsbyjs/gatsby/commit/70b81a6e825c583387728c02d83a70e0d4e16072)) +- bump % that get invited to try dev_ssr to 5% from 1% [#28232](https://github.com/gatsbyjs/gatsby/issues/28232) ([2b494c3](https://github.com/gatsbyjs/gatsby/commit/2b494c34b5a8bb798fa1134a8a482165afc72fce)) +- track usage of GATSBY_EXPERIMENTAL_FAST_DEV [#28223](https://github.com/gatsbyjs/gatsby/issues/28223) ([849b3bd](https://github.com/gatsbyjs/gatsby/commit/849b3bd4ec871ecb7596819940f8004ce9ec3793)) +- invite people with long page query running to try out query on demand feature [#28181](https://github.com/gatsbyjs/gatsby/issues/28181) ([413888b](https://github.com/gatsbyjs/gatsby/commit/413888b61ad3014b9cd3fc9d846b5382a1ec82f9)) +- enable all dev improvements with one env var [#28166](https://github.com/gatsbyjs/gatsby/issues/28166) ([158ceb7](https://github.com/gatsbyjs/gatsby/commit/158ceb7d404967920613c5e8e4f57520b049167d)) +- add telemetry for usage of lazy devjs bundling [#28147](https://github.com/gatsbyjs/gatsby/issues/28147) ([48f2b2d](https://github.com/gatsbyjs/gatsby/commit/48f2b2d76af060b7d9d83d28be5c4f6d069133d5)) -### Bug Fixes +#### Bug Fixes -- **gatsby:** Add bodyComponent to replaceRenderer args ([#28456](https://github.com/gatsbyjs/gatsby/issues/28456)) ([9a77810](https://github.com/gatsbyjs/gatsby/commit/9a77810b1f2f0a529dd13760d0a7b73b2b50fd81)) +- PRESERVE_WEBPACK_CACHE notice should actually show after 30 seconds [#28427](https://github.com/gatsbyjs/gatsby/issues/28427) [#28428](https://github.com/gatsbyjs/gatsby/issues/28428) ([2a1b4c4](https://github.com/gatsbyjs/gatsby/commit/2a1b4c456204b28fa2e077b89086d7d583348092)) +- Add `FAST_REFRESH` config flag [#28409](https://github.com/gatsbyjs/gatsby/issues/28409) [#28419](https://github.com/gatsbyjs/gatsby/issues/28419) ([ef1019a](https://github.com/gatsbyjs/gatsby/commit/ef1019a8e015261314cecac405f47a3ce130d69a)) +- move starting dev-ssr listener inside function & only init listeners once [#28395](https://github.com/gatsbyjs/gatsby/issues/28395) [#28418](https://github.com/gatsbyjs/gatsby/issues/28418) ([b249ba5](https://github.com/gatsbyjs/gatsby/commit/b249ba5b0fd2bb05fe8fd04e2a6708230291974a)) +- fix telemetryId for LAZY_IMAGES fix [#28340](https://github.com/gatsbyjs/gatsby/issues/28340) fix [#28403](https://github.com/gatsbyjs/gatsby/issues/28403) ([d6129b1](https://github.com/gatsbyjs/gatsby/commit/d6129b153b5ba28d5252f7bf403636011bb5ec3c)) +- handle in dev-ssr when a page is deleted [#28325](https://github.com/gatsbyjs/gatsby/issues/28325) [#28381](https://github.com/gatsbyjs/gatsby/issues/28381) ([e0dd082](https://github.com/gatsbyjs/gatsby/commit/e0dd082dd85c5d0030732c538b0f94a1aa50bd8e)) +- emit stale page data messages when staticQueryHashes change [#28349](https://github.com/gatsbyjs/gatsby/issues/28349) [#28391](https://github.com/gatsbyjs/gatsby/issues/28391) ([11d9c39](https://github.com/gatsbyjs/gatsby/commit/11d9c39f78b20f255fb9fabc1bce9a151051448f)) +- Actually handle timeout while waiting for page component to be bundled [#28302](https://github.com/gatsbyjs/gatsby/issues/28302) ([7846fd4](https://github.com/gatsbyjs/gatsby/commit/7846fd4a591094d57bd24a7f0927b97725caf3ed)) +- fix materialization edge case fix [#28244](https://github.com/gatsbyjs/gatsby/issues/28244) ([807589b](https://github.com/gatsbyjs/gatsby/commit/807589bf759b01fe5a5235282bbcdc5a9a969265)) +- do not ignore source file changes during recompilation [#28237](https://github.com/gatsbyjs/gatsby/issues/28237) ([4148877](https://github.com/gatsbyjs/gatsby/commit/41488778ddcb102a5147b7acfb9631565ede958e)) +- pull out a few bug fixes from https://github.com/gatsbyjs/gatsby/pull/28149/ fixes [#28186](https://github.com/gatsbyjs/gatsby/issues/28186) ([f9fd11d](https://github.com/gatsbyjs/gatsby/commit/f9fd11d319b3ec097cce6378ccedb86a7f2f8cc8)) +- get-page-data should timeout gracefully [#28131](https://github.com/gatsbyjs/gatsby/issues/28131) ([c517b60](https://github.com/gatsbyjs/gatsby/commit/c517b605b7572171607be140175be279748de7fa)) -# [2.29.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.1...gatsby@2.29.0-next.2) (2020-12-03) +#### Chores -### Bug Fixes +- Invite more people to try QUERY_ON_DEMAND [#28327](https://github.com/gatsbyjs/gatsby/issues/28327) [#28383](https://github.com/gatsbyjs/gatsby/issues/28383) ([c1518b3](https://github.com/gatsbyjs/gatsby/commit/c1518b3decff31eef4d8fcf00a67111f76e7602c)) +- remove lazy dev js experiment [#28295](https://github.com/gatsbyjs/gatsby/issues/28295) ([2e3ec89](https://github.com/gatsbyjs/gatsby/commit/2e3ec895a227c8de5a7d8c69e92548c935c0fdcc)) +- Only warn for cache lock timeout once [#28255](https://github.com/gatsbyjs/gatsby/issues/28255) ([7cba837](https://github.com/gatsbyjs/gatsby/commit/7cba8372574c32da88b8e23eda9ff3be7cdda381)) -- PRESERVE_WEBPACK_CACHE notice should actually show after 30 seconds ([#28427](https://github.com/gatsbyjs/gatsby/issues/28427)) ([95b4fdd](https://github.com/gatsbyjs/gatsby/commit/95b4fdd7a7ce2032a658a9cc14e6bcb219fb2bc2)) +#### Other Changes -### Features +- style the SSR error page [#28416](https://github.com/gatsbyjs/gatsby/issues/28416) [#28426](https://github.com/gatsbyjs/gatsby/issues/28426) ([7239e96](https://github.com/gatsbyjs/gatsby/commit/7239e96f4ac3736249fde647f3ab2b0ca0cfce92)) +- let users skip out of dev SSR [#28396](https://github.com/gatsbyjs/gatsby/issues/28396) [#28423](https://github.com/gatsbyjs/gatsby/issues/28423) ([7df196c](https://github.com/gatsbyjs/gatsby/commit/7df196cba61139ed0cf0b6a66b525cacf2de560f)) +- Warn when there's unknown flags in gatsby-config.js & suggest fixes to potential typos fixes [#28326](https://github.com/gatsbyjs/gatsby/issues/28326) fixes [#28382](https://github.com/gatsbyjs/gatsby/issues/28382) ([8f3d9d6](https://github.com/gatsbyjs/gatsby/commit/8f3d9d6523fdef5edc942cf8759735fe48bd0a8d)) +- Add support for setting flags in gatsby-config.js [#28296](https://github.com/gatsbyjs/gatsby/issues/28296) ([7c511eb](https://github.com/gatsbyjs/gatsby/commit/7c511ebe5bc83c126f4864b970a52f721f25feb2)) +- Always compile the index page (if it exists) [#28265](https://github.com/gatsbyjs/gatsby/issues/28265) ([f75e358](https://github.com/gatsbyjs/gatsby/commit/f75e358a79a104b597a97993088b27268a9a9242)) +- Increase timeout to fetching component to 30 seconds [#28264](https://github.com/gatsbyjs/gatsby/issues/28264) ([bd0a7f4](https://github.com/gatsbyjs/gatsby/commit/bd0a7f4d717c49306c968fd99a3b2e6466dada15)) +- update to emotion@11 [#27981](https://github.com/gatsbyjs/gatsby/issues/27981) ([9c00fc9](https://github.com/gatsbyjs/gatsby/commit/9c00fc9ec27ebedb440b8400aee8b41892b173ee)) -- **gatsby:** Add new caching clearing behavior for webpack/file downloads behind flags ([#28334](https://github.com/gatsbyjs/gatsby/issues/28334)) ([f57d590](https://github.com/gatsbyjs/gatsby/commit/f57d590142a67bd8c79c7805d3298f316198fde9)) +### [2.27.5](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.27.5/packages/gatsby) (2020-12-01) -# [2.29.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.29.0-next.0...gatsby@2.29.0-next.1) (2020-12-01) +#### Bug Fixes -### Bug Fixes +- handle in dev-ssr when a page is deleted [#28325](https://github.com/gatsbyjs/gatsby/issues/28325) [#28370](https://github.com/gatsbyjs/gatsby/issues/28370) ([e293ebc](https://github.com/gatsbyjs/gatsby/commit/e293ebcdb8cb0f4c2930ea9d659391e07194c8da)) -- **develop:** emit stale page data messages when staticQueryHashes change ([#28349](https://github.com/gatsbyjs/gatsby/issues/28349)) ([5096e90](https://github.com/gatsbyjs/gatsby/commit/5096e90f3af9490f910a47331ac42efa2edfd9e2)) -- **gatsby:** Add `FAST_REFRESH` config flag ([#28409](https://github.com/gatsbyjs/gatsby/issues/28409)) ([ce090e5](https://github.com/gatsbyjs/gatsby/commit/ce090e5e058ff4927e51aaadba1a834f9f5c4e9f)) -- **gatsby:** correct tracing for GraphQL queries ([#28415](https://github.com/gatsbyjs/gatsby/issues/28415)) ([4e50d5c](https://github.com/gatsbyjs/gatsby/commit/4e50d5c8008e1608138b2cecabd00b014bc90bf9)) -- **gatsby:** fix telemetryId for LAZY_IMAGES ([#28340](https://github.com/gatsbyjs/gatsby/issues/28340)) ([4998303](https://github.com/gatsbyjs/gatsby/commit/49983036de2bf7a61fe654b37fb8b3fe7d639153)) -- **gatsby:** handle in dev-ssr when a page is deleted ([#28325](https://github.com/gatsbyjs/gatsby/issues/28325)) ([a9f9a23](https://github.com/gatsbyjs/gatsby/commit/a9f9a23705edaf393466b30bc89546b59de59158)) -- **gatsby:** move starting dev-ssr listener inside function & only init listeners once ([#28395](https://github.com/gatsbyjs/gatsby/issues/28395)) ([3ce476b](https://github.com/gatsbyjs/gatsby/commit/3ce476b1eac97aedd16f9d150cd6a81f36255380)) -- **gatsby:** re-render route when location state changes ([#28346](https://github.com/gatsbyjs/gatsby/issues/28346)) ([3ccaec8](https://github.com/gatsbyjs/gatsby/commit/3ccaec855b376b267c02009f51772c237620088d)) -- **gatsby:** scroll restoration issue in browser API ([#27384](https://github.com/gatsbyjs/gatsby/issues/27384)) ([4a7a324](https://github.com/gatsbyjs/gatsby/commit/4a7a324553669a72445a427ed8cc30e812f38bd1)) +#### Chores -### Features +- Invite more people to try QUERY_ON_DEMAND [#28327](https://github.com/gatsbyjs/gatsby/issues/28327) [#28371](https://github.com/gatsbyjs/gatsby/issues/28371) ([4dc5a1d](https://github.com/gatsbyjs/gatsby/commit/4dc5a1d6baeb5b9d10c4c78123a8d203c7301b49)) -- **gatsby:** people who are using a flag, invite them to try out other flags ([#28338](https://github.com/gatsbyjs/gatsby/issues/28338)) ([9c8f788](https://github.com/gatsbyjs/gatsby/commit/9c8f78842784c6882953d2f5c72dd71d61ba3e29)) -- **gatsby:** Track the use of flags in gatsby-config.js ([#28337](https://github.com/gatsbyjs/gatsby/issues/28337)) ([3e056d1](https://github.com/gatsbyjs/gatsby/commit/3e056d1ab51cffb8fbf15c7b932fd4f11e1db545)) +### [2.27.4](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.27.4/packages/gatsby) (2020-11-27) -# [2.29.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.28.0-next.2...gatsby@2.29.0-next.0) (2020-11-26) +**Note:** Version bump only for package gatsby -### Bug Fixes +### [2.27.3](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.27.3/packages/gatsby) (2020-11-25) -- **gatsby:** Actually handle timeout while waiting for page component to be bundled ([#28302](https://github.com/gatsbyjs/gatsby/issues/28302)) ([7846fd4](https://github.com/gatsbyjs/gatsby/commit/7846fd4a591094d57bd24a7f0927b97725caf3ed)) -- **gatsby:** do not ignore source file changes during recompilation ([#28237](https://github.com/gatsbyjs/gatsby/issues/28237)) ([4148877](https://github.com/gatsbyjs/gatsby/commit/41488778ddcb102a5147b7acfb9631565ede958e)) -- **gatsby:** fix materialization edge case ([#28244](https://github.com/gatsbyjs/gatsby/issues/28244)) ([807589b](https://github.com/gatsbyjs/gatsby/commit/807589bf759b01fe5a5235282bbcdc5a9a969265)) +#### Other Changes -### Features +- Increase timeout to fetching component to 30 seconds [#28264](https://github.com/gatsbyjs/gatsby/issues/28264) [#28284](https://github.com/gatsbyjs/gatsby/issues/28284) ([350d745](https://github.com/gatsbyjs/gatsby/commit/350d745059c8ee4bc96f218dd7db2edede947c0b)) +- Always compile the index page (if it exists) [#28265](https://github.com/gatsbyjs/gatsby/issues/28265) [#28283](https://github.com/gatsbyjs/gatsby/issues/28283) ([138e015](https://github.com/gatsbyjs/gatsby/commit/138e0155f644c2d00b2891f033e613db0d6a2406)) -- **gatsby:** Add preliminary fast-refresh integration ([#26664](https://github.com/gatsbyjs/gatsby/issues/26664)) ([613f5c7](https://github.com/gatsbyjs/gatsby/commit/613f5c791fd059e8a64eeaa81993d1f9f14bec53)) -- **gatsby:** make dev ssr bundling lazy ([#28149](https://github.com/gatsbyjs/gatsby/issues/28149)) ([70b81a6](https://github.com/gatsbyjs/gatsby/commit/70b81a6e825c583387728c02d83a70e0d4e16072)) -- **gatsby-plugin-sharp:** add experimental opt-in lazy image processing mode for `gatsby develop` ([#28288](https://github.com/gatsbyjs/gatsby/issues/28288)) ([cc68a1f](https://github.com/gatsbyjs/gatsby/commit/cc68a1f435e6fc923908d7a2b84f52dc2a999f4d)) +### [2.27.2](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.27.2/packages/gatsby) (2020-11-25) -# [2.28.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.28.0-next.1...gatsby@2.28.0-next.2) (2020-11-23) +#### Bug Fixes -### Features +- do not ignore source file changes during recompilation [#28237](https://github.com/gatsbyjs/gatsby/issues/28237) [#28262](https://github.com/gatsbyjs/gatsby/issues/28262) ([5136da0](https://github.com/gatsbyjs/gatsby/commit/5136da05a4b9d6174008b8fe84f4dd94089a562a)) +- fix materialization edge case fix [#28244](https://github.com/gatsbyjs/gatsby/issues/28244) fix [#28263](https://github.com/gatsbyjs/gatsby/issues/28263) ([f4b1e09](https://github.com/gatsbyjs/gatsby/commit/f4b1e09a659d0e0170ca11c29a4495789122f8db)) -- **gatsby:** bump % that get invited to try dev_ssr to 5% from 1% ([#28232](https://github.com/gatsbyjs/gatsby/issues/28232)) ([2b494c3](https://github.com/gatsbyjs/gatsby/commit/2b494c34b5a8bb798fa1134a8a482165afc72fce)) -- **gatsby:** track usage of GATSBY_EXPERIMENTAL_FAST_DEV ([#28223](https://github.com/gatsbyjs/gatsby/issues/28223)) ([849b3bd](https://github.com/gatsbyjs/gatsby/commit/849b3bd4ec871ecb7596819940f8004ce9ec3793)) +### [2.27.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.27.1/packages/gatsby) (2020-11-24) -# [2.28.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.28.0-next.0...gatsby@2.28.0-next.1) (2020-11-22) +#### Features -### Bug Fixes +- bump % that get invited to try dev_ssr to 5% from 1% [#28232](https://github.com/gatsbyjs/gatsby/issues/28232) [#28246](https://github.com/gatsbyjs/gatsby/issues/28246) ([30bc6a8](https://github.com/gatsbyjs/gatsby/commit/30bc6a8d6f9f59e802cff9eac6d9daeeebdd21f5)) +- track usage of GATSBY_EXPERIMENTAL_FAST_DEV [#28223](https://github.com/gatsbyjs/gatsby/issues/28223) [#28245](https://github.com/gatsbyjs/gatsby/issues/28245) ([f0d93d8](https://github.com/gatsbyjs/gatsby/commit/f0d93d8a2818825a451f8cbb062e14945d2aab8c)) +- make dev ssr bundling lazy [#28149](https://github.com/gatsbyjs/gatsby/issues/28149) [#28247](https://github.com/gatsbyjs/gatsby/issues/28247) ([2dd2767](https://github.com/gatsbyjs/gatsby/commit/2dd2767e5bb99594e16446d05a6bf3deffccfbf8)) -- **gatsby:** get-page-data should timeout gracefully ([#28131](https://github.com/gatsbyjs/gatsby/issues/28131)) ([c517b60](https://github.com/gatsbyjs/gatsby/commit/c517b605b7572171607be140175be279748de7fa)) -- **gatsby:** pull out a few bug fixes from https://github.com/gatsbyjs/gatsby/pull/28149/ ([#28186](https://github.com/gatsbyjs/gatsby/issues/28186)) ([f9fd11d](https://github.com/gatsbyjs/gatsby/commit/f9fd11d319b3ec097cce6378ccedb86a7f2f8cc8)) +## [2.27.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.27.0/packages/gatsby) (2020-11-20) -### Features +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27) -- **gatsby:** add telemetry for usage of lazy devjs bundling ([#28147](https://github.com/gatsbyjs/gatsby/issues/28147)) ([48f2b2d](https://github.com/gatsbyjs/gatsby/commit/48f2b2d76af060b7d9d83d28be5c4f6d069133d5)) -- **gatsby:** enable all dev improvements with one env var ([#28166](https://github.com/gatsbyjs/gatsby/issues/28166)) ([158ceb7](https://github.com/gatsbyjs/gatsby/commit/158ceb7d404967920613c5e8e4f57520b049167d)) -- **gatsby:** invite people with long page query running to try out query on demand feature ([#28181](https://github.com/gatsbyjs/gatsby/issues/28181)) ([413888b](https://github.com/gatsbyjs/gatsby/commit/413888b61ad3014b9cd3fc9d846b5382a1ec82f9)) +#### Features -# [2.28.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.27.0-next.1...gatsby@2.28.0-next.0) (2020-11-18) +- invite people with long page query running to try out query on demand feature [#28181](https://github.com/gatsbyjs/gatsby/issues/28181) [#28185](https://github.com/gatsbyjs/gatsby/issues/28185) ([4b9cd2e](https://github.com/gatsbyjs/gatsby/commit/4b9cd2edcc026089657c621309ea7c3c30fbf526)) +- enable all dev improvements with one env var [#28166](https://github.com/gatsbyjs/gatsby/issues/28166) [#28179](https://github.com/gatsbyjs/gatsby/issues/28179) [#28147](https://github.com/gatsbyjs/gatsby/issues/28147) [#28166](https://github.com/gatsbyjs/gatsby/issues/28166) ([9869094](https://github.com/gatsbyjs/gatsby/commit/98690940c748f8191f888fa264b89dd3a126cc86)) +- invite (1%) of Gatsby users to try out develop ssr [#28139](https://github.com/gatsbyjs/gatsby/issues/28139) ([a612f26](https://github.com/gatsbyjs/gatsby/commit/a612f26cab94a7672f6c63067368ec6efc49ec49)) +- lazy bundle page components in dev server [#27884](https://github.com/gatsbyjs/gatsby/issues/27884) ([04349a0](https://github.com/gatsbyjs/gatsby/commit/04349a042f9106a88b7a9054c0e1c4dc70469d1f)) +- SSR pages during development [#27432](https://github.com/gatsbyjs/gatsby/issues/27432) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +- add query on demand behind feature flag [#28127](https://github.com/gatsbyjs/gatsby/issues/28127) ([088eef4](https://github.com/gatsbyjs/gatsby/commit/088eef4fe125d03427712c557fbf19e96034d66d)) +- invite people with long develop bundling times to try the lazy dev js bundling feature [#28116](https://github.com/gatsbyjs/gatsby/issues/28116) ([a737ea7](https://github.com/gatsbyjs/gatsby/commit/a737ea77ded04e0896d43ec233589b1dd8be7e63)) +- add utility to show experiment invitation notices [#28120](https://github.com/gatsbyjs/gatsby/issues/28120) ([195d623](https://github.com/gatsbyjs/gatsby/commit/195d6233e2615074e2e5ce95d05e09d264ac1066)) +- Add create-gatsby [#27703](https://github.com/gatsbyjs/gatsby/issues/27703) [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)) +- add explicit express handler for page-data requests [#27882](https://github.com/gatsbyjs/gatsby/issues/27882) ([3d0de4a](https://github.com/gatsbyjs/gatsby/commit/3d0de4a93f23271417028843297b78a0d9450c3f)) -### Bug Fixes +#### Bug Fixes -- **gatsby:** fix race condition in cache lock ([#28097](https://github.com/gatsbyjs/gatsby/issues/28097)) ([5b2d9b6](https://github.com/gatsbyjs/gatsby/commit/5b2d9b6343019f458e1c1f1d5c38b9b43ff47c32)) -- **gatsby:** rename env var for lazy dev bundling to make consistent with other experiments ([#28150](https://github.com/gatsbyjs/gatsby/issues/28150)) ([9e3ceec](https://github.com/gatsbyjs/gatsby/commit/9e3ceeccf2e6821429c7ae808588956fe7e3ef67)) +- pull out a few bug fixes from https://github.com/gatsbyjs/gatsby/pull/28149/ fixes [#28186](https://github.com/gatsbyjs/gatsby/issues/28186) fixes [#28188](https://github.com/gatsbyjs/gatsby/issues/28188) ([a5131bd](https://github.com/gatsbyjs/gatsby/commit/a5131bd1509e93084260f5dd1d97e6e34edd7afc)) +- get-page-data should timeout gracefully [#28131](https://github.com/gatsbyjs/gatsby/issues/28131) [#28180](https://github.com/gatsbyjs/gatsby/issues/28180) ([57b5840](https://github.com/gatsbyjs/gatsby/commit/57b584075ccd6d4775c9cb6f915c127979648136)) +- rename env var for lazy dev bundling to make consistent with other experiments [#28150](https://github.com/gatsbyjs/gatsby/issues/28150) ([9e3ceec](https://github.com/gatsbyjs/gatsby/commit/9e3ceeccf2e6821429c7ae808588956fe7e3ef67)) +- fix race condition in cache lock fix [#28097](https://github.com/gatsbyjs/gatsby/issues/28097) ([5b2d9b6](https://github.com/gatsbyjs/gatsby/commit/5b2d9b6343019f458e1c1f1d5c38b9b43ff47c32)) +- allow unknown plugin options [#27938](https://github.com/gatsbyjs/gatsby/issues/27938) ([412b523](https://github.com/gatsbyjs/gatsby/commit/412b523fcb2909eabc3fae00f4bba5c3b59cc466)) +- don't hide original error if stack-trace point to not existing file [#27953](https://github.com/gatsbyjs/gatsby/issues/27953) ([5e2b3ee](https://github.com/gatsbyjs/gatsby/commit/5e2b3eeb4af46a203de80fa8ce45774f9c6c3fa5)) -### Features +#### Performance Improvements -- **develop:** add query on demand behind feature flag ([#28127](https://github.com/gatsbyjs/gatsby/issues/28127)) ([088eef4](https://github.com/gatsbyjs/gatsby/commit/088eef4fe125d03427712c557fbf19e96034d66d)) -- **gatsby:** invite (1%) of Gatsby users to try out develop ssr ([#28139](https://github.com/gatsbyjs/gatsby/issues/28139)) ([a612f26](https://github.com/gatsbyjs/gatsby/commit/a612f26cab94a7672f6c63067368ec6efc49ec49)) -- **gatsby:** invite people with long develop bundling times to try the lazy dev js bundling feature ([#28116](https://github.com/gatsbyjs/gatsby/issues/28116)) ([a737ea7](https://github.com/gatsbyjs/gatsby/commit/a737ea77ded04e0896d43ec233589b1dd8be7e63)) -- **gatsby:** lazy bundle page components in dev server ([#27884](https://github.com/gatsbyjs/gatsby/issues/27884)) ([04349a0](https://github.com/gatsbyjs/gatsby/commit/04349a042f9106a88b7a9054c0e1c4dc70469d1f)) -- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) -- add utility to show experiment invitation notices ([#28120](https://github.com/gatsbyjs/gatsby/issues/28120)) ([195d623](https://github.com/gatsbyjs/gatsby/commit/195d6233e2615074e2e5ce95d05e09d264ac1066)) +- fix performance regression with query dependency cleaning fix [#28032](https://github.com/gatsbyjs/gatsby/issues/28032) ([de5517b](https://github.com/gatsbyjs/gatsby/commit/de5517b9db0b86c8b1729cb67c570a105596a97b)) +- pull in cache lib and change lock from fs to mem [#27873](https://github.com/gatsbyjs/gatsby/issues/27873) ([84aae96](https://github.com/gatsbyjs/gatsby/commit/84aae96434b2432420dbdb851477c67c30b6c732)) -### Performance Improvements +#### Refactoring -- **gatsby:** fix performance regression with query dependency cleaning ([#28032](https://github.com/gatsbyjs/gatsby/issues/28032)) ([de5517b](https://github.com/gatsbyjs/gatsby/commit/de5517b9db0b86c8b1729cb67c570a105596a97b)) +- get-page-data util [#27939](https://github.com/gatsbyjs/gatsby/issues/27939) [#28111](https://github.com/gatsbyjs/gatsby/issues/28111) ([283da81](https://github.com/gatsbyjs/gatsby/commit/283da814e713c04bb28a919db2e16964f6533a2b)) +- consolidate socket.io and loader caches, remove `getPageData` websocket logic [#28075](https://github.com/gatsbyjs/gatsby/issues/28075) ([bab6cc2](https://github.com/gatsbyjs/gatsby/commit/bab6cc247a82d1587118e6192a2dde606ff397fe)) +- clear pending page-data writes per-page [#27922](https://github.com/gatsbyjs/gatsby/issues/27922) ([a98ca49](https://github.com/gatsbyjs/gatsby/commit/a98ca491982c3257d383aae14dddfda6613f9946)) -# [2.27.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.27.0-next.0...gatsby@2.27.0-next.1) (2020-11-16) +#### Chores -### Bug Fixes +- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3)) -- **gatsby:** allow unknown plugin options ([#27938](https://github.com/gatsbyjs/gatsby/issues/27938)) ([412b523](https://github.com/gatsbyjs/gatsby/commit/412b523fcb2909eabc3fae00f4bba5c3b59cc466)) -- **gatsby:** don't hide original error if stack-trace point to not existing file ([#27953](https://github.com/gatsbyjs/gatsby/issues/27953)) ([5e2b3ee](https://github.com/gatsbyjs/gatsby/commit/5e2b3eeb4af46a203de80fa8ce45774f9c6c3fa5)) +#### Other Changes -### Features +- Revert "fix(gatsby): refresh browser when receiving update and runtime errored (#27467)" [#27467](https://github.com/gatsbyjs/gatsby/issues/27467) [#28034](https://github.com/gatsbyjs/gatsby/issues/28034) ([076b59f](https://github.com/gatsbyjs/gatsby/commit/076b59fdd259be238d79bbbcda7fdb9c578adcd6)) +- Fix #26359: Support HTTPS for the develop status server Fix [#26359](https://github.com/gatsbyjs/gatsby/issues/26359) Fix [#27955](https://github.com/gatsbyjs/gatsby/issues/27955) ([ccceda3](https://github.com/gatsbyjs/gatsby/commit/ccceda3f99d4b43d1cb1da006f5c0aef1840f007)) -- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) -- **develop:** add explicit express handler for page-data requests ([#27882](https://github.com/gatsbyjs/gatsby/issues/27882)) ([3d0de4a](https://github.com/gatsbyjs/gatsby/commit/3d0de4a93f23271417028843297b78a0d9450c3f)) +### [2.26.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.26.1/packages/gatsby) (2020-11-14) -### Performance Improvements +#### Bug Fixes -- **gatsby:** pull in cache lib and change lock from fs to mem ([#27873](https://github.com/gatsbyjs/gatsby/issues/27873)) ([84aae96](https://github.com/gatsbyjs/gatsby/commit/84aae96434b2432420dbdb851477c67c30b6c732)) +- allow unknown plugin options [#27938](https://github.com/gatsbyjs/gatsby/issues/27938) [#28010](https://github.com/gatsbyjs/gatsby/issues/28010) ([8f16b9d](https://github.com/gatsbyjs/gatsby/commit/8f16b9d130046d97b93f1be683d2936abafc4dcd)) -### Reverts +#### Other Changes -- Revert "fix(gatsby): refresh browser when receiving update and runtime errored (#27467)" (#28034) ([076b59f](https://github.com/gatsbyjs/gatsby/commit/076b59fdd259be238d79bbbcda7fdb9c578adcd6)), closes [#27467](https://github.com/gatsbyjs/gatsby/issues/27467) [#28034](https://github.com/gatsbyjs/gatsby/issues/28034) +- Revert "fix(gatsby): refresh browser when receiving update and runtime errored (#27467)" [#27467](https://github.com/gatsbyjs/gatsby/issues/27467) [#28034](https://github.com/gatsbyjs/gatsby/issues/28034) [#28038](https://github.com/gatsbyjs/gatsby/issues/28038) ([9f24f25](https://github.com/gatsbyjs/gatsby/commit/9f24f25490c83880985d022603e0291885464367)) -# [2.26.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.26.0-next.2...gatsby@2.26.0-next.3) (2020-11-10) +## [2.26.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@2.26.0/packages/gatsby) (2020-11-12) -### Bug Fixes +[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26) -- **gatsby:** account for edge case when payload of DELETE_NODE is undefined ([#27929](https://github.com/gatsbyjs/gatsby/issues/27929)) ([d3471e0](https://github.com/gatsbyjs/gatsby/commit/d3471e08543536895016ccb023045ffa25275873)) -- **gatsby:** Update TS types to allow Node 'parent' to be nullable ([#26570](https://github.com/gatsbyjs/gatsby/issues/26570)) ([90bb57b](https://github.com/gatsbyjs/gatsby/commit/90bb57b51a41b40200239471df6b66d9fcc730c2)) -- **gatsby-transformer-remark:** wait for cache promises before returning ([#27871](https://github.com/gatsbyjs/gatsby/issues/27871)) ([071d50d](https://github.com/gatsbyjs/gatsby/commit/071d50d665c6f5542e29286eaef4dc54a61bb4d8)) +#### Features -### Features +- enable compression in the dev server [#27948](https://github.com/gatsbyjs/gatsby/issues/27948) ([ebd5e2a](https://github.com/gatsbyjs/gatsby/commit/ebd5e2af53c00e80444110aab428e50a9b357c6e)) +- File System Route API - General Availability [#27424](https://github.com/gatsbyjs/gatsby/issues/27424) ([07eeb2e](https://github.com/gatsbyjs/gatsby/commit/07eeb2ec35deadd212f009ce26f55f38d8304b11)) +- Augment plugin errors with plugin name [#27435](https://github.com/gatsbyjs/gatsby/issues/27435) ([700d245](https://github.com/gatsbyjs/gatsby/commit/700d2454c824dcfbf7535a40df5032e1dc208c0c)) -- File System Route API - General Availability ([#27424](https://github.com/gatsbyjs/gatsby/issues/27424)) ([07eeb2e](https://github.com/gatsbyjs/gatsby/commit/07eeb2ec35deadd212f009ce26f55f38d8304b11)) +#### Bug Fixes -# [2.26.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.26.0-next.1...gatsby@2.26.0-next.2) (2020-11-09) +- don't hide original error if stack-trace point to not existing file [#27953](https://github.com/gatsbyjs/gatsby/issues/27953) ([9109758](https://github.com/gatsbyjs/gatsby/commit/9109758ec8bffb03ca4c93a4077e3bdac69fa3cb)) +- Update TS types to allow Node 'parent' to be nullable [#26570](https://github.com/gatsbyjs/gatsby/issues/26570) ([90bb57b](https://github.com/gatsbyjs/gatsby/commit/90bb57b51a41b40200239471df6b66d9fcc730c2)) +- wait for cache promises before returning [#27871](https://github.com/gatsbyjs/gatsby/issues/27871) ([071d50d](https://github.com/gatsbyjs/gatsby/commit/071d50d665c6f5542e29286eaef4dc54a61bb4d8)) +- account for edge case when payload of DELETE_NODE is undefined [#27929](https://github.com/gatsbyjs/gatsby/issues/27929) ([d3471e0](https://github.com/gatsbyjs/gatsby/commit/d3471e08543536895016ccb023045ffa25275873)) +- Remove version annotation in createPages [#27851](https://github.com/gatsbyjs/gatsby/issues/27851) ([b57e41f](https://github.com/gatsbyjs/gatsby/commit/b57e41f04616a6a7da72213a57e33b9e361c56c0)) +- Update documentation for createPages [#27735](https://github.com/gatsbyjs/gatsby/issues/27735) ([27c3083](https://github.com/gatsbyjs/gatsby/commit/27c3083a8dccbab06f72f7259ddf6a79b7043bbd)) -### Features +#### Refactoring -- **gatsby-cli:** Augment plugin errors with plugin name ([#27435](https://github.com/gatsbyjs/gatsby/issues/27435)) ([700d245](https://github.com/gatsbyjs/gatsby/commit/700d2454c824dcfbf7535a40df5032e1dc208c0c)) +- handle more variations of page paths [#27782](https://github.com/gatsbyjs/gatsby/issues/27782) ([152a877](https://github.com/gatsbyjs/gatsby/commit/152a87710f0517eb9d7c427b3d3ed6e2e1e419aa)) +- new dirty tracking implementation for queries [#27504](https://github.com/gatsbyjs/gatsby/issues/27504) ([9d322a4](https://github.com/gatsbyjs/gatsby/commit/9d322a4867ed8e21b5459f4cb91d1e3ce05d9d11)) -# [2.26.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.26.0-next.0...gatsby@2.26.0-next.1) (2020-11-05) +#### Chores -### Bug Fixes +- refactor of query-runner.ts [#27854](https://github.com/gatsbyjs/gatsby/issues/27854) ([051e1aa](https://github.com/gatsbyjs/gatsby/commit/051e1aa5c168fa75f04ea496c1e99802ae8a5511)) +- small refactor in cache [#27869](https://github.com/gatsbyjs/gatsby/issues/27869) ([995c0dc](https://github.com/gatsbyjs/gatsby/commit/995c0dc6ef35b25065584c2c066c84ae221ae1be)) +- async refactor in graphql-runner [#27853](https://github.com/gatsbyjs/gatsby/issues/27853) ([6bdd84e](https://github.com/gatsbyjs/gatsby/commit/6bdd84e19063e0c9262120070f1a8eec0365f0a1)) +- log out when experimental concurrency flag is used [#27868](https://github.com/gatsbyjs/gatsby/issues/27868) ([139a809](https://github.com/gatsbyjs/gatsby/commit/139a8094ba874949d705a480af02bff379c9de57)) -- **docs:** Update documentation for createPages ([#27735](https://github.com/gatsbyjs/gatsby/issues/27735)) ([27c3083](https://github.com/gatsbyjs/gatsby/commit/27c3083a8dccbab06f72f7259ddf6a79b7043bbd)) -- **gatsby:** Remove version annotation in createPages ([#27851](https://github.com/gatsbyjs/gatsby/issues/27851)) ([b57e41f](https://github.com/gatsbyjs/gatsby/commit/b57e41f04616a6a7da72213a57e33b9e361c56c0)) + ## [2.25.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.25.0...gatsby@2.25.1) (2020-11-02) diff --git a/scripts/gatsby-changelog-generator/README.md b/scripts/gatsby-changelog-generator/README.md new file mode 100644 index 0000000000000..6226dc5c41d9f --- /dev/null +++ b/scripts/gatsby-changelog-generator/README.md @@ -0,0 +1,74 @@ +# Changelog Generator + +Generates changelogs based on Gatsby Release Process conventions: + +1. Each `minor` release has its own release branch (e.g. `release/2.32`) +2. Each `minor` release branch starts from master with pre-minor `next` tag + (e.g. minor `2.32.0` starts from `2.32.0-next.0`) +3. So all commits of a minor release are in a range like this: [2.32.0-next.0...2.32.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.0-next.0...gatsby@2.32.0). +4. Commits of a patch release are in the usual range: [2.32.0...2.32.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.32.0...gatsby@2.32.1). + +## Conventional Commits + +This generator relies on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) +and under the hood uses tooling from [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) +(adapted for Gatsby Release Process conventions). + +## Usage + +```shell +node scripts/gatsby-changelog-generator/cli.js +``` + +``` +cli.js + +Commands: + cli.js regenerate Regenerates changelog of a given package + cli.js regenerate-all Regenerate changelogs of all packages in the monorepo + (slow) + cli.js update Add new versions to the changelog of a given package + cli.js update-all Update changelogs of all packages in the monorepo + +Options: + --help Show help [boolean] + --version Show version number [boolean] +``` + +#### regenerate + +Completely re-writes all entries of the package changelog published using the new release process conventions. +Old versions are kept intact (relies on `` separator inside `CHANGELOG.md` +for demarcation). + +This action is idempotent. + +#### update + +Add recent package versions to the top of changelog. +Under the hood it reads git tags and compares with the latest recorded version in the changelog. + +> `regenerate-all` and `update-all` are the same as `regenerate` and `update` respectively +> but applied to all packages in the monorepo + +## Automation + +### Updates changelogs on `lerna publish` + +> Default changelogs generated by `lerna` are disabled globally in `lerna.json`. + +This tool uses `version` [lifecycle hook](https://github.com/lerna/lerna/tree/main/commands/version#lifecycle-scripts) of lerna +to automatically update changelogs on publish. + +It only updates changelogs when stable releases are published. Pre-releases and canaries are ignored +(caveat: `rc`, `alpha`, `beta` versions won't get their changelog entries). + +See `version` field in `package.json` on actual setup (uses `lerna-version-lifecycle.js` script) + +### Updates changelogs in `master` automatically + +Actual publishing happens in `release/*` branches, so changelogs in `master` get out of sync. + +To sync them we need to update changelogs in `master` separately. This happens automatically via `update_changelogs` +job in CircleCI. This job calls `update-and-open-pr.js` to update changelogs in the current branch +and open a PR with suggested updated. diff --git a/scripts/gatsby-changelog-generator/cli.js b/scripts/gatsby-changelog-generator/cli.js new file mode 100644 index 0000000000000..5fd4158c2a3e5 --- /dev/null +++ b/scripts/gatsby-changelog-generator/cli.js @@ -0,0 +1,65 @@ +const yargs = require(`yargs`) +const { + getAllPackageNames, + regenerateChangelog, + updateChangelog, +} = require(`./generate`) + +const _argv = yargs + .command( + `regenerate `, + `Regenerates changelog of a given package`, + commandBuilder => + commandBuilder.positional(`pkg`, { + type: `string`, + desc: `package name`, + demandOption: true, + }), + async ({ pkg }) => { + await regenerateChangelog(pkg) + } + ) + .command( + `regenerate-all`, + `Regenerate changelogs of all packages in the monorepo (slow)`, + () => undefined, + async () => { + for (const pkg of getAllPackageNames()) { + try { + await regenerateChangelog(pkg) + } catch (e) { + console.error(`${pkg}: ${e.stack}`) + } + } + } + ) + .command( + `update `, + `Add new versions to the changelog of a given package`, + commandBuilder => + commandBuilder.positional(`pkg`, { + type: `string`, + desc: `package name`, + demandOption: true, + }), + async ({ pkg }) => { + await updateChangelog(pkg) + } + ) + .command( + `update-all`, + `Update changelogs of all packages in the monorepo`, + () => undefined, + async () => { + for (const pkg of getAllPackageNames()) { + try { + await updateChangelog(pkg) + } catch (e) { + console.error(`${pkg}: ${e.stack}`) + } + } + } + ) + .version(`1.0.0`) + .strictCommands() + .demandCommand(1).argv diff --git a/scripts/gatsby-changelog-generator/generate.js b/scripts/gatsby-changelog-generator/generate.js new file mode 100644 index 0000000000000..b977b59eea7fd --- /dev/null +++ b/scripts/gatsby-changelog-generator/generate.js @@ -0,0 +1,334 @@ +const fs = require(`fs`) +const path = require(`path`) +const execa = require(`execa`) +const { compare, prerelease, patch, gt, parse, valid } = require(`semver`) +const gitRawCommits = require(`git-raw-commits`) +const conventionalCommitsParser = require(`conventional-commits-parser`) +const dateFormat = require(`dateformat`) +const { renderHeader, renderVersion } = require(`./render`) + +const monorepoRoot = () => process.cwd() + +const changelogRelativePath = packageName => + path.join(`packages`, packageName, `CHANGELOG.md`) + +const changelogPath = packageName => + path.join(monorepoRoot(), changelogRelativePath(packageName)) + +// tags are lerna-style: package@version +const tagToVersion = tag => tag.split(`@`)[1] + +function getAllPackageNames() { + return fs + .readdirSync(path.join(monorepoRoot(), `packages`), { withFileTypes: true }) + .filter(dirent => dirent.isDirectory()) + .map(dirent => dirent.name) +} + +async function getAllVersions(pkg) { + // `git tag -l "${pkg}@*"` + const { stdout } = await execa(`git`, [`tag`, `-l`, `${pkg}@*`]) + return stdout + .split(/[\r\n]/) + .map(tagToVersion) + .sort(compare) +} + +async function getTagDate(tag) { + let result = await execa(`git`, [`rev-list`, `-n`, `1`, tag]) + const hash = String(result.stdout) + result = await execa(`git`, [`log`, `-1`, `--format=%as`, hash]) + return result.stdout +} + +/** + * E.g. resolveGatsbyRelease(`gatsby-plugin-emotion@6.11.0`) returns `3.11` + * Useful to link release notes in the changelog + */ +async function resolveGatsbyRelease(tag) { + // git log -1 --format=%H gatsby-source-contentful@4.0.0 + let result = await execa(`git`, [`rev-list`, `-n`, `1`, tag]) + const hash = String(result.stdout) + result = await execa(`git`, [`tag`, `--points-at`, hash]) + const gatsbyPackageTag = result.stdout + .split(`\n`) + .find(tag => tag.split(`@`)[0] === `gatsby`) + + if (gatsbyPackageTag) { + const gatsbyPackageVersion = parse(tagToVersion(gatsbyPackageTag)) + return `${gatsbyPackageVersion.major}.${gatsbyPackageVersion.minor}` + } + return `` +} + +const isStableVersion = v => prerelease(v) === null +const isBranchCutPreminorVersion = v => v.endsWith(`.0-next.0`) + +function findFirstReleaseProcessVersion(packageName, versions) { + // Assuming versions are sorted in ascending order + const version = versions.find(version => version.endsWith(`-next.0`)) + if (!version) { + throw new Error( + `Could not find the first release process version for ${packageName} ` + + `(searched through ${versions.length} existing tags for version "x.y.z-next.0")` + ) + } + return version +} + +async function buildChangelogEntry(context) { + const { pkg, version, date, fromTag, toTag, gatsbyRelease = `` } = context + + // See https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits + const gitRawCommitsOpts = { + from: fromTag, + to: toTag, + path: `./packages/${pkg}`, + format: `%B%n-hash-%n%H%n-gitTags-%n%d%n-committerDate-%n%cs`, + } + const gitRawExecOpts = {} + const commitsStream = gitRawCommits(gitRawCommitsOpts, gitRawExecOpts) + + // See https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser + const parserOpts = { + headerPattern: /^\s*(\w*)(?:\(([\w$.\-* ,]*)\))?: (.*)$/, + headerCorrespondence: [`type`, `scope`, `subject`], + } + const stream = commitsStream.pipe(conventionalCommitsParser(parserOpts)) + + const commitGroups = new Map([ + [`feat`, []], + [`fix`, []], + [`perf`, []], + [`refactor`, []], + [`chore`, []], + [`other`, []], + ]) + for await (const commit of stream) { + // Skip redundant "release" commits + if (commit.type === `chore` && commit.scope === `release`) { + continue + } + const type = commitGroups.has(commit.type) ? commit.type : `other` + const commitGroup = commitGroups.get(type) + commitGroup.push(commit) + } + return renderVersion(context, commitGroups) +} + +// Map of messed-up releases +// (e.g. when plugin major changes were merged before bumping its version to -next.0\ +// and so are not seen by the changelog-generator) +const tagOverrides = new Map([ + [ + // https://github.com/gatsbyjs/gatsby/commits/gatsby-source-contentful%404.0.0/packages/gatsby-source-contentful + // (gatsby-source-contentful@4.0.0-next.0 published after commit with a breaking change) + `gatsby-source-contentful@4.0.0-next.0`, + `5bc1134c7d7f346bfdab0516e1d8660407dde63d`, + ], + [ + // https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion%405.0.0/packages/gatsby-plugin-emotion + // (gatsby-plugin-emotion@5.0.0-next.0 published after breaking change) + `gatsby-plugin-emotion@5.0.0-next.0`, + `fe8346543838a1eeffd1bb9b1b278e99135a34d1`, + ], + [ + // https://github.com/gatsbyjs/gatsby/commits/gatsby-source-wordpress%404.0.0/packages/gatsby-source-wordpress + // (no pre-minor tag at all) + `gatsby-source-wordpress@4.0.0-next.0`, + `7797522184600284a44929cad5b27f2388eb13ee`, + ], +]) + +async function generateChangelog(packageName, fromVersion = null) { + const allVersions = await getAllVersions(packageName) + const startVersion = + fromVersion || findFirstReleaseProcessVersion(packageName, allVersions) + + // Prepare version ranges that we can pass to `git log` to retrieve commits for specific versions. + // This process relies on Gatsby Release Process convention, e.g.: + // [[`2.32.0-next.0`, `2.32.0`], + // [`2.32.0`, `2.32.1`]] + // (we can't do something like [2.31.5, 2.32.0] because those tags are in different branches, + // and have no common history) + const stableVersions = allVersions.filter( + v => isStableVersion(v) && gt(v, startVersion) + ) + const preMinors = allVersions.filter(isBranchCutPreminorVersion) + + const versionRanges = stableVersions.map((v, index, all) => { + if (index === 0) return [startVersion, v] + if (patch(v) === 0) { + // The key part: any minor should be compared with corresponding branch-cut pre-minor (not previous tag) + const preMinor = `${v}-next.0` + if ( + !preMinors.includes(preMinor) && + !tagOverrides.has(`${packageName}@${preMinor}`) + ) { + throw new Error( + `Cannot generate changelog entry for ${packageName}@${v}: missing corresponding pre-minor tag ${preMinor}` + ) + } + return [preMinor, v] + } + return [all[index - 1], v] + }) + + const chunks = [] + for (const [fromVersion, toVersion] of versionRanges.reverse()) { + const fromTag = `${packageName}@${fromVersion}` + const toTag = `${packageName}@${toVersion}` + + const chunk = await buildChangelogEntry({ + pkg: packageName, + version: toVersion, + fromTag: tagOverrides.get(fromTag) || fromTag, + toTag: tagOverrides.get(toTag) || toTag, + date: await getTagDate(toTag), + gatsbyRelease: + patch(toVersion) === 0 ? await resolveGatsbyRelease(toTag) : ``, + }) + chunks.push(chunk) + } + return chunks.join(`\n\n`) +} + +/** + * Completely regenerate the top part of the changelog with veresions published via the new release process. + * + * Relies on presence of `\n` separator in the CHANGELOG.md + * document as a demarcation of parts of the document before/after the release process was introduced. + */ +async function regenerateChangelog(packageName) { + const path = changelogPath(packageName) + const separator = `` + const contents = String(fs.readFileSync(path)) + const parts = contents.split(separator) + + if (parts.length !== 2) { + throw new Error(`Could not find demarcation ${separator.trim()} in ${path}`) + } + const changeLog = await generateChangelog(packageName) + + const updatedChangelogParts = [ + renderHeader(packageName), + `\n\n`, + changeLog, + `\n\n`, + separator, + parts[1], + ] + + fs.writeFileSync(path, updatedChangelogParts.join(``)) + console.log(`Updated ${path}`) +} + +function addChangelogEntries(packageName, entries, contents) { + contents = contents || String(fs.readFileSync(changelogPath(packageName))) + const header = renderHeader(packageName) + const updatedChangelogParts = [ + header, + entries.trimRight(), + contents.substr(header.length), + ] + fs.writeFileSync( + changelogPath(packageName), + updatedChangelogParts.join(`\n\n`) + ) +} + +/** + * Add new versions to the changelog starting from the most recent version listed there + * (incremental updates) + */ +async function updateChangelog(packageName) { + const path = changelogPath(packageName) + const contents = String(fs.readFileSync(path)) + const match = contents.match(/([0-9]+\.[0-9]+\.[0-9]+)/) + const latestVersion = match ? match[1] : undefined + if (!valid(latestVersion)) { + throw new Error( + `Could not resolve the latest version of ${packageName} in ${path}` + ) + } + const changeLog = await generateChangelog(packageName, latestVersion) + if (!changeLog) { + return false + } + + addChangelogEntries(packageName, changeLog, contents) + console.log(`Updated ${path}`) + return true +} + +/** + * Hook into publishing process and add new release entry to changelog. + * + * Should be used inside lerna "version" hook (version is changed in package.json but not committed/tagged yet). + * See https://github.com/lerna/lerna/tree/main/commands/version#lifecycle-scripts + */ +async function onNewVersion() { + // get list of changed files (package.json of published packages are expected to be dirty) + const { stdout } = await execa(`git`, [`ls-files`, `-m`]) + const packages = String(stdout).split(`\n`).map(toPackageName).filter(Boolean) + const gatsbyVersion = packages.includes(`gatsby`) + ? parse(resolvePackageVersion(`gatsby`)) + : undefined + + const updatedChangelogs = [] + for (const packageName of packages) { + try { + // Get the version to be published: + const version = resolvePackageVersion(packageName) + + // Ignore pre-releases + if (!isStableVersion(version)) continue + + // Get the most recent version to compare against + const allVersions = await getAllVersions(packageName) + const lastVersion = allVersions + .filter(v => isStableVersion(v) || isBranchCutPreminorVersion(v)) + .slice(-1) + + const entry = await buildChangelogEntry({ + pkg: packageName, + version, + fromTag: lastVersion ? `${packageName}@${lastVersion}` : ``, + toTag: `HEAD`, + date: dateFormat(new Date(), `yyyy-mm-dd`), + gatsbyRelease: + gatsbyVersion && gatsbyVersion.patch === 0 + ? `${gatsbyVersion.major}.${gatsbyVersion.minor}` + : ``, + }) + + if (entry) { + addChangelogEntries(packageName, entry) + updatedChangelogs.push(changelogRelativePath(packageName)) + } + } catch (error) { + console.error(`package "${packageName}": ${error.stack}`) + } + } + if (updatedChangelogs.length) { + await execa(`git`, [`add`, ...updatedChangelogs]) + } + + function toPackageName(path) { + const parts = path.split(/[\\/]+/) + return parts[parts.length - 1] === `package.json` && + parts[parts.length - 3] === `packages` + ? parts[parts.length - 2] + : undefined + } + + function resolvePackageVersion(packageName) { + const packagePath = path.join(`packages`, packageName, `package.json`) + return JSON.parse(fs.readFileSync(packagePath)).version + } +} + +exports.getAllPackageNames = getAllPackageNames +exports.regenerateChangelog = regenerateChangelog +exports.updateChangelog = updateChangelog +exports.onNewVersion = onNewVersion diff --git a/scripts/gatsby-changelog-generator/lerna-version-lifecycle.js b/scripts/gatsby-changelog-generator/lerna-version-lifecycle.js new file mode 100644 index 0000000000000..f9327c23ffd69 --- /dev/null +++ b/scripts/gatsby-changelog-generator/lerna-version-lifecycle.js @@ -0,0 +1,2 @@ +const { onNewVersion } = require(`./generate`) +onNewVersion().catch(console.error) diff --git a/scripts/gatsby-changelog-generator/render.js b/scripts/gatsby-changelog-generator/render.js new file mode 100644 index 0000000000000..772e137a771b6 --- /dev/null +++ b/scripts/gatsby-changelog-generator/render.js @@ -0,0 +1,119 @@ +const { patch } = require(`semver`) + +function renderHeader(packageName) { + return ` +# Changelog: \`${packageName}\` + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +`.trim() +} + +/** + * @param {Object} context + * @param {Map>} commitsByType + * @returns string + */ +function renderVersion(context, commitsByType) { + const { pkg, fromTag, toTag, version, date, gatsbyRelease } = context + const isPatch = patch(version) !== 0 + const commitGroups = Array.from(commitsByType) + const hasCommits = commitGroups.some(([_, commits]) => commits.length > 0) + const tagUrl = `https://github.com/gatsbyjs/gatsby/commits/${toTag}/packages/${pkg}` + + return ` +##${isPatch ? `#` : ``} [${version}](${tagUrl}) (${date}) +${releaseNotes(gatsbyRelease)} +${ + hasCommits + ? commitGroups.map(renderCommitGroup).filter(Boolean).join(`\n\n`) + : `**Note:** Version bump only for package ${pkg}` +} +`.trim() +} + +function releaseNotes(gatsbyRelease) { + if (!gatsbyRelease) return `` + const releaseNotesUrl = `https://www.gatsbyjs.com/docs/reference/release-notes/v${gatsbyRelease}` + return `\n[🧾 Release notes](${releaseNotesUrl})\n` +} + +const groupTitles = new Map([ + [`feat`, `Features`], + [`fix`, `Bug Fixes`], + [`perf`, `Performance Improvements`], + [`refactor`, `Refactoring`], + [`chore`, `Chores`], +]) + +function renderCommitGroup(commitGroup) { + const [type, commits] = commitGroup + const title = groupTitles.get(type) || `Other Changes` + + if (!commits.length) { + return `` + } + + return ` +#### ${title} + +${commits.map(renderCommitLine).join(`\n`)} +`.trim() +} + +function renderCommitLine(commit) { + // Clean up PR references at the end of the subject + const subject = (commit.subject || commit.header).replace( + /(\s*\(#[\d]+\)\s*)*$/, + `` + ) + return `- ${subject} ${commitReferences(commit)} ${commitHash(commit)}` +} + +function commitReferences(commit) { + return commit.references.map(ref => commitReference(commit, ref)).join(` `) +} + +function commitReference(commit, reference) { + if (!reference || !reference.issue) return `` + const issueUrl = `https://github.com/gatsbyjs/gatsby/issues/${reference.issue}` + const action = reference.action || `` + return `${action} [#${reference.issue}](${issueUrl})`.trim() +} + +function commitHash(commit) { + if (!commit.hash) return `` + const shortHash = commit.hash.substr(0, 7) + return `([${shortHash}](https://github.com/gatsbyjs/gatsby/commit/${commit.hash}))` +} + +/* Expected commit structure +{ + type: 'fix', + scope: 'deps', + subject: 'update dependency chalk to ^4.1.2 (#32576)', + merge: null, + header: 'fix(deps): update dependency chalk to ^4.1.2 (#32576)', + body: 'Co-authored-by: Renovate Bot ', + footer: null, + notes: [], + references: [ + { + action: null, + owner: null, + repository: null, + issue: '32576', + raw: 'fix(deps): update dependency chalk to ^4.1.2 (#32576', + prefix: '#' + } + ], + mentions: [ 'renovateapp' ], + revert: null, + hash: '5c4e109313cd1b59f814332fdb4dfdcaf1faed1a', + gitTags: '', + committerDate: '2021-08-02' +} +*/ + +exports.renderVersion = renderVersion +exports.renderHeader = renderHeader diff --git a/scripts/gatsby-changelog-generator/update-and-open-pr.js b/scripts/gatsby-changelog-generator/update-and-open-pr.js new file mode 100644 index 0000000000000..09f7faf8ed011 --- /dev/null +++ b/scripts/gatsby-changelog-generator/update-and-open-pr.js @@ -0,0 +1,76 @@ +const execa = require(`execa`) +const { Octokit } = require(`@octokit/rest`) +const { getAllPackageNames, updateChangelog } = require(`./generate`) + +if (!process.env.GITHUB_BOT_AUTH_TOKEN) { + throw new Error(`GITHUB_BOT_AUTH_TOKEN env var not set`) +} + +async function run() { + const base = `master` + const branch = `changelog-update-${Date.now()}` + + const args = [`checkout`, `-b`, branch, `origin/${base}`, `--no-track`] + const { stdout } = await execa(`git`, args) + console.log(stdout) + + const updatedPackages = [] + for (const pkg of getAllPackageNames()) { + try { + const updated = await updateChangelog(pkg) + if (updated) { + updatedPackages.push(pkg) + } + } catch (e) { + console.error(`${pkg}: ${e.stack}`) + } + } + + if (!updatedPackages.length) { + console.log(`Nothing to do`) + return + } + + const commitMessage = `DO NOT MERGE: testing` + const updatedChangelogs = updatedPackages.map( + pkg => `packages/${pkg}/CHANGELOG.md` + ) + await execa(`git`, [`add`, ...updatedChangelogs]) + await execa(`git`, [`commit`, `-m`, commitMessage]) + await execa(`git`, [`push`, `-u`, `origin`, branch]) + + const octokit = new Octokit({ + auth: `token ${process.env.GITHUB_BOT_AUTH_TOKEN}`, + }) + + try { + const owner = `gatsbyjs` + const repo = `gatsby` + + // Note: PR may already exist for this branch. + // Then it will throw but we don't care too much + const pr = await octokit.pulls.create({ + owner, + repo, + title: commitMessage, + head: branch, + base, + body: `Updated changelogs of the following packages:\n\n${updatedPackages + .map(p => `- ${p}`) + .join(`\n`)}`, + }) + + console.log(`\n---\n\nPR opened - ${pr.data.html_url}`) + + await octokit.issues.addLabels({ + owner, + repo, + issue_number: pr.data.number, + labels: [`type: maintenance`], + }) + } catch (e) { + console.error(e) + } +} + +run()