From 6917c0bf9592fab3b5bb685060a6d3f18dab8726 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 10 Nov 2017 13:17:04 -0800 Subject: [PATCH] Publish - gatsby-remark-copy-linked-files@1.5.20 - gatsby@1.9.108 --- packages/gatsby-remark-copy-linked-files/package.json | 2 +- packages/gatsby/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 26d7a1909c315..d6659b0864d8e 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.19", + "version": "1.5.20", "author": "Kyle Mathews ", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index a173942a2249a..99210d17b08d4 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.107", + "version": "1.9.108", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"