Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-cli@1.1.35
 - gatsby-transformer-screenshot@1.0.1
 - gatsby@1.9.181
  • Loading branch information
KyleAMathews committed Feb 6, 2018
1 parent d145574 commit 541142b
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.34",
"version": "1.1.35",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-screenshot",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
"main": "index.js",
"dependencies": {
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.180",
"version": "1.9.181",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"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.34",
"gatsby-cli": "^1.1.35",
"gatsby-link": "^1.6.36",
"gatsby-module-loader": "^1.0.9",
"gatsby-react-router-scroll": "^1.0.10",
Expand Down

0 comments on commit 541142b

Please sign in to comment.