Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@0.5.12
 - gatsby-admin@0.1.156
 - gatsby-cli@2.12.102
 - gatsby-core-utils@1.3.22
 - gatsby-design-tokens@2.0.13
 - gatsby-page-utils@0.2.27
 - gatsby-plugin-benchmark-reporting@0.2.18
 - gatsby-plugin-catch-links@2.3.14
 - gatsby-plugin-google-tagmanager@2.3.14
 - gatsby-plugin-guess-js@1.3.14
 - gatsby-plugin-manifest@2.4.33
 - gatsby-plugin-mdx@1.2.43
 - gatsby-plugin-offline@3.2.30
 - gatsby-plugin-page-creator@2.3.30
 - gatsby-plugin-preload-fonts@1.2.27
 - gatsby-plugin-sharp@2.6.38
 - gatsby-recipes@0.2.30
 - gatsby-remark-copy-linked-files@2.3.18
 - gatsby-remark-images@3.3.32
 - gatsby-remark-prismjs@3.5.15
 - gatsby-remark-responsive-iframe@2.4.16
 - gatsby-source-contentful@2.3.49
 - gatsby-source-drupal@3.5.35
 - gatsby-source-filesystem@2.3.32
 - gatsby-source-shopify@3.2.34
 - gatsby-source-wordpress@3.3.36
 - gatsby-telemetry@1.3.37
 - gatsby-transformer-remark@2.8.37
 - gatsby-transformer-sqip@2.3.38
 - gatsby@2.24.67
  • Loading branch information
LekoArts committed Oct 1, 2020
1 parent c377aef commit 57c79b1
Show file tree
Hide file tree
Showing 60 changed files with 194 additions and 60 deletions.
4 changes: 4 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.12](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.11...babel-preset-gatsby@0.5.12) (2020-10-01)

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

## [0.5.11](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.10...babel-preset-gatsby@0.5.11) (2020-09-28)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "0.5.11",
"version": "0.5.12",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.3.21",
"gatsby-core-utils": "^1.3.22",
"gatsby-legacy-polyfills": "^0.0.5"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.1.156](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.155...gatsby-admin@0.1.156) (2020-10-01)

### Bug Fixes

- **gatsby-recipes:** Allow `.filter(Boolean)` and `&&` in gatsby-config.js ([#27041](https://github.com/gatsbyjs/gatsby/issues/27041)) ([ecd69c8](https://github.com/gatsbyjs/gatsby/commit/ecd69c8d9c8f5fed0245c7718aedc2304a16df89))

## [0.1.155](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.154...gatsby-admin@0.1.155) (2020-09-28)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.1.155",
"version": "0.1.156",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.1.5",
"gatsby": "^2.24.66",
"gatsby": "^2.24.67",
"gatsby-interface": "^0.0.193",
"gatsby-plugin-typescript": "^2.4.21",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.102](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.101...gatsby-cli@2.12.102) (2020-10-01)

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

## [2.12.101](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.100...gatsby-cli@2.12.101) (2020-09-28)

**Note:** Version bump only for package gatsby-cli
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.12.101",
"version": "2.12.102",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -23,9 +23,9 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.21",
"gatsby-recipes": "^0.2.29",
"gatsby-telemetry": "^1.3.36",
"gatsby-core-utils": "^1.3.22",
"gatsby-recipes": "^0.2.30",
"gatsby-telemetry": "^1.3.37",
"hosted-git-info": "^3.0.5",
"ink": "^2.7.1",
"ink-spinner": "^3.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.21...gatsby-core-utils@1.3.22) (2020-10-01)

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

## [1.3.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.20...gatsby-core-utils@1.3.21) (2020-09-28)

**Note:** Version bump only for package gatsby-core-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "1.3.21",
"version": "1.3.22",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.12...gatsby-design-tokens@2.0.13) (2020-10-01)

**Note:** Version bump only for package gatsby-design-tokens

## [2.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.11...gatsby-design-tokens@2.0.12) (2020-09-28)

**Note:** Version bump only for package gatsby-design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "2.0.12",
"version": "2.0.13",
"description": "Gatsby Design Tokens",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.26...gatsby-page-utils@0.2.27) (2020-10-01)

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

## [0.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.25...gatsby-page-utils@0.2.26) (2020-09-28)

**Note:** Version bump only for package gatsby-page-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.2.26",
"version": "0.2.27",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"bluebird": "^3.7.2",
"chokidar": "^3.4.2",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.3.21",
"gatsby-core-utils": "^1.3.22",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"micromatch": "^4.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [0.2.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.2.17...gatsby-plugin-benchmark-reporting@0.2.18) (2020-10-01)

### Bug Fixes

