diff --git a/packages/gatsby-module-loader/package.json b/packages/gatsby-module-loader/package.json index d64b2b486dca3..2adeb913482ed 100644 --- a/packages/gatsby-module-loader/package.json +++ b/packages/gatsby-module-loader/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-module-loader", - "version": "1.0.7", + "version": "1.0.8", "description": "_Based on https://github.com/webpack/bundle-loader and https://github.com/NekR/async-module-loader_", "main": "index.js", "scripts": { diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 1c8af2a1c91a4..8874236cb9ea3 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.3", + "version": "1.0.4", "author": "Jimmy Jia", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 9d15101818d93..aa3dbdfcee244 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.110", + "version": "1.9.111", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -48,8 +48,8 @@ "fs-extra": "^4.0.1", "gatsby-1-config-css-modules": "^1.0.6", "gatsby-cli": "^1.1.20", - "gatsby-module-loader": "^1.0.7", - "gatsby-react-router-scroll": "^1.0.3", + "gatsby-module-loader": "^1.0.8", + "gatsby-react-router-scroll": "^1.0.4", "glob": "^7.1.1", "graphql": "^0.11.7", "graphql-relay": "^0.5.1",