diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index cbb5644f329bd..f1ad4795a5ebd 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.1", + "version": "1.0.2", "description": "Gatsby-plugin for creating paths that exist only on the client", "main": "index.js", "scripts": { diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 64b069bd37801..14445aaa678c5 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "1.0.7", + "version": "1.0.8", "author": "Jimmy Jia", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 9e6bedfa23dfe..9e9b760ebe39e 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.153", + "version": "1.9.154", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -51,7 +51,7 @@ "gatsby-cli": "^1.1.28", "gatsby-link": "^1.6.34", "gatsby-module-loader": "^1.0.9", - "gatsby-react-router-scroll": "^1.0.7", + "gatsby-react-router-scroll": "^1.0.8", "glob": "^7.1.1", "graphql": "^0.11.7", "graphql-relay": "^0.5.1",