Skip to content

Commit 5f44fcd

Browse files
authored
chore(changelogs): update changelogs (#39156)
1 parent e2b1864 commit 5f44fcd

File tree

108 files changed

+860
-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

+860
-0
lines changed

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
11+
612
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2024-01-23)
713

814
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

Diff for: packages/babel-preset-gatsby-package/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Chores
11+
12+
- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a))
13+
- update dependency @types/babel\_\_core to ^7.20.5 for babel-preset-gatsby-package [#38594](https://github.com/gatsbyjs/gatsby/issues/38594) ([aef8e58](https://github.com/gatsbyjs/gatsby/commit/aef8e58f70fe7231a6c928cad2864c9b3fb18dad))
14+
615
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2024-01-23)
716

817
#### Chores

Diff for: packages/babel-preset-gatsby/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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package babel-preset-gatsby
11+
612
### [3.13.2](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2024-04-10)
713

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

Diff for: packages/create-gatsby/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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
13+
- remove outdated `forceFullSync` option from readme [#38787](https://github.com/gatsbyjs/gatsby/issues/38787) ([a39d374](https://github.com/gatsbyjs/gatsby/commit/a39d374232709ba310a8a2cc4a17f0469ebaa8d5))
14+
15+
#### Chores
16+
17+
- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8))
18+
619
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2024-01-23)
720

821
**Note:** Version bump only for package create-gatsby

Diff for: packages/gatsby-adapter-netlify/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.2.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-adapter-netlify) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Features
11+
12+
- allow dsg/ssr renders without access to datastore if it's not required [#38974](https://github.com/gatsbyjs/gatsby/issues/38974) ([884ecaf](https://github.com/gatsbyjs/gatsby/commit/884ecaf57ba67a453fe90ecdf9999cc3549384d5))
13+
14+
#### Bug Fixes
15+
16+
- support monorepos [#39005](https://github.com/gatsbyjs/gatsby/issues/39005) ([1a56c34](https://github.com/gatsbyjs/gatsby/commit/1a56c3433a4285220358a22a9d72facbc1ce59e0))
17+
- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92))
18+
- add missing fs method rewrites to handle fetchRemoteFile in dsg/ssr engine [#38822](https://github.com/gatsbyjs/gatsby/issues/38822) ([bbdddd7](https://github.com/gatsbyjs/gatsby/commit/bbdddd74063161c838c652e49448301fef5987c9))
19+
- update dependency cookie to ^0.6.0 [#38725](https://github.com/gatsbyjs/gatsby/issues/38725) ([f3e617b](https://github.com/gatsbyjs/gatsby/commit/f3e617b370406342c8f5a001ce0ec05da01b80ab))
20+
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
21+
- update remote url docs [#38768](https://github.com/gatsbyjs/gatsby/issues/38768) ([357e77f](https://github.com/gatsbyjs/gatsby/commit/357e77f88e19186bf6c39c0efc9d7ebca3e72e4f))
22+
23+
#### Performance Improvements
24+
25+
- improve adapt() performance [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) ([ec77bed](https://github.com/gatsbyjs/gatsby/commit/ec77beded8ed28d8ec713f109673bd9c75d264d8))
26+
27+
#### Other Changes
28+
29+
- Fixing missing .default #38606 [#38606](https://github.com/gatsbyjs/gatsby/issues/38606) [#38816](https://github.com/gatsbyjs/gatsby/issues/38816) ([5d48a98](https://github.com/gatsbyjs/gatsby/commit/5d48a9877acab00100a2e280c1ce50e080246ee8))
30+
- add CHANGELOG.md [#38848](https://github.com/gatsbyjs/gatsby/issues/38848) ([7cea40b](https://github.com/gatsbyjs/gatsby/commit/7cea40b61a8cbb9272d2d5cb7d637ae2a22d80e3))
31+
632
### [1.1.7](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-adapter-netlify) (2024-07-12)
733

834
#### Bug Fixes

Diff for: packages/gatsby-cli/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92))
13+
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
14+
15+
#### Chores
16+
17+
- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8))
18+
- update dependency rollup to ^2.79.2 for gatsby-cli [#39115](https://github.com/gatsbyjs/gatsby/issues/39115) ([d5ef4da](https://github.com/gatsbyjs/gatsby/commit/d5ef4dabc16109958200387706243bafdd67fec1))
19+
- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a))
20+
- bump clipboardy [#38775](https://github.com/gatsbyjs/gatsby/issues/38775) ([ee158d9](https://github.com/gatsbyjs/gatsby/commit/ee158d9f23854bd2ced46db3183de52f001f25a7))
21+
622
### [5.13.3](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2024-04-10)
723

824
#### Bug Fixes

Diff for: packages/gatsby-codemods/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+
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- call jscodeshift natively [#38635](https://github.com/gatsbyjs/gatsby/issues/38635) ([f129c37](https://github.com/gatsbyjs/gatsby/commit/f129c37e4540754613f403af1e54e74f674b178a))
13+
614
### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2024-01-23)
715

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

Diff for: packages/gatsby-core-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency hash-wasm to ^4.11.0 for gatsby-core-utils [#38678](https://github.com/gatsbyjs/gatsby/issues/38678) ([f8ce66e](https://github.com/gatsbyjs/gatsby/commit/f8ce66e751ccb4d998fc884b7b530acbac7c590c))
13+
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
14+
615
### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2024-01-23)
716

817
**Note:** Version bump only for package gatsby-core-utils

Diff for: packages/gatsby-cypress/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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-cypress
11+
612
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-design-tokens
11+
612
## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2023-12-18)
713

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

Diff for: packages/gatsby-dev-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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- fix webpack compilation when pnpm is used fix [#38757](https://github.com/gatsbyjs/gatsby/issues/38757) ([d2ffc2a](https://github.com/gatsbyjs/gatsby/commit/d2ffc2a348fd62f9b0f887f860d415c813f9cbac))
13+
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
14+
15+
#### Chores
16+
17+
- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8))
18+
619
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2024-01-23)
720

821
#### Bug Fixes

Diff for: packages/gatsby-graphiql-explorer/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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-graphiql-explorer
11+
612
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2024-01-23)
713

814
**Note:** Version bump only for package gatsby-graphiql-explorer

Diff for: packages/gatsby-legacy-polyfills/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92))
13+
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
14+
615
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2024-04-10)
716

