Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-module-loader@1.0.8
 - gatsby-react-router-scroll@1.0.4
 - gatsby@1.9.111
  • Loading branch information
KyleAMathews committed Nov 13, 2017
1 parent 2952729 commit d220fca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-module-loader/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "1.9.110",
"version": "1.9.111",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d220fca

Please sign in to comment.