diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index ef5c8b7e9b274..acba3d34f6d4a 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-image", - "version": "1.0.5", + "version": "1.0.6", "description": "Lazy-loading React image component with optional support for the blur-up effect.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 1a6b9589fe885..3ad06ebe5a706 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.8", + "version": "1.6.9", "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 8e0c35ea60207..21a6246e61eb5 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.13", + "version": "1.5.14", "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.8", + "gatsby-plugin-sharp": "^1.6.9", "is-relative-url": "^2.0.0", "lodash": "^4.17.4", "slash": "^1.0.0", diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 63ad415989639..6ad5a93186699 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-contentful", - "version": "1.3.14", + "version": "1.3.15", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", "scripts": { "build": "babel src --out-dir . --ignore __tests__", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index e770a5c1ece6f..a574dd4ae737f 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-wordpress", "description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.", - "version": "2.0.11", + "version": "2.0.12", "author": "Sebastien Fichot ", "bundleDependencies": false, "dependencies": { diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index 9b2b078ad578b..4bd13126a230b 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-transformer-excel", - "version": "1.0.0", + "version": "1.0.1", "description": "Gatsby transformer plugin for Excel spreadsheets", "main": "index.js", "scripts": { diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 23924c1d7c5c9..fdbd59f076922 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.9", + "version": "1.6.10", "description": "Gatsby transformer plugin for images using Sharp", "scripts": { "build": "babel src --out-dir . --ignore __tests__", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6ae8c490a1cb7..1653ee6228788 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "React.js Static Site Generator", - "version": "1.9.52", + "version": "1.9.53", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/gatsby-cli.js"