817
#### Bug Fixes

Diff for: packages/gatsby-link/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+
## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-link) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Bug Fixes
11+
12+
- navigate doesn't return anything [#38590](https://github.com/gatsbyjs/gatsby/issues/38590) ([6cb6ffb](https://github.com/gatsbyjs/gatsby/commit/6cb6ffb02f7080a1cfd02f88ebf34c18a51f54b3))
13+
14+
#### Chores
15+
16+
- update dependency del-cli to ^5.1.0 for gatsby-link [#38502](https://github.com/gatsbyjs/gatsby/issues/38502) ([a04af7c](https://github.com/gatsbyjs/gatsby/commit/a04af7c1000edaa7f8e06da02dec0f3d404465f7))
17+
618
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-link) (2024-01-23)
719

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-page-utils) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
#### Chores
11+
12+
- update [dev] minor and patch dependencies for gatsby-page-utils [#38593](https://github.com/gatsbyjs/gatsby/issues/38593) ([e8efe88](https://github.com/gatsbyjs/gatsby/commit/e8efe8849f8b882fef6fc2f06439c04db2352f0b))
13+
614
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-page-utils) (2024-01-23)
715

816
**Note:** Version bump only for package gatsby-page-utils

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-parcel-config) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-parcel-config
11+
612
### [1.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-parcel-config) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/[email protected]/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package @gatsbyjs/parcel-namer-relative-to-cwd
11+
612
### [2.13.1](https://github.com/gatsbyjs/gatsby/commits/@gatsbyjs/[email protected]/packages/@gatsbyjs/parcel-namer-relative-to-cwd) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-benchmark-reporting) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-plugin-benchmark-reporting
11+
612
### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-benchmark-reporting) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-plugin-canonical-urls
11+
612
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-catch-links) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-plugin-catch-links
11+
612
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-catch-links) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-coffeescript) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-plugin-coffeescript
11+
612
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-coffeescript) (2024-01-23)
713

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

Diff for: 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.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-cxs) (2024-11-06)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)
9+
10+
**Note:** Version bump only for package gatsby-plugin-cxs
11+
612
### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-cxs) (2024-01-23)
713

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

0 commit comments

Comments
 (0)