Skip to content

File tree

46 files changed

+161
-31
lines changed

Some content is hidden

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

46 files changed

+161
-31
lines changed

packages/gatsby-admin/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+
## [0.1.181](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.181) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [0.1.180](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.180) (2020-11-02)
713

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

packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.180",
3+
"version": "0.1.181",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,9 +20,9 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.1",
23-
"gatsby": "^2.24.92",
23+
"gatsby": "^2.25.0",
2424
"gatsby-interface": "^0.0.225",
25-
"gatsby-plugin-typescript": "^2.4.25",
25+
"gatsby-plugin-typescript": "^2.5.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",
2727
"gatsby-source-graphql": "^2.7.6",
2828
"lodash-es": "^4.17.15",

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+
# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.5.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.20) (2020-10-28)
713

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

packages/gatsby-plugin-feed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "2.5.20",
4+
"version": "2.6.0",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-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+
# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.3.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@[email protected]) (2020-10-16)
713

814
### Bug Fixes

packages/gatsby-plugin-google-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "2.3.19",
4+
"version": "2.4.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-tagmanager/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.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@[email protected]) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@[email protected]) (2020-10-14)
713

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

packages/gatsby-plugin-google-tagmanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "2.3.16",
4+
"version": "2.4.0",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-manifest/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.5.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.4.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.37) (2020-10-28)
713

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

packages/gatsby-plugin-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.4.37",
4+
"version": "2.5.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/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.3.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [1.2.53](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.53) (2020-11-02)
713

814
### Bug Fixes

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.2.53",
3+
"version": "1.3.0",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-netlify/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.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.3.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.25) (2020-10-28)
713

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

packages/gatsby-plugin-netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
33
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "2.3.25",
4+
"version": "2.4.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-offline/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.3.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [3.2.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.38) (2020-10-28)
713

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

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.2.38",
4+
"version": "3.3.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sass/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.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.3.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.22) (2020-10-28)
713

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

packages/gatsby-plugin-sass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sass",
33
"description": "Gatsby plugin to handle scss/sass files",
4-
"version": "2.3.22",
4+
"version": "2.4.0",
55
"author": "Daniel Farrell <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sharp/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.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.6.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.44) (2020-11-02)
713

814
### Features

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.6.44",
4+
"version": "2.7.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sitemap/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.5.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.4.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.17) (2020-10-15)
713

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

packages/gatsby-plugin-sitemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "2.4.17",
4+
"version": "2.5.0",
55
"author": "Nicholas Young &lt;[email protected]&gt;",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-typescript/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.5.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.4.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.25) (2020-10-28)
713

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

packages/gatsby-plugin-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "2.4.25",
4+
"version": "2.5.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-autolink-headers/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.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@[email protected]) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [2.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@[email protected]) (2020-10-28)
713

814
### Bug Fixes

packages/gatsby-remark-autolink-headers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-autolink-headers",
33
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
4-
"version": "2.3.16",
4+
"version": "2.4.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images/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.4.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.4.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [3.3.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.40) (2020-10-28)
713

814
**Note:** Version bump only for package gatsby-remark-images

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "3.3.40",
4+
"version": "3.4.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-prismjs/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.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0) (2020-11-02)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-remark-prismjs:** Handle diff-language styling issue ([#27659](https://github.com/gatsbyjs/gatsby/issues/27659)) ([a33e7fb](https://github.com/gatsbyjs/gatsby/commit/a33e7fb1417d98f06df859e48b1a99ab697dbf6a))
11+
612
## [3.5.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.16) (2020-10-06)
713

814
**Note:** Version bump only for package gatsby-remark-prismjs

packages/gatsby-remark-prismjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-prismjs",
33
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
4-
"version": "3.5.16",
4+
"version": "3.6.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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.1.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.0) (2020-11-02)
7+
8+
### Features
9+
10+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
11+
612
## [3.0.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.7) (2020-11-02)
713

814
### Features

packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"fs-extra": "^9.0.1",
1919
"gatsby-core-utils": "^1.3.23",
2020
"gatsby-plugin-utils": "^0.2.40",
21-
"gatsby-source-filesystem": "^2.3.37",
21+
"gatsby-source-filesystem": "^2.4.0",
2222
"is-online": "^8.5.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.20",

packages/gatsby-source-drupal/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0) (2020-11-02)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.5.40](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.40) (2020-10-27)
711

812
**Note:** Version bump only for package gatsby-source-drupal

packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.5.40",
4+
"version": "3.6.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.21.0",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.3.37",
14+
"gatsby-source-filesystem": "^2.4.0",
1515
"lodash": "^4.17.20",
1616
"tiny-async-pool": "^1.1.0"
1717
},

0 commit comments

Comments
 (0)