diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 3f6d1cf0cc664..624ece8aab9bb 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.12", + "version": "1.3.13", "description": "Creates an RSS feed for your Gatsby site.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 0c7d38c6028b0..26d7a1909c315 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "1.5.18", + "version": "1.5.19", "author": "Kyle Mathews ", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 04a5937e9d82d..a173942a2249a 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.106", + "version": "1.9.107", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"