Skip to content

Commit

Permalink
chore(changelogs): update changelogs (#35255)
Browse files Browse the repository at this point in the history
Co-authored-by: LekoArts <lekoarts@gmail.com>
  • Loading branch information
ViCo0TeCH and LekoArts committed Mar 30, 2022
1 parent 7053b37 commit 469e925
Show file tree
Hide file tree
Showing 106 changed files with 842 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.11.0/packages/babel-plugin-remove-graphql-queries) (2022-03-29)

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

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

### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/babel-plugin-remove-graphql-queries@4.10.1/packages/babel-plugin-remove-graphql-queries) (2022-03-23)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-gatsby-package/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.11.0/packages/babel-preset-gatsby-package) (2022-03-29)

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

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

## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@2.10.0/packages/babel-preset-gatsby-package) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
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.

## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.11.0/packages/babel-preset-gatsby) (2022-03-29)

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

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.10.1/packages/babel-preset-gatsby) (2022-03-23)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
8 changes: 8 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
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.

## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.11.0/packages/create-gatsby) (2022-03-29)

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

#### Bug Fixes

- update deps for cms source plugins [#35144](https://github.com/gatsbyjs/gatsby/issues/35144) ([d314840](https://github.com/gatsbyjs/gatsby/commit/d3148405e9621fa63bcd1cc026fe450ac9d1686f))

### [2.10.2](https://github.com/gatsbyjs/gatsby/commits/create-gatsby@2.10.2/packages/create-gatsby) (2022-03-23)

**Note:** Version bump only for package create-gatsby
Expand Down
21 changes: 21 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.11.0/packages/gatsby-cli) (2022-03-29)

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

#### Features

- Minimal TS starter gatsby-config.ts [#35128](https://github.com/gatsbyjs/gatsby/issues/35128) ([50d6735](https://github.com/gatsbyjs/gatsby/commit/50d6735f7eec0f1a6f74176c7f49d21096606718))

#### Bug Fixes

- Improve functions compilation error [#35196](https://github.com/gatsbyjs/gatsby/issues/35196) ([bef3ca6](https://github.com/gatsbyjs/gatsby/commit/bef3ca6fa3dc15dcb5e0aef56a02104463476de2))
- Resolve babel preset ts explicitly Resolve [#35153](https://github.com/gatsbyjs/gatsby/issues/35153) ([30ecc7d](https://github.com/gatsbyjs/gatsby/commit/30ecc7dc27e2fb757a02b02d303dcc361d0f94e9))

#### Refactoring

- replace deprecated String.prototype.substr() [#35205](https://github.com/gatsbyjs/gatsby/issues/35205) ([21f7c65](https://github.com/gatsbyjs/gatsby/commit/21f7c654da647a949c83efb2e17b473eab4db3ed))

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@4.10.2/packages/gatsby-cli) (2022-03-23)

**Note:** Version bump only for package gatsby-cli
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.11.0/packages/gatsby-codemods) (2022-03-29)

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

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-codemods@3.10.0/packages/gatsby-codemods) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-core-utils/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.11.0/packages/gatsby-core-utils) (2022-03-29)

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

#### Bug Fixes

- move package.json check to try catch [#35139](https://github.com/gatsbyjs/gatsby/issues/35139) ([bf5ff95](https://github.com/gatsbyjs/gatsby/commit/bf5ff95208b8eabd280a3ea0d9f1f6eeb3fc2da0))

### [3.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@3.10.1/packages/gatsby-core-utils) (2022-03-23)

#### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cypress/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.11.0/packages/gatsby-cypress) (2022-03-29)

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

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

## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-cypress@2.10.0/packages/gatsby-cypress) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
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.

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.11.0/packages/gatsby-design-tokens) (2022-03-29)

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

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-design-tokens@4.10.0/packages/gatsby-design-tokens) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
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.

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.11.0/packages/gatsby-dev-cli) (2022-03-29)

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

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-dev-cli@4.10.0/packages/gatsby-dev-cli) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
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.

## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.11.0/packages/gatsby-graphiql-explorer) (2022-03-29)

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

#### Refactoring

- replace deprecated String.prototype.substr() [#35205](https://github.com/gatsbyjs/gatsby/issues/35205) ([21f7c65](https://github.com/gatsbyjs/gatsby/commit/21f7c654da647a949c83efb2e17b473eab4db3ed))

## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-graphiql-explorer@2.10.0/packages/gatsby-graphiql-explorer) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-legacy-polyfills/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.11.0/packages/gatsby-legacy-polyfills) (2022-03-29)

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

**Note:** Version bump only for package gatsby-legacy-polyfills

## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-legacy-polyfills@2.10.0/packages/gatsby-legacy-polyfills) (2022-03-16)

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

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.11.0/packages/gatsby-link) (2022-03-29)

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

