From da40886e6b0bfc20798fe6bb054820fdee1906dc Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 25 Oct 2017 13:07:48 -0700 Subject: [PATCH] Publish - gatsby-image@1.0.15 - gatsby-plugin-feed@1.3.11 - gatsby-plugin-sharp@1.6.11 - gatsby-remark-images@1.5.21 - gatsby-transformer-sharp@1.6.13 --- packages/gatsby-image/package.json | 2 +- packages/gatsby-plugin-feed/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-transformer-sharp/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 97db67c22183f..c6f15f1655067 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-image", - "version": "1.0.14", + "version": "1.0.15", "description": "Lazy-loading React image component with optional support for the blur-up effect.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index ab176bcaee75f..a68db47b74d47 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-feed", - "version": "1.3.10", + "version": "1.3.11", "description": "Creates an RSS feed for your Gatsby site.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 5691e152f0f62..b8cdfefabcb17 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": "1.6.10", + "version": "1.6.11", "author": "Kyle Mathews ", "dependencies": { "async": "^2.1.2", diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index dc1b78e84a193..96d24f654140b 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images", - "version": "1.5.20", + "version": "1.5.21", "description": "Processes images in markdown so they can be used in the production build.", "main": "index.js", "keywords": [ @@ -20,7 +20,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "cheerio": "^1.0.0-rc.2", - "gatsby-plugin-sharp": "^1.6.10", + "gatsby-plugin-sharp": "^1.6.11", "is-relative-url": "^2.0.0", "lodash": "^4.17.4", "slash": "^1.0.0", diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 7591577c5a827..8dd62970f55d5 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-transformer-sharp", - "version": "1.6.12", + "version": "1.6.13", "description": "Gatsby transformer plugin for images using Sharp", "scripts": { "build": "babel src --out-dir . --ignore __tests__",