Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 29, 2018
1 parent 72b2def commit a89057f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "1.1.32",
"version": "1.1.33",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-netlify",
"version": "1.0.16",
"version": "1.0.17",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"main": "index.js",
"author": "Kyle Mathews <[email protected]>",
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.173",
"version": "1.9.174",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -48,7 +48,7 @@
"front-matter": "^2.1.0",
"fs-extra": "^4.0.1",
"gatsby-1-config-css-modules": "^1.0.8",
"gatsby-cli": "^1.1.32",
"gatsby-cli": "^1.1.33",
"gatsby-link": "^1.6.35",
"gatsby-module-loader": "^1.0.9",
"gatsby-react-router-scroll": "^1.0.8",
Expand Down

0 comments on commit a89057f

Please sign in to comment.