Skip to content

Commit 57a4af5

Browse files
authored
chore(changelogs): update changelogs (#38096)
1 parent 7d06949 commit 57a4af5

File tree

108 files changed

+788
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+788
-0
lines changed

packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2023-04-18)
713

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

packages/babel-preset-gatsby-package/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Features
11+
12+
- add `typePrefix` option [#37967](https://github.com/gatsbyjs/gatsby/issues/37967) ([3f8c55b](https://github.com/gatsbyjs/gatsby/commit/3f8c55b087db6ef0a6e77872f6fda14b75182720))
13+
14+
#### Bug Fixes
15+
16+
- update dependency core-js to ^3.30.1 [#38017](https://github.com/gatsbyjs/gatsby/issues/38017) ([3d10f90](https://github.com/gatsbyjs/gatsby/commit/3d10f9035e8bfeedfab8a4a400c687e29d0f9a03))
17+
618
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2023-04-18)
719

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

packages/babel-preset-gatsby/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Bug Fixes
11+
12+
- update dependency core-js-compat to v3.30.1 [#38018](https://github.com/gatsbyjs/gatsby/issues/38018) ([014da98](https://github.com/gatsbyjs/gatsby/commit/014da98a7ba97d5bdf3bb1a0f034e9cad728da21))
13+
614
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2023-04-18)
715

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

packages/create-gatsby/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Features
11+
12+
- Add Tailwind as a styling choice [#37944](https://github.com/gatsbyjs/gatsby/issues/37944) ([cbc0b35](https://github.com/gatsbyjs/gatsby/commit/cbc0b359f14f345e8d89b9d18863d52fa45ca951))
13+
14+
#### Chores
15+
16+
- update [dev] minor and patch dependencies for create-gatsby [#37991](https://github.com/gatsbyjs/gatsby/issues/37991) ([a356169](https://github.com/gatsbyjs/gatsby/commit/a35616924f909559c760420330787a6b7b97f34e))
17+
618
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2023-04-18)
719

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

packages/gatsby-cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Bug Fixes
11+
12+
- update minor and patch dependencies for gatsby-cli [#38006](https://github.com/gatsbyjs/gatsby/issues/38006) ([54f785c](https://github.com/gatsbyjs/gatsby/commit/54f785c29f58e7cf0fc508fad18c563e2f8f41fc))
13+
- update dependency semver to ^7.5.0 [#38023](https://github.com/gatsbyjs/gatsby/issues/38023) ([2564f6b](https://github.com/gatsbyjs/gatsby/commit/2564f6b247b622b51522ff1f91fe2a9ef34fa571))
14+
15+
#### Chores
16+
17+
- update gatsby monorepo [#38014](https://github.com/gatsbyjs/gatsby/issues/38014) ([ee0797c](https://github.com/gatsbyjs/gatsby/commit/ee0797cbfcaafd392f1e9c551c4f294b2d068e68))
18+
619
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2023-04-18)
720

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

packages/gatsby-codemods/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-codemods
11+
612
## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2023-04-18)
713

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

packages/gatsby-core-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-core-utils
11+
612
## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2023-04-18)
713

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

packages/gatsby-cypress/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Bug Fixes
11+
12+
- Add TS types & improve README [#37984](https://github.com/gatsbyjs/gatsby/issues/37984) ([3b31e35](https://github.com/gatsbyjs/gatsby/commit/3b31e35a69f54f1814c92ebc9a49326fa52d4556))
13+
614
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2023-04-18)
715

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

packages/gatsby-design-tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-design-tokens
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2023-04-18)
713

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

packages/gatsby-dev-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Bug Fixes
11+
12+
- update dependency verdaccio to ^5.24.1 for gatsby-dev-cli [#38026](https://github.com/gatsbyjs/gatsby/issues/38026) ([49578cb](https://github.com/gatsbyjs/gatsby/commit/49578cbb2b3caf9dcc15442ebbe6ad2a061a08e1))
13+
614
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2023-04-18)
715

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

packages/gatsby-graphiql-explorer/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Bug Fixes
11+
12+
- update dependency core-js to ^3.30.1 [#38017](https://github.com/gatsbyjs/gatsby/issues/38017) ([3d10f90](https://github.com/gatsbyjs/gatsby/commit/3d10f9035e8bfeedfab8a4a400c687e29d0f9a03))
13+
14+
#### Chores
15+
16+
- update [dev] minor and patch dependencies for gatsby-graphiql-explorer [#37993](https://github.com/gatsbyjs/gatsby/issues/37993) ([cf17a32](https://github.com/gatsbyjs/gatsby/commit/cf17a32659610be281f046fc3562d329fdeaa503))
17+
618
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2023-04-18)
719

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

packages/gatsby-legacy-polyfills/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Bug Fixes
11+
12+
- update dependency core-js-compat to v3.30.1 [#38018](https://github.com/gatsbyjs/gatsby/issues/38018) ([014da98](https://github.com/gatsbyjs/gatsby/commit/014da98a7ba97d5bdf3bb1a0f034e9cad728da21))
13+
14+
#### Chores
15+
16+
- update dependency @jridgewell/trace-mapping to ^0.3.18 for gatsby-legacy-polyfills [#37996](https://github.com/gatsbyjs/gatsby/issues/37996) ([1a4b234](https://github.com/gatsbyjs/gatsby/commit/1a4b2340a7b6f6006c9bcfb0b05119523361ccd7))
17+
- update dependency core-js to v3.30.1 [#38011](https://github.com/gatsbyjs/gatsby/issues/38011) ([703be7b](https://github.com/gatsbyjs/gatsby/commit/703be7bdf2ae6bb275976e91b54f24358c6c507d))
18+
619
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2023-04-18)
720

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

packages/gatsby-link/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-link) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-link
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-link) (2023-04-18)
713

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

packages/gatsby-page-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-page-utils) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
#### Chores
11+
12+
- update dependency rimraf to v5 for gatsby-page-utils [#38039](https://github.com/gatsbyjs/gatsby/issues/38039) ([ccecd9d](https://github.com/gatsbyjs/gatsby/commit/ccecd9ddfadeb75e30ad95c42096aedac19fe7d8))
13+
614
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-page-utils) (2023-04-18)
715

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

packages/gatsby-parcel-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-parcel-config) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-parcel-config
11+
612
## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-parcel-config) (2023-04-18)
713

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

packages/gatsby-parcel-namer-relative-to-cwd/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/[email protected]/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd
11+
612
## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/[email protected]/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2023-04-18)
713

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

packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-benchmark-reporting) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-benchmark-reporting
11+
612
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-benchmark-reporting) (2023-04-18)
713

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

packages/gatsby-plugin-canonical-urls/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-canonical-urls
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) (2023-04-18)
713

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

packages/gatsby-plugin-catch-links/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-catch-links) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-catch-links
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-catch-links) (2023-04-18)
713

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

packages/gatsby-plugin-coffeescript/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-coffeescript) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-coffeescript
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-coffeescript) (2023-04-18)
713

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

packages/gatsby-plugin-cxs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-cxs) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-cxs
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-cxs) (2023-04-18)
713

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

packages/gatsby-plugin-emotion/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-emotion) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-emotion
11+
612
## [8.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-emotion) (2023-04-18)
713

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

packages/gatsby-plugin-facebook-analytics/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-facebook-analytics) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-facebook-analytics
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-facebook-analytics) (2023-04-18)
713

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

packages/gatsby-plugin-feed/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-feed) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-feed
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-feed) (2023-04-18)
713

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

packages/gatsby-plugin-flow/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-flow) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-flow
11+
612
## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-flow) (2023-04-18)
713

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

packages/gatsby-plugin-fullstory/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-fullstory) (2023-05-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
9+
10+
**Note:** Version bump only for package gatsby-plugin-fullstory
11+
612
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-fullstory) (2023-04-18)
713

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

0 commit comments

Comments
 (0)