Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 11, 2018
1 parent ad20f76 commit d70c00d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-create-client-paths/package.json
Original file line number Diff line number Diff line change
@@ -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": {
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.7",
"version": "1.0.8",
"author": "Jimmy Jia",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 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.153",
"version": "1.9.154",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d70c00d

Please sign in to comment.