- **deps:** update minor and patch for gatsby-plugin-benchmark-reporting ([#27119](https://github.com/gatsbyjs/gatsby/issues/27119)) ([635ac4f](https://github.com/gatsbyjs/gatsby/commit/635ac4faf8a7306b479efe1bc619940560855c67))

## [0.2.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.2.16...gatsby-plugin-benchmark-reporting@0.2.17) (2020-09-15)

**Note:** Version bump only for package gatsby-plugin-benchmark-reporting
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-benchmark-reporting",
"description": "Gatsby Benchmark Reporting",
"version": "0.2.17",
"version": "0.2.18",
"author": "Peter van der Zee <pvdz@github>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-catch-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.3.13...gatsby-plugin-catch-links@2.3.14) (2020-10-01)

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

## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.3.12...gatsby-plugin-catch-links@2.3.13) (2020-09-28)

**Note:** Version bump only for package gatsby-plugin-catch-links
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-catch-links",
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
"version": "2.3.13",
"version": "2.3.14",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-google-tagmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.13...gatsby-plugin-google-tagmanager@2.3.14) (2020-10-01)

### Bug Fixes

- **gatsby-plugin-google-tagmanager:** Add "aria-hidden" ([#27062](https://github.com/gatsbyjs/gatsby/issues/27062)) ([0ecba23](https://github.com/gatsbyjs/gatsby/commit/0ecba231f37a76255333cc9846bcd5b392394ce0))

## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.12...gatsby-plugin-google-tagmanager@2.3.13) (2020-09-28)

**Note:** Version bump only for package gatsby-plugin-google-tagmanager
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "2.3.13",
"version": "2.3.14",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-guess-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.3.13...gatsby-plugin-guess-js@1.3.14) (2020-10-01)

**Note:** Version bump only for package gatsby-plugin-guess-js

## [1.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.3.12...gatsby-plugin-guess-js@1.3.13) (2020-09-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-guess-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-guess-js",
"version": "1.3.13",
"version": "1.3.14",
"description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.32...gatsby-plugin-manifest@2.4.33) (2020-10-01)

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

## [2.4.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.4.31...gatsby-plugin-manifest@2.4.32) (2020-09-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.4.32",
"version": "2.4.33",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"gatsby-core-utils": "^1.3.21",
"gatsby-core-utils": "^1.3.22",
"semver": "^7.3.2",
"sharp": "^0.25.4"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.43](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.42...gatsby-plugin-mdx@1.2.43) (2020-10-01)

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

## [1.2.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.2.41...gatsby-plugin-mdx@1.2.42) (2020-09-28)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.2.42",
"version": "1.2.43",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.21",
"gatsby-core-utils": "^1.3.22",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
"loader-utils": "^1.4.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.29...gatsby-plugin-offline@3.2.30) (2020-10-01)

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

## [3.2.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.2.28...gatsby-plugin-offline@3.2.29) (2020-09-28)

**Note:** Version bump only for package gatsby-plugin-offline
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "3.2.29",
"version": "3.2.30",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"cheerio": "^1.0.0-rc.3",
"gatsby-core-utils": "^1.3.21",
"gatsby-core-utils": "^1.3.22",
"glob": "^7.1.6",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.20",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.29...gatsby-plugin-page-creator@2.3.30) (2020-10-01)

**Note:** Version bump only for package gatsby-plugin-page-creator

## [2.3.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.3.28...gatsby-plugin-page-creator@2.3.29) (2020-09-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.3.29",
"version": "2.3.30",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@sindresorhus/slugify": "^1.1.0",
"chokidar": "^3.4.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.26",
"gatsby-page-utils": "^0.2.27",
"globby": "^11.0.1",
"graphql": "^14.7.0",
"lodash": "^4.17.20"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-preload-fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.26...gatsby-plugin-preload-fonts@1.2.27) (2020-10-01)

**Note:** Version bump only for package gatsby-plugin-preload-fonts

## [1.2.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.2.25...gatsby-plugin-preload-fonts@1.2.26) (2020-09-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-preload-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preload-fonts",
"description": "Gatsby plugin for preloading fonts per page",
"version": "1.2.26",
"version": "1.2.27",
"author": "Aaron Ross <superhawk610@gmail.com>",
"main": "index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"chalk": "^2.4.2",
"date-fns": "^2.16.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.21",
"gatsby-core-utils": "^1.3.22",
"graphql-request": "^1.8.2",
"progress": "^2.0.3",
"puppeteer": "^3.3.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.37...gatsby-plugin-sharp@2.6.38) (2020-10-01)

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

## [2.6.37](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.6.36...gatsby-plugin-sharp@2.6.37) (2020-09-28)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
Loading

0 comments on commit 57c79b1

Please sign in to comment.