#### Bug Fixes

- compatibility with react rc 2 [#35108](https://github.com/gatsbyjs/gatsby/issues/35108) ([0c61265](https://github.com/gatsbyjs/gatsby/commit/0c6126574d203c0e6fef173b76859cdcab2f13aa))

#### Refactoring

- replace deprecated String.prototype.substr() [#35205](https://github.com/gatsbyjs/gatsby/issues/35205) ([21f7c65](https://github.com/gatsbyjs/gatsby/commit/21f7c654da647a949c83efb2e17b473eab4db3ed))

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.10.1/packages/gatsby-link) (2022-03-23)

**Note:** Version bump only for package gatsby-link
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.11.0/packages/gatsby-page-utils) (2022-03-29)

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

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

### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-page-utils@2.10.1/packages/gatsby-page-utils) (2022-03-23)

**Note:** Version bump only for package gatsby-page-utils
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md
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.

## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.11.0/packages/gatsby-plugin-benchmark-reporting) (2022-03-29)

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

#### Chores

- fix dependencies fix [#35206](https://github.com/gatsbyjs/gatsby/issues/35206) ([6adc962](https://github.com/gatsbyjs/gatsby/commit/6adc9624736097ee4ca052b34cd38667e03d944e))

### [2.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-benchmark-reporting@2.10.1/packages/gatsby-plugin-benchmark-reporting) (2022-03-23)

**Note:** Version bump only for package gatsby-plugin-benchmark-reporting
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-canonical-urls/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.11.0/packages/gatsby-plugin-canonical-urls) (2022-03-29)

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

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

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@4.10.0/packages/gatsby-plugin-canonical-urls) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-catch-links/CHANGELOG.md
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.

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.11.0/packages/gatsby-plugin-catch-links) (2022-03-29)

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

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@4.10.0/packages/gatsby-plugin-catch-links) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-coffeescript/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.11.0/packages/gatsby-plugin-coffeescript) (2022-03-29)

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

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

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-coffeescript@4.10.0/packages/gatsby-plugin-coffeescript) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-cxs/CHANGELOG.md
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.

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.11.0/packages/gatsby-plugin-cxs) (2022-03-29)

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

#### Bug Fixes

- compatibility with react rc 2 [#35108](https://github.com/gatsbyjs/gatsby/issues/35108) ([0c61265](https://github.com/gatsbyjs/gatsby/commit/0c6126574d203c0e6fef173b76859cdcab2f13aa))

### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-cxs@4.10.2/packages/gatsby-plugin-cxs) (2022-03-23)

**Note:** Version bump only for package gatsby-plugin-cxs
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-emotion/CHANGELOG.md
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.

## [7.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.11.0/packages/gatsby-plugin-emotion) (2022-03-29)

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

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

## [7.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-emotion@7.10.0/packages/gatsby-plugin-emotion) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-facebook-analytics/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.11.0/packages/gatsby-plugin-facebook-analytics) (2022-03-29)

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

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

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-facebook-analytics@4.10.0/packages/gatsby-plugin-facebook-analytics) (2022-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-plugin-feed/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.11.0/packages/gatsby-plugin-feed) (2022-03-29)

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

#### Bug Fixes

- compatibility with react rc 2 [#35108](https://github.com/gatsbyjs/gatsby/issues/35108) ([0c61265](https://github.com/gatsbyjs/gatsby/commit/0c6126574d203c0e6fef173b76859cdcab2f13aa))

#### Chores

- replace all uses of gatsbyjs.org with gatsbyjs.com [#35101](https://github.com/gatsbyjs/gatsby/issues/35101) ([16cff41](https://github.com/gatsbyjs/gatsby/commit/16cff413e154dc4e74fc5be631d52c76273e5cbc))

### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-feed@4.10.2/packages/gatsby-plugin-feed) (2022-03-23)

**Note:** Version bump only for package gatsby-plugin-feed
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-flow/CHANGELOG.md
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.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.11.0/packages/gatsby-plugin-flow) (2022-03-29)

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

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

### [3.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-flow@3.10.2/packages/gatsby-plugin-flow) (2022-03-23)

**Note:** Version bump only for package gatsby-plugin-flow
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-fullstory/CHANGELOG.md
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.

## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.11.0/packages/gatsby-plugin-fullstory) (2022-03-29)

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

#### Bug Fixes

- compatibility with react rc 2 [#35108](https://github.com/gatsbyjs/gatsby/issues/35108) ([0c61265](https://github.com/gatsbyjs/gatsby/commit/0c6126574d203c0e6fef173b76859cdcab2f13aa))

## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-fullstory@4.10.0/packages/gatsby-plugin-fullstory) (2022-03-16)

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

0 comments on commit 469e925

Please sign in to comment.