diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 6d73a152afe19..b09dfd0aed71d 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-less", "description": "Adds the ability to load and parse less-files to include in project your", - "version": "1.1.0", + "version": "1.1.1", "author": "Ming Aldrich-Gan ", "contributors": [ "Ole Martin Ruud (barskern.github.io)" diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index e6ac68ae8107d..2ae4e88e0c3eb 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.35", + "version": "1.3.36", "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/package.json b/packages/gatsby/package.json index ad607f313e220..4e5cc3a52336a 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.176", + "version": "1.9.177", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"