From 53f66a4648989e604340afb9afa59751ea08b38c Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 19 Jan 2018 08:06:10 -0800 Subject: [PATCH] Publish - gatsby-plugin-create-client-paths@1.0.3 - gatsby@1.9.161 --- packages/gatsby-plugin-create-client-paths/package.json | 2 +- packages/gatsby/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index f1ad4795a5ebd..a10012c819de2 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-create-client-paths", - "version": "1.0.2", + "version": "1.0.3", "description": "Gatsby-plugin for creating paths that exist only on the client", "main": "index.js", "scripts": { diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 0443f6ebb649e..1db1794cb7041 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.160", + "version": "1.9.161", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"