Skip to content

Commit d5e69ae

Browse files
GatsbyJS BotLekoArts
GatsbyJS Bot
andauthored
chore(changelogs): update changelogs (#33827)
Co-authored-by: LekoArts <lekoarts@gmail.com>
1 parent 04606fb commit d5e69ae

File tree

108 files changed

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

+2035
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
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+
## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.1.0/packages/babel-plugin-remove-graphql-queries) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
#### Features
11+
12+
- DSG support for FS routes [#33697](https://github.com/gatsbyjs/gatsby/issues/33697) ([dd46c64](https://github.com/gatsbyjs/gatsby/commit/dd46c640fc02ea0b3dfa8788ca4a3d21e7783fe4))
13+
14+
## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.0.0/packages/babel-plugin-remove-graphql-queries) (2021-10-21)
15+
16+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
17+
18+
#### Chores
19+
20+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
21+
622
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@3.14.0/packages/babel-plugin-remove-graphql-queries) (2021-09-18)
723

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

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

Lines changed: 18 additions & 0 deletions
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+
## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.1.0/packages/babel-preset-gatsby-package) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package babel-preset-gatsby-package
11+
12+
## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.0.0/packages/babel-preset-gatsby-package) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Chores
17+
18+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
19+
20+
#### Other Changes
21+
22+
- adjust tests after the bump [#33171](https://github.com/gatsbyjs/gatsby/issues/33171) ([4712acc](https://github.com/gatsbyjs/gatsby/commit/4712acc619c19cd23a1b2e94e7253ddd624aa927))
23+
624
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.14.0/packages/babel-preset-gatsby-package) (2021-09-18)
725

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

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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+
## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.1.0/packages/babel-preset-gatsby) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package babel-preset-gatsby
11+
12+
## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.0.0/packages/babel-preset-gatsby) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Bug Fixes
17+
18+
- Remove `GATSBY_BUILD_STAGE` & warn against `___NODE` [#33501](https://github.com/gatsbyjs/gatsby/issues/33501) ([775289f](https://github.com/gatsbyjs/gatsby/commit/775289fa78042ed6a07e7c0b78938ff59f5bf4fa))
19+
20+
#### Chores
21+
22+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
23+
624
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@1.14.0/packages/babel-preset-gatsby) (2021-09-18)
725

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

packages/create-gatsby/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.1.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.1.0/packages/create-gatsby) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
#### Other Changes
11+
12+
- Update starters to Gatsby 4 [#33420](https://github.com/gatsbyjs/gatsby/issues/33420) [#33424](https://github.com/gatsbyjs/gatsby/issues/33424) [#33325](https://github.com/gatsbyjs/gatsby/issues/33325) ([b8d209c](https://github.com/gatsbyjs/gatsby/commit/b8d209c7a63f97f411f18ce95ef058331a677b8d))
13+
14+
## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.0.0/packages/create-gatsby) (2021-10-21)
15+
16+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
17+
18+
#### Features
19+
20+
- move away from old default uuid [#33275](https://github.com/gatsbyjs/gatsby/issues/33275) ([325fdf4](https://github.com/gatsbyjs/gatsby/commit/325fdf4a068acf755ed124cb522e133ea5c31157))
21+
22+
#### Bug Fixes
23+
24+
- update typescript [#33001](https://github.com/gatsbyjs/gatsby/issues/33001) ([6cd70f6](https://github.com/gatsbyjs/gatsby/commit/6cd70f62ecae4aeee8ece38866661be9239062cb))
25+
626
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@1.14.0/packages/create-gatsby) (2021-09-18)
727

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

packages/gatsby-cli/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,54 @@
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.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.1.0/packages/gatsby-cli) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
#### Features
11+
12+
- DSG support for FS routes [#33697](https://github.com/gatsbyjs/gatsby/issues/33697) ([dd46c64](https://github.com/gatsbyjs/gatsby/commit/dd46c640fc02ea0b3dfa8788ca4a3d21e7783fe4))
13+
- opentracing plumbing [#33329](https://github.com/gatsbyjs/gatsby/issues/33329) ([a6a04c6](https://github.com/gatsbyjs/gatsby/commit/a6a04c664cb20592c7192b5a40ccf6bbc722fb46))
14+
15+
## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.0.0/packages/gatsby-cli) (2021-10-21)
16+
17+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
18+
19+
#### Features
20+
21+
- Error overlay for `getServerData` [#33475](https://github.com/gatsbyjs/gatsby/issues/33475) ([d897016](https://github.com/gatsbyjs/gatsby/commit/d897016530b5ffd9ec561f53b3bfc5c287ef1276))
22+
- validate engines during the build [#33413](https://github.com/gatsbyjs/gatsby/issues/33413) ([664af4d](https://github.com/gatsbyjs/gatsby/commit/664af4d7b945f824ac80f17de53c5f61e1fc8932))
23+
- Don't crash the build process when in preview mode [#33184](https://github.com/gatsbyjs/gatsby/issues/33184) ([c2d42ec](https://github.com/gatsbyjs/gatsby/commit/c2d42ecc2dccc0862a4a0c796e2db9dec57fcb16))
24+
- remove gatsby-admin [#33278](https://github.com/gatsbyjs/gatsby/issues/33278) ([edb8ffc](https://github.com/gatsbyjs/gatsby/commit/edb8ffcd7726f3a18f8981963d1926a912c55fda))
25+
- move away from old default uuid [#33275](https://github.com/gatsbyjs/gatsby/issues/33275) ([325fdf4](https://github.com/gatsbyjs/gatsby/commit/325fdf4a068acf755ed124cb522e133ea5c31157))
26+
- enable gatsby pages output [#33188](https://github.com/gatsbyjs/gatsby/issues/33188) ([e514f9a](https://github.com/gatsbyjs/gatsby/commit/e514f9ae62f80e9b60ff92cfc5c8ac8732bf1db0))
27+
- print message pointing to pqr feedback if running queries throws [#33187](https://github.com/gatsbyjs/gatsby/issues/33187) ([25378f1](https://github.com/gatsbyjs/gatsby/commit/25378f15fdc1908b61db42ead3610db77a8976ed))
28+
29+
#### Bug Fixes
30+
31+
- update typescript [#33387](https://github.com/gatsbyjs/gatsby/issues/33387) ([f2a8035](https://github.com/gatsbyjs/gatsby/commit/f2a8035644e650487abbca8b74a98b96c32d9cd2))
32+
- update minor and patch dependencies for gatsby-cli [#32595](https://github.com/gatsbyjs/gatsby/issues/32595) ([09416ca](https://github.com/gatsbyjs/gatsby/commit/09416ca6d3fbd1eb7814feb1bb730da818ebed7b))
33+
- update typescript [#33001](https://github.com/gatsbyjs/gatsby/issues/33001) ([6cd70f6](https://github.com/gatsbyjs/gatsby/commit/6cd70f62ecae4aeee8ece38866661be9239062cb))
34+
- fix codeframe generation for html errors fix [#33255](https://github.com/gatsbyjs/gatsby/issues/33255) ([4221f54](https://github.com/gatsbyjs/gatsby/commit/4221f547a59bc7341e04e2da92c5dca4c56bd882))
35+
- make sure to put all yurnalist logs in one log [#33202](https://github.com/gatsbyjs/gatsby/issues/33202) ([820e866](https://github.com/gatsbyjs/gatsby/commit/820e866eca2c0d679562e7b689a38674ed6e13db))
36+
- fix pagetree global cli fix [#33200](https://github.com/gatsbyjs/gatsby/issues/33200) ([d515044](https://github.com/gatsbyjs/gatsby/commit/d515044895e3d9cc5e08a58d04755d11098abbf5))
37+
38+
#### Chores
39+
40+
- only load the necessary logger [#33463](https://github.com/gatsbyjs/gatsby/issues/33463) ([934035d](https://github.com/gatsbyjs/gatsby/commit/934035d73bb14a08a0051acfd465325056187f4b))
41+
- Add a link to stuck status warning docs. [#33449](https://github.com/gatsbyjs/gatsby/issues/33449) ([20eb2e0](https://github.com/gatsbyjs/gatsby/commit/20eb2e0e77bbb4a6dd5cf97276258bf19a16f8fb))
42+
43+
#### Other Changes
44+
45+
- fix a couple of typos in the build cli output fix [#33331](https://github.com/gatsbyjs/gatsby/issues/33331) ([3f1fa78](https://github.com/gatsbyjs/gatsby/commit/3f1fa786e7d58990be00f88e9afbcd696f6ebf73))
46+
- adjust tests after the bump [#33171](https://github.com/gatsbyjs/gatsby/issues/33171) ([4712acc](https://github.com/gatsbyjs/gatsby/commit/4712acc619c19cd23a1b2e94e7253ddd624aa927))
47+
48+
### [3.14.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.14.2/packages/gatsby-cli) (2021-10-16)
49+
50+
#### Chores
51+
52+
- only load the necessary logger [#33463](https://github.com/gatsbyjs/gatsby/issues/33463) [#33518](https://github.com/gatsbyjs/gatsby/issues/33518) ([33a5ec7](https://github.com/gatsbyjs/gatsby/commit/33a5ec769eb043db839f598d5b36399225a44843))
53+
654
### [3.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@3.14.1/packages/gatsby-cli) (2021-10-06)
755

856
#### Features

packages/gatsby-codemods/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.1.0/packages/gatsby-codemods) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package gatsby-codemods
11+
12+
## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.0.0/packages/gatsby-codemods) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Chores
17+
18+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
19+
620
## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@2.14.0/packages/gatsby-codemods) (2021-09-18)
721

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

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.1.0/packages/gatsby-core-utils) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package gatsby-core-utils
11+
12+
## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.0.0/packages/gatsby-core-utils) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Features
17+
18+
- move away from old default uuid [#33275](https://github.com/gatsbyjs/gatsby/issues/33275) ([325fdf4](https://github.com/gatsbyjs/gatsby/commit/325fdf4a068acf755ed124cb522e133ea5c31157))
19+
- add fetch mutex for PQR [#33161](https://github.com/gatsbyjs/gatsby/issues/33161) ([aa050d7](https://github.com/gatsbyjs/gatsby/commit/aa050d7bb7857a98a4b3b9be92058bff8c4400f0))
20+
21+
#### Bug Fixes
22+
23+
- update typescript [#33387](https://github.com/gatsbyjs/gatsby/issues/33387) ([f2a8035](https://github.com/gatsbyjs/gatsby/commit/f2a8035644e650487abbca8b74a98b96c32d9cd2))
24+
- update typescript [#33001](https://github.com/gatsbyjs/gatsby/issues/33001) ([6cd70f6](https://github.com/gatsbyjs/gatsby/commit/6cd70f62ecae4aeee8ece38866661be9239062cb))
25+
26+
#### Chores
27+
28+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
29+
630
## [2.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@2.14.0/packages/gatsby-core-utils) (2021-09-18)
731

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

packages/gatsby-cypress/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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+
## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.1.0/packages/gatsby-cypress) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package gatsby-cypress
11+
12+
## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.0.0/packages/gatsby-cypress) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Chores
17+
18+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
19+
620
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@1.14.0/packages/gatsby-cypress) (2021-09-18)
721

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

packages/gatsby-design-tokens/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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+
## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.1.0/packages/gatsby-design-tokens) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package gatsby-design-tokens
11+
12+
## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.0.0/packages/gatsby-design-tokens) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Chores
17+
18+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
19+
620
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@3.14.0/packages/gatsby-design-tokens) (2021-09-18)
721

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

packages/gatsby-dev-cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.1.0/packages/gatsby-dev-cli) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package gatsby-dev-cli
11+
12+
## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.0.0/packages/gatsby-dev-cli) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Bug Fixes
17+
18+
- resolve correct versions of packages with unpkg resolve [#33551](https://github.com/gatsbyjs/gatsby/issues/33551) ([31d5a5e](https://github.com/gatsbyjs/gatsby/commit/31d5a5e4d9e508eeeb41b630c3cd7d6f77333856))
19+
- update dependency signal-exit to ^3.0.5 for gatsby-dev-cli [#33369](https://github.com/gatsbyjs/gatsby/issues/33369) ([d9133d3](https://github.com/gatsbyjs/gatsby/commit/d9133d321c628ee53897e68c2a167724a8b23a6f))
20+
21+
### [3.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.14.1/packages/gatsby-dev-cli) (2021-10-18)
22+
23+
#### Bug Fixes
24+
25+
- resolve correct versions of packages with unpkg resolve [#33551](https://github.com/gatsbyjs/gatsby/issues/33551) resolve [#33570](https://github.com/gatsbyjs/gatsby/issues/33570) ([016bab7](https://github.com/gatsbyjs/gatsby/commit/016bab788b4bc1cb859cee15f92ded287cbdf661))
26+
627
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@3.14.0/packages/gatsby-dev-cli) (2021-09-18)
728

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

packages/gatsby-graphiql-explorer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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+
## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.1.0/packages/gatsby-graphiql-explorer) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
**Note:** Version bump only for package gatsby-graphiql-explorer
11+
12+
## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.0.0/packages/gatsby-graphiql-explorer) (2021-10-21)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
15+
16+
#### Chores
17+
18+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
19+
620
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@1.14.0/packages/gatsby-graphiql-explorer) (2021-09-18)
721

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

packages/gatsby-legacy-polyfills/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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+
## [2.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.1.0/packages/gatsby-legacy-polyfills) (2021-11-02)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
9+
10+
#### Bug Fixes
11+
12+
- fix eventTarget polyfill for IE11 fix [#33731](https://github.com/gatsbyjs/gatsby/issues/33731) ([dbea5f0](https://github.com/gatsbyjs/gatsby/commit/dbea5f02e3b0fca9ce730d1bac55bbcae75d864b))
13+
14+
## [2.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.0.0/packages/gatsby-legacy-polyfills) (2021-10-21)
15+
16+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
17+
18+
#### Features
19+
20+
- add queue to prefetch [#33530](https://github.com/gatsbyjs/gatsby/issues/33530) ([2975c4d](https://github.com/gatsbyjs/gatsby/commit/2975c4d1271e3da52b531ad2f49261c362e5ae13))
21+
622
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@1.14.0/packages/gatsby-legacy-polyfills) (2021-09-18)
723

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

0 commit comments

Comments
 (0)