Skip to content

Commit 24a427d

Browse files
GatsbyJS Botvladar
GatsbyJS Bot
andauthored
chore(changelogs): update changelogs (#33239)
Co-authored-by: Vladimir Razuvaev <[email protected]>
1 parent 2ad6e23 commit 24a427d

File tree

109 files changed

+1237
-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.

109 files changed

+1237
-0
lines changed

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

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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-plugin-remove-graphql-queries) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Bug Fixes
11+
12+
- add missing dependencies [#31837](https://github.com/gatsbyjs/gatsby/issues/31837) ([ec453f2](https://github.com/gatsbyjs/gatsby/commit/ec453f26b5e8caaebb002ee53bbd5d48e862aefd))
13+
14+
#### Chores
15+
16+
- Reorder package.json entries & fix patches fix [#33081](https://github.com/gatsbyjs/gatsby/issues/33081) ([be3f4f3](https://github.com/gatsbyjs/gatsby/commit/be3f4f33b2e1c5cd54bfb00dd45c0fe4f917a1e9))
17+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
18+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
19+
20+
#### Other Changes
21+
22+
- Revert "chore(release): Publish next" ([a0c4d44](https://github.com/gatsbyjs/gatsby/commit/a0c4d44488ce00c8917b4d364e4369d337fdcfd9))
23+
624
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2021-09-01)
725

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

packages/babel-preset-gatsby-package/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+
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency core-js to ^3.17.2 [#32980](https://github.com/gatsbyjs/gatsby/issues/32980) ([efdf037](https://github.com/gatsbyjs/gatsby/commit/efdf0378a98dddd898c4a051ec7b4fd0da211a5e))
13+
14+
#### Chores
15+
16+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
17+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
18+
619
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-09-01)
720

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

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+
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
614
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2021-09-01)
715

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

packages/create-gatsby/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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/create-gatsby) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
- update dependency @types/node to ^14.17.14 for create-gatsby [#32973](https://github.com/gatsbyjs/gatsby/issues/32973) ([5d5ad48](https://github.com/gatsbyjs/gatsby/commit/5d5ad482d5c5ca04c883013e29780e6737b478e2))
14+
- update fs-extra (major) [#32654](https://github.com/gatsbyjs/gatsby/issues/32654) ([eea2687](https://github.com/gatsbyjs/gatsby/commit/eea26873f386d02f27c1708291da0c56585663eb))
15+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
16+
17+
#### Other Changes
18+
19+
- Remove cloud plugin from `gatsby new` and tutorial [#32939](https://github.com/gatsbyjs/gatsby/issues/32939) ([b88b9d1](https://github.com/gatsbyjs/gatsby/commit/b88b9d1d530ec28c0aa180256c24017653072d06))
20+
621
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2021-09-01)
722

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

packages/gatsby-admin/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## [0.24.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-admin) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
- update [dev] minor and patch dependencies for gatsby-admin [#32616](https://github.com/gatsbyjs/gatsby/issues/32616) ([d5738ca](https://github.com/gatsbyjs/gatsby/commit/d5738ca566aa909a879c0e0092717b3dbfc4c3eb))
14+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
15+
16+
#### Other Changes
17+
18+
- Revert "chore(release): Publish next" ([a0c4d44](https://github.com/gatsbyjs/gatsby/commit/a0c4d44488ce00c8917b4d364e4369d337fdcfd9))
19+
20+
### [0.23.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-admin) (2021-09-16)
21+
22+
**Note:** Version bump only for package gatsby-admin
23+
624
## [0.23.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-admin) (2021-09-01)
725

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

packages/gatsby-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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-cli) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
- update semver [#32979](https://github.com/gatsbyjs/gatsby/issues/32979) ([ecf1fa7](https://github.com/gatsbyjs/gatsby/commit/ecf1fa7ef10a60e7631a8f8fad8a33c1d0acaad6))
14+
- update fs-extra (major) [#32654](https://github.com/gatsbyjs/gatsby/issues/32654) ([eea2687](https://github.com/gatsbyjs/gatsby/commit/eea26873f386d02f27c1708291da0c56585663eb))
15+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
16+
617
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2021-09-01)
718

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

packages/gatsby-codemods/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+
## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency graphql to ^15.5.2 for gatsby-codemods [#32989](https://github.com/gatsbyjs/gatsby/issues/32989) ([3afef0a](https://github.com/gatsbyjs/gatsby/commit/3afef0ac2be0da8a875dc53b5e9bb8ca288e1239))
13+
14+
#### Chores
15+
16+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
17+
618
## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2021-09-01)
719

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

packages/gatsby-core-utils/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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/[email protected]/packages/gatsby-core-utils) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency node-object-hash to ^2.3.9 for gatsby-core-utils [#32990](https://github.com/gatsbyjs/gatsby/issues/32990) ([03a4dd0](https://github.com/gatsbyjs/gatsby/commit/03a4dd04e7b55c1297e121413b552cdb8887ca45))
13+
14+
#### Chores
15+
16+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
17+
- upgrade got package [#32928](https://github.com/gatsbyjs/gatsby/issues/32928) ([2ac366e](https://github.com/gatsbyjs/gatsby/commit/2ac366e3745990d47c01f19875f185d0355c89b5))
18+
- update fs-extra (major) [#32654](https://github.com/gatsbyjs/gatsby/issues/32654) ([eea2687](https://github.com/gatsbyjs/gatsby/commit/eea26873f386d02f27c1708291da0c56585663eb))
19+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
20+
621
## [2.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2021-09-01)
722

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

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+
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
614
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2021-09-01)
715

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

packages/gatsby-design-tokens/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-design-tokens) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
14+
615
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2021-09-01)
716

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

packages/gatsby-dev-cli/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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-dev-cli) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency chokidar to ^3.5.2 [#32985](https://github.com/gatsbyjs/gatsby/issues/32985) ([e710518](https://github.com/gatsbyjs/gatsby/commit/e710518ab85953e194ef6f6e8bc9828aa47d3ad4))
13+
14+
#### Chores
15+
16+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
17+
- upgrade got package [#32928](https://github.com/gatsbyjs/gatsby/issues/32928) ([2ac366e](https://github.com/gatsbyjs/gatsby/commit/2ac366e3745990d47c01f19875f185d0355c89b5))
18+
- update fs-extra (major) [#32654](https://github.com/gatsbyjs/gatsby/issues/32654) ([eea2687](https://github.com/gatsbyjs/gatsby/commit/eea26873f386d02f27c1708291da0c56585663eb))
19+
620
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2021-09-01)
721

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

packages/gatsby-graphiql-explorer/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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-graphiql-explorer) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Features
11+
12+
- Add a createPages snippet [#32968](https://github.com/gatsbyjs/gatsby/issues/32968) ([58e628a](https://github.com/gatsbyjs/gatsby/commit/58e628ad51734601bddffc788d4fdab9e2eb0283))
13+
14+
#### Bug Fixes
15+
16+
- update dependency core-js to ^3.17.2 [#32980](https://github.com/gatsbyjs/gatsby/issues/32980) ([efdf037](https://github.com/gatsbyjs/gatsby/commit/efdf0378a98dddd898c4a051ec7b4fd0da211a5e))
17+
18+
#### Chores
19+
20+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
21+
- update dependency css-loader to v6 for gatsby-graphiql-explorer [#32638](https://github.com/gatsbyjs/gatsby/issues/32638) ([3e7e9e1](https://github.com/gatsbyjs/gatsby/commit/3e7e9e1ec6c941e1a5a397043288cb1ac938a883))
22+
623
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2021-09-01)
724

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

packages/gatsby-legacy-polyfills/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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-legacy-polyfills) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
- fix broken recipes test fix [#33013](https://github.com/gatsbyjs/gatsby/issues/33013) ([476a00f](https://github.com/gatsbyjs/gatsby/commit/476a00f2c5821602a547b0670af78e0a29349dcd))
14+
- update fs-extra (major) [#32654](https://github.com/gatsbyjs/gatsby/issues/32654) ([eea2687](https://github.com/gatsbyjs/gatsby/commit/eea26873f386d02f27c1708291da0c56585663eb))
15+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
16+
617
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2021-09-01)
718

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

packages/gatsby-link/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-link) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
614
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-link) (2021-09-01)
715

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

packages/gatsby-page-utils/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+
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-page-utils) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Bug Fixes
11+
12+
- update dependency chokidar to ^3.5.2 [#32985](https://github.com/gatsbyjs/gatsby/issues/32985) ([e710518](https://github.com/gatsbyjs/gatsby/commit/e710518ab85953e194ef6f6e8bc9828aa47d3ad4))
13+
14+
#### Chores
15+
16+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
17+
618
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-page-utils) (2021-09-01)
719

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

packages/gatsby-plugin-benchmark-reporting/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+
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-benchmark-reporting) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d))
14+
615
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-benchmark-reporting) (2021-09-01)
716

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

packages/gatsby-plugin-canonical-urls/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-plugin-canonical-urls) (2021-09-18)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
9+
10+
#### Chores
11+
12+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
13+
614
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-canonical-urls) (2021-09-01)
715

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

0 commit comments

Comments
 (0)