From 41c90973c680549f4dbffeb2d32b53b95060629c Mon Sep 17 00:00:00 2001 From: Tyler Barnes Date: Wed, 16 Oct 2019 10:21:33 -0700 Subject: [PATCH] chore(release): Publish - gatsby-plugin-netlify@2.1.22 - gatsby-plugin-sharp@2.2.32 - gatsby-source-contentful@2.1.50 - gatsby-transformer-sqip@2.1.36 --- packages/gatsby-plugin-netlify/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-netlify/package.json | 2 +- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/package.json | 4 ++-- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- 8 files changed, 24 insertions(+), 6 deletions(-) diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index 7100ac8c2aec4..e8f69b694120d 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/CHANGELOG.md @@ -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.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.21...gatsby-plugin-netlify@2.1.22) (2019-10-16) + +### Bug Fixes + +- **gatsby-plugin-netlify:** cast `status` to string ([#18726](https://github.com/gatsbyjs/gatsby/issues/18726)) ([3c8623c](https://github.com/gatsbyjs/gatsby/commit/3c8623c)) + ## [2.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.1.20...gatsby-plugin-netlify@2.1.21) (2019-10-14) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 84d0abcd1f930..06e07f8d1a040 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "2.1.21", + "version": "2.1.22", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 837b54e0a0431..5b02129122419 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -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.2.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.31...gatsby-plugin-sharp@2.2.32) (2019-10-16) + +**Note:** Version bump only for package gatsby-plugin-sharp + ## [2.2.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.2.30...gatsby-plugin-sharp@2.2.31) (2019-10-14) ### Bug Fixes diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 1754d32af6ef7..ecc5bde7c58c0 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "2.2.31", + "version": "2.2.32", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index aca6bd8b013f6..e4cef2d07de2e 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -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.1.50](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.49...gatsby-source-contentful@2.1.50) (2019-10-16) + +**Note:** Version bump only for package gatsby-source-contentful + ## [2.1.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.48...gatsby-source-contentful@2.1.49) (2019-10-14) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 92aa4bf411dda..02060bd29eab7 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "2.1.49", + "version": "2.1.50", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "contentful": "^6.1.3", "deep-map": "^1.5.0", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.2.31", + "gatsby-plugin-sharp": "^2.2.32", "gatsby-source-filesystem": "^2.1.33", "is-online": "^8.2.0", "json-stringify-safe": "^5.0.1", diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 87415655cca4c..3825728e1cc1b 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -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.1.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.35...gatsby-transformer-sqip@2.1.36) (2019-10-16) + +**Note:** Version bump only for package gatsby-transformer-sqip + ## [2.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.1.34...gatsby-transformer-sqip@2.1.35) (2019-10-14) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 90cdf0bef8734..33dcf82f8ad99 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "2.1.35", + "version": "2.1.36", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.6.3", "bluebird": "^3.7.0", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.2.31", + "gatsby-plugin-sharp": "^2.2.32", "md5-file": "^4.0.0", "mini-svg-data-uri": "^1.1.3", "p-queue": "^2.4.2",