Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changelogs): update changelogs #38526

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.12.0/packages/babel-plugin-remove-graphql-queries) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Bug Fixes

- Correct `staticQueryDir` default and improved Storybook support [#38267](https://github.com/gatsbyjs/gatsby/issues/38267) ([2fd6623](https://github.com/gatsbyjs/gatsby/commit/2fd6623b4dc7107a2169bcf39b938e27e07f1633))

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@5.11.0/packages/babel-plugin-remove-graphql-queries) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-gatsby-package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.12.0/packages/babel-preset-gatsby-package) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Bug Fixes

- update dependency core-js to ^3.31.0 [#38309](https://github.com/gatsbyjs/gatsby/issues/38309) ([176b1cc](https://github.com/gatsbyjs/gatsby/commit/176b1ccc8b439d37522de9ad9413def399d89082))

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.11.0/packages/babel-preset-gatsby-package) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.12.0/packages/babel-preset-gatsby) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package babel-preset-gatsby

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.11.0/packages/babel-preset-gatsby) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
8 changes: 8 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.12.0/packages/create-gatsby) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Chores

- update dependency @types/node to ^14.18.52 for create-gatsby [#38282](https://github.com/gatsbyjs/gatsby/issues/38282) ([3487bb8](https://github.com/gatsbyjs/gatsby/commit/3487bb8a58e26c0e379ea330196dd6f8e038edb9))

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@3.11.0/packages/create-gatsby) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
20 changes: 20 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.12.1/packages/gatsby-cli) (2023-09-05)

#### Bug Fixes

- don't break builds when using features unsupported by adapter [#38520](https://github.com/gatsbyjs/gatsby/issues/38520) [#38521](https://github.com/gatsbyjs/gatsby/issues/38521) ([232ec13](https://github.com/gatsbyjs/gatsby/commit/232ec1392d699d4e1240e327dec9cbc0873b5067))

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.12.0/packages/gatsby-cli) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Features

- Adapters [#38232](https://github.com/gatsbyjs/gatsby/issues/38232) ([b2d4aef](https://github.com/gatsbyjs/gatsby/commit/b2d4aefa7716e3ef02a19b530a8a7e4678d086e1))

#### Bug Fixes

- update dependency envinfo to ^7.10.0 for gatsby-cli [#38312](https://github.com/gatsbyjs/gatsby/issues/38312) ([5f7f910](https://github.com/gatsbyjs/gatsby/commit/5f7f910471332807ac49bc4d9336dbc3f7b60bcb))
- update dependency semver to ^7.5.3 [#38296](https://github.com/gatsbyjs/gatsby/issues/38296) ([11e64e2](https://github.com/gatsbyjs/gatsby/commit/11e64e20898cc97289bdbda00eb4bcc309828b23))
- update typescript [#38324](https://github.com/gatsbyjs/gatsby/issues/38324) ([5d0d7c1](https://github.com/gatsbyjs/gatsby/commit/5d0d7c12552fa7570bad2002806bca3d18f923de))

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@5.11.0/packages/gatsby-cli) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.12.0/packages/gatsby-codemods) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-codemods

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@4.11.0/packages/gatsby-codemods) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.12.0/packages/gatsby-core-utils) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Bug Fixes

- update typescript [#38324](https://github.com/gatsbyjs/gatsby/issues/38324) ([5d0d7c1](https://github.com/gatsbyjs/gatsby/commit/5d0d7c12552fa7570bad2002806bca3d18f923de))

#### Chores

- update dependency msw to ^1.2.2 for gatsby-core-utils [#38283](https://github.com/gatsbyjs/gatsby/issues/38283) ([ada5fef](https://github.com/gatsbyjs/gatsby/commit/ada5fef39da6b48bac899243715472311b6343df))

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.11.0/packages/gatsby-core-utils) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.12.0/packages/gatsby-cypress) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-cypress

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@3.11.0/packages/gatsby-cypress) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.12.0/packages/gatsby-design-tokens) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-design-tokens

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@5.11.0/packages/gatsby-design-tokens) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.12.0/packages/gatsby-dev-cli) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Bug Fixes

- update dependency verdaccio to ^5.25.0 for gatsby-dev-cli [#38318](https://github.com/gatsbyjs/gatsby/issues/38318) ([cde8b49](https://github.com/gatsbyjs/gatsby/commit/cde8b49a4d90cf2bbf4bd75a32f4fd849656f79a))

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@5.11.0/packages/gatsby-dev-cli) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.12.0/packages/gatsby-graphiql-explorer) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Bug Fixes

- update dependency core-js to ^3.31.0 [#38309](https://github.com/gatsbyjs/gatsby/issues/38309) ([176b1cc](https://github.com/gatsbyjs/gatsby/commit/176b1ccc8b439d37522de9ad9413def399d89082))

#### Chores

- update [dev] minor and patch dependencies for gatsby-graphiql-explorer [#38279](https://github.com/gatsbyjs/gatsby/issues/38279) ([39c4987](https://github.com/gatsbyjs/gatsby/commit/39c4987e30954bea4bc5b07ad5c96fe9c1834855))

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@3.11.0/packages/gatsby-graphiql-explorer) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-legacy-polyfills/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.12.0/packages/gatsby-legacy-polyfills) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Bug Fixes

- update dependency core-js-compat to v3.31.0 [#38310](https://github.com/gatsbyjs/gatsby/issues/38310) ([c948af8](https://github.com/gatsbyjs/gatsby/commit/c948af8ab1e42e75b0463ff404f931b91bccdab0))

#### Chores

- update dependency core-js to v3.31.0 [#38301](https://github.com/gatsbyjs/gatsby/issues/38301) ([f9729f2](https://github.com/gatsbyjs/gatsby/commit/f9729f223fc3bbfcf6595320a9c0b2ba8d7ef4ba))

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@3.11.0/packages/gatsby-legacy-polyfills) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.12.0/packages/gatsby-link) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-link

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.11.0/packages/gatsby-link) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.12.0/packages/gatsby-page-utils) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

#### Features

- Adapters [#38232](https://github.com/gatsbyjs/gatsby/issues/38232) ([b2d4aef](https://github.com/gatsbyjs/gatsby/commit/b2d4aefa7716e3ef02a19b530a8a7e4678d086e1))

#### Bug Fixes

- update typescript [#38324](https://github.com/gatsbyjs/gatsby/issues/38324) ([5d0d7c1](https://github.com/gatsbyjs/gatsby/commit/5d0d7c12552fa7570bad2002806bca3d18f923de))

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@3.11.0/packages/gatsby-page-utils) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-parcel-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.12.0/packages/gatsby-parcel-config) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-parcel-config

## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-parcel-config@1.11.0/packages/gatsby-parcel-config) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-parcel-namer-relative-to-cwd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.12.0/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd

## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/parcel-namer-relative-to-cwd@2.11.0/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.12.0/packages/gatsby-plugin-benchmark-reporting) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-benchmark-reporting

## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@3.11.0/packages/gatsby-plugin-benchmark-reporting) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-canonical-urls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.12.0/packages/gatsby-plugin-canonical-urls) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-canonical-urls

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.11.0/packages/gatsby-plugin-canonical-urls) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-catch-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.12.0/packages/gatsby-plugin-catch-links) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-catch-links

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@5.11.0/packages/gatsby-plugin-catch-links) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-coffeescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.12.0/packages/gatsby-plugin-coffeescript) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-coffeescript

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@5.11.0/packages/gatsby-plugin-coffeescript) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-cxs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.12.0/packages/gatsby-plugin-cxs) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-cxs

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@5.11.0/packages/gatsby-plugin-cxs) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.12.0/packages/gatsby-plugin-emotion) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-emotion

## [8.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@8.11.0/packages/gatsby-plugin-emotion) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-facebook-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.12.0/packages/gatsby-plugin-facebook-analytics) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-facebook-analytics

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@5.11.0/packages/gatsby-plugin-facebook-analytics) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-feed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.12.0/packages/gatsby-plugin-feed) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-feed

## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@5.11.0/packages/gatsby-plugin-feed) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.12.0/packages/gatsby-plugin-flow) (2023-08-24)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)

**Note:** Version bump only for package gatsby-plugin-flow

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@4.11.0/packages/gatsby-plugin-flow) (2023-06-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
Expand Down
